rust:pasir

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
rust:pasir [2025/12/02 11:32] – [コンテナビルド] ともやんrust:pasir [2025/12/02 12:49] (現在) – [コンテナビルド] ともやん
行 53: 行 53:
 <WRAP color_term> <WRAP color_term>
 <WRAP color_command><html><pre> <WRAP color_command><html><pre>
-<font color="#0087FF"><b>$</b></font> <font color="#26A269">podman</font> <u style="text-decoration-style:solid">build</u> <font color="#A347BA">-f</font> <u style="text-decoration-style:solid">Containerfile</u>+<font color="#0087FF"><b>$</b></font> <font color="#26A269">buildah</font> <u style="text-decoration-style:solid">build</u> <font color="#A347BA">-f</font> <u style="text-decoration-style:solid">Containerfile</u> <font color="#A347BA">--tag</font> tomoyan596/pasir
 </pre></html></WRAP> </pre></html></WRAP>
 <WRAP color_result_long><html><pre> <WRAP color_result_long><html><pre>
行 59: 行 59:
 --&gt; 6a90f03a4552 --&gt; 6a90f03a4552
 [2/3] STEP 1/10: FROM php:8.4-zts-bookworm AS php-builder [2/3] STEP 1/10: FROM php:8.4-zts-bookworm AS php-builder
-Resolved &quot;php&quot; as an alias (/etc/containers/registries.conf.d/000-shortnames.conf) 
-Trying to pull docker.io/library/php:8.4-zts-bookworm... 
-Getting image source signatures 
-Copying blob a70e50dc1ece done    
-Copying blob 8e44f01296e3 skipped: already exists   
-Copying blob 74af709de6e8 done    
-Copying blob 32ecf7838eed done    
-Copying blob 05bc1da9c6d5 done    
-Copying blob 9b33b969dd5d done    
-Copying blob a654809ec1b3 done    
-Copying blob 93d3a951f823 done    
-Copying blob 821ef2c980fb done    
-Copying blob 7a8528e2600e done    
-Copying config d6eaba3fbc done    
-Writing manifest to image destination 
 [2/3] STEP 2/10: ENV RUSTUP_HOME=/usr/local/rustup [2/3] STEP 2/10: ENV RUSTUP_HOME=/usr/local/rustup
---&gt; 78aac6760131 
 [2/3] STEP 3/10: ENV CARGO_HOME=/usr/local/cargo [2/3] STEP 3/10: ENV CARGO_HOME=/usr/local/cargo
---&gt; f5f8c9ff4d8b 
 [2/3] STEP 4/10: ENV PATH=/usr/local/cargo/bin:$PATH [2/3] STEP 4/10: ENV PATH=/usr/local/cargo/bin:$PATH
---&gt; 192c33cba25b 
 [2/3] STEP 5/10: COPY --from=rust-builder /usr/local/cargo /usr/local/cargo [2/3] STEP 5/10: COPY --from=rust-builder /usr/local/cargo /usr/local/cargo
---&gt; e304e053a8e1 
 [2/3] STEP 6/10: COPY --from=rust-builder /usr/local/rustup /usr/local/rustup [2/3] STEP 6/10: COPY --from=rust-builder /usr/local/rustup /usr/local/rustup
---&gt; 1beae6d9a0ec 
 [2/3] STEP 7/10: RUN set -eux;     apt-get update;     apt-get install -y --no-install-recommends         libclang-dev     ; [2/3] STEP 7/10: RUN set -eux;     apt-get update;     apt-get install -y --no-install-recommends         libclang-dev     ;
 + apt-get update + apt-get update
行 92: 行 72:
 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6924 B] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6924 B]
 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [288 kB] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [288 kB]
-Fetched 9341 kB in 18s (512 kB/s)+Fetched 9341 kB in 23s (406 kB/s)
 Reading package lists... Reading package lists...
 + apt-get install -y --no-install-recommends libclang-dev + apt-get install -y --no-install-recommends libclang-dev
行 121: 行 101:
 Get:11 http://deb.debian.org/debian bookworm/main amd64 libclang-dev amd64 1:14.0-55.7~deb12u1 [4728 B] Get:11 http://deb.debian.org/debian bookworm/main amd64 libclang-dev amd64 1:14.0-55.7~deb12u1 [4728 B]
 debconf: delaying package configuration, since apt-utils is not installed debconf: delaying package configuration, since apt-utils is not installed
