[INFO] cloning repository https://github.com/terry-u16/rust-library [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/terry-u16/rust-library" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fterry-u16%2Frust-library", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fterry-u16%2Frust-library'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d24be899671ba0e429256290d59995590146cf73 [INFO] checking terry-u16/rust-library against try#b8ee37b59c6e1f39bae18b85e057975ab0d89308 for pr-139587-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fterry-u16%2Frust-library" "/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/terry-u16/rust-library on toolchain b8ee37b59c6e1f39bae18b85e057975ab0d89308 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8ee37b59c6e1f39bae18b85e057975ab0d89308" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/terry-u16/rust-library [INFO] finished tweaking git repo https://github.com/terry-u16/rust-library [INFO] tweaked toml for git repo https://github.com/terry-u16/rust-library written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/terry-u16/rust-library 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" "+b8ee37b59c6e1f39bae18b85e057975ab0d89308" "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" "+b8ee37b59c6e1f39bae18b85e057975ab0d89308" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 009a64e348278760c952db8076c53ecec89e9c3e7ad3fe80ab09b96b439f2a66 [INFO] running `Command { std: "docker" "start" "-a" "009a64e348278760c952db8076c53ecec89e9c3e7ad3fe80ab09b96b439f2a66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "009a64e348278760c952db8076c53ecec89e9c3e7ad3fe80ab09b96b439f2a66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "009a64e348278760c952db8076c53ecec89e9c3e7ad3fe80ab09b96b439f2a66", kill_on_drop: false }` [INFO] [stdout] 009a64e348278760c952db8076c53ecec89e9c3e7ad3fe80ab09b96b439f2a66 [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=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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+b8ee37b59c6e1f39bae18b85e057975ab0d89308" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 16e9ac44d67ad766fee0da955eb3c269ee70d1190357fb160e774404f4d1f2e3 [INFO] running `Command { std: "docker" "start" "-a" "16e9ac44d67ad766fee0da955eb3c269ee70d1190357fb160e774404f4d1f2e3", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.67 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libm v0.2.7 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling libc v0.2.148 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling memchr v2.6.3 [INFO] [stderr] Compiling serde v1.0.188 [INFO] [stderr] Compiling thiserror v1.0.48 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling aho-corasick v1.1.1 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling target-features v0.1.4 [INFO] [stderr] Compiling syn v2.0.37 [INFO] [stderr] Checking getrandom v0.2.10 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Checking num-complex v0.4.3 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling matrixmultiply v0.3.7 [INFO] [stderr] Checking varisat-formula v0.2.2 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking bytemuck v1.14.0 [INFO] [stderr] Checking safe_arch v0.7.1 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling regex-automata v0.3.8 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Checking arbitrary v1.3.0 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Checking itoa v0.4.8 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Compiling im-rc v15.1.0 [INFO] [stderr] Compiling varisat v0.2.2 [INFO] [stderr] Checking wide v0.7.11 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking varisat-internal-proof v0.2.2 [INFO] [stderr] Compiling serde_derive v1.0.188 [INFO] [stderr] Compiling thiserror-impl v1.0.48 [INFO] [stderr] Checking bitmaps v2.1.0 [INFO] [stderr] Compiling regex v1.9.1 [INFO] [stderr] Compiling amplify_syn v1.1.6 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Compiling az v1.2.1 [INFO] [stderr] Checking log v0.4.20 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Checking fixedbitset v0.4.2 [INFO] [stderr] Checking wyz v0.5.1 [INFO] [stderr] Checking simba v0.8.1 [INFO] [stderr] Checking sized-chunks v0.6.5 [INFO] [stderr] Checking varisat-dimacs v0.2.2 [INFO] [stderr] Checking stringly_conversions v0.1.1 [INFO] [stderr] Checking ordered-float v2.10.0 [INFO] [stderr] Checking integer-sqrt v0.1.5 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking rand_xoshiro v0.6.0 [INFO] [stderr] Checking amplify_num v0.4.1 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking funty v2.0.0 [INFO] [stderr] Checking leb128 v0.2.5 [INFO] [stderr] Checking either v1.8.1 [INFO] [stderr] Checking hashbrown v0.14.0 [INFO] [stderr] Checking vec_mut_scan v0.3.0 [INFO] [stderr] Checking itertools v0.11.0 [INFO] [stderr] Checking indexmap v2.0.0 [INFO] [stderr] Compiling partial_ref_derive v0.3.3 [INFO] [stderr] Compiling proconio-derive v0.2.1 [INFO] [stderr] Compiling argio-macro v0.2.0 [INFO] [stderr] Checking partial_ref v0.3.3 [INFO] [stderr] Compiling varisat-internal-macros v0.2.2 [INFO] [stderr] Checking proconio v0.4.5 [INFO] [stderr] Compiling nalgebra-macros v0.2.1 [INFO] [stderr] Compiling multiversion-macros v0.7.3 [INFO] [stderr] Compiling amplify_derive v2.11.3 [INFO] [stderr] Checking argio v0.2.0 [INFO] [stderr] Checking bitvec v1.0.1 [INFO] [stderr] Checking bstr v1.6.0 [INFO] [stderr] Compiling memoise v0.3.2 [INFO] [stderr] Checking alga v0.9.3 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `memoise` (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/b8ee37b59c6e1f39bae18b85e057975ab0d89308/bin/rustc --crate-name memoise --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/memoise-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a811ce5ee52763a -C extra-filename=-0710d72d5c63c732 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-60dc869d202a21e0.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-2f74ba056fed67e6.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-3fd63307a672ea5a.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `multiversion-macros` (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/b8ee37b59c6e1f39bae18b85e057975ab0d89308/bin/rustc --crate-name multiversion_macros --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversion-macros-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=383c65f14962072d -C extra-filename=-b4b7cbfe0181c270 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-60dc869d202a21e0.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-2f74ba056fed67e6.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-3fd63307a672ea5a.rlib --extern target_features=/opt/rustwide/target/debug/deps/libtarget_features-e11e0bef808d1ce2.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "16e9ac44d67ad766fee0da955eb3c269ee70d1190357fb160e774404f4d1f2e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16e9ac44d67ad766fee0da955eb3c269ee70d1190357fb160e774404f4d1f2e3", kill_on_drop: false }` [INFO] [stdout] 16e9ac44d67ad766fee0da955eb3c269ee70d1190357fb160e774404f4d1f2e3