[INFO] cloning repository https://github.com/tkr-sh/archlinux [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tkr-sh/archlinux" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftkr-sh%2Farchlinux", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftkr-sh%2Farchlinux'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2b695ecd6ab557aed7fdca8af6e47174f3e031c8 [INFO] checking tkr-sh/archlinux against try#3652eaba14e5de752eaa5a8ffcac7132f9244f07 for pr-139272 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftkr-sh%2Farchlinux" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tkr-sh/archlinux on toolchain 3652eaba14e5de752eaa5a8ffcac7132f9244f07 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3652eaba14e5de752eaa5a8ffcac7132f9244f07" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tkr-sh/archlinux [INFO] finished tweaking git repo https://github.com/tkr-sh/archlinux [INFO] tweaked toml for git repo https://github.com/tkr-sh/archlinux written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/tkr-sh/archlinux 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" "+3652eaba14e5de752eaa5a8ffcac7132f9244f07" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+3652eaba14e5de752eaa5a8ffcac7132f9244f07" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8326b34d38faa86214b5e6748bf1ba700a4925048f8449f1911e0b1b3d93791f [INFO] running `Command { std: "docker" "start" "-a" "8326b34d38faa86214b5e6748bf1ba700a4925048f8449f1911e0b1b3d93791f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8326b34d38faa86214b5e6748bf1ba700a4925048f8449f1911e0b1b3d93791f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8326b34d38faa86214b5e6748bf1ba700a4925048f8449f1911e0b1b3d93791f", kill_on_drop: false }` [INFO] [stdout] 8326b34d38faa86214b5e6748bf1ba700a4925048f8449f1911e0b1b3d93791f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+3652eaba14e5de752eaa5a8ffcac7132f9244f07" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f4c304b8430aa51ca41f29a86dfe77e7787061c46086908b4770898201e747d8 [INFO] running `Command { std: "docker" "start" "-a" "f4c304b8430aa51ca41f29a86dfe77e7787061c46086908b4770898201e747d8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling autocfg v1.2.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking value-bag v1.8.1 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Checking memchr v2.7.2 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling serde_json v1.0.115 [INFO] [stderr] Compiling semver v1.0.22 [INFO] [stderr] Compiling syn v2.0.57 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Checking parking v2.2.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking ryu v1.0.17 [INFO] [stderr] Compiling camino v1.1.6 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking hashbrown v0.14.3 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Checking concurrent-queue v2.4.0 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking longest-increasing-subsequence v0.1.0 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Checking bytes v1.6.0 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.92 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Compiling convert_case v0.6.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Checking event-listener v4.0.3 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Checking fastrand v2.0.2 [INFO] [stderr] Compiling bumpalo v3.15.4 [INFO] [stderr] Checking event-listener-strategy v0.4.0 [INFO] [stderr] Checking futures-lite v2.3.0 [INFO] [stderr] Checking async-lock v3.3.0 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Checking event-listener v5.2.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.92 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Checking event-listener-strategy v0.5.0 [INFO] [stderr] Compiling async-trait v0.1.79 [INFO] [stderr] Checking atomic-waker v1.1.2 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Checking async-task v4.7.0 [INFO] [stderr] Checking petgraph v0.6.4 [INFO] [stderr] Checking piper v0.2.1 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Checking async-channel v2.2.0 [INFO] [stderr] Checking ordered-float v2.10.1 [INFO] [stderr] Checking http v1.1.0 [INFO] [stderr] Compiling cfg-expr v0.15.7 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.92 [INFO] [stderr] Compiling darling_core v0.20.8 [INFO] [stderr] Checking internment v0.7.4 [INFO] [stderr] Checking generational-box v0.5.0 (https://github.com/DioxusLabs/dioxus#d45a71ba) [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling prettyplease v0.2.17 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling cc v1.0.90 [INFO] [stderr] Compiling const_format_proc_macros v0.2.32 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.92 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking socket2 v0.5.6 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Checking tokio v1.37.0 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling thiserror-impl v1.0.58 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.92 [INFO] [stderr] Compiling darling_macro v0.20.8 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling darling v0.20.8 [INFO] [stderr] Compiling enumset_derive v0.8.1 [INFO] [stderr] Checking js-sys v0.3.69 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking blocking v1.5.1 [INFO] [stderr] Checking enumset v1.1.3 [INFO] [stderr] Compiling serde_repr v0.1.18 [INFO] [stderr] Compiling openssl-sys v0.9.102 [INFO] [stderr] Checking pin-project v1.1.5 [INFO] [stderr] Checking generational-box v0.5.0 [INFO] [stderr] Checking spinning v0.1.0 [INFO] [stderr] Compiling constcat v0.3.1 [INFO] [stderr] Checking intmap v0.7.1 [INFO] [stderr] Checking dioxus-debug-cell v0.1.1 [INFO] [stderr] Checking to_method v1.1.0 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Compiling const_format v0.2.32 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Compiling xxhash-rust v0.8.10 [INFO] [stderr] Compiling dioxus-html-internal-macro v0.5.0 (https://github.com/DioxusLabs/dioxus#d45a71ba) [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Compiling dioxus-core v0.5.0 (https://github.com/DioxusLabs/dioxus#d45a71ba) [INFO] [stderr] Compiling server_fn_macro v0.6.9 [INFO] [stderr] Compiling rustix v0.38.32 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking tokio-util v0.7.10 [INFO] [stderr] Checking url v2.5.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Checking http-body v1.0.0 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Checking half v2.4.0 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking base64 v0.21.7 [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaS4FHpx/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Checking ciborium-io v0.2.2 [INFO] [stderr] warning: openssl-sys@0.9.102: Compiler version doesn't include clang or GCC: "cc" "--version" [INFO] [stderr] error: could not compile `openssl-sys` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `io-lifetimes` (build script) [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/3652eaba14e5de752eaa5a8ffcac7132f9244f07/bin/rustc --crate-name build_script_build --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/io-lifetimes-1.0.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "close", "default", "fs-err", "hermit-abi", "libc", "mio", "os_pipe", "socket2", "tokio", "windows-sys"))' -C metadata=ce37570c2834bfe7 -C extra-filename=-5e817711334029a4 --out-dir /opt/rustwide/target/debug/build/io-lifetimes-5e817711334029a4 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] error: could not compile `dioxus-core` (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/3652eaba14e5de752eaa5a8ffcac7132f9244f07/bin/rustc --crate-name dioxus_core --edition=2021 /opt/rustwide/cargo-home/git/checkouts/dioxus-d8abd2ecf6e8b5b4/d45a71b/packages/core/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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serialize"))' -C metadata=dacdc80393a59d2d -C extra-filename=-82beec40a54d7451 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-60eef9c25d5d1d20.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-142c498d605aaec4.rmeta --extern generational_box=/opt/rustwide/target/debug/deps/libgenerational_box-c60c8838e8eb51da.rmeta --extern longest_increasing_subsequence=/opt/rustwide/target/debug/deps/liblongest_increasing_subsequence-f5c0cbd7ef11baac.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-c94cda88a025c06c.rmeta --extern slab=/opt/rustwide/target/debug/deps/libslab-3084210435db105a.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-5383fc9acd0de09c.rmeta --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-3feeef7b226df066.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta48WDuC/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta9gpicO/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `base64` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `js-sys` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "f4c304b8430aa51ca41f29a86dfe77e7787061c46086908b4770898201e747d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4c304b8430aa51ca41f29a86dfe77e7787061c46086908b4770898201e747d8", kill_on_drop: false }` [INFO] [stdout] f4c304b8430aa51ca41f29a86dfe77e7787061c46086908b4770898201e747d8