-Fetched 59.9 MB in 1min 42s (587 kB/s)+Fetched 59.9 MB in 1min 53s (531 kB/s)
 Selecting previously unselected package libbsd0:amd64. Selecting previously unselected package libbsd0:amd64.
 (Reading database ... 13255 files and directories currently installed.) (Reading database ... 13255 files and directories currently installed.)
行 168: 行 148:
 Setting up libclang-dev (1:14.0-55.7~deb12u1) ... Setting up libclang-dev (1:14.0-55.7~deb12u1) ...
 Processing triggers for libc-bin (2.36-9+deb12u13) ... Processing triggers for libc-bin (2.36-9+deb12u13) ...
---&gt; f9842590ad62 
 [2/3] STEP 8/10: WORKDIR /app [2/3] STEP 8/10: WORKDIR /app
---&gt; eb30020eeb67 
 [2/3] STEP 9/10: COPY . . [2/3] STEP 9/10: COPY . .
---&gt; 28657b18d30e 
 [2/3] STEP 10/10: RUN LIBRARY_PATH=/usr/local/lib cargo build --bins --release [2/3] STEP 10/10: RUN LIBRARY_PATH=/usr/local/lib cargo build --bins --release
     Updating git repository `https://github.com/el7cosmos/ext-php-rs.git`     Updating git repository `https://github.com/el7cosmos/ext-php-rs.git`
     Updating crates.io index     Updating crates.io index
  Downloading crates ...  Downloading crates ...
-  Downloaded anstyle-query v1.1.4 
   Downloaded atomic-waker v1.1.2   Downloaded atomic-waker v1.1.2
-  Downloaded anstyle-parse v0.2.+  Downloaded http-body v1.0.1
-  Downloaded anstream v0.6.21+
   Downloaded serde_spanned v0.6.9   Downloaded serde_spanned v0.6.9
-  Downloaded darling_macro v0.20.11+  Downloaded sha1 v0.10.
 +  Downloaded is_terminal_polyfill v1.70.1 
 +  Downloaded equivalent v1.0.2
   Downloaded tower-service v0.3.3   Downloaded tower-service v0.3.3
-  Downloaded http-body v1.0.1 +  Downloaded sync_wrapper v1.0.2 
-  Downloaded toml_datetime v0.6.11+  Downloaded headers-core v0.3.0
   Downloaded tower-layer v0.3.3   Downloaded tower-layer v0.3.3
-  Downloaded headers-core v0.3.0+  Downloaded cfg-if v1.0.4 
 +  Downloaded cargo-platform v0.1.9 
 +  Downloaded colorchoice v1.0.4 
 +  Downloaded fnv v1.0.7
   Downloaded serde_spanned v1.0.3   Downloaded serde_spanned v1.0.3
-  Downloaded ident_case v1.0.1+  Downloaded anstyle-parse v0.2.7 
 +  Downloaded anstream v0.6.21 
 +  Downloaded skeptic v0.13.7 
 +  Downloaded thiserror-impl v2.0.17 
 +  Downloaded bytecount v0.6.9 
 +  Downloaded block-buffer v0.10.4 
 +  Downloaded unicase v2.8.1
   Downloaded semver v1.0.27   Downloaded semver v1.0.27
-  Downloaded sync_wrapper v1.0.2 
-  Downloaded sha1 v0.10.6 
-  Downloaded toml_writer v1.0.4 
-  Downloaded tokio-macros v2.6.0 
-  Downloaded utf8parse v0.2.2 
-  Downloaded toml_datetime v0.7.3 
-  Downloaded thread_local v1.1.9 
-  Downloaded thiserror-impl v2.0.17 
   Downloaded anstyle v1.0.13   Downloaded anstyle v1.0.13
-  Downloaded equivalent v1.0.2 
   Downloaded subtle v2.6.1   Downloaded subtle v2.6.1
 +  Downloaded toml_datetime v0.6.11
   Downloaded signal-hook-registry v1.4.6   Downloaded signal-hook-registry v1.4.6
