[INFO] cloning repository https://github.com/kulukami/dns_debug_rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kulukami/dns_debug_rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkulukami%2Fdns_debug_rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkulukami%2Fdns_debug_rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d131af12301f4eaaa845de29e28238c3f3e2ca3a [INFO] testing kulukami/dns_debug_rs against 1.85.0 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkulukami%2Fdns_debug_rs" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kulukami/dns_debug_rs 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/kulukami/dns_debug_rs [INFO] finished tweaking git repo https://github.com/kulukami/dns_debug_rs [INFO] tweaked toml for git repo https://github.com/kulukami/dns_debug_rs written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/kulukami/dns_debug_rs 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 8a4adab4bb3cf991163be39782a404cf8d98bda7f3260eb5e974b8b4b8b74e30 [INFO] running `Command { std: "docker" "start" "-a" "8a4adab4bb3cf991163be39782a404cf8d98bda7f3260eb5e974b8b4b8b74e30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8a4adab4bb3cf991163be39782a404cf8d98bda7f3260eb5e974b8b4b8b74e30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a4adab4bb3cf991163be39782a404cf8d98bda7f3260eb5e974b8b4b8b74e30", kill_on_drop: false }` [INFO] [stdout] 8a4adab4bb3cf991163be39782a404cf8d98bda7f3260eb5e974b8b4b8b74e30 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 9317e85d77e80bbaf29bb10fae020d2303aed6ec7e34758c654bea773e0f26f5 [INFO] running `Command { std: "docker" "start" "-a" "9317e85d77e80bbaf29bb10fae020d2303aed6ec7e34758c654bea773e0f26f5", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.71 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling unicode-bidi v0.3.14 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling async-trait v0.1.75 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling thiserror v1.0.52 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling smallvec v1.11.2 [INFO] [stderr] Compiling rustls v0.21.10 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling data-encoding v2.5.0 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling anyhow v1.0.77 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling base64 v0.21.5 [INFO] [stderr] Compiling webpki-roots v0.25.3 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling getrandom v0.2.11 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling mio v0.8.10 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling syn v2.0.43 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling tokio v1.35.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling ring v0.17.7 [INFO] [stderr] Compiling thiserror-impl v1.0.52 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling enum-as-inner v0.6.0 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling trust-dns-proto v0.23.2 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling trust-dns-resolver v0.23.2 [INFO] [stderr] Compiling ureq v2.9.1 [INFO] [stderr] Compiling debug_uget v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/dns_std.rs:11:17 [INFO] [stdout] | [INFO] [stdout] 11 | Err(e) => Err(std::io::Error::last_os_error()), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/dns_trust.rs:11:17 [INFO] [stdout] | [INFO] [stdout] 11 | Err(e) => Err(std::io::Error::last_os_error()), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [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/rustcAuGIEs/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libdebug_uget-cfbc04fcaa5c51c9.rlib,libtrust_dns_resolver-dcb56e2f24cb68d7.rlib,libresolv_conf-098659d04f9ff3fe.rlib,libhostname-315067d2c09b8192.rlib,libmatch_cfg-f6a69715587fea77.rlib,libquick_error-6ea91edede993f0a.rlib,libparking_lot-1211504982348b87.rlib,libparking_lot_core-248b9ff2e85e7d75.rlib,libsmallvec-71f4f42974d7ad91.rlib,liblock_api-734aef5ab28db3c3.rlib,libscopeguard-34f4dbdd3a3b253c.rlib,liblru_cache-a60e2a4662f2a80a.rlib,liblinked_hash_map-520db192db0a932e.rlib,libtrust_dns_proto-7c3bff09b88e6c11.rlib,libfutures_channel-bba990f301be03d8.rlib,librand-d5793ba071e7ebd5.rlib,librand_chacha-b48e0e83cd0cd525.rlib,libppv_lite86-3dee0582c3b1ee01.rlib,librand_core-ec5cd5a7dc53d414.rlib,libfutures_io-10c42f58ca267525.rlib,libdata_encoding-3feb64773e3ab084.rlib,libipnet-b41e04d14e4b8cba.rlib,libidna-b1df3f5b1b7d7822.rlib,libtracing-210c40874423376f.rlib,libtracing_core-b63a00af47e6412d.rlib,libthiserror-7631062f76867de4.rlib,libtokio-2387fc5941110e33.rlib,libnum_cpus-92a1e6b131c2ff5f.rlib,libsocket2-e75fc02ddec31aff.rlib,libbytes-edcacdd66f1d320c.rlib,libmio-53643e52d5e1af93.rlib,libfutures_util-9843c888c6c51d6a.rlib,libslab-3ef455419779fb3f.rlib,libpin_project_lite-83bd312d77cdf121.rlib,libfutures_task-8916e13776062197.rlib,libpin_utils-645575864bd7a7f9.rlib,libfutures_core-e0f1d7c8a6cb1d0b.rlib,libureq-b87318946f87ed37.rlib,libwebpki_roots-759898dc4a2399e9.rlib,librustls-6ea6b4bdd0c61ae8.rlib,libsct-49a4d1e76dba51cf.rlib,libwebpki-1649ad8ed9463b43.rlib,libring-331cbfe3c27dc3e4.rlib,libgetrandom-ba54fe52a7fbc1c8.rlib,liblibc-eb14a36c7d62dc1e.rlib,libspin-8ce49bfef97a8e7d.rlib,libuntrusted-b4279f9c67108def.rlib,libonce_cell-bf6d61f18499bf13.rlib,libflate2-da3325c7b9c56de0.rlib,libminiz_oxide-23666a0391903ebc.rlib,libadler-91e0b674c0dd6e94.rlib,libcrc32fast-d14007040ec4f705.rlib,libcfg_if-d4c93475573720c9.rlib,libbase64-e46905b0a79b342c.rlib,liblog-ae1a1570df7a5cd1.rlib,liburl-32288c7083323bcf.rlib,libidna-52cc3003df2cd14c.rlib,libunicode_normalization-63b8a498f6c3aa61.rlib,libtinyvec-d247f4f7f90c3e74.rlib,libtinyvec_macros-a6efcf6aaa6f1d24.rlib,libunicode_bidi-a8cfdefe6d3c75fc.rlib,libform_urlencoded-a0a256e550b19667.rlib,libpercent_encoding-14ded8743655df91.rlib,libanyhow-5490f7d807a07e34.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" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-7cdd51cc6ca9dbeb/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/resolve-74cc7c44f472293f" "-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: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `debug_uget` (bin "resolve") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "9317e85d77e80bbaf29bb10fae020d2303aed6ec7e34758c654bea773e0f26f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9317e85d77e80bbaf29bb10fae020d2303aed6ec7e34758c654bea773e0f26f5", kill_on_drop: false }` [INFO] [stdout] 9317e85d77e80bbaf29bb10fae020d2303aed6ec7e34758c654bea773e0f26f5