[INFO] fetching crate tdn 0.6.2... [INFO] testing tdn-0.6.2 against 1.60.0 for beta-1.61-1 [INFO] extracting crate tdn 0.6.2 into /workspace/builds/worker-80/source [INFO] validating manifest of crates.io crate tdn 0.6.2 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tdn 0.6.2 [INFO] finished tweaking crates.io crate tdn 0.6.2 [INFO] tweaked toml for crates.io crate tdn 0.6.2 written to /workspace/builds/worker-80/source/Cargo.toml [INFO] crate crates.io crate tdn 0.6.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde_derive v1.0.131 [INFO] [stderr] Downloaded ed25519 v1.3.0 [INFO] [stderr] Downloaded quinn-udp v0.1.0 [INFO] [stderr] Downloaded quinn v0.8.0 [INFO] [stderr] Downloaded quinn-proto v0.8.0 [INFO] [stderr] Downloaded pem v1.0.1 [INFO] [stderr] Downloaded yasna v0.4.0 [INFO] [stderr] Downloaded rcgen v0.8.14 [INFO] [stderr] Downloaded blake3 v1.2.0 [INFO] [stderr] Downloaded serde v1.0.131 [INFO] [stderr] Downloaded chamomile_types v0.7.0 [INFO] [stderr] Downloaded chamomile v0.7.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e2357cd3cd731630c42bc08ddc8ed89aa71eb6173c8ac7844ba19bb3ebfe0cbf [INFO] running `Command { std: "docker" "start" "-a" "e2357cd3cd731630c42bc08ddc8ed89aa71eb6173c8ac7844ba19bb3ebfe0cbf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e2357cd3cd731630c42bc08ddc8ed89aa71eb6173c8ac7844ba19bb3ebfe0cbf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2357cd3cd731630c42bc08ddc8ed89aa71eb6173c8ac7844ba19bb3ebfe0cbf", kill_on_drop: false }` [INFO] [stdout] e2357cd3cd731630c42bc08ddc8ed89aa71eb6173c8ac7844ba19bb3ebfe0cbf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 614920c776281bf1b67d61f64e37ecd8b2a7e32a285301a9f47d58e13c075126 [INFO] running `Command { std: "docker" "start" "-a" "614920c776281bf1b67d61f64e37ecd8b2a7e32a285301a9f47d58e13c075126", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.34 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Compiling serde_derive v1.0.131 [INFO] [stderr] Compiling serde v1.0.131 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling ppv-lite86 v0.2.15 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling futures-core v0.3.18 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling futures-task v0.3.18 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling futures-sink v0.3.18 [INFO] [stderr] Compiling futures-io v0.3.18 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling futures-channel v0.3.18 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling signature v1.4.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling arrayref v0.3.6 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling anyhow v1.0.51 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling serde_json v1.0.73 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling ed25519 v1.3.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling tokio v1.14.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling rustls-pemfile v0.2.1 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling blake3 v1.2.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling cipher v0.3.0 [INFO] [stderr] Compiling universal-hash v0.4.1 [INFO] [stderr] Compiling aead v0.4.3 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling polyval v0.5.3 [INFO] [stderr] Compiling aes v0.7.5 [INFO] [stderr] Compiling ctr v0.8.0 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling sha2 v0.9.8 [INFO] [stderr] Compiling ghash v0.4.4 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling pem v1.0.1 [INFO] [stderr] Compiling aes-gcm v0.9.4 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling yasna v0.4.0 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling rcgen v0.8.14 [INFO] [stderr] Compiling rustls v0.20.2 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling tokio-macros v1.6.0 [INFO] [stderr] Compiling zeroize_derive v1.2.2 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling zeroize v1.3.0 [INFO] [stderr] Compiling curve25519-dalek v3.2.0 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling structopt v0.3.25 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling x25519-dalek v1.2.0 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling ed25519-dalek v1.0.1 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling quinn-proto v0.8.0 [INFO] [stderr] Compiling http v0.2.5 [INFO] [stderr] Compiling tungstenite v0.16.0 [INFO] [stderr] Compiling quinn-udp v0.1.0 [INFO] [stderr] Compiling chamomile_types v0.7.0 [INFO] [stderr] Compiling tokio-tungstenite v0.16.1 [INFO] [stderr] Compiling tdn_types v0.6.1 [INFO] [stderr] Compiling quinn v0.8.0 [INFO] [stderr] Compiling chamomile v0.7.0 [INFO] [stderr] Compiling tdn v0.6.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.56s [INFO] running `Command { std: "docker" "inspect" "614920c776281bf1b67d61f64e37ecd8b2a7e32a285301a9f47d58e13c075126", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "614920c776281bf1b67d61f64e37ecd8b2a7e32a285301a9f47d58e13c075126", kill_on_drop: false }` [INFO] [stdout] 614920c776281bf1b67d61f64e37ecd8b2a7e32a285301a9f47d58e13c075126 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 31076ae3599d0743b2136853057df943c95a372f449984ea5b464db36be3d660 [INFO] running `Command { std: "docker" "start" "-a" "31076ae3599d0743b2136853057df943c95a372f449984ea5b464db36be3d660", kill_on_drop: false }` [INFO] [stderr] Compiling tdn v0.6.2 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/app_with_config_file-136bbb9b8adab034.app_with_config_file.52ba7851-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/app_with_config_file-136bbb9b8adab034.app_with_config_file.52ba7851-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/app_with_config_file-136bbb9b8adab034.app_with_config_file.52ba7851-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/app_with_config_file-136bbb9b8adab034.app_with_config_file.52ba7851-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/app_with_config_file-136bbb9b8adab034.app_with_config_file.52ba7851-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/app_with_config_file-136bbb9b8adab034.app_with_config_file.52ba7851-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/app_with_config_file-136bbb9b8adab034.app_with_config_file.52ba7851-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/app_with_config_file-136bbb9b8adab034.app_with_config_file.52ba7851-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/app_with_config_file-136bbb9b8adab034.app_with_config_file.52ba7851-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/app_with_config_file-136bbb9b8adab034.app_with_config_file.52ba7851-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/app_with_config_file-136bbb9b8adab034.app_with_config_file.52ba7851-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/app_with_config_file-136bbb9b8adab034.app_with_config_file.52ba7851-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/app_with_config_file-136bbb9b8adab034.app_with_config_file.52ba7851-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/app_with_config_file-136bbb9b8adab034.app_with_config_file.52ba7851-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/app_with_config_file-136bbb9b8adab034.app_with_config_file.52ba7851-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/app_with_config_file-136bbb9b8adab034.app_with_config_file.52ba7851-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/app_with_config_file-136bbb9b8adab034.57zseqadna45fhrp.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/blake3-6c17fcd24d780427/out" "-L" "/opt/rustwide/target/debug/build/blake3-6c17fcd24d780427/out" "-L" "/opt/rustwide/target/debug/build/ring-aed0f20e16956c1e/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtdn-21e1851ac66f4cb5.rlib" "/opt/rustwide/target/debug/deps/libtoml-170da445e0925920.rlib" "/opt/rustwide/target/debug/deps/libtokio_tungstenite-adc64b042010e082.rlib" "/opt/rustwide/target/debug/deps/libtungstenite-451a1f2994bd2088.rlib" "/opt/rustwide/target/debug/deps/libutf8-9d88bd1aac5ec80a.rlib" "/opt/rustwide/target/debug/deps/libsha1-771f8009802b3b2a.rlib" "/opt/rustwide/target/debug/deps/libhttparse-9c8eccee78ba83ae.rlib" "/opt/rustwide/target/debug/deps/liburl-e641032224f81586.rlib" "/opt/rustwide/target/debug/deps/libidna-1471ed1cb7d70767.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-c54c5ce886ebd82c.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-6431a0f5e36e4af1.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-f90eb87d808deb87.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-1a1983d2d4a49459.rlib" "/opt/rustwide/target/debug/deps/libmatches-e69bff4dcefe502a.rlib" "/opt/rustwide/target/debug/deps/libhttp-cefea52c1268eb60.rlib" "/opt/rustwide/target/debug/deps/libitoa-fdf340bbb49690d1.rlib" "/opt/rustwide/target/debug/deps/libfnv-6d1578eb67bc4123.rlib" "/opt/rustwide/target/debug/deps/libtdn_types-bfd855233702de2b.rlib" "/opt/rustwide/target/debug/deps/libbincode-cfe64b2058e6e931.rlib" "/opt/rustwide/target/debug/deps/libanyhow-db8089c74972d8f1.rlib" "/opt/rustwide/target/debug/deps/libserde_json-41b1676f353ac019.rlib" "/opt/rustwide/target/debug/deps/libryu-53580c25f32ff188.rlib" "/opt/rustwide/target/debug/deps/libitoa-eb0b0da4f5c7fd02.rlib" "/opt/rustwide/target/debug/deps/libchamomile-890338fb3b462c4f.rlib" "/opt/rustwide/target/debug/deps/librcgen-7819465408a165ab.rlib" "/opt/rustwide/target/debug/deps/libpem-3950ba871259f48c.rlib" "/opt/rustwide/target/debug/deps/libbase64-4c997255cfee02b8.rlib" "/opt/rustwide/target/debug/deps/libregex-0de81c4cc9e25af3.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-6b182b6aadc2d3ca.rlib" "/opt/rustwide/target/debug/deps/libyasna-685e2180ef68de9f.rlib" "/opt/rustwide/target/debug/deps/libchrono-3d39a766fbc85bb3.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-af2a93b1bc293bb9.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9d64f7163f6758cb.rlib" "/opt/rustwide/target/debug/deps/libquinn-f9776eea5cc1cc5f.rlib" "/opt/rustwide/target/debug/deps/libquinn_udp-35229d8eaa128e22.rlib" "/opt/rustwide/target/debug/deps/libsocket2-252e2ca2199f1c57.rlib" "/opt/rustwide/target/debug/deps/libquinn_proto-413dafb7905fdacc.rlib" "/opt/rustwide/target/debug/deps/librustls-1de27ae25c57736d.rlib" "/opt/rustwide/target/debug/deps/libsct-064fc61b385419cb.rlib" "/opt/rustwide/target/debug/deps/libwebpki-4a852308f554a5ab.rlib" "/opt/rustwide/target/debug/deps/libring-bea77d38bc14896f.rlib" "/opt/rustwide/target/debug/deps/libspin-4fb0d68edaf2737f.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-be088880171e6156.rlib" "/opt/rustwide/target/debug/deps/libtracing-daaa47fa8b09bb37.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-2d5d5308f2b2feba.rlib" "/opt/rustwide/target/debug/deps/librand-d8097633d37d3517.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-6a23c68b8a92d453.rlib" "/opt/rustwide/target/debug/deps/librand_core-c3593949341c95d9.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-efd686fe473cfe59.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-ed2e4c4c531806eb.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-94e88fe29250bed0.rlib" "/opt/rustwide/target/debug/deps/libthiserror-7d1b855d184f99d7.rlib" "/opt/rustwide/target/debug/deps/libfxhash-2bf39324a2e7e99d.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-a5658b9980e248ce.rlib" "/opt/rustwide/target/debug/deps/libblake3-f3f2e5ba2e3eabac.rlib" "/opt/rustwide/target/debug/deps/libconstant_time_eq-cbbc7f009447927e.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-145d0104c877ae72.rlib" "/opt/rustwide/target/debug/deps/libarrayref-3da31b0468d3a12a.rlib" "/opt/rustwide/target/debug/deps/libstructopt-8ea96cef51bcaccd.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b341606102c7008f.rlib" "/opt/rustwide/target/debug/deps/libclap-0e0024a1d935bfcd.rlib" "/opt/rustwide/target/debug/deps/libvec_map-f0a294901824d1b1.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-46b7709a8b7faf24.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-9e840fd85eba5713.rlib" "/opt/rustwide/target/debug/deps/libstrsim-2b5231486aa116be.rlib" "/opt/rustwide/target/debug/deps/libbitflags-f1ca410388ec357f.rlib" "/opt/rustwide/target/debug/deps/libatty-a3f1657835ffa648.rlib" "/opt/rustwide/target/debug/deps/libansi_term-592666dac2c0a789.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-fa55772f7ce78a56.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-c21fe9997e412b65.rlib" "/opt/rustwide/target/debug/deps/libslab-7deec20c7d80499d.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-4191156c45c7bf7d.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-059072626bb7eeef.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-6c669315cfadfec5.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-a3e6308cc22026f4.rlib" "/opt/rustwide/target/debug/deps/libx25519_dalek-3ade827a5e5a4e49.rlib" "/opt/rustwide/target/debug/deps/libed25519_dalek-9d39163e78905243.rlib" "/opt/rustwide/target/debug/deps/libsha2-0385f5aea08ae431.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-7844434102dac333.rlib" "/opt/rustwide/target/debug/deps/libcurve25519_dalek-355ac16e29be4b82.rlib" "/opt/rustwide/target/debug/deps/libzeroize-812ef39ce192aff3.rlib" "/opt/rustwide/target/debug/deps/libdigest-62fe75fe81472c6e.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-56b4bef189e355b5.rlib" "/opt/rustwide/target/debug/deps/libed25519-b893c59d4335830e.rlib" "/opt/rustwide/target/debug/deps/libsignature-75d4b8f07ffe7507.rlib" "/opt/rustwide/target/debug/deps/libaes_gcm-fbe753a1f4871ee1.rlib" "/opt/rustwide/target/debug/deps/libghash-d0085dd37463cfa4.rlib" "/opt/rustwide/target/debug/deps/libpolyval-b3719937e809c17a.rlib" "/opt/rustwide/target/debug/deps/libuniversal_hash-8c282f2b574e2948.rlib" "/opt/rustwide/target/debug/deps/libsubtle-a8683c11c507fd5d.rlib" "/opt/rustwide/target/debug/deps/libctr-4c3b953e4946deb2.rlib" "/opt/rustwide/target/debug/deps/libaes-feb416051f5f613f.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-b88ab406e6292832.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-fc668c1c55fec23c.rlib" "/opt/rustwide/target/debug/deps/libcipher-36c78be3112d4807.rlib" "/opt/rustwide/target/debug/deps/libaead-6c377e932c2734b1.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-25449a56cee9cef0.rlib" "/opt/rustwide/target/debug/deps/libtypenum-12450e5d17c203cf.rlib" "/opt/rustwide/target/debug/deps/libbit_vec-a54f1b709dd4a352.rlib" "/opt/rustwide/target/debug/deps/libchamomile_types-fddce28369e7eccf.rlib" "/opt/rustwide/target/debug/deps/libtokio-22cb47d178982683.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-378370b0577f5e96.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-00a616e08cf057d9.rlib" "/opt/rustwide/target/debug/deps/libmemchr-1331aa8962ea7f83.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-c0a71338b09fde83.rlib" "/opt/rustwide/target/debug/deps/libbytes-5c5029014ff4e42a.rlib" "/opt/rustwide/target/debug/deps/libmio-0eac263c18e9cf0b.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-18d8f07136239349.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-692e6ab397b0fff9.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-22d5d0e12a4bd480.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-f6bd3a4c297062ff.rlib" "/opt/rustwide/target/debug/deps/liblock_api-a41ab347b0626279.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-93870536328d7ed1.rlib" "/opt/rustwide/target/debug/deps/libinstant-681e9cff8a24e398.rlib" "/opt/rustwide/target/debug/deps/libserde-d51e9328c321f3a4.rlib" "/opt/rustwide/target/debug/deps/librand-04a3ccf7b81e933e.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-0c5504c4bdc9392c.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-b26f4caaa3b9bd8e.rlib" "/opt/rustwide/target/debug/deps/librand_core-22d45953db303d9a.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-2c611f1e58baccf2.rlib" "/opt/rustwide/target/debug/deps/liblibc-593c6b9c958c9896.rlib" "/opt/rustwide/target/debug/deps/liblog-a0eb019960e81552.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-56df745b5175507b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/app_with_config_file-136bbb9b8adab034" "-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 `tdn` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "31076ae3599d0743b2136853057df943c95a372f449984ea5b464db36be3d660", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31076ae3599d0743b2136853057df943c95a372f449984ea5b464db36be3d660", kill_on_drop: false }` [INFO] [stdout] 31076ae3599d0743b2136853057df943c95a372f449984ea5b464db36be3d660