-  Downloaded strsim v0.11.1 +  Downloaded bitflags v2.9.4 
-  Downloaded is_terminal_polyfill v1.70.1 +  Downloaded anstyle-query v1.1.4 
-  Downloaded skeptic v0.13.7 +  Downloaded ident_case v1.0.1 
-  Downloaded scopeguard v1.2.0 +  Downloaded clap_lex v0.7.6 
-  Downloaded slab v0.4.11 +  Downloaded clap-verbosity-flag v3.0.4 
-  Downloaded cexpr v0.6.0 +  Downloaded digest v0.10.7 
-  Downloaded block-buffer v0.10.4 +  Downloaded tokio-macros v2.6.0
-  Downloaded walkdir v2.5.0 +
-  Downloaded cargo_metadata v0.14.2 +
-  Downloaded unicase v2.8.1 +
-  Downloaded cfg-if v1.0.4 +
-  Downloaded version_check v0.9.5 +
-  Downloaded toml v0.8.23 +
-  Downloaded toml_parser v1.0.4 +
-  Downloaded cargo-platform v0.1.9+
   Downloaded crypto-common v0.1.6   Downloaded crypto-common v0.1.6
-  Downloaded bytecount v0.6.9 
-  Downloaded tracing-attributes v0.1.30 
-  Downloaded fnv v1.0.7 
-  Downloaded errno v0.3.14 
   Downloaded cpufeatures v0.2.17   Downloaded cpufeatures v0.2.17
-  Downloaded smallvec v1.15.1 
-  Downloaded fastrand v2.3.0 
-  Downloaded either v1.15.0 
-  Downloaded digest v0.10.7 
-  Downloaded colorchoice v1.0.4 
-  Downloaded env_home v0.1.0 
   Downloaded convert_case v0.8.0   Downloaded convert_case v0.8.0
-  Downloaded which v8.0.0 +  Downloaded strsim v0.11.1 
-  Downloaded serde_core v1.0.228 +  Downloaded toml_writer v1.0.4 
-  Downloaded futures-task v0.3.31 +  Downloaded http-body-util v0.1.3 
-  Downloaded futures-sink v0.3.31 +  Downloaded cargo_metadata v0.14.2 
-  Downloaded sharded-slab v0.1.7 +  Downloaded httpdate v1.0.3 
-  Downloaded heck v0.5.0 +  Downloaded futures-core v0.3.31
-  Downloaded generic-array v0.14.9+
   Downloaded shlex v1.3.0   Downloaded shlex v1.3.0
 +  Downloaded either v1.15.0
 +  Downloaded thread_local v1.1.9
 +  Downloaded slab v0.4.11
 +  Downloaded fastrand v2.3.0
 +  Downloaded futures-sink v0.3.31
   Downloaded http-range-header v0.4.2   Downloaded http-range-header v0.4.2
-  Downloaded http-body-util v0.1.3 +  Downloaded generic-array v0.14.9 
-  Downloaded tempfile v3.23.0 +  Downloaded mime v0.3.17 
-  Downloaded unicode-ident v1.0.19+  Downloaded errno v0.3.14 
 +  Downloaded env_home v0.1.0 
 +  Downloaded lazy_static v1.5.0 
 +  Downloaded heck v0.5.0 
 +  Downloaded percent-encoding v2.3.2 
 +  Downloaded version_check v0.9.5 
 +  Downloaded futures-task v0.3.31 
 +  Downloaded walkdir v2.5.0 
 +  Downloaded rustc-hash v2.1.1
   Downloaded thiserror v2.0.17   Downloaded thiserror v2.0.17
-  Downloaded toml v0.9.+  Downloaded darling_macro v0.20.11
-  Downloaded glob v0.3.3+
   Downloaded serde v1.0.228   Downloaded serde v1.0.228
-  Downloaded httpdate v1.0.3 
-  Downloaded itoa v1.0.15 
-  Downloaded typenum v1.19.0 
-  Downloaded serde_derive v1.0.228 
-  Downloaded same-file v1.0.6 
-  Downloaded socket2 v0.6.1 
-  Downloaded toml_edit v0.22.27 
-  Downloaded uuid v1.18.1 
   Downloaded rustc-hash v1.1.0   Downloaded rustc-hash v1.1.0
