[INFO] cloning repository https://github.com/dnaka91/actions [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dnaka91/actions" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdnaka91%2Factions", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdnaka91%2Factions'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 89468715a85536f8fbb247e4d40a635d5f19386f [INFO] building dnaka91/actions against master#ad211ced81509462cdfe4c29ed10f97279a0acae for pr-135216 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdnaka91%2Factions" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dnaka91/actions on toolchain ad211ced81509462cdfe4c29ed10f97279a0acae [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dnaka91/actions [INFO] finished tweaking git repo https://github.com/dnaka91/actions [INFO] tweaked toml for git repo https://github.com/dnaka91/actions written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/dnaka91/actions 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" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded assert_fs v1.1.1 [INFO] [stderr] Downloaded which v6.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 28c9a83bb8a8185f22b0269c8bef199082223af09d1f1d3f13f42e61ac7c1167 [INFO] running `Command { std: "docker" "start" "-a" "28c9a83bb8a8185f22b0269c8bef199082223af09d1f1d3f13f42e61ac7c1167", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "28c9a83bb8a8185f22b0269c8bef199082223af09d1f1d3f13f42e61ac7c1167", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28c9a83bb8a8185f22b0269c8bef199082223af09d1f1d3f13f42e61ac7c1167", kill_on_drop: false }` [INFO] [stdout] 28c9a83bb8a8185f22b0269c8bef199082223af09d1f1d3f13f42e61ac7c1167 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c900b58a509ef5586824b57a553ba5b48d350a5172f9f653f40bc0188489d172 [INFO] running `Command { std: "docker" "start" "-a" "c900b58a509ef5586824b57a553ba5b48d350a5172f9f653f40bc0188489d172", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling cc v1.0.88 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling subtle v2.5.0 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling rustls-pki-types v1.3.1 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling serde_json v1.0.114 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling ryu v1.0.17 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling rustls v0.22.2 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling rustix v0.38.31 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling anyhow v1.0.80 [INFO] [stderr] Compiling zeroize v1.7.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.13 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling getrandom v0.2.12 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling syn v2.0.51 [INFO] [stderr] Compiling bstr v1.9.1 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling webpki-roots v0.26.1 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling semver v1.0.22 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling camino v1.1.6 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling thiserror v1.0.57 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling target-lexicon v0.12.14 [INFO] [stderr] Compiling filetime v0.2.23 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling build-assets v1.0.0 (/opt/rustwide/workdir/crates/build-assets) [INFO] [stderr] Compiling cpufeatures v0.2.12 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling fastrand v2.0.1 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling zip v0.6.6 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling rayon v1.9.0 [INFO] [stderr] Compiling regex-automata v0.4.5 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling time v0.3.34 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling blake2 v0.10.6 [INFO] [stderr] Compiling xattr v1.3.1 [INFO] [stderr] Compiling tar v0.4.40 [INFO] [stderr] Compiling which v6.0.0 [INFO] [stderr] Compiling tempfile v3.10.1 [INFO] [stderr] Compiling globset v0.4.14 [INFO] [stderr] Compiling darling_core v0.20.8 [INFO] [stderr] Compiling rustls-webpki v0.102.2 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling thiserror-impl v1.0.57 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling darling_macro v0.20.8 [INFO] [stderr] Compiling darling v0.20.8 [INFO] [stderr] Compiling serde_with_macros v3.6.1 [INFO] [stderr] Compiling envy v0.4.2 [INFO] [stderr] Compiling serde_with v3.6.1 [INFO] [stderr] Compiling cargo-platform v0.1.7 [INFO] [stderr] Compiling ureq v2.9.6 [INFO] [stderr] Compiling cargo_metadata v0.18.1 [INFO] [stderr] Compiling actions-common v1.0.0 (/opt/rustwide/workdir/crates/actions-common) [INFO] [stderr] Compiling sign-assets v1.0.0 (/opt/rustwide/workdir/crates/sign-assets) [INFO] [stderr] Compiling hash-assets v1.0.0 (/opt/rustwide/workdir/crates/hash-assets) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.23s [INFO] running `Command { std: "docker" "inspect" "c900b58a509ef5586824b57a553ba5b48d350a5172f9f653f40bc0188489d172", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c900b58a509ef5586824b57a553ba5b48d350a5172f9f653f40bc0188489d172", kill_on_drop: false }` [INFO] [stdout] c900b58a509ef5586824b57a553ba5b48d350a5172f9f653f40bc0188489d172 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0a575b704269e40b419dd95ebd6ca26b991a0fd222662c8f6b3f4d40c83092a8 [INFO] running `Command { std: "docker" "start" "-a" "0a575b704269e40b419dd95ebd6ca26b991a0fd222662c8f6b3f4d40c83092a8", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling predicates-core v1.0.6 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling anstyle v1.0.6 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling termtree v0.4.1 [INFO] [stderr] Compiling time-macros v0.2.17 [INFO] [stderr] Compiling walkdir v2.4.0 [INFO] [stderr] Compiling predicates-tree v1.0.9 [INFO] [stderr] Compiling time v0.3.34 [INFO] [stderr] Compiling predicates v3.1.0 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling bstr v1.9.1 [INFO] [stderr] Compiling regex-automata v0.4.5 [INFO] [stderr] Compiling globset v0.4.14 [INFO] [stderr] Compiling actions-common v1.0.0 (/opt/rustwide/workdir/crates/actions-common) [INFO] [stderr] Compiling ignore v0.4.22 [INFO] [stderr] Compiling build-assets v1.0.0 (/opt/rustwide/workdir/crates/build-assets) [INFO] [stderr] Compiling hash-assets v1.0.0 (/opt/rustwide/workdir/crates/hash-assets) [INFO] [stderr] Compiling sign-assets v1.0.0 (/opt/rustwide/workdir/crates/sign-assets) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaosi9jo/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `regex-automata` (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/ad211ced81509462cdfe4c29ed10f97279a0acae/bin/rustc --crate-name regex_automata --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.5/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 -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=37ea009a9a5bb2a0 -C extra-filename=-6c03e9a04a77e6f1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aho_corasick=/opt/rustwide/target/debug/deps/libaho_corasick-583b6363a71b589e.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-6a998f109380bfd7.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-704bae6533d70668.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `sign-assets` (lib) due to 1 previous error [INFO] [stdout] error: failed to build archive at `/opt/rustwide/target/debug/deps/libhash_assets-a7a6ece64fd0d75e.rlib`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `hash-assets` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `build-assets` (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/ad211ced81509462cdfe4c29ed10f97279a0acae/bin/rustc --crate-name build_assets --edition=2021 crates/build-assets/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 -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2911772051fae712 -C extra-filename=-9da41f82c9aa7639 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern actions_common=/opt/rustwide/target/debug/deps/libactions_common-8bb13898f5da1651.rmeta --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-e68d773e552a4940.rmeta --extern camino=/opt/rustwide/target/debug/deps/libcamino-5eba0dd29e789278.rmeta --extern cargo_metadata=/opt/rustwide/target/debug/deps/libcargo_metadata-c2ba07bea533f75a.rmeta --extern flate2=/opt/rustwide/target/debug/deps/libflate2-739b1d856385fd1c.rmeta --extern heck=/opt/rustwide/target/debug/deps/libheck-bf95211d2fa28580.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-769bfd154b488bb7.rmeta --extern serde_with=/opt/rustwide/target/debug/deps/libserde_with-3c4230c33d725008.rmeta --extern tar=/opt/rustwide/target/debug/deps/libtar-030d149e110fcac0.rmeta --extern target_lexicon=/opt/rustwide/target/debug/deps/libtarget_lexicon-0d5389ad9fae4970.rmeta --extern time=/opt/rustwide/target/debug/deps/libtime-ef9267b37e829384.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-3813c6157b97f9e5.rmeta --extern zip=/opt/rustwide/target/debug/deps/libzip-cd163392be225486.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-6168038506f0276c/out` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "0a575b704269e40b419dd95ebd6ca26b991a0fd222662c8f6b3f4d40c83092a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a575b704269e40b419dd95ebd6ca26b991a0fd222662c8f6b3f4d40c83092a8", kill_on_drop: false }` [INFO] [stdout] 0a575b704269e40b419dd95ebd6ca26b991a0fd222662c8f6b3f4d40c83092a8