[INFO] cloning repository https://github.com/Mockerize-io/mockerize-cli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Mockerize-io/mockerize-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMockerize-io%2Fmockerize-cli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMockerize-io%2Fmockerize-cli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] aa2f22b5169b8f159cd84f0aea637fd5b846514a [INFO] testing Mockerize-io/mockerize-cli against 1.85.0 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMockerize-io%2Fmockerize-cli" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Mockerize-io/mockerize-cli on toolchain 1.85.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Mockerize-io/mockerize-cli [INFO] finished tweaking git repo https://github.com/Mockerize-io/mockerize-cli [INFO] tweaked toml for git repo https://github.com/Mockerize-io/mockerize-cli written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/Mockerize-io/mockerize-cli already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde v1.0.211 [INFO] [stderr] Downloaded serde_derive v1.0.211 [INFO] [stderr] Downloaded rustls v0.23.15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7eb470d44739b9b18803ca3993c7bf4602edd88fb429edfdecfe4760c77e6b8c [INFO] running `Command { std: "docker" "start" "-a" "7eb470d44739b9b18803ca3993c7bf4602edd88fb429edfdecfe4760c77e6b8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7eb470d44739b9b18803ca3993c7bf4602edd88fb429edfdecfe4760c77e6b8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7eb470d44739b9b18803ca3993c7bf4602edd88fb429edfdecfe4760c77e6b8c", kill_on_drop: false }` [INFO] [stdout] 7eb470d44739b9b18803ca3993c7bf4602edd88fb429edfdecfe4760c77e6b8c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a0d4e1c61e88663d39d800f925b8a3e18060c702050ef944b162e1d1cb615a96 [INFO] running `Command { std: "docker" "start" "-a" "a0d4e1c61e88663d39d800f925b8a3e18060c702050ef944b162e1d1cb615a96", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.88 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling libc v0.2.161 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling bytes v1.8.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling serde v1.0.211 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling syn v2.0.82 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling cc v1.1.31 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling zstd-safe v7.2.1 [INFO] [stderr] Compiling local-waker v0.1.4 [INFO] [stderr] Compiling regex-automata v0.4.8 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling zstd-sys v2.0.13+zstd.1.5.6 [INFO] [stderr] Compiling tinyvec v1.8.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Compiling regex-lite v0.1.6 [INFO] [stderr] Compiling serde_json v1.0.132 [INFO] [stderr] Compiling hashbrown v0.15.0 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Compiling regex v1.11.0 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling indexmap v2.6.0 [INFO] [stderr] Compiling bytestring v1.3.1 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling miniz_oxide v0.8.0 [INFO] [stderr] Compiling anstyle-parse v0.2.5 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling actix-service v2.0.2 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling brotli-decompressor v4.0.1 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling actix-utils v3.0.1 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling serde_derive v1.0.211 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling anstyle v1.0.8 [INFO] [stderr] Compiling unicode-bidi v0.3.17 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling cpufeatures v0.2.14 [INFO] [stderr] Compiling anstyle-query v1.1.1 [INFO] [stderr] Compiling tokio v1.41.0 [INFO] [stderr] Compiling colorchoice v1.0.2 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling derive_more v0.99.18 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling actix-router v0.5.3 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling anstream v0.6.15 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling flate2 v1.0.34 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling brotli v6.0.0 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling local-channel v0.1.5 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling clap_lex v0.7.2 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling anyhow v1.0.90 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Compiling tokio-util v0.7.12 [INFO] [stderr] Compiling actix-rt v2.10.0 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling actix-codec v0.5.2 [INFO] [stderr] Compiling actix-server v2.5.0 [INFO] [stderr] Compiling clap_builder v4.5.20 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling actix-web-codegen v4.3.0 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling zstd v0.13.2 [INFO] [stderr] Compiling gethostname v0.2.3 [INFO] [stderr] Compiling tracing-log v0.1.4 [INFO] [stderr] Compiling mockerize-cli v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling actix-http v3.9.0 [INFO] [stderr] Compiling impl-more v0.1.8 [INFO] [stderr] Compiling tracing-bunyan-formatter v0.3.9 [INFO] [stderr] Compiling clap v4.5.20 [INFO] [stderr] Compiling uuid v1.11.0 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling actix-web v4.9.0 [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/cli/run.rs:45:14 [INFO] [stdout] | [INFO] [stdout] 45 | .unlock() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `unlock(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/cli/run.rs:45:14 [INFO] [stdout] | [INFO] [stdout] 45 | .unlock() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `unlock(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s [INFO] running `Command { std: "docker" "inspect" "a0d4e1c61e88663d39d800f925b8a3e18060c702050ef944b162e1d1cb615a96", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0d4e1c61e88663d39d800f925b8a3e18060c702050ef944b162e1d1cb615a96", kill_on_drop: false }` [INFO] [stdout] a0d4e1c61e88663d39d800f925b8a3e18060c702050ef944b162e1d1cb615a96 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5d64f27f0275f0aa4d16e13b6946fb510e14097cfd816ff9902033c391a7b0ab [INFO] running `Command { std: "docker" "start" "-a" "5d64f27f0275f0aa4d16e13b6946fb510e14097cfd816ff9902033c391a7b0ab", kill_on_drop: false }` [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.68 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling rustls-pki-types v1.10.0 [INFO] [stderr] Compiling sync_wrapper v1.0.1 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling ipnet v2.10.1 [INFO] [stderr] Compiling tokio v1.41.0 [INFO] [stderr] Compiling openssl-sys v0.9.104 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling tracing-bunyan-formatter v0.3.9 [INFO] [stderr] Compiling tokio-util v0.7.12 [INFO] [stderr] Compiling actix-rt v2.10.0 [INFO] [stderr] Compiling actix-server v2.5.0 [INFO] [stderr] Compiling actix-codec v0.5.2 [INFO] [stderr] Compiling h2 v0.4.6 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling actix-http v3.9.0 [INFO] [stderr] Compiling hyper v1.5.0 [INFO] [stderr] Compiling hyper-util v0.1.9 [INFO] [stderr] Compiling actix-web v4.9.0 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.8 [INFO] [stderr] Compiling mockerize-cli v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/cli/run.rs:45:14 [INFO] [stdout] | [INFO] [stdout] 45 | .unlock() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `unlock(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/cli/run.rs:45:14 [INFO] [stdout] | [INFO] [stdout] 45 | .unlock() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `unlock(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/cli/run.rs:45:14 [INFO] [stdout] | [INFO] [stdout] 45 | .unlock() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `unlock(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/cli/run.rs:45:14 [INFO] [stdout] | [INFO] [stdout] 45 | .unlock() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `unlock(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/1.85.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcpyG59z/symbols.o" "<6 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libreqwest-a3980076688adc38.rlib,librustls_pemfile-d2dc78ef405b0f26.rlib,librustls_pki_types-5e88aef49b7b9f5a.rlib,libipnet-e19fc7c25a7a66dc.rlib,libhyper_tls-c99027901c088c62.rlib,libtokio_native_tls-91ca9f71dc743876.rlib,libnative_tls-7af7810c43f0553b.rlib,libopenssl_probe-d9542f0dc817c629.rlib,libopenssl-910eb66c58c2b81d.rlib,libforeign_types-eeb1a2993872581e.rlib,libforeign_types_shared-af2d333ca75e554c.rlib,libopenssl_sys-301b3275c0dc0f17.rlib,libhyper_util-be69eac37445bb88.rlib,libtower_service-3f1cfad055fb74ea.rlib,libhyper-1373cf544b8d157f.rlib,libwant-48d2f3ce0217ee58.rlib,libtry_lock-9c6837a4265cc9ba.rlib,libh2-df3b1d5b714d3b42.rlib,libatomic_waker-47c8e94458ced143.rlib,libfutures_channel-c3093f5b696af989.rlib,libhttp_body_util-6e612bbc1af0eaf3.rlib,libhttp_body-5a66360b150e0c08.rlib,libhttp-1841622d76176ec4.rlib}" "/opt/rustwide/rustup-home/toolchains/1.85.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-bb17ba1fa02ea08e.rlib,libgetopts-d04d0c542852b7d7.rlib,libunicode_width-7748d1fe0f8acd00.rlib,librustc_std_workspace_std-6cf585dc4073d549.rlib}" "/opt/rustwide/target/debug/deps/{libmockerize_cli-c45e98035fe81019.rlib,libactix_web-4e6a5a894e906b61.rlib,libimpl_more-79850b4a519f58e0.rlib,liburl-a2cf2153fc493d64.rlib,libidna-62cb9410f8734a8a.rlib,libunicode_normalization-2bff843794e8a399.rlib,libtinyvec-8996e91bcb7b3012.rlib,libtinyvec_macros-a6efcf6aaa6f1d24.rlib,libunicode_bidi-6b5584430bc279b9.rlib,libserde_urlencoded-d24331e1647da1cb.rlib,libform_urlencoded-a0a256e550b19667.rlib,libserde_json-da31497908b2ded0.rlib,libryu-d8d82ea1fbb4eba9.rlib,libactix_server-ce80aa9d2f487b2c.rlib,libactix_router-2ddd364602e23daa.rlib,libregex-60c4341d8fe4262e.rlib,libregex_automata-65f16f957895c0aa.rlib,libaho_corasick-ed570c9633a618f0.rlib,libregex_syntax-442088eef257edda.rlib,libcookie-2c4e91179a154bd7.rlib,libtime-880a29fd17edcb35.rlib,libtime_core-7fe77ce94ed8ca09.rlib,libnum_conv-b6c9de454a0b9e92.rlib,libderanged-ed0c9f97b90e15f1.rlib,libpowerfmt-f59d1a968c2c4ca0.rlib,libactix_http-bd87aee39f9c9516.rlib,librand-26df52e0c26c5735.rlib,librand_chacha-0d063b377f1a6e8c.rlib,libppv_lite86-c8870552e536f13e.rlib,librand_core-18421f8c9921506a.rlib,libhttparse-e219b6b3483689dd.rlib,libbrotli-45b98058815d0407.rlib,libbrotli_decompressor-624fa3df79b61c65.rlib,liballoc_stdlib-91752499f60c4564.rlib,liballoc_no_stdlib-2ce96d3e96e32185.rlib,libhttpdate-7ceefaf3809ec253.rlib,libsha1-2650b2dad85eb570.rlib,libcpufeatures-cdb0f2a28bb6cfb6.rlib,libdigest-05309fdb476fdeb9.rlib,libblock_buffer-822eb9e966168eeb.rlib,libcrypto_common-a6fe2aa62749029d.rlib,libgeneric_array-a5bb526f1f91748d.rlib,libtypenum-64fa75189099ad30.rlib,libbase64-7516cdb7853c1587.rlib,liblocal_channel-03fa02c54f15a4a1.rlib,libbytestring-5c21f13c7561e386.rlib,libencoding_rs-e2d2b7b3a816270c.rlib,liblanguage_tags-60d1a4f0ee776088.rlib,libahash-1d01498074dcd4db.rlib,libzerocopy-c217a9ff13d1629e.rlib,libbyteorder-c8ca58589254124d.rlib,libmime-d2e22643510669cc.rlib,libpercent_encoding-14ded8743655df91.rlib,libh2-99f8592a32bdc75c.rlib,libindexmap-d3087764f37768bb.rlib,libequivalent-ea4b19f5b4ede7f6.rlib,libhashbrown-1b4411ea52e95f3d.rlib,libslab-e4ddb92b908ba3fe.rlib,libfutures_util-31387121ddbff29e.rlib,libfutures_task-0da981d3a73c6265.rlib,libpin_utils-645575864bd7a7f9.rlib,libzstd-c872ece1518f6185.rlib,libzstd_safe-b1a3f02c2819ef8c.rlib,libzstd_sys-6ad8085088eb31f0.rlib,libflate2-0bf25c4498e938bd.rlib,libminiz_oxide-da2e13b53456e8bc.rlib,libadler2-795f80b63c0d13ab.rlib,libcrc32fast-dc12a418332066d2.rlib,libactix_service-ea9485280fa6e202.rlib,libactix_codec-c9fa9c46a825c175.rlib,libtracing-ed5ceccaabc7c7b7.rlib,libtracing_core-ae84da1164d854c9.rlib,libonce_cell-effca8480a79377b.rlib,libmemchr-df55c45c88b22cf1.rlib,libbitflags-52be23224824b52a.rlib,libtokio_util-b7817fa0d2483a5f.rlib,libfutures_sink-8897af0eb26b35c8.rlib,libactix_utils-de644976221b2185.rlib,liblocal_waker-315e29e7fb19cc4e.rlib,libactix_rt-e25848a1d34f16c2.rlib,libtokio-9f8fb96d7857c376.rlib,libsignal_hook_registry-5c7208e88f914e62.rlib,libsocket2-954ee003bbee2e88.rlib,libmio-b348459aa1d82a78.rlib,liblog-910c7dd0c62bcb75.rlib,libparking_lot-c000a93f3febfe4e.rlib,libparking_lot_core-a6b89e653b625f90.rlib,libsmallvec-c79093207c0506d7.rlib,liblock_api-00b05e02b652d7e9.rlib,libscopeguard-34f4dbdd3a3b253c.rlib,libpin_project_lite-a63580d47f910a30.rlib,libfutures_core-bbc7cce9b4daf08e.rlib,libhttp-5895e9429edafa8d.rlib,libitoa-fd2a5e3ec61dffe2.rlib,libbytes-e6402cde81a0f246.rlib,libfnv-3d5abbde6780e305.rlib,libuuid-692df171690bfdfb.rlib,libgetrandom-691184372ee2deb8.rlib,libcfg_if-d4c93475573720c9.rlib,libserde-3dc9fa8350bac773.rlib,libfs2-48859299d706d332.rlib,liblibc-b0eb799c82fca5ec.rlib,libanyhow-a95a5be3c806ef1f.rlib,libclap-d00fe3f1d089b41a.rlib,libclap_builder-b31004c4963651f3.rlib,libstrsim-836036c1c62a196f.rlib,libanstream-e960f566de48e00f.rlib,libanstyle_query-4aa134e76a78ef7d.rlib,libis_terminal_polyfill-f259a02bd4122552.rlib,libcolorchoice-b15b65ede5bfacdb.rlib,libanstyle_parse-347c9070556080a3.rlib,libutf8parse-54f316334d715eff.rlib,libclap_lex-47f671027da75397.rlib,libanstyle-21ec2cf6d24a03ef.rlib}" "/opt/rustwide/rustup-home/toolchains/1.85.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-6273572f18644c87.rlib,libpanic_unwind-267e668abf74a283.rlib,libobject-ec6154ccae37a33e.rlib,libmemchr-500edd5521c440d4.rlib,libaddr2line-86d8d9428792e8ef.rlib,libgimli-10f06487503767c2.rlib,librustc_demangle-6a38424de1e5bca5.rlib,libstd_detect-de9763ea1c19dca3.rlib,libhashbrown-a7f5bb2f736d3c49.rlib,librustc_std_workspace_alloc-7e368919bdc4a44c.rlib,libminiz_oxide-376454d49910c786.rlib,libadler-fa99f5692b5dce85.rlib,libunwind-91cafdaf16f7fe40.rlib,libcfg_if-f7ee3f1ea78d9dae.rlib,liblibc-d3a35665f881365a.rlib,liballoc-715bc629a88bca60.rlib,librustc_std_workspace_core-ae70165d1278cff7.rlib,libcore-406129d0e3fbc101.rlib,libcompiler_builtins-1af05515ab19524a.rlib}" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/zstd-sys-b36bd22768f34a86/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.85.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/test_server-9c59e6c76461b6dc" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `mockerize-cli` (test "test_server") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "5d64f27f0275f0aa4d16e13b6946fb510e14097cfd816ff9902033c391a7b0ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d64f27f0275f0aa4d16e13b6946fb510e14097cfd816ff9902033c391a7b0ab", kill_on_drop: false }` [INFO] [stdout] 5d64f27f0275f0aa4d16e13b6946fb510e14097cfd816ff9902033c391a7b0ab