-  Downloaded rustc-hash v2.1.1 +  Downloaded toml_datetime v0.7.3 
-  Downloaded percent-encoding v2.3.2 +  Downloaded toml v0.8.23 
-  Downloaded pin-utils v0.1.0 +  Downloaded utf8parse v0.2.2 
-  Downloaded base64 v0.22.1 +  Downloaded scopeguard v1.2.0 
-  Downloaded clap-verbosity-flag v3.0.4 +  Downloaded tracing-attributes v0.1.30 
-  Downloaded futures-channel v0.3.31 +  Downloaded glob v0.3.3 
-  Downloaded tracing-core v0.1.34 +  Downloaded toml_parser v1.0.4
-  Downloaded unicode-segmentation v1.12.0 +
-  Downloaded tracing v0.1.41 +
-  Downloaded tower v0.5.2 +
-  Downloaded pin-project-lite v0.2.16 +
-  Downloaded serde_json v1.0.145+
   Downloaded cargo-manifest v0.19.1   Downloaded cargo-manifest v0.19.1
-  Downloaded clap_derive v4.5.49 +  Downloaded serde_core v1.0.228 
-  Downloaded tokio-util v0.7.16+  Downloaded darling v0.20.11 
 +  Downloaded cexpr v0.6.0 
 +  Downloaded which v8.0.0
   Downloaded find-msvc-tools v0.1.4   Downloaded find-msvc-tools v0.1.4
-  Downloaded error-chain v0.12.4 +  Downloaded clap_derive v4.5.49 
-  Downloaded clap_lex v0.7.6 +  Downloaded itoa v1.0.15 
-  Downloaded tower-http v0.6.+  Downloaded toml v0.9.8 
-  Downloaded lazy_static v1.5.0 +  Downloaded futures-channel v0.3.31
-  Downloaded futures-core v0.3.31 +
-  Downloaded winnow v0.7.13 +
-  Downloaded jobserver v0.1.34+
   Downloaded libloading v0.8.9   Downloaded libloading v0.8.9
-  Downloaded lock_api v0.4.14 +  Downloaded smallvec v1.15.1 
-  Downloaded mime v0.3.17 +  Downloaded error-chain v0.12.4 
-  Downloaded tracing-subscriber v0.3.20+  Downloaded tempfile v3.23.0 
 +  Downloaded nu-ansi-term v0.50.3
   Downloaded quote v1.0.41   Downloaded quote v1.0.41
-  Downloaded once_cell v1.21.3+  Downloaded pin-utils v0.1.0 
 +  Downloaded lock_api v0.4.14 
 +  Downloaded serde_derive v1.0.228 
 +  Downloaded unicode-ident v1.0.19 
 +  Downloaded sharded-slab v0.1.7
   Downloaded parking_lot_core v0.9.12   Downloaded parking_lot_core v0.9.12
 +  Downloaded same-file v1.0.6
 +  Downloaded socket2 v0.6.1
 +  Downloaded tracing-core v0.1.34
 +  Downloaded once_cell v1.21.3
   Downloaded mime_guess v2.0.5   Downloaded mime_guess v2.0.5
-  Downloaded syn v2.0.106 +  Downloaded uuid v1.18.1 
-  Downloaded nu-ansi-term v0.50.3+  Downloaded camino v1.2.1
   Downloaded anyhow v1.0.100   Downloaded anyhow v1.0.100
 +  Downloaded base64 v0.22.1
 +  Downloaded typenum v1.19.0
 +  Downloaded toml_edit v0.22.27
 +  Downloaded jobserver v0.1.34
   Downloaded httparse v1.10.1   Downloaded httparse v1.10.1
-  Downloaded darling v0.20.11 
-  Downloaded clang-sys v1.8.1 
-  Downloaded bitflags v2.9.4 
-  Downloaded getrandom v0.3.4 
   Downloaded parking_lot v0.12.5   Downloaded parking_lot v0.12.5
-  Downloaded tokio v1.48.0 +  Downloaded tracing v0.1.41 
-  Downloaded camino v1.2.1+  Downloaded pin-project-lite v0.2.16
   Downloaded clap v4.5.49   Downloaded clap v4.5.49
-  Downloaded headers v0.4.1 
   Downloaded ryu v1.0.20   Downloaded ryu v1.0.20
 +  Downloaded tower v0.5.2
 +  Downloaded serde_json v1.0.145
 +  Downloaded unicode-segmentation v1.12.0
 +  Downloaded darling_core v0.20.11
 +  Downloaded tower-http v0.6.6
 +  Downloaded tokio-util v0.7.16
 +  Downloaded getrandom v0.3.4
   Downloaded proc-macro2 v1.0.101   Downloaded proc-macro2 v1.0.101
 +  Downloaded winnow v0.7.13
 +  Downloaded headers v0.4.1
   Downloaded bytes v1.10.1   Downloaded bytes v1.10.1
