[INFO] cloning repository https://github.com/dece1ver/simple_template
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dece1ver/simple_template" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdece1ver%2Fsimple_template", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdece1ver%2Fsimple_template'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d20b71e5cd9c021928d712e1a7b540a13e01a864
[INFO] checking dece1ver/simple_template against try#2b39fe756f52bc2825bf5b2bfc385cab922dae10 for pr-143011
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdece1ver%2Fsimple_template" "/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/dece1ver/simple_template
[INFO] finished tweaking git repo https://github.com/dece1ver/simple_template
[INFO] tweaked toml for git repo https://github.com/dece1ver/simple_template written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dece1ver/simple_template 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/dece1ver/simple_template 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] 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] 91940b266f516f01c32fbe4901407461d167be46b3a98ef3a9d37c41fcf07dee
[INFO] running `Command { std: "docker" "start" "-a" "91940b266f516f01c32fbe4901407461d167be46b3a98ef3a9d37c41fcf07dee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "91940b266f516f01c32fbe4901407461d167be46b3a98ef3a9d37c41fcf07dee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91940b266f516f01c32fbe4901407461d167be46b3a98ef3a9d37c41fcf07dee", kill_on_drop: false }`
[INFO] [stdout] 91940b266f516f01c32fbe4901407461d167be46b3a98ef3a9d37c41fcf07dee
[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] ccab6ff0a9513ef887a00bb46088427bc914b27d0df2e393c827b79641a7388e
[INFO] running `Command { std: "docker" "start" "-a" "ccab6ff0a9513ef887a00bb46088427bc914b27d0df2e393c827b79641a7388e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking regex-syntax v0.8.4
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking pin-project-lite v0.2.14
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]    Compiling cc v1.1.21
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stdout] error: failed to build archive at `/opt/rustwide/target/debug/deps/libshlex-258c8bec04b9d869.rlib`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `num-traits` (build script)
[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/2b39fe756f52bc2825bf5b2bfc385cab922dae10/bin/rustc --crate-name build_script_build --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=3008ecb88122284c -C extra-filename=-d1bf9ef960b64817 --out-dir /opt/rustwide/target/debug/build/num-traits-d1bf9ef960b64817 -L dependency=/opt/rustwide/target/debug/deps --extern autocfg=/opt/rustwide/target/debug/deps/libautocfg-0c4f859a930e1eb4.rlib --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/build/crossbeam-utils-a070e8816db01526/rmeta7eOhcs"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetamdbLOc/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `shlex` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `crossbeam-utils` (build script) due to 1 previous error
[INFO] [stderr] error: could not compile `smallvec` (lib) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaTsnFgH/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `memchr` (lib) due to 1 previous error
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta8aGqLI"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetawVemZ9"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hashbrown` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `nu-ansi-term` (lib) due to 1 previous error
[INFO] [stdout] error: error writing dependencies to `/opt/rustwide/target/debug/deps/libc-e11b3199b41fec1e.d`: 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] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaGneD2u/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `proc-macro2` (lib) due to 1 previous error
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta1Khdc8"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tracing-core` (lib) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaToZxrC/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `memchr` (lib) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaMaaWx3/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sharded-slab` (lib) due to 1 previous error
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaSKTIsB"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cc` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "ccab6ff0a9513ef887a00bb46088427bc914b27d0df2e393c827b79641a7388e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ccab6ff0a9513ef887a00bb46088427bc914b27d0df2e393c827b79641a7388e", kill_on_drop: false }`
[INFO] [stdout] ccab6ff0a9513ef887a00bb46088427bc914b27d0df2e393c827b79641a7388e
