[INFO] cloning repository https://github.com/ryanq/advent-of-code [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ryanq/advent-of-code" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryanq%2Fadvent-of-code", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryanq%2Fadvent-of-code'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f4e6f18f732237129119419ce70db3ca6ec62250 [INFO] checking ryanq/advent-of-code against master#2f3dc46465c04d10cb74d34b1bd80c3ebfdc05bf for pr-128725 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryanq%2Fadvent-of-code" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ryanq/advent-of-code on toolchain 2f3dc46465c04d10cb74d34b1bd80c3ebfdc05bf [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2f3dc46465c04d10cb74d34b1bd80c3ebfdc05bf" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ryanq/advent-of-code [INFO] finished tweaking git repo https://github.com/ryanq/advent-of-code [INFO] tweaked toml for git repo https://github.com/ryanq/advent-of-code written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/ryanq/advent-of-code 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" "+2f3dc46465c04d10cb74d34b1bd80c3ebfdc05bf" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+2f3dc46465c04d10cb74d34b1bd80c3ebfdc05bf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0011cb53fc5039e6833887a6781b25648a23fd17009475f905fd823be2a11d8f [INFO] running `Command { std: "docker" "start" "-a" "0011cb53fc5039e6833887a6781b25648a23fd17009475f905fd823be2a11d8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0011cb53fc5039e6833887a6781b25648a23fd17009475f905fd823be2a11d8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0011cb53fc5039e6833887a6781b25648a23fd17009475f905fd823be2a11d8f", kill_on_drop: false }` [INFO] [stdout] 0011cb53fc5039e6833887a6781b25648a23fd17009475f905fd823be2a11d8f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+2f3dc46465c04d10cb74d34b1bd80c3ebfdc05bf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 46cbf9ef2ebccb9e1bc0323403814ccfbf9190c6942b6c4cddbab19f3606d8fc [INFO] running `Command { std: "docker" "start" "-a" "46cbf9ef2ebccb9e1bc0323403814ccfbf9190c6942b6c4cddbab19f3606d8fc", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Checking md5 v0.7.0 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Checking advent v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s [INFO] running `Command { std: "docker" "inspect" "46cbf9ef2ebccb9e1bc0323403814ccfbf9190c6942b6c4cddbab19f3606d8fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46cbf9ef2ebccb9e1bc0323403814ccfbf9190c6942b6c4cddbab19f3606d8fc", kill_on_drop: false }` [INFO] [stdout] 46cbf9ef2ebccb9e1bc0323403814ccfbf9190c6942b6c4cddbab19f3606d8fc [INFO] checking ryanq/advent-of-code against try#9c7f973c4f483238f1484927772d0446e5686cc0 for pr-128725 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fryanq%2Fadvent-of-code" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ryanq/advent-of-code on toolchain 9c7f973c4f483238f1484927772d0446e5686cc0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7f973c4f483238f1484927772d0446e5686cc0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ryanq/advent-of-code [INFO] finished tweaking git repo https://github.com/ryanq/advent-of-code [INFO] tweaked toml for git repo https://github.com/ryanq/advent-of-code written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/ryanq/advent-of-code 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" "+9c7f973c4f483238f1484927772d0446e5686cc0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+9c7f973c4f483238f1484927772d0446e5686cc0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 81c44bc716c36e5928d6388a0e65269c0d9c47250323966690b1c5af6e26218b [INFO] running `Command { std: "docker" "start" "-a" "81c44bc716c36e5928d6388a0e65269c0d9c47250323966690b1c5af6e26218b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "81c44bc716c36e5928d6388a0e65269c0d9c47250323966690b1c5af6e26218b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81c44bc716c36e5928d6388a0e65269c0d9c47250323966690b1c5af6e26218b", kill_on_drop: false }` [INFO] [stdout] 81c44bc716c36e5928d6388a0e65269c0d9c47250323966690b1c5af6e26218b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+9c7f973c4f483238f1484927772d0446e5686cc0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fcdcec1a8bf216ebaebff0cdd924374830c6796609c458ea70810dcd62d57e59 [INFO] running `Command { std: "docker" "start" "-a" "fcdcec1a8bf216ebaebff0cdd924374830c6796609c458ea70810dcd62d57e59", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Checking md5 v0.7.0 [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/build/thiserror-5e7a399872c77bec/root-output` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/build/anyhow-f5ff41d18d024e10/root-output` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcWNEpK8/symbols.o" "/opt/rustwide/target/debug/build/proc-macro2-7304f74fc87b141c/build_script_build-7304f74fc87b141c.build_script_build.5d62ee790a1ffd25-cgu.0.rcgu.o" "/opt/rustwide/target/debug/build/proc-macro2-7304f74fc87b141c/build_script_build-7304f74fc87b141c.build_script_build.5d62ee790a1ffd25-cgu.1.rcgu.o" "/opt/rustwide/target/debug/build/proc-macro2-7304f74fc87b141c/build_script_build-7304f74fc87b141c.build_script_build.5d62ee790a1ffd25-cgu.2.rcgu.o" "/opt/rustwide/target/debug/build/proc-macro2-7304f74fc87b141c/build_script_build-7304f74fc87b141c.3zo5co0bulqlvfxvxy1mdcw2k.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-2cb328b0ab9652d4.rlib" "/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-2bdac68498068acb.rlib" "/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-dbad65f1ed7e0f0a.rlib" "/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-cbeeec6a7d53ba46.rlib" "/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-c7076d719c7b57e5.rlib" "/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-4feab7ad5990b504.rlib" "/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-c851d90d6b3f8430.rlib" "/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a6ee0dc0a69188dc.rlib" "/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2698f217253b7d6c.rlib" "/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-ffe51bc51375b1ae.rlib" "/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-94caf2deb5698336.rlib" "/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-5c51f10b7a15ac3f.rlib" "/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-c5fb7873e7ddfe1f.rlib" "/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-048a02954279ea3a.rlib" "/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-03ff6ab748d87ac0.rlib" "/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-bbeed63327178b3d.rlib" "/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-395a38b8e0851c9b.rlib" "/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-d453bab70303062c.rlib" "/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d8040d6d7ac3e7d7.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-B/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-B/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/9c7f973c4f483238f1484927772d0446e5686cc0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/proc-macro2-7304f74fc87b141c/build_script_build-7304f74fc87b141c" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `proc-macro2` (build script) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "fcdcec1a8bf216ebaebff0cdd924374830c6796609c458ea70810dcd62d57e59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fcdcec1a8bf216ebaebff0cdd924374830c6796609c458ea70810dcd62d57e59", kill_on_drop: false }` [INFO] [stdout] fcdcec1a8bf216ebaebff0cdd924374830c6796609c458ea70810dcd62d57e59