-  Downloaded darling_core v0.20.11 +  Downloaded clang-sys v1.8.1 
-  Downloaded memchr v2.7.6+  Downloaded tracing-subscriber v0.3.20 
 +  Downloaded syn v2.0.106
   Downloaded cc v1.2.41   Downloaded cc v1.2.41
   Downloaded hyper-util v0.1.17   Downloaded hyper-util v0.1.17
 +  Downloaded minimal-lexical v0.2.1
 +  Downloaded memchr v2.7.6
 +  Downloaded mio v1.0.4
   Downloaded indexmap v2.11.4   Downloaded indexmap v2.11.4
   Downloaded http v1.3.1   Downloaded http v1.3.1
-  Downloaded minimal-lexical v0.2.1+  Downloaded tokio v1.48.0 
 +  Downloaded nom v7.1.3 
 +  Downloaded itertools v0.13.0 
 +  Downloaded pulldown-cmark v0.9.6
   Downloaded aho-corasick v1.1.3   Downloaded aho-corasick v1.1.3
   Downloaded hashbrown v0.16.0   Downloaded hashbrown v0.16.0
-  Downloaded mio v1.0.4 
-  Downloaded pulldown-cmark v0.9.6 
-  Downloaded nom v7.1.3 
   Downloaded hyper v1.7.0   Downloaded hyper v1.7.0
-  Downloaded itertools v0.13.0+  Downloaded clap_builder v4.5.49
   Downloaded futures-util v0.3.31   Downloaded futures-util v0.3.31
   Downloaded regex v1.12.2   Downloaded regex v1.12.2
   Downloaded h2 v0.4.12   Downloaded h2 v0.4.12
-  Downloaded clap_builder v4.5.49 
-  Downloaded bindgen v0.72.1 
   Downloaded bindgen v0.70.1   Downloaded bindgen v0.70.1
 +  Downloaded bindgen v0.72.1
   Downloaded regex-syntax v0.8.8   Downloaded regex-syntax v0.8.8
   Downloaded rustix v1.1.2   Downloaded rustix v1.1.2
行 332: 行 309:
    Compiling quote v1.0.41    Compiling quote v1.0.41
    Compiling serde_core v1.0.228    Compiling serde_core v1.0.228
-   Compiling libc v0.2.177 
    Compiling serde v1.0.228    Compiling serde v1.0.228
 +   Compiling libc v0.2.177
    Compiling version_check v0.9.5    Compiling version_check v0.9.5
    Compiling memchr v2.7.6    Compiling memchr v2.7.6
行 343: 行 320:
    Compiling clang-sys v1.8.1    Compiling clang-sys v1.8.1
    Compiling getrandom v0.3.4    Compiling getrandom v0.3.4
-   Compiling pin-project-lite v0.2.16 
-   Compiling rustix v1.1.2 
    Compiling anyhow v1.0.100    Compiling anyhow v1.0.100
-   Compiling minimal-lexical v0.2.1 +   Compiling rustix v1.1.2 
-   Compiling serde_json v1.0.145+   Compiling pin-project-lite v0.2.16 
 +   Compiling regex-syntax v0.8.8 
 +   Compiling itoa v1.0.15 
 +   Compiling futures-core v0.3.31
    Compiling once_cell v1.21.3    Compiling once_cell v1.21.3
 +   Compiling unicase v2.8.1
    Compiling fnv v1.0.7    Compiling fnv v1.0.7
 +   Compiling serde_json v1.0.145
    Compiling linux-raw-sys v0.11.0    Compiling linux-raw-sys v0.11.0
-   Compiling itoa v1.0.15 +   Compiling minimal-lexical v0.2.1
-   Compiling unicase v2.8.1 +
-   Compiling futures-core v0.3.31 +
-   Compiling regex-syntax v0.8.8 +
-   Compiling http v1.3.1 +
-   Compiling regex-automata v0.4.13+
    Compiling nom v7.1.3    Compiling nom v7.1.3
 +   Compiling regex-automata v0.4.13
 +   Compiling http v1.3.1
    Compiling libloading v0.8.9    Compiling libloading v0.8.9
 +   Compiling shlex v1.3.0
    Compiling either v1.15.0    Compiling either v1.15.0
    Compiling ryu v1.0.20    Compiling ryu v1.0.20
    Compiling typenum v1.19.0    Compiling typenum v1.19.0
    Compiling serde_derive v1.0.228    Compiling serde_derive v1.0.228
