[INFO] cloning repository https://github.com/waltonseymour/glossary [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/waltonseymour/glossary" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwaltonseymour%2Fglossary", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwaltonseymour%2Fglossary'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 586f5a590e82fc641f1710741a591428df610c19 [INFO] checking waltonseymour/glossary against master#d49be02cf6d2e2a01264fcdef1e20c826710c0f5 for pr-133570-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwaltonseymour%2Fglossary" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/waltonseymour/glossary on toolchain d49be02cf6d2e2a01264fcdef1e20c826710c0f5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d49be02cf6d2e2a01264fcdef1e20c826710c0f5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/waltonseymour/glossary [INFO] finished tweaking git repo https://github.com/waltonseymour/glossary [INFO] tweaked toml for git repo https://github.com/waltonseymour/glossary written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/waltonseymour/glossary 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" "+d49be02cf6d2e2a01264fcdef1e20c826710c0f5" "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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+d49be02cf6d2e2a01264fcdef1e20c826710c0f5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 297cec464039d7f92d4203d40cd4076c03511a51b423e864ed790f3e7d4b3c12 [INFO] running `Command { std: "docker" "start" "-a" "297cec464039d7f92d4203d40cd4076c03511a51b423e864ed790f3e7d4b3c12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "297cec464039d7f92d4203d40cd4076c03511a51b423e864ed790f3e7d4b3c12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "297cec464039d7f92d4203d40cd4076c03511a51b423e864ed790f3e7d4b3c12", kill_on_drop: false }` [INFO] [stdout] 297cec464039d7f92d4203d40cd4076c03511a51b423e864ed790f3e7d4b3c12 [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+d49be02cf6d2e2a01264fcdef1e20c826710c0f5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 34a39498373b07633b69e4069f7a9e451066567e62fc3fc65139f4494009bcff [INFO] running `Command { std: "docker" "start" "-a" "34a39498373b07633b69e4069f7a9e451066567e62fc3fc65139f4494009bcff", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling io-lifetimes v1.0.6 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling rustix v0.36.9 [INFO] [stderr] Compiling ryu v1.0.4 [INFO] [stderr] Checking linux-raw-sys v0.1.4 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Checking os_str_bytes v6.4.1 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Checking clap_lex v0.3.2 [INFO] [stderr] Checking itoa v1.0.6 [INFO] [stderr] Checking termcolor v1.2.0 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking csv v1.2.1 [INFO] [stderr] Checking is-terminal v0.4.4 [INFO] [stderr] Checking clap v4.1.8 [INFO] [stderr] Checking glossary v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta9azZas" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `glossary` (bin "glossary" test) due to 1 previous error [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/rmetafbWYQt" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `glossary` (bin "glossary") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "34a39498373b07633b69e4069f7a9e451066567e62fc3fc65139f4494009bcff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34a39498373b07633b69e4069f7a9e451066567e62fc3fc65139f4494009bcff", kill_on_drop: false }` [INFO] [stdout] 34a39498373b07633b69e4069f7a9e451066567e62fc3fc65139f4494009bcff