[INFO] cloning repository https://github.com/TheFunctionalGuy/advent-of-code-2020 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TheFunctionalGuy/advent-of-code-2020" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheFunctionalGuy%2Fadvent-of-code-2020", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheFunctionalGuy%2Fadvent-of-code-2020'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a69146a716135089227ec42acf92c0715aff7174 [INFO] testing TheFunctionalGuy/advent-of-code-2020 against master#6c20ab744b0f82646d90ce9d25894823abc9c669 for pr-99093 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheFunctionalGuy%2Fadvent-of-code-2020" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/TheFunctionalGuy/advent-of-code-2020 on toolchain 6c20ab744b0f82646d90ce9d25894823abc9c669 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6c20ab744b0f82646d90ce9d25894823abc9c669" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/TheFunctionalGuy/advent-of-code-2020 [INFO] finished tweaking git repo https://github.com/TheFunctionalGuy/advent-of-code-2020 [INFO] tweaked toml for git repo https://github.com/TheFunctionalGuy/advent-of-code-2020 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/TheFunctionalGuy/advent-of-code-2020 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6c20ab744b0f82646d90ce9d25894823abc9c669" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:5873ed620acfc3295992aedd9294443d62a478a48ba243bc5e6c4f5abaffa05f" "/opt/rustwide/cargo-home/bin/cargo" "+6c20ab744b0f82646d90ce9d25894823abc9c669" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fefa2d9181abda43035f64ed4c2680a1c67cf1a0b69dcc3903e1b6cbc78cb817 [INFO] running `Command { std: "docker" "start" "-a" "fefa2d9181abda43035f64ed4c2680a1c67cf1a0b69dcc3903e1b6cbc78cb817", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fefa2d9181abda43035f64ed4c2680a1c67cf1a0b69dcc3903e1b6cbc78cb817", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fefa2d9181abda43035f64ed4c2680a1c67cf1a0b69dcc3903e1b6cbc78cb817", kill_on_drop: false }` [INFO] [stdout] fefa2d9181abda43035f64ed4c2680a1c67cf1a0b69dcc3903e1b6cbc78cb817 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:5873ed620acfc3295992aedd9294443d62a478a48ba243bc5e6c4f5abaffa05f" "/opt/rustwide/cargo-home/bin/cargo" "+6c20ab744b0f82646d90ce9d25894823abc9c669" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a4ed0c1d704e549ed756ea78f4312484d385d2e26760c63b278558ad71d0f2aa [INFO] running `Command { std: "docker" "start" "-a" "a4ed0c1d704e549ed756ea78f4312484d385d2e26760c63b278558ad71d0f2aa", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaqfcO0S" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `regex-syntax` due to previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] LLVM ERROR: LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] IO failure on output stream: No space left on device [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] LLVM ERROR: LLVM ERROR: LLVM ERROR: LLVM ERROR: IO failure on output stream: No space left on deviceLLVM ERROR: LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on deviceLLVM ERROR: IO failure on output stream: No space left on deviceIO failure on output stream: No space left on deviceIO failure on output stream: No space left on device [INFO] [stderr] [INFO] [stderr] IO failure on output stream: No space left on device [INFO] [stderr] IO failure on output stream: No space left on device [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/6c20ab744b0f82646d90ce9d25894823abc9c669/bin/../lib/librustc_driver-8fd17062f1c0f9c7.so(+0x544723)[0x7ff00a390723] [INFO] [stderr] /lib/x86_64-linux-gnu/libpthread.so.0(+0x14420)[0x7ff009a84420] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/6c20ab744b0f82646d90ce9d25894823abc9c669/bin/rustc(+0x5a8d2)[0x555cde65a8d2] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/6c20ab744b0f82646d90ce9d25894823abc9c669/bin/rustc(+0x1718e)[0x555cde61718e] [INFO] [stderr] /lib/x86_64-linux-gnu/libc.so.6(+0x46953)[0x7ff0098c2953] [INFO] [stderr] /lib/x86_64-linux-gnu/libc.so.6(on_exit+0x0)[0x7ff0098c2a60] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/6c20ab744b0f82646d90ce9d25894823abc9c669/bin/../lib/librustc_driver-8fd17062f1c0f9c7.so(+0x279cde9)[0x7ff00c5e8de9] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/6c20ab744b0f82646d90ce9d25894823abc9c669/bin/../lib/../lib/libLLVM-14-rust-1.64.0-nightly.so(_ZN4llvm18report_fatal_errorERKNS_5TwineEb+0x11d)[0x7ff007e556ad] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/6c20ab744b0f82646d90ce9d25894823abc9c669/bin/../lib/../lib/libLLVM-14-rust-1.64.0-nightly.so(_ZN4llvm14raw_fd_ostreamD1Ev+0xdc)[0x7ff0069bc31c] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/6c20ab744b0f82646d90ce9d25894823abc9c669/bin/../lib/librustc_driver-8fd17062f1c0f9c7.so(+0x278cfa3)[0x7ff00c5d8fa3] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/6c20ab744b0f82646d90ce9d25894823abc9c669/bin/../lib/librustc_driver-8fd17062f1c0f9c7.so(+0x275f80e)[0x7ff00c5ab80e] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/6c20ab744b0f82646d90ce9d25894823abc9c669/bin/../lib/librustc_driver-8fd17062f1c0f9c7.so(+0x2762ac6)[0x7ff00c5aeac6] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/6c20ab744b0f82646d90ce9d25894823abc9c669/bin/../lib/librustc_driver-8fd17062f1c0f9c7.so(+0x2788235)[0x7ff00c5d4235] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/6c20ab744b0f82646d90ce9d25894823abc9c669/bin/../lib/librustc_driver-8fd17062f1c0f9c7.so(+0x2781f5a)[0x7ff00c5cdf5a] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/6c20ab744b0f82646d90ce9d25894823abc9c669/bin/../lib/librustc_driver-8fd17062f1c0f9c7.so(+0x277b71f)[0x7ff00c5c771f] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/6c20ab744b0f82646d90ce9d25894823abc9c669/bin/../lib/librustc_driver-8fd17062f1c0f9c7.so(+0x2766b70)[0x7ff00c5b2b70] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/6c20ab744b0f82646d90ce9d25894823abc9c669/bin/../lib/libstd-1aab30bac2090a15.so(rust_metadata_std_77a98c5aa4542a60+0xaea23)[0x7ff009b79a23] [INFO] [stderr] /lib/x86_64-linux-gnu/libpthread.so.0(+0x8609)[0x7ff009a78609] [INFO] [stderr] /lib/x86_64-linux-gnu/libc.so.6(clone+0x43)[0x7ff00999b133] [INFO] [stderr] error: could not compile `memchr` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name memchr --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=334ead3495f848fb -C extra-filename=-334ead3495f848fb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx` (signal: 11, SIGSEGV: invalid memory reference) [INFO] running `Command { std: "docker" "inspect" "a4ed0c1d704e549ed756ea78f4312484d385d2e26760c63b278558ad71d0f2aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4ed0c1d704e549ed756ea78f4312484d385d2e26760c63b278558ad71d0f2aa", kill_on_drop: false }` [INFO] [stdout] a4ed0c1d704e549ed756ea78f4312484d385d2e26760c63b278558ad71d0f2aa