[INFO] cloning repository https://github.com/jared-cone/roctris2
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jared-cone/roctris2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjared-cone%2Froctris2", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjared-cone%2Froctris2'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 26a7c024898918fb54c0c4881357a22b063cc6e9
[INFO] checking jared-cone/roctris2 against master#01706e1a34c87656fcbfce198608f4cd2ac6461a for pr-135272
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjared-cone%2Froctris2" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/jared-cone/roctris2 on toolchain 01706e1a34c87656fcbfce198608f4cd2ac6461a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+01706e1a34c87656fcbfce198608f4cd2ac6461a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/jared-cone/roctris2
[INFO] finished tweaking git repo https://github.com/jared-cone/roctris2
[INFO] tweaked toml for git repo https://github.com/jared-cone/roctris2 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/jared-cone/roctris2 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" "+01706e1a34c87656fcbfce198608f4cd2ac6461a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+01706e1a34c87656fcbfce198608f4cd2ac6461a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 80a8d884d74c35528cc62ee0512afbb6fd695c14fc1b40f94cf55a08bcacdb3f
[INFO] running `Command { std: "docker" "start" "-a" "80a8d884d74c35528cc62ee0512afbb6fd695c14fc1b40f94cf55a08bcacdb3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "80a8d884d74c35528cc62ee0512afbb6fd695c14fc1b40f94cf55a08bcacdb3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80a8d884d74c35528cc62ee0512afbb6fd695c14fc1b40f94cf55a08bcacdb3f", kill_on_drop: false }`
[INFO] [stdout] 80a8d884d74c35528cc62ee0512afbb6fd695c14fc1b40f94cf55a08bcacdb3f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+01706e1a34c87656fcbfce198608f4cd2ac6461a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a2352af844966eab41af54eaebbc773adfa309e52ea744adb246f3f1d57ce341
[INFO] running `Command { std: "docker" "start" "-a" "a2352af844966eab41af54eaebbc773adfa309e52ea744adb246f3f1d57ce341", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]     Checking regex-syntax v0.8.4
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling cc v1.1.21
[INFO] [stderr]     Checking miniz_oxide v0.7.4
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking roc_std v0.0.1 (/opt/rustwide/workdir/platform/crates/roc_std)
[INFO] [stdout] warning: unexpected `cfg` condition value: `no_std`
[INFO] [stdout]    --> platform/crates/roc_std/src/roc_str.rs:687:11
[INFO] [stdout]     |
[INFO] [stdout] 687 | #[cfg(not(feature = "no_std"))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `serde` and `std`
[INFO] [stdout]     = help: consider adding `no_std` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead
[INFO] [stdout]  --> platform/crates/roc_std/src/roc_list.rs:9:17
[INFO] [stdout]   |
[INFO] [stdout] 9 |     intrinsics::copy_nonoverlapping,
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking pretty_assertions v1.4.1
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stderr] error: could not compile `proc-macro2` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to parse process output: `/opt/rustwide/rustup-home/toolchains/01706e1a34c87656fcbfce198608f4cd2ac6461a/bin/rustc --crate-name proc_macro2 --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.86/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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=1e7f94cbfcb3788a -C extra-filename=-7eb4b82dd2ecf777 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-d14904b1232aa2ec.rmeta --cap-lints allow --cap-lints=forbid --cfg wrap_proc_macro --cfg proc_macro_span --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` (exit status: 101)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaLFapo3/lib.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaJmYjpn/lib.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libc` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `quote` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to parse process output: `/opt/rustwide/rustup-home/toolchains/01706e1a34c87656fcbfce198608f4cd2ac6461a/bin/rustc --crate-name quote --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.37/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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=2d797af9fc408933 -C extra-filename=-993a3289d8dd519c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-7eb4b82dd2ecf777.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stderr] error: could not compile `cc` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "a2352af844966eab41af54eaebbc773adfa309e52ea744adb246f3f1d57ce341", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a2352af844966eab41af54eaebbc773adfa309e52ea744adb246f3f1d57ce341", kill_on_drop: false }`
[INFO] [stdout] a2352af844966eab41af54eaebbc773adfa309e52ea744adb246f3f1d57ce341