-   Compiling shlex v1.3.0 
    Compiling tokio-macros v2.6.0    Compiling tokio-macros v2.6.0
-   Compiling cexpr v0.6.0 
    Compiling regex v1.12.2    Compiling regex v1.12.2
    Compiling itertools v0.13.0    Compiling itertools v0.13.0
 +   Compiling cexpr v0.6.0
    Compiling tracing-core v0.1.34    Compiling tracing-core v0.1.34
-   Compiling socket2 v0.6.1 
    Compiling signal-hook-registry v1.4.6    Compiling signal-hook-registry v1.4.6
    Compiling mio v1.0.4    Compiling mio v1.0.4
 +   Compiling socket2 v0.6.1
    Compiling generic-array v0.14.9    Compiling generic-array v0.14.9
    Compiling camino v1.2.1    Compiling camino v1.2.1
行 377: 行 354:
    Compiling tokio v1.48.0    Compiling tokio v1.48.0
    Compiling error-chain v0.12.4    Compiling error-chain v0.12.4
 +   Compiling pulldown-cmark v0.9.6
    Compiling equivalent v1.0.2    Compiling equivalent v1.0.2
    Compiling hashbrown v0.16.0    Compiling hashbrown v0.16.0
-   Compiling pulldown-cmark v0.9.6 
    Compiling indexmap v2.11.4    Compiling indexmap v2.11.4
    Compiling cargo-platform v0.1.9    Compiling cargo-platform v0.1.9
行 387: 行 364:
    Compiling tracing-attributes v0.1.30    Compiling tracing-attributes v0.1.30
    Compiling semver v1.0.27    Compiling semver v1.0.27
 +   Compiling smallvec v1.15.1
 +   Compiling ident_case v1.0.1
    Compiling futures-sink v0.3.31    Compiling futures-sink v0.3.31
 +   Compiling winnow v0.7.13
    Compiling strsim v0.11.1    Compiling strsim v0.11.1
    Compiling same-file v1.0.6    Compiling same-file v1.0.6
-   Compiling winnow v0.7.13+   Compiling pin-utils v0.1.0
    Compiling fastrand v2.3.0    Compiling fastrand v2.3.0
-   Compiling pin-utils v0.1.+   Compiling utf8parse v0.2.2
-   Compiling smallvec v1.15.1+
    Compiling bindgen v0.70.1    Compiling bindgen v0.70.1
-   Compiling utf8parse v0.2.2 +   Compiling tempfile v3.23.0
-   Compiling ident_case v1.0.1+
    Compiling anstyle-parse v0.2.7    Compiling anstyle-parse v0.2.7
    Compiling darling_core v0.20.11    Compiling darling_core v0.20.11
-   Compiling tempfile v3.23.0 
-   Compiling tracing v0.1.41 
    Compiling walkdir v2.5.0    Compiling walkdir v2.5.0
 +   Compiling tracing v0.1.41
 +   Compiling cargo_metadata v0.14.2
    Compiling toml_edit v0.22.27    Compiling toml_edit v0.22.27
 +   Compiling http-body v1.0.1
 +   Compiling anstyle-query v1.1.4
 +   Compiling find-msvc-tools v0.1.4
 +   Compiling colorchoice v1.0.4
 +   Compiling anstyle v1.0.13
    Compiling tokio-util v0.7.16    Compiling tokio-util v0.7.16
-   Compiling cargo_metadata v0.14.2 
-   Compiling http-body v1.0.1 
-   Compiling parking_lot_core v0.9.12 
-   Compiling bindgen v0.72.1 
    Compiling bytecount v0.6.9    Compiling bytecount v0.6.9
    Compiling rustc-hash v1.1.0    Compiling rustc-hash v1.1.0
-   Compiling anstyle v1.0.13 
    Compiling httpdate v1.0.3    Compiling httpdate v1.0.3
-   Compiling anstyle-query v1.1.4+   Compiling bindgen v0.72.1 
 +   Compiling parking_lot_core v0.9.12
    Compiling httparse v1.10.1    Compiling httparse v1.10.1
-   Compiling find-msvc-tools v0.1.4 
    Compiling is_terminal_polyfill v1.70.1    Compiling is_terminal_polyfill v1.70.1
-   Compiling colorchoice v1.0.4 
    Compiling anstream v0.6.21    Compiling anstream v0.6.21
