[INFO] cloning repository https://github.com/rstenvi/pai [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rstenvi/pai" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frstenvi%2Fpai", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frstenvi%2Fpai'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 04ee7de8fe1e339380fa4e70d0a1f45272151a02 [INFO] checking rstenvi/pai against try#2277c63fa464d237b17b68d3b87f9fbb89e58a3e for pr-133570-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frstenvi%2Fpai" "/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/rstenvi/pai on toolchain 2277c63fa464d237b17b68d3b87f9fbb89e58a3e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2277c63fa464d237b17b68d3b87f9fbb89e58a3e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/rstenvi/pai [INFO] finished tweaking git repo https://github.com/rstenvi/pai [INFO] tweaked toml for git repo https://github.com/rstenvi/pai written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/rstenvi/pai 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" "+2277c63fa464d237b17b68d3b87f9fbb89e58a3e" "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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+2277c63fa464d237b17b68d3b87f9fbb89e58a3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2dccf574f0237bfc54100547fcec020bf7384676206d5e98dfcdd2e6d491a174 [INFO] running `Command { std: "docker" "start" "-a" "2dccf574f0237bfc54100547fcec020bf7384676206d5e98dfcdd2e6d491a174", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2dccf574f0237bfc54100547fcec020bf7384676206d5e98dfcdd2e6d491a174", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2dccf574f0237bfc54100547fcec020bf7384676206d5e98dfcdd2e6d491a174", kill_on_drop: false }` [INFO] [stdout] 2dccf574f0237bfc54100547fcec020bf7384676206d5e98dfcdd2e6d491a174 [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+2277c63fa464d237b17b68d3b87f9fbb89e58a3e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 68ddb285c5a7b52c29de5655106ab118b9af2500a7b9f25381eddc61a663fbed [INFO] running `Command { std: "docker" "start" "-a" "68ddb285c5a7b52c29de5655106ab118b9af2500a7b9f25381eddc61a663fbed", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking memchr v2.7.1 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling thiserror v1.0.57 [INFO] [stderr] Compiling rustix v0.38.31 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling serde_json v1.0.114 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling anyhow v1.0.80 [INFO] [stderr] Compiling linux-raw-sys v0.4.13 [INFO] [stderr] Compiling nix v0.28.0 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling scratch v1.0.7 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Compiling syn v2.0.52 [INFO] [stderr] Checking aho-corasick v1.1.2 [INFO] [stderr] Compiling memoffset v0.8.0 [INFO] [stderr] Compiling libc v0.2.152 (https://github.com/rstenvi/libc?branch=libc-0.2#0ee57519) [INFO] [stderr] Compiling filetime v0.2.23 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Checking pin-project-lite v0.2.13 [INFO] [stderr] Compiling ryu v1.0.17 [INFO] [stderr] Checking regex-syntax v0.8.2 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking smallvec v1.13.1 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Checking chrono v0.4.35 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking nix v0.26.4 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Checking regex-automata v0.4.6 [INFO] [stderr] Compiling xattr v1.3.1 [INFO] [stderr] Compiling tar v0.4.40 [INFO] [stderr] Compiling procfs v0.16.0 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Compiling bugreport v0.5.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Checking anstyle-parse v0.2.3 [INFO] [stderr] Checking hashbrown v0.14.3 [INFO] [stderr] Checking anstyle-query v1.0.2 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking shell-escape v0.1.5 [INFO] [stderr] Checking anstyle v1.0.6 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking anstream v0.6.13 [INFO] [stderr] Checking crossbeam-channel v0.5.12 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking regex v1.10.3 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Checking dashmap v5.5.3 [INFO] [stderr] Checking elf v0.7.4 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking env_filter v0.1.0 [INFO] [stderr] Checking env_logger v0.11.3 [INFO] [stderr] Checking memfd-exec v0.2.1 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling thiserror-impl v1.0.57 [INFO] [stderr] Compiling serial_test_derive v3.0.0 [INFO] [stderr] Compiling pai-macros v0.1.2 (https://github.com/rstenvi/pai-macros#de392579) [INFO] [stderr] Compiling ctor v0.2.7 [INFO] [stderr] Checking serial_test v3.0.0 [INFO] [stderr] Checking pete v0.12.0 (https://github.com/rstenvi/pete#06b40891) [INFO] [stderr] Checking procfs-core v0.16.0 [INFO] [stderr] Compiling uneval v0.2.4 [INFO] [stderr] Compiling pai v0.1.11 (/opt/rustwide/workdir) [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/build/pai-e76dea728ded3f44/output` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta2QMADK/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rustix` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "68ddb285c5a7b52c29de5655106ab118b9af2500a7b9f25381eddc61a663fbed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "68ddb285c5a7b52c29de5655106ab118b9af2500a7b9f25381eddc61a663fbed", kill_on_drop: false }` [INFO] [stdout] 68ddb285c5a7b52c29de5655106ab118b9af2500a7b9f25381eddc61a663fbed