[INFO] cloning repository https://github.com/universal-changesets/rust-cargo-plugin
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/universal-changesets/rust-cargo-plugin" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funiversal-changesets%2Frust-cargo-plugin", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funiversal-changesets%2Frust-cargo-plugin'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0440a89ee6e87cdb09582c0bf105ed2e0e3dc1be
[INFO] checking universal-changesets/rust-cargo-plugin against master#8a65ee08296b36342bf7c3cdc15312ccbc357227 for pr-142704
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funiversal-changesets%2Frust-cargo-plugin" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/universal-changesets/rust-cargo-plugin on toolchain 8a65ee08296b36342bf7c3cdc15312ccbc357227
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/universal-changesets/rust-cargo-plugin
[INFO] finished tweaking git repo https://github.com/universal-changesets/rust-cargo-plugin
[INFO] tweaked toml for git repo https://github.com/universal-changesets/rust-cargo-plugin written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/universal-changesets/rust-cargo-plugin 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" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded extism-convert v1.10.0
[INFO] [stderr]   Downloaded extism-convert-macros v1.10.0
[INFO] [stderr]   Downloaded extism-manifest v1.9.1
[INFO] [stderr]   Downloaded extism-pdk-derive v1.3.0
[INFO] [stderr]   Downloaded extism-pdk v1.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 04a9f31986662f355961ffc590c54f33bc705f587704422b4b80b5cb18e3ddaa
[INFO] running `Command { std: "docker" "start" "-a" "04a9f31986662f355961ffc590c54f33bc705f587704422b4b80b5cb18e3ddaa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "04a9f31986662f355961ffc590c54f33bc705f587704422b4b80b5cb18e3ddaa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "04a9f31986662f355961ffc590c54f33bc705f587704422b4b80b5cb18e3ddaa", kill_on_drop: false }`
[INFO] [stdout] 04a9f31986662f355961ffc590c54f33bc705f587704422b4b80b5cb18e3ddaa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 50b656c3bf50258bf59f5d84fdfb967ec44d56c314fc26f325a71ac4c276e2c4
[INFO] running `Command { std: "docker" "start" "-a" "50b656c3bf50258bf59f5d84fdfb967ec44d56c314fc26f325a71ac4c276e2c4", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.15
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling winnow v0.7.3
[INFO] [stderr]    Compiling semver v1.0.25
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling serde_json v1.0.137
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]     Checking bytes v1.9.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking bytemuck v1.21.0
[INFO] [stderr]    Compiling rustix v1.0.0
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling proc-macro-utils v0.10.0
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling rstest_macros v0.25.0
[INFO] [stderr]     Checking linux-raw-sys v0.9.2
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking bitflags v2.8.0
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]     Checking console v0.15.10
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]    Compiling manyhow-macros v0.11.4
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking similar-asserts v1.7.0
[INFO] [stderr]    Compiling toml_edit v0.22.24
[INFO] [stderr]     Checking rmp v0.8.14
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stdout] error: failed to build archive at `/opt/rustwide/target/debug/deps/libregex_syntax-a51f3b0cccc0511b.rlib`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `regex-syntax` (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/rmetaRqh5cd/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `itertools` (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/rmetaZ8RVLf"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `toml_edit` (lib) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaAVq1Wu/full.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" "50b656c3bf50258bf59f5d84fdfb967ec44d56c314fc26f325a71ac4c276e2c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "50b656c3bf50258bf59f5d84fdfb967ec44d56c314fc26f325a71ac4c276e2c4", kill_on_drop: false }`
[INFO] [stdout] 50b656c3bf50258bf59f5d84fdfb967ec44d56c314fc26f325a71ac4c276e2c4
