[INFO] cloning repository https://github.com/nlv8/agreed [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nlv8/agreed" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnlv8%2Fagreed", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnlv8%2Fagreed'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3a10e4e19fa626c400ddd8619543e08db4b177cf [INFO] testing nlv8/agreed against try#d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnlv8%2Fagreed" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nlv8/agreed on toolchain d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nlv8/agreed [INFO] finished tweaking git repo https://github.com/nlv8/agreed [INFO] tweaked toml for git repo https://github.com/nlv8/agreed written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/nlv8/agreed already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bad6a36bd806fee6fca958fc33a3024a1d7d365f4bad96665f8c24bfc4c6d7bc [INFO] running `Command { std: "docker" "start" "-a" "bad6a36bd806fee6fca958fc33a3024a1d7d365f4bad96665f8c24bfc4c6d7bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bad6a36bd806fee6fca958fc33a3024a1d7d365f4bad96665f8c24bfc4c6d7bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bad6a36bd806fee6fca958fc33a3024a1d7d365f4bad96665f8c24bfc4c6d7bc", kill_on_drop: false }` [INFO] [stdout] bad6a36bd806fee6fca958fc33a3024a1d7d365f4bad96665f8c24bfc4c6d7bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 40d9601b024ddbe13854435c845a2c7ccacd69619abcc97f51999458bd916130 [INFO] running `Command { std: "docker" "start" "-a" "40d9601b024ddbe13854435c845a2c7ccacd69619abcc97f51999458bd916130", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling futures-core v0.3.14 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling futures-sink v0.3.14 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling futures-task v0.3.14 [INFO] [stderr] Compiling futures-io v0.3.14 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling async-trait v0.1.50 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling anyhow v1.0.40 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling futures-channel v0.3.14 [INFO] [stderr] Compiling tracing-core v0.1.18 [INFO] [stderr] Compiling tokio v1.5.0 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling futures-macro v0.3.14 [INFO] [stderr] Compiling pin-project-internal v1.0.7 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling tokio-macros v1.1.0 [INFO] [stderr] Compiling derive_more v0.99.13 [INFO] [stderr] Compiling futures-util v0.3.14 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling pin-project v1.0.7 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling futures-executor v0.3.14 [INFO] [stderr] Compiling futures v0.3.14 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling agreed v1.1.0 (/opt/rustwide/workdir/agreed) [INFO] [stdout] warning: field is never read: `handle` [INFO] [stdout] --> agreed/src/replication/mod.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | pub handle: JoinHandle<()>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling agreed-memstore v1.1.0 (/opt/rustwide/workdir/agreed-memstore) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.79s [INFO] running `Command { std: "docker" "inspect" "40d9601b024ddbe13854435c845a2c7ccacd69619abcc97f51999458bd916130", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40d9601b024ddbe13854435c845a2c7ccacd69619abcc97f51999458bd916130", kill_on_drop: false }` [INFO] [stdout] 40d9601b024ddbe13854435c845a2c7ccacd69619abcc97f51999458bd916130 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c59c8bd988e45ceb51a9dc2bfe9e6a7d7f425f785fcb9d72374acb3e1c21ad0f [INFO] running `Command { std: "docker" "start" "-a" "c59c8bd988e45ceb51a9dc2bfe9e6a7d7f425f785fcb9d72374acb3e1c21ad0f", kill_on_drop: false }` [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling sharded-slab v0.1.1 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling agreed v1.1.0 (/opt/rustwide/workdir/agreed) [INFO] [stderr] Compiling agreed-memstore v1.1.0 (/opt/rustwide/workdir/agreed-memstore) [INFO] [stdout] warning: field is never read: `handle` [INFO] [stdout] --> agreed/src/replication/mod.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | pub handle: JoinHandle<()>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stdout] warning: field is never read: `handle` [INFO] [stdout] --> agreed/src/replication/mod.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | pub handle: JoinHandle<()>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling tracing-subscriber v0.2.18 [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling agreed-integration-tests v1.1.0 (/opt/rustwide/workdir/agreed-integration-tests) [INFO] [stderr] error: could not compile `agreed-integration-tests` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name stepdown --edition=2018 agreed-integration-tests/tests/stepdown.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=28e9c7ed9d60f714 -C extra-filename=-28e9c7ed9d60f714 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern agreed=/opt/rustwide/target/debug/deps/libagreed-decde01dabd95ebd.rlib --extern agreed_memstore=/opt/rustwide/target/debug/deps/libagreed_memstore-bc1fc42ebe2739ce.rlib --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-cecfca1474748564.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-12ed6336d5550624.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-d756a69163f1ed00.rlib --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-7dad104852e710a7.so --extern futures=/opt/rustwide/target/debug/deps/libfutures-2620fe05d4096eb1.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-062ec20cca67060d.rlib --extern maplit=/opt/rustwide/target/debug/deps/libmaplit-9d248c194ba5cb64.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-8e07131f88a15f9f.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-7bfb46bd80a304aa.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-82a53219f3a3a5aa.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-791d668b84cb5d65.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-72d30287a20f97c0.rlib --extern tracing_futures=/opt/rustwide/target/debug/deps/libtracing_futures-77f886defd34b5a4.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-b4c518775b9ad6f4.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/initialization-e471682b20e77bf1.initialization.dbbddc9e-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/initialization-e471682b20e77bf1.initialization.dbbddc9e-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/initialization-e471682b20e77bf1.initialization.dbbddc9e-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/initialization-e471682b20e77bf1.initialization.dbbddc9e-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/initialization-e471682b20e77bf1.initialization.dbbddc9e-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/initialization-e471682b20e77bf1.initialization.dbbddc9e-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/initialization-e471682b20e77bf1.initialization.dbbddc9e-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/initialization-e471682b20e77bf1.initialization.dbbddc9e-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/initialization-e471682b20e77bf1.initialization.dbbddc9e-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/initialization-e471682b20e77bf1.initialization.dbbddc9e-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/initialization-e471682b20e77bf1.initialization.dbbddc9e-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/initialization-e471682b20e77bf1.initialization.dbbddc9e-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/initialization-e471682b20e77bf1.initialization.dbbddc9e-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/initialization-e471682b20e77bf1.initialization.dbbddc9e-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/initialization-e471682b20e77bf1.initialization.dbbddc9e-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/initialization-e471682b20e77bf1.initialization.dbbddc9e-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/initialization-e471682b20e77bf1.38h6jy1qp7bocjnh.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-1ce38cc2ca963dbe.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-44cde79bf84da402.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-4dc925bb53d03412.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-2216cca8b1bb2a2f.rlib" "/opt/rustwide/target/debug/deps/libtracing_subscriber-b4c518775b9ad6f4.rlib" "/opt/rustwide/target/debug/deps/libchrono-9e59f6e23481c929.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-3dd8c873f5e50baf.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-0c527cb00fdb04f8.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-2373f89db8adc0bf.rlib" "/opt/rustwide/target/debug/deps/libthread_local-c980ef7b246ef457.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-1c76c34bd953cf55.rlib" "/opt/rustwide/target/debug/deps/libsharded_slab-2da2fb230a2c10bc.rlib" "/opt/rustwide/target/debug/deps/libtracing_serde-c0f2d908ca5e87f7.rlib" "/opt/rustwide/target/debug/deps/libtracing_log-0fda404affd8e133.rlib" "/opt/rustwide/target/debug/deps/liblog-062ec20cca67060d.rlib" "/opt/rustwide/target/debug/deps/libansi_term-edb42a5a5018ad00.rlib" "/opt/rustwide/target/debug/deps/libmatchers-52a0a5028260723a.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-1f22d5b32cf81b6b.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-24112b8d60200f95.rlib" "/opt/rustwide/target/debug/deps/libregex-ec2fc83b3fc9e774.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-cfec10257cbd629b.rlib" "/opt/rustwide/target/debug/deps/libagreed_memstore-bc1fc42ebe2739ce.rlib" "/opt/rustwide/target/debug/deps/libserde_json-2ea780c7d9f45bf9.rlib" "/opt/rustwide/target/debug/deps/libryu-e6fb900e507a464e.rlib" "/opt/rustwide/target/debug/deps/libitoa-653c401ca764c4cb.rlib" "/opt/rustwide/target/debug/deps/libagreed-decde01dabd95ebd.rlib" "/opt/rustwide/target/debug/deps/libthiserror-82a53219f3a3a5aa.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-77f886defd34b5a4.rlib" "/opt/rustwide/target/debug/deps/libtracing-72d30287a20f97c0.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-c2a5e60e2e705e7b.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-f67718dd40129317.rlib" "/opt/rustwide/target/debug/deps/libpin_project-43a5a557782f759f.rlib" "/opt/rustwide/target/debug/deps/libanyhow-cecfca1474748564.rlib" "/opt/rustwide/target/debug/deps/libtokio-791d668b84cb5d65.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-8f7bfc0ba4cd2b70.rlib" "/opt/rustwide/target/debug/deps/libbytes-d756a69163f1ed00.rlib" "/opt/rustwide/target/debug/deps/libfutures-2620fe05d4096eb1.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-0ef753ffaeacdf5a.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-862509a17b23dab6.rlib" "/opt/rustwide/target/debug/deps/libmemchr-4b7e7f97fdf3b1c2.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-84ffa5dedfbbf61b.rlib" "/opt/rustwide/target/debug/deps/libslab-3fe28842158339e2.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-6622618452ff9e6f.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-859511f254389867.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-ba36d774cb01c99d.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-688c45d3a536a53e.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-6658f7c5b0898ee7.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-e7e5203d8bca50dd.rlib" "/opt/rustwide/target/debug/deps/libserde-7bfb46bd80a304aa.rlib" "/opt/rustwide/target/debug/deps/librand-8e07131f88a15f9f.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-7bc67fae755cfc67.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-82bdeb907cc2ed56.rlib" "/opt/rustwide/target/debug/deps/librand_core-29cafc50e601e3a5.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-3125fb564e5429af.rlib" "/opt/rustwide/target/debug/deps/liblibc-275c26d6891ef53b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-477585129feec44c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9c44f1fe63de3edb.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5dfdbb680ac299a1.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-353beaf877db2fdf.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-cd4abd33332d2d3f.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3b908b5b50ddd80c.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-9cafd3521b5532d3.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-7b0935832903a9ac.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-8a349b13d67c76e3.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-9d41e7cb09eafd8e.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-095194fedb4c0ec4.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-968cf83f088269ec.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e63bbb95a6beff5c.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-9f216e67c2916fa5.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-4688b763605c6a0e.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a9b2dc3244289321.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-003d83a588984e1f.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/initialization-e471682b20e77bf1" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "c59c8bd988e45ceb51a9dc2bfe9e6a7d7f425f785fcb9d72374acb3e1c21ad0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c59c8bd988e45ceb51a9dc2bfe9e6a7d7f425f785fcb9d72374acb3e1c21ad0f", kill_on_drop: false }` [INFO] [stdout] c59c8bd988e45ceb51a9dc2bfe9e6a7d7f425f785fcb9d72374acb3e1c21ad0f