-   Compiling cc v1.2.41 
    Compiling skeptic v0.13.7    Compiling skeptic v0.13.7
    Compiling toml v0.8.23    Compiling toml v0.8.23
 +   Compiling cc v1.2.41
    Compiling darling_macro v0.20.11    Compiling darling_macro v0.20.11
    Compiling block-buffer v0.10.4    Compiling block-buffer v0.10.4
    Compiling crypto-common v0.1.6    Compiling crypto-common v0.1.6
    Compiling mime_guess v2.0.5    Compiling mime_guess v2.0.5
 +   Compiling unicode-segmentation v1.12.0
 +   Compiling futures-task v0.3.31
 +   Compiling mime v0.3.17
 +   Compiling scopeguard v1.2.0
    Compiling heck v0.5.0    Compiling heck v0.5.0
 +   Compiling clap_lex v0.7.6
 +   Compiling env_home v0.1.0
 +   Compiling slab v0.4.11
    Compiling atomic-waker v1.1.2    Compiling atomic-waker v1.1.2
-   Compiling scopeguard v1.2.0 
-   Compiling slab v0.4.11 
-   Compiling env_home v0.1.0 
-   Compiling futures-task v0.3.31 
-   Compiling clap_lex v0.7.6 
-   Compiling tower-service v0.3.3 
-   Compiling mime v0.3.17 
-   Compiling unicode-segmentation v1.12.0 
    Compiling rustc-hash v2.1.1    Compiling rustc-hash v2.1.1
-   Compiling convert_case v0.8.0+   Compiling tower-service v0.3.
 +   Compiling h2 v0.4.12 
 +   Compiling ext-php-rs v0.14.2 (https://github.com/el7cosmos/ext-php-rs.git?branch=static#8271a90d)
    Compiling aho-corasick v1.1.3    Compiling aho-corasick v1.1.3
-   Compiling clap_builder v4.5.49 
-   Compiling ext-php-rs v0.14.2 (https://github.com/el7cosmos/ext-php-rs.git?branch=static#8271a90d) 
-   Compiling futures-util v0.3.31 
-   Compiling h2 v0.4.12 
    Compiling which v8.0.0    Compiling which v8.0.0
-   Compiling lock_api v0.4.14+   Compiling clap_builder v4.5.49
    Compiling clap_derive v4.5.49    Compiling clap_derive v4.5.49
 +   Compiling lock_api v0.4.14
 +   Compiling futures-util v0.3.31
 +   Compiling convert_case v0.8.0
    Compiling digest v0.10.7    Compiling digest v0.10.7
-   Compiling cargo-manifest v0.19.1 
    Compiling darling v0.20.11    Compiling darling v0.20.11
 +   Compiling cargo-manifest v0.19.1
    Compiling futures-channel v0.3.31    Compiling futures-channel v0.3.31
-   Compiling cpufeatures v0.2.17 
-   Compiling lazy_static v1.5.0 
    Compiling sync_wrapper v1.0.2    Compiling sync_wrapper v1.0.2
 +   Compiling lazy_static v1.5.0
 +   Compiling cpufeatures v0.2.17
    Compiling tower-layer v0.3.3    Compiling tower-layer v0.3.3
 +   Compiling pasir v0.5.2 (/app)
 +   Compiling ext-php-rs-derive v0.11.2 (https://github.com/el7cosmos/ext-php-rs.git?branch=static#8271a90d)
    Compiling toml_parser v1.0.4    Compiling toml_parser v1.0.4
    Compiling tower v0.5.2    Compiling tower v0.5.2
-   Compiling ext-php-rs-derive v0.11.2 (https://github.com/el7cosmos/ext-php-rs.git?branch=static#8271a90d)+   Compiling sha1 v0.10.6
    Compiling sharded-slab v0.1.7    Compiling sharded-slab v0.1.7
-   Compiling sha1 v0.10.6 
-   Compiling pasir v0.5.2 (/app) 
    Compiling hyper v1.7.0    Compiling hyper v1.7.0
    Compiling parking_lot v0.12.5    Compiling parking_lot v0.12.5
-   Compiling clap v4.5.49 
    Compiling uuid v1.18.1    Compiling uuid v1.18.1
-   Compiling toml_datetime v0.7.3+   Compiling clap v4.5.49
    Compiling serde_spanned v1.0.3    Compiling serde_spanned v1.0.3
 +   Compiling toml_datetime v0.7.3
    Compiling http-body-util v0.1.3    Compiling http-body-util v0.1.3
    Compiling headers-core v0.3.0    Compiling headers-core v0.3.0
    Compiling thread_local v1.1.9    Compiling thread_local v1.1.9
 +   Compiling base64 v0.22.1
 +   Compiling toml_writer v1.0.4
    Compiling http-range-header v0.4.2    Compiling http-range-header v0.4.2
    Compiling percent-encoding v2.3.2    Compiling percent-encoding v2.3.2
-   Compiling base64 v0.22.1 
-   Compiling toml_writer v1.0.4 
    Compiling nu-ansi-term v0.50.3    Compiling nu-ansi-term v0.50.3
-   Compiling toml v0.9.8+   Compiling tower-http v0.6.6
    Compiling tracing-subscriber v0.3.20    Compiling tracing-subscriber v0.3.20
 +   Compiling toml v0.9.8
    Compiling headers v0.4.1    Compiling headers v0.4.1
-   Compiling tower-http v0.6.6 
-   Compiling hyper-util v0.1.17 
    Compiling clap-verbosity-flag v3.0.4    Compiling clap-verbosity-flag v3.0.4
-    Finished `release` profile [optimized] target(s) in 3m 55s +   Compiling hyper-util v0.1.17 
---&gt; 892a9a8c2c0a+    Finished `release` profile [optimized] target(s) in 4m 20s
 [3/3] STEP 1/7: FROM php:8.4-zts-bookworm [3/3] STEP 1/7: FROM php:8.4-zts-bookworm
 [3/3] STEP 2/7: ENV PASIR_PORT=8080 [3/3] STEP 2/7: ENV PASIR_PORT=8080
---&gt; 9116867fcd7d 
 [3/3] STEP 3/7: COPY --from=php-builder /app/target/release/pasir /usr/local/bin/pasir [3/3] STEP 3/7: COPY --from=php-builder /app/target/release/pasir /usr/local/bin/pasir
---&gt; f38c2eb98ca2 
 [3/3] STEP 4/7: RUN cp &quot;$PHP_INI_DIR/php.ini-development&quot; &quot;$PHP_INI_DIR/php.ini&quot; [3/3] STEP 4/7: RUN cp &quot;$PHP_INI_DIR/php.ini-development&quot; &quot;$PHP_INI_DIR/php.ini&quot;
---&gt; 5808be2e7658 
 [3/3] STEP 5/7: WORKDIR /app [3/3] STEP 5/7: WORKDIR /app
---&gt; 431265f9d788 
 [3/3] STEP 6/7: EXPOSE ${PASIR_PORT} [3/3] STEP 6/7: EXPOSE ${PASIR_PORT}
---&gt; f57523bc0fb4 
 [3/3] STEP 7/7: CMD [&quot;pasir&quot;] [3/3] STEP 7/7: CMD [&quot;pasir&quot;]
-[3/3] COMMIT +[3/3] COMMIT tomoyan596/pasir 
---&gt; 25e5a97d4b30 +Getting image source signatures 
-25e5a97d4b30238cb22cfe93c3c58568168929ba260bb6ee36f2bfd0919cc681+Copying blob bd2be69c2f99 skipped: already exists   
 +Copying blob e19ca25b28f8 skipped: already exists   
 +Copying blob b7537bee47a3 skipped: already exists   
 +Copying blob 0fa0da5d5600 skipped: already exists   
 +Copying blob b3f7f03b6678 skipped: already exists   
 +Copying blob 90de8bc24831 skipped: already exists   
 +Copying blob 35797404e604 skipped: already exists   
 +Copying blob 1bae9895da7e skipped: already exists   
 +Copying blob 9613369f59bb skipped: already exists   
 +Copying blob 161cbbe44526 skipped: already exists   
 +Copying blob 7b9ccd6663cc done   |  
 +Copying config 89e7808853 done   |  
 +Writing manifest to image destination 
 +--&gt; 89e7808853e2 
 +Successfully tagged localhost/tomoyan596/pasir:latest 
 +89e7808853e2a35a6d78b7c91b99a9daab448ffb65aa3f14b52484d8b4e6319f
 </pre></html></WRAP> </pre></html></WRAP>
 </WRAP> </WRAP>
  
  • rust/pasir.txt
  • 最終更新: 2025/12/02 12:49
  • by ともやん