[INFO] cloning repository https://github.com/jaemk/kave [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jaemk/kave" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaemk%2Fkave", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaemk%2Fkave'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8cc0361c2aef5b53bac3baf8f22ab6a6abc30d51 [INFO] testing jaemk/kave against try#61cd42370816fd135c0f3b9debf2f5dfcf194594 for pr-98839 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaemk%2Fkave" "/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/jaemk/kave on toolchain 61cd42370816fd135c0f3b9debf2f5dfcf194594 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+61cd42370816fd135c0f3b9debf2f5dfcf194594" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jaemk/kave [INFO] finished tweaking git repo https://github.com/jaemk/kave [INFO] tweaked toml for git repo https://github.com/jaemk/kave written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/jaemk/kave already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+61cd42370816fd135c0f3b9debf2f5dfcf194594" "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:5873ed620acfc3295992aedd9294443d62a478a48ba243bc5e6c4f5abaffa05f" "/opt/rustwide/cargo-home/bin/cargo" "+61cd42370816fd135c0f3b9debf2f5dfcf194594" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 046aaa95c2647ae0a6a1138c9c4bb9efe9ca9d04f2f66a0289692c089feecfcc [INFO] running `Command { std: "docker" "start" "-a" "046aaa95c2647ae0a6a1138c9c4bb9efe9ca9d04f2f66a0289692c089feecfcc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "046aaa95c2647ae0a6a1138c9c4bb9efe9ca9d04f2f66a0289692c089feecfcc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "046aaa95c2647ae0a6a1138c9c4bb9efe9ca9d04f2f66a0289692c089feecfcc", kill_on_drop: false }` [INFO] [stdout] 046aaa95c2647ae0a6a1138c9c4bb9efe9ca9d04f2f66a0289692c089feecfcc [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:5873ed620acfc3295992aedd9294443d62a478a48ba243bc5e6c4f5abaffa05f" "/opt/rustwide/cargo-home/bin/cargo" "+61cd42370816fd135c0f3b9debf2f5dfcf194594" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0d06980ca099ba0eb09d2358e0b439b877aeeb2862a20b3598c13b74c1d1a6aa [INFO] running `Command { std: "docker" "start" "-a" "0d06980ca099ba0eb09d2358e0b439b877aeeb2862a20b3598c13b74c1d1a6aa", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling parking_lot_core v0.9.2 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling slab v0.4.6 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling async-trait v0.1.53 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling rustls v0.20.4 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling data-encoding v2.3.2 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling ipnet v2.5.0 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling cached_proc_macro_types v0.1.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling xxhash-rust v0.8.5 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling hashbrown v0.12.0 [INFO] [stderr] Compiling async_once v0.2.6 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling tracing-core v0.1.26 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling clap_lex v0.1.1 [INFO] [stderr] Compiling rustls-pemfile v1.0.0 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling mio v0.8.2 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling parking_lot v0.12.0 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling clap v3.1.9 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling darling_core v0.13.4 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling darling_macro v0.13.4 [INFO] [stderr] Compiling tracing-attributes v0.1.20 [INFO] [stderr] Compiling enum-as-inner v0.4.0 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling darling v0.13.4 [INFO] [stderr] Compiling cached_proc_macro v0.12.0 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling tracing v0.1.34 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling trust-dns-proto v0.21.2 [INFO] [stderr] Compiling cached v0.34.0 [INFO] [stderr] Compiling tokio-rustls v0.23.3 [INFO] [stderr] Compiling tracing-serde v0.1.3 [INFO] [stderr] Compiling serde_bytes v0.11.6 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling uuid v1.0.0 [INFO] [stderr] Compiling growable-bloom-filter v2.0.1 [INFO] [stderr] Compiling trust-dns-resolver v0.21.2 [INFO] [stderr] Compiling tracing-subscriber v0.3.11 [INFO] [stderr] Compiling kave v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 37.58s [INFO] running `Command { std: "docker" "inspect" "0d06980ca099ba0eb09d2358e0b439b877aeeb2862a20b3598c13b74c1d1a6aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d06980ca099ba0eb09d2358e0b439b877aeeb2862a20b3598c13b74c1d1a6aa", kill_on_drop: false }` [INFO] [stdout] 0d06980ca099ba0eb09d2358e0b439b877aeeb2862a20b3598c13b74c1d1a6aa [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:5873ed620acfc3295992aedd9294443d62a478a48ba243bc5e6c4f5abaffa05f" "/opt/rustwide/cargo-home/bin/cargo" "+61cd42370816fd135c0f3b9debf2f5dfcf194594" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e7297ac76cdd1934815f586103d4378c4de8436e0074ed73586b88dff73d6869 [INFO] running `Command { std: "docker" "start" "-a" "e7297ac76cdd1934815f586103d4378c4de8436e0074ed73586b88dff73d6869", kill_on_drop: false }` [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling assert_matches v1.5.0 [INFO] [stderr] Compiling kave v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcZZ3qtt/symbols.o" "/opt/rustwide/target/debug/deps/test_cluster_server-4dec4e304af97d0c.test_cluster_server.c5f3ee26-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/test_cluster_server-4dec4e304af97d0c.test_cluster_server.c5f3ee26-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/test_cluster_server-4dec4e304af97d0c.test_cluster_server.c5f3ee26-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/test_cluster_server-4dec4e304af97d0c.test_cluster_server.c5f3ee26-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/test_cluster_server-4dec4e304af97d0c.test_cluster_server.c5f3ee26-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/test_cluster_server-4dec4e304af97d0c.test_cluster_server.c5f3ee26-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/test_cluster_server-4dec4e304af97d0c.test_cluster_server.c5f3ee26-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/test_cluster_server-4dec4e304af97d0c.test_cluster_server.c5f3ee26-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/test_cluster_server-4dec4e304af97d0c.test_cluster_server.c5f3ee26-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/test_cluster_server-4dec4e304af97d0c.test_cluster_server.c5f3ee26-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/test_cluster_server-4dec4e304af97d0c.test_cluster_server.c5f3ee26-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/test_cluster_server-4dec4e304af97d0c.test_cluster_server.c5f3ee26-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/test_cluster_server-4dec4e304af97d0c.test_cluster_server.c5f3ee26-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/test_cluster_server-4dec4e304af97d0c.test_cluster_server.c5f3ee26-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/test_cluster_server-4dec4e304af97d0c.test_cluster_server.c5f3ee26-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/test_cluster_server-4dec4e304af97d0c.test_cluster_server.c5f3ee26-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/test_cluster_server-4dec4e304af97d0c.2gwgg6q5yx52fqbn.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/ring-cfe4dad9e4e90f9f/out" "-L" "/opt/rustwide/rustup-home/toolchains/61cd42370816fd135c0f3b9debf2f5dfcf194594/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtracing_subscriber-dba2d891ba5a0260.rlib" "/opt/rustwide/target/debug/deps/libtracing_serde-d6328c4df8e80c23.rlib" "/opt/rustwide/target/debug/deps/libserde_json-4fde18d7c413759f.rlib" "/opt/rustwide/target/debug/deps/libryu-502943e46dd7b745.rlib" "/opt/rustwide/target/debug/deps/libitoa-02bdd2be5ac8e9f1.rlib" "/opt/rustwide/target/debug/deps/libsharded_slab-50f76f6e115e39aa.rlib" "/opt/rustwide/target/debug/deps/libmatchers-efd2945744a2af1d.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-68870cde42a61b21.rlib" "/opt/rustwide/target/debug/deps/libregex-80a4c218421127a1.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-c25dc19d7487cdf7.rlib" "/opt/rustwide/target/debug/deps/libansi_term-48f0fd0ac85ec814.rlib" "/opt/rustwide/target/debug/deps/libthread_local-a8f3db7af6a8e8d7.rlib" "/opt/rustwide/target/debug/deps/libtracing_log-a4035c385df731d3.rlib" "/opt/rustwide/rustup-home/toolchains/61cd42370816fd135c0f3b9debf2f5dfcf194594/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-b5a855d2797f517b.rlib" "/opt/rustwide/rustup-home/toolchains/61cd42370816fd135c0f3b9debf2f5dfcf194594/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-05f565374729c24d.rlib" "/opt/rustwide/rustup-home/toolchains/61cd42370816fd135c0f3b9debf2f5dfcf194594/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-94d68ea3c71a2bff.rlib" "/opt/rustwide/rustup-home/toolchains/61cd42370816fd135c0f3b9debf2f5dfcf194594/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-b54b1311a8200ca9.rlib" "/opt/rustwide/target/debug/deps/libkave-9c1a8d4e3bc994eb.rlib" "/opt/rustwide/target/debug/deps/librustls_pemfile-3b7f790271e49bcb.rlib" "/opt/rustwide/target/debug/deps/libbincode-989a7d2811f612dd.rlib" "/opt/rustwide/target/debug/deps/libbase64-4563507a4eb0b4b2.rlib" "/opt/rustwide/target/debug/deps/libtracing-4dd935d9b18507f4.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-46521c9c5d4d9fe8.rlib" "/opt/rustwide/target/debug/deps/libcached-dac98f90abd93cd4.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-5f4c6f65f4c9f8ca.rlib" "/opt/rustwide/target/debug/deps/libfutures-46f719a92694c729.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-8b1852f4740d9bf7.rlib" "/opt/rustwide/target/debug/deps/libcached_proc_macro_types-2aa29ec1afddb368.rlib" "/opt/rustwide/target/debug/deps/libasync_once-7b7b644af8b6d5ba.rlib" "/opt/rustwide/target/debug/deps/libgrowable_bloom_filter-8d3cee12f02e1569.rlib" "/opt/rustwide/target/debug/deps/libserde_bytes-ac9f4ac6cd705937.rlib" "/opt/rustwide/target/debug/deps/libxxhash_rust-4db3686ceab0062c.rlib" "/opt/rustwide/target/debug/deps/libuuid-d4eff98df7ed3eb4.rlib" "/opt/rustwide/target/debug/deps/libserde-d05245cc75169d8a.rlib" "/opt/rustwide/target/debug/deps/libitertools-880a78c1c498d46c.rlib" "/opt/rustwide/target/debug/deps/libeither-8ed8bc54e89b5c30.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-c6d3ceff367a9bfe.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-42d3b6a3a1deb6a4.rlib" "/opt/rustwide/target/debug/deps/libhostname-d9978d1f195d097e.rlib" "/opt/rustwide/target/debug/deps/libmatch_cfg-ca77fa1bdeaa9568.rlib" "/opt/rustwide/target/debug/deps/libquick_error-9a380894f08245b7.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-479ec7468d37e8a7.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-ea264b62bc2c9c07.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-2e97c9d2c02b6116.rlib" "/opt/rustwide/target/debug/deps/librand-55f0007087e3d56e.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-a3c71b1e0b04a340.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-5e6fdfabf1edbf66.rlib" "/opt/rustwide/target/debug/deps/librand_core-e96f64daa9d30fa0.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-207839dc1ef9cd10.rlib" "/opt/rustwide/target/debug/deps/libdata_encoding-3c374c1dd97708e3.rlib" "/opt/rustwide/target/debug/deps/liburl-11755504ed98c258.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-1a48ab4b6760ee48.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-b196e1663297fef1.rlib" "/opt/rustwide/target/debug/deps/libipnet-c0c74975542ca8c3.rlib" "/opt/rustwide/target/debug/deps/libidna-ae0232802fd46ec2.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-a40dcef6a8211cde.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-96858afa72c3ee66.rlib" "/opt/rustwide/target/debug/deps/libmatches-a104dd362fa85146.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-32c6f9102bb2f7e8.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-ef06cf556416b731.rlib" "/opt/rustwide/target/debug/deps/libthiserror-54565182a9947f61.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-eb47b1a337517d1e.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-cc2c366f0800939b.rlib" "/opt/rustwide/target/debug/deps/libslab-bda603b4c4e76b4a.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-5e6ae6cc2080a5df.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-935d093f80bd7210.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-fc22affba0d30485.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-b7ff504f33cec58a.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-24ae6b0c1e4ada13.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libtokio_rustls-6d18b7109610b278.rlib" "/opt/rustwide/target/debug/deps/librustls-ee158ce31cc330f2.rlib" "/opt/rustwide/target/debug/deps/libsct-1b63cdf04948604a.rlib" "/opt/rustwide/target/debug/deps/libwebpki-df904ee55e42efb1.rlib" "/opt/rustwide/target/debug/deps/libring-c20a68d6ea3369a5.rlib" "/opt/rustwide/target/debug/deps/libspin-2c2d0e97c8363747.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-bae7ad9dbbebb2b7.rlib" "/opt/rustwide/target/debug/deps/libtokio-4f3c71de588cfca5.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-107dd77332bf2af5.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-c2d7faf138c5fda5.rlib" "/opt/rustwide/target/debug/deps/libsocket2-8a1943efdd14d068.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6bbee201eb478c9.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-8701aae6e7d8d54f.rlib" "/opt/rustwide/target/debug/deps/libbytes-5e8424a0f7103369.rlib" "/opt/rustwide/target/debug/deps/libmio-a5ede5e3c3de0a2e.rlib" "/opt/rustwide/target/debug/deps/liblog-de6ab1fd6080fec5.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-d4223cfaa04037d7.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-d2831d7fda99eba0.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-5186a2edbeb12a0c.rlib" "/opt/rustwide/target/debug/deps/liblibc-a45264c8eaeaa33b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-90e3626e3c41eec3.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-283f2487fcc9f0f1.rlib" "/opt/rustwide/target/debug/deps/liblock_api-5df3ec707f3ec46c.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ff2bb1f39834214d.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/61cd42370816fd135c0f3b9debf2f5dfcf194594/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1aab30bac2090a15.rlib" "/opt/rustwide/rustup-home/toolchains/61cd42370816fd135c0f3b9debf2f5dfcf194594/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9cdaf64f7570f7ff.rlib" "/opt/rustwide/rustup-home/toolchains/61cd42370816fd135c0f3b9debf2f5dfcf194594/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-7d64cc870c011631.rlib" "/opt/rustwide/rustup-home/toolchains/61cd42370816fd135c0f3b9debf2f5dfcf194594/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-a0a88b78deed3a16.rlib" "/opt/rustwide/rustup-home/toolchains/61cd42370816fd135c0f3b9debf2f5dfcf194594/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-315eac6a3174b13c.rlib" "/opt/rustwide/rustup-home/toolchains/61cd42370816fd135c0f3b9debf2f5dfcf194594/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-778610d63efc39ce.rlib" "/opt/rustwide/rustup-home/toolchains/61cd42370816fd135c0f3b9debf2f5dfcf194594/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-11737b9eef3e285d.rlib" "/opt/rustwide/rustup-home/toolchains/61cd42370816fd135c0f3b9debf2f5dfcf194594/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-8165420a20fe4548.rlib" "/opt/rustwide/rustup-home/toolchains/61cd42370816fd135c0f3b9debf2f5dfcf194594/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-db4c499f2074199d.rlib" "/opt/rustwide/rustup-home/toolchains/61cd42370816fd135c0f3b9debf2f5dfcf194594/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-1a230f9a19aa3698.rlib" "/opt/rustwide/rustup-home/toolchains/61cd42370816fd135c0f3b9debf2f5dfcf194594/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605ec4e87a2c9d10.rlib" "/opt/rustwide/rustup-home/toolchains/61cd42370816fd135c0f3b9debf2f5dfcf194594/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5f171797b6654b84.rlib" "/opt/rustwide/rustup-home/toolchains/61cd42370816fd135c0f3b9debf2f5dfcf194594/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-990f92fdff457c3a.rlib" "/opt/rustwide/rustup-home/toolchains/61cd42370816fd135c0f3b9debf2f5dfcf194594/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-66ccc5a2fa17d637.rlib" "/opt/rustwide/rustup-home/toolchains/61cd42370816fd135c0f3b9debf2f5dfcf194594/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9dba3f083c9eb142.rlib" "/opt/rustwide/rustup-home/toolchains/61cd42370816fd135c0f3b9debf2f5dfcf194594/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-dfc71beee59013ce.rlib" "/opt/rustwide/rustup-home/toolchains/61cd42370816fd135c0f3b9debf2f5dfcf194594/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-522518611024dce5.rlib" "/opt/rustwide/rustup-home/toolchains/61cd42370816fd135c0f3b9debf2f5dfcf194594/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-05898138a596088a.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/61cd42370816fd135c0f3b9debf2f5dfcf194594/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6f7f4877ee9c613e.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/61cd42370816fd135c0f3b9debf2f5dfcf194594/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/test_cluster_server-4dec4e304af97d0c" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-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: could not compile `kave` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "e7297ac76cdd1934815f586103d4378c4de8436e0074ed73586b88dff73d6869", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7297ac76cdd1934815f586103d4378c4de8436e0074ed73586b88dff73d6869", kill_on_drop: false }` [INFO] [stdout] e7297ac76cdd1934815f586103d4378c4de8436e0074ed73586b88dff73d6869