[INFO] cloning repository https://github.com/nikoof/nauc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nikoof/nauc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnikoof%2Fnauc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnikoof%2Fnauc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4c8af283c744ce069d2779cf297ac0d46d2d50a3 [INFO] testing nikoof/nauc against beta-2025-04-13 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnikoof%2Fnauc" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nikoof/nauc on toolchain beta-2025-04-13 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nikoof/nauc [INFO] finished tweaking git repo https://github.com/nikoof/nauc [INFO] tweaked toml for git repo https://github.com/nikoof/nauc written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/nikoof/nauc 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" "+beta-2025-04-13" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d7d67e4a47239a9a73207c3523821fe894c991f1e55e032e38bdbd59dba47876 [INFO] running `Command { std: "docker" "start" "-a" "d7d67e4a47239a9a73207c3523821fe894c991f1e55e032e38bdbd59dba47876", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d7d67e4a47239a9a73207c3523821fe894c991f1e55e032e38bdbd59dba47876", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7d67e4a47239a9a73207c3523821fe894c991f1e55e032e38bdbd59dba47876", kill_on_drop: false }` [INFO] [stdout] d7d67e4a47239a9a73207c3523821fe894c991f1e55e032e38bdbd59dba47876 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6d0143bd227707d02597eea080062c1921469c55ce79b7ee0a9ab5bc882ee033 [INFO] running `Command { std: "docker" "start" "-a" "6d0143bd227707d02597eea080062c1921469c55ce79b7ee0a9ab5bc882ee033", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling autocfg v1.2.0 [INFO] [stderr] Compiling semver v1.0.22 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling anstyle v1.0.6 [INFO] [stderr] Compiling anstyle-query v1.0.2 [INFO] [stderr] Compiling anyhow v1.0.81 [INFO] [stderr] Compiling clap_lex v0.7.0 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling anstyle-parse v0.2.3 [INFO] [stderr] Compiling relative-path v1.9.2 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling anstream v0.6.13 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling indoc v2.0.5 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling clap_builder v4.5.2 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling syn v2.0.58 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling rstest_macros v0.18.2 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling clap_derive v4.5.4 [INFO] [stderr] Compiling thiserror-impl v1.0.58 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling clap v4.5.4 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling rstest v0.18.2 [INFO] [stderr] Compiling nauc v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.05s [INFO] running `Command { std: "docker" "inspect" "6d0143bd227707d02597eea080062c1921469c55ce79b7ee0a9ab5bc882ee033", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d0143bd227707d02597eea080062c1921469c55ce79b7ee0a9ab5bc882ee033", kill_on_drop: false }` [INFO] [stdout] 6d0143bd227707d02597eea080062c1921469c55ce79b7ee0a9ab5bc882ee033 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 12f76209f5f8c05e0a529d97f146caa4095954f7bd14f13134bbb5b7659b8a06 [INFO] running `Command { std: "docker" "start" "-a" "12f76209f5f8c05e0a529d97f146caa4095954f7bd14f13134bbb5b7659b8a06", kill_on_drop: false }` [INFO] [stderr] Compiling nauc v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcZw77uW/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,libunicode_width-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{librstest-14842c42a15978b1.rlib,libfutures_timer-17baedd4276dc448.rlib,libfutures-c5f27b761eef2f3c.rlib,libfutures_executor-682aafc8056df66c.rlib,libfutures_util-2db75454db1cbbb4.rlib,libmemchr-64e185d99f0c46ef.rlib,libfutures_io-15f510aebc68962e.rlib,libslab-b3c43b8bb7f85cd2.rlib,libfutures_channel-833bfbd7dbe0bac3.rlib,libpin_project_lite-e591be24d8b8b3c6.rlib,libfutures_sink-0653bd34eb2f730d.rlib,libfutures_task-7735bb2404c6e6f3.rlib,libpin_utils-3860774ad9b215b5.rlib,libfutures_core-8063f91f5220ba4f.rlib,libitertools-858108c2e3b28bab.rlib,libeither-b4418dba5a443acb.rlib,libthiserror-cbccebc638df9174.rlib,libclap-da3b6f03d3e525d6.rlib,libclap_builder-2c2a79be8e19870d.rlib,libstrsim-4d1ed08a123238dc.rlib,libanstream-dc25875f66ab1c5a.rlib,libanstyle_query-747b660fef517683.rlib,libcolorchoice-7e168c6abb6e41ad.rlib,libanstyle_parse-b92c21f129630fbf.rlib,libutf8parse-bf86fa6e8ff589fb.rlib,libclap_lex-f9c68e5e1e382bcb.rlib,libanstyle-b382b9c79936306e.rlib,libanyhow-5307bbf73ec28fdc.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcZw77uW/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/nauc-49ab5251724a0771" "-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 `nauc` (bin "nauc" test) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "12f76209f5f8c05e0a529d97f146caa4095954f7bd14f13134bbb5b7659b8a06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12f76209f5f8c05e0a529d97f146caa4095954f7bd14f13134bbb5b7659b8a06", kill_on_drop: false }` [INFO] [stdout] 12f76209f5f8c05e0a529d97f146caa4095954f7bd14f13134bbb5b7659b8a06