[INFO] cloning repository https://github.com/gmorer/archage
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gmorer/archage" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgmorer%2Farchage", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgmorer%2Farchage'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7600fb6558f7c00f22ed98e8271d67afc7982583
[INFO] checking gmorer/archage against try#2b39fe756f52bc2825bf5b2bfc385cab922dae10 for pr-143011
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgmorer%2Farchage" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/gmorer/archage
[INFO] finished tweaking git repo https://github.com/gmorer/archage
[INFO] tweaked toml for git repo https://github.com/gmorer/archage written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gmorer/archage on toolchain 2b39fe756f52bc2825bf5b2bfc385cab922dae10
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/gmorer/archage 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" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e2db77d873ccce050941c9b9162f9142efbc7a674febdbaab97964f80a30f896
[INFO] running `Command { std: "docker" "start" "-a" "e2db77d873ccce050941c9b9162f9142efbc7a674febdbaab97964f80a30f896", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e2db77d873ccce050941c9b9162f9142efbc7a674febdbaab97964f80a30f896", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e2db77d873ccce050941c9b9162f9142efbc7a674febdbaab97964f80a30f896", kill_on_drop: false }`
[INFO] [stdout] e2db77d873ccce050941c9b9162f9142efbc7a674febdbaab97964f80a30f896
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f72caed700c23df6232d2abb1fe54e31c29ab1c24a834ab549c1e69739b2319f
[INFO] running `Command { std: "docker" "start" "-a" "f72caed700c23df6232d2abb1fe54e31c29ab1c24a834ab549c1e69739b2319f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.85
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]     Checking memchr v2.7.3
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]     Checking anstyle-parse v0.2.4
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking anstyle v1.0.7
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking anstyle-query v1.1.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking regex-syntax v0.8.4
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.0
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking colorchoice v1.0.1
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking value-bag v1.9.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking anstream v0.6.14
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking winnow v0.6.13
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking miniz_oxide v0.7.3
[INFO] [stderr]     Checking twox-hash v1.6.3
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking filetime v0.2.23
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking xattr v1.3.1
[INFO] [stderr]     Checking either v1.12.0
[INFO] [stderr]     Checking cpufeatures v0.2.13
[INFO] [stderr]     Checking flate2 v1.0.30
[INFO] [stderr]     Checking tar v0.4.41
[INFO] [stderr]     Checking ruzstd v0.7.2
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking crossbeam-channel v0.5.13
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]     Checking clap_lex v0.7.1
[INFO] [stderr]     Checking deunicode v1.6.0
[INFO] [stderr]     Checking clap_builder v4.5.7
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetamO1ZDw"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `regex-automata` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetarfbyzh/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaWShI3B/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `clap_builder` (lib) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaZ8ij4S/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rayon` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "f72caed700c23df6232d2abb1fe54e31c29ab1c24a834ab549c1e69739b2319f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f72caed700c23df6232d2abb1fe54e31c29ab1c24a834ab549c1e69739b2319f", kill_on_drop: false }`
[INFO] [stdout] f72caed700c23df6232d2abb1fe54e31c29ab1c24a834ab549c1e69739b2319f
