[INFO] cloning repository https://github.com/thunklife/rust-cli-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thunklife/rust-cli-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthunklife%2Frust-cli-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthunklife%2Frust-cli-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2590cde2da62b5f85231d833fc48ab38185128d2 [INFO] checking thunklife/rust-cli-example against master#ac385a5af6d9fa8399a0cec799833cd28324abf8 for pr-125107 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthunklife%2Frust-cli-example" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/thunklife/rust-cli-example on toolchain ac385a5af6d9fa8399a0cec799833cd28324abf8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ac385a5af6d9fa8399a0cec799833cd28324abf8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/thunklife/rust-cli-example [INFO] finished tweaking git repo https://github.com/thunklife/rust-cli-example [INFO] tweaked toml for git repo https://github.com/thunklife/rust-cli-example written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/thunklife/rust-cli-example 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" "+ac385a5af6d9fa8399a0cec799833cd28324abf8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+ac385a5af6d9fa8399a0cec799833cd28324abf8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c2e9dea137263dab41294076062d7e14edc78a67b851760d5ddd4a1949faa316 [INFO] running `Command { std: "docker" "start" "-a" "c2e9dea137263dab41294076062d7e14edc78a67b851760d5ddd4a1949faa316", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c2e9dea137263dab41294076062d7e14edc78a67b851760d5ddd4a1949faa316", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2e9dea137263dab41294076062d7e14edc78a67b851760d5ddd4a1949faa316", kill_on_drop: false }` [INFO] [stdout] c2e9dea137263dab41294076062d7e14edc78a67b851760d5ddd4a1949faa316 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+ac385a5af6d9fa8399a0cec799833cd28324abf8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6d1edcdf78e052d3989e3970920fa6297385318719c6e053022564dcb52637eb [INFO] running `Command { std: "docker" "start" "-a" "6d1edcdf78e052d3989e3970920fa6297385318719c6e053022564dcb52637eb", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.132 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling serde_derive v1.0.144 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling serde v1.0.144 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Checking smallvec v1.9.0 [INFO] [stderr] Compiling lock_api v0.4.8 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Compiling serde_json v1.0.85 [INFO] [stderr] Checking iana-time-zone v0.1.47 [INFO] [stderr] Checking ryu v1.0.11 [INFO] [stderr] Checking unicode-segmentation v1.9.0 [INFO] [stderr] Checking unicode-width v0.1.9 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking mio v0.7.14 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking signal-hook v0.1.17 [INFO] [stderr] Checking itoa v1.0.3 [INFO] [stderr] Checking cassowary v0.3.0 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking crossterm v0.18.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Compiling thiserror-impl v1.0.34 [INFO] [stderr] Checking thiserror v1.0.34 [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/ac385a5af6d9fa8399a0cec799833cd28324abf8/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" "-Wl,--version-script=/tmp/rustcfnUxWI/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcfnUxWI/symbols.o" "/opt/rustwide/target/debug/deps/serde_derive-11a9fa3dfe399b92.serde_derive.2421dc10ed4796e-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-11a9fa3dfe399b92.serde_derive.2421dc10ed4796e-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-11a9fa3dfe399b92.serde_derive.2421dc10ed4796e-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-11a9fa3dfe399b92.serde_derive.2421dc10ed4796e-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-11a9fa3dfe399b92.serde_derive.2421dc10ed4796e-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-11a9fa3dfe399b92.serde_derive.2421dc10ed4796e-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-11a9fa3dfe399b92.serde_derive.2421dc10ed4796e-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-11a9fa3dfe399b92.serde_derive.2421dc10ed4796e-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-11a9fa3dfe399b92.serde_derive.2421dc10ed4796e-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-11a9fa3dfe399b92.serde_derive.2421dc10ed4796e-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-11a9fa3dfe399b92.serde_derive.2421dc10ed4796e-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-11a9fa3dfe399b92.serde_derive.2421dc10ed4796e-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-11a9fa3dfe399b92.serde_derive.2421dc10ed4796e-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-11a9fa3dfe399b92.serde_derive.2421dc10ed4796e-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-11a9fa3dfe399b92.serde_derive.2421dc10ed4796e-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-11a9fa3dfe399b92.serde_derive.2421dc10ed4796e-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-11a9fa3dfe399b92.46jq8gj0v84k1gdodz9h8x4qm.rcgu.rmeta" "/opt/rustwide/target/debug/deps/serde_derive-11a9fa3dfe399b92.0je87p1frtpco6gsqxxibq9op.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/ac385a5af6d9fa8399a0cec799833cd28324abf8/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsyn-56383f2742368612.rlib" "/opt/rustwide/target/debug/deps/libquote-c45fe2fb29e7e8ca.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-ddc3898ad05ab4a7.rlib" "/opt/rustwide/target/debug/deps/libunicode_ident-2f302fec1d4ab303.rlib" "/opt/rustwide/rustup-home/toolchains/ac385a5af6d9fa8399a0cec799833cd28324abf8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-aa1d72184443bb86.rlib" "/opt/rustwide/rustup-home/toolchains/ac385a5af6d9fa8399a0cec799833cd28324abf8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-de48b8168d6cf4fa.rlib" "/opt/rustwide/rustup-home/toolchains/ac385a5af6d9fa8399a0cec799833cd28324abf8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9f3477fb95a0bba7.rlib" "/opt/rustwide/rustup-home/toolchains/ac385a5af6d9fa8399a0cec799833cd28324abf8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-210d920812faea91.rlib" "/opt/rustwide/rustup-home/toolchains/ac385a5af6d9fa8399a0cec799833cd28324abf8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f3d3451767410a17.rlib" "/opt/rustwide/rustup-home/toolchains/ac385a5af6d9fa8399a0cec799833cd28324abf8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-1a79dd36d08251de.rlib" "/opt/rustwide/rustup-home/toolchains/ac385a5af6d9fa8399a0cec799833cd28324abf8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-886230e7120831b2.rlib" "/opt/rustwide/rustup-home/toolchains/ac385a5af6d9fa8399a0cec799833cd28324abf8/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-2caea079085a58a2.rlib" "/opt/rustwide/rustup-home/toolchains/ac385a5af6d9fa8399a0cec799833cd28324abf8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a9d7d97cdc65a449.rlib" "/opt/rustwide/rustup-home/toolchains/ac385a5af6d9fa8399a0cec799833cd28324abf8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-5727477b0a78105a.rlib" "/opt/rustwide/rustup-home/toolchains/ac385a5af6d9fa8399a0cec799833cd28324abf8/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7e555563aa211118.rlib" "/opt/rustwide/rustup-home/toolchains/ac385a5af6d9fa8399a0cec799833cd28324abf8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c8f13465f1a795b2.rlib" "/opt/rustwide/rustup-home/toolchains/ac385a5af6d9fa8399a0cec799833cd28324abf8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ee5b5774583426df.rlib" "/opt/rustwide/rustup-home/toolchains/ac385a5af6d9fa8399a0cec799833cd28324abf8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-14df174c91007922.rlib" "/opt/rustwide/rustup-home/toolchains/ac385a5af6d9fa8399a0cec799833cd28324abf8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-e8bfe52be756260a.rlib" "/opt/rustwide/rustup-home/toolchains/ac385a5af6d9fa8399a0cec799833cd28324abf8/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-6275035a459b3ada.rlib" "/opt/rustwide/rustup-home/toolchains/ac385a5af6d9fa8399a0cec799833cd28324abf8/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-b6892f3c52c68f01.rlib" "/opt/rustwide/rustup-home/toolchains/ac385a5af6d9fa8399a0cec799833cd28324abf8/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f72b956e24d1de70.rlib" "/opt/rustwide/rustup-home/toolchains/ac385a5af6d9fa8399a0cec799833cd28324abf8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-632ae0f28c5e55ff.rlib" "/opt/rustwide/rustup-home/toolchains/ac385a5af6d9fa8399a0cec799833cd28324abf8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-e8b7e96e438f08f6.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/ac385a5af6d9fa8399a0cec799833cd28324abf8/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libserde_derive-11a9fa3dfe399b92.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [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 `serde_derive` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "6d1edcdf78e052d3989e3970920fa6297385318719c6e053022564dcb52637eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d1edcdf78e052d3989e3970920fa6297385318719c6e053022564dcb52637eb", kill_on_drop: false }` [INFO] [stdout] 6d1edcdf78e052d3989e3970920fa6297385318719c6e053022564dcb52637eb