[INFO] cloning repository https://github.com/njust/tpl [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/njust/tpl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnjust%2Ftpl", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnjust%2Ftpl'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c4eadabc2e59ed67098b3061312fcf6c26614008 [INFO] checking njust/tpl against master#8f08b3a32478b8d0507732800ecb548a76e0fd0c for pr-144157 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnjust%2Ftpl" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/njust/tpl [INFO] finished tweaking git repo https://github.com/njust/tpl [INFO] tweaked toml for git repo https://github.com/njust/tpl written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/njust/tpl on toolchain 8f08b3a32478b8d0507732800ecb548a76e0fd0c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8f08b3a32478b8d0507732800ecb548a76e0fd0c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/njust/tpl 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" "+8f08b3a32478b8d0507732800ecb548a76e0fd0c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+8f08b3a32478b8d0507732800ecb548a76e0fd0c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1f766dcbec958260141ae36710f4b1abc841ff581034bac7d13b8c2d03a07b87 [INFO] running `Command { std: "docker" "start" "-a" "1f766dcbec958260141ae36710f4b1abc841ff581034bac7d13b8c2d03a07b87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1f766dcbec958260141ae36710f4b1abc841ff581034bac7d13b8c2d03a07b87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f766dcbec958260141ae36710f4b1abc841ff581034bac7d13b8c2d03a07b87", kill_on_drop: false }` [INFO] [stdout] 1f766dcbec958260141ae36710f4b1abc841ff581034bac7d13b8c2d03a07b87 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+8f08b3a32478b8d0507732800ecb548a76e0fd0c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 82b8b16f2947e3e4e3e32dd72b3bab94a674a8ec7ec52e17e7cc171b3e6fa59b [INFO] running `Command { std: "docker" "start" "-a" "82b8b16f2947e3e4e3e32dd72b3bab94a674a8ec7ec52e17e7cc171b3e6fa59b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling proc-macro2 v1.0.63 [INFO] [stderr] Compiling quote v1.0.28 [INFO] [stderr] Compiling unicode-ident v1.0.9 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling thiserror v1.0.40 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling regex-syntax v0.7.2 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling ucd-trie v0.1.5 [INFO] [stderr] Compiling uncased v0.9.9 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling phf v0.10.1 [INFO] [stderr] Checking aho-corasick v1.0.2 [INFO] [stderr] Checking getrandom v0.2.10 [INFO] [stderr] Checking bstr v1.5.0 [INFO] [stderr] Compiling syn v2.0.22 [INFO] [stderr] Checking aho-corasick v0.7.20 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking log v0.4.19 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling libm v0.2.7 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking unic-char-range v0.9.0 [INFO] [stderr] Compiling serde v1.0.164 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Checking unic-common v0.9.0 [INFO] [stderr] Checking unic-ucd-version v0.9.0 [INFO] [stderr] Compiling regex v1.8.4 [INFO] [stderr] Checking thread_local v1.1.4 [INFO] [stderr] Checking unic-char-property v0.9.0 [INFO] [stderr] Checking walkdir v2.3.3 [INFO] [stderr] Checking iana-time-zone v0.1.57 [INFO] [stderr] Compiling serde_json v1.0.99 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Compiling phf_codegen v0.10.0 [INFO] [stderr] Checking unic-ucd-segment v0.9.0 [INFO] [stderr] Checking chrono v0.4.26 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Checking globset v0.4.10 [INFO] [stderr] Checking itoa v1.0.6 [INFO] [stderr] Compiling anyhow v1.0.71 [INFO] [stderr] Checking ryu v1.0.13 [INFO] [stderr] Checking ignore v0.4.20 [INFO] [stderr] Compiling chrono-tz-build v0.0.2 [INFO] [stderr] Checking deunicode v0.4.3 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking globwalk v0.8.1 [INFO] [stderr] Checking slug v0.1.4 [INFO] [stderr] Checking unic-segment v0.9.0 [INFO] [stderr] Checking humansize v2.1.3 [INFO] [stderr] Checking percent-encoding v2.3.0 [INFO] [stderr] Compiling thiserror-impl v1.0.40 [INFO] [stderr] Compiling chrono-tz v0.6.1 [INFO] [stderr] Checking pest v2.7.0 [INFO] [stderr] Compiling pest_meta v2.7.0 [INFO] [stderr] Compiling pest_generator v2.7.0 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `pest_generator` (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/8f08b3a32478b8d0507732800ecb548a76e0fd0c/bin/rustc --crate-name pest_generator --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.7.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=e7e15bb94d16a7ac -C extra-filename=-2c2ff0e9a4ed6c9b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern pest=/opt/rustwide/target/debug/deps/libpest-992ce6104acd907e.rmeta --extern pest_meta=/opt/rustwide/target/debug/deps/libpest_meta-6e9ee6639e31b6f3.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-ec10511b8ac0a599.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-85c0bbc7af6a4dd9.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-b0a034cd5afdf1c5.rmeta --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/deps/rmetan3X7bh" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `chrono-tz` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "82b8b16f2947e3e4e3e32dd72b3bab94a674a8ec7ec52e17e7cc171b3e6fa59b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82b8b16f2947e3e4e3e32dd72b3bab94a674a8ec7ec52e17e7cc171b3e6fa59b", kill_on_drop: false }` [INFO] [stdout] 82b8b16f2947e3e4e3e32dd72b3bab94a674a8ec7ec52e17e7cc171b3e6fa59b