[INFO] cloning repository https://github.com/rosvik/cubby.no [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rosvik/cubby.no" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frosvik%2Fcubby.no", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frosvik%2Fcubby.no'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 45c514439751ed642dbb4ebf48216210517132f4 [INFO] checking rosvik/cubby.no against try#b32fc44666c052e7cf07ab471bfb6f9ec571902f for pr-138676 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frosvik%2Fcubby.no" "/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/rosvik/cubby.no on toolchain b32fc44666c052e7cf07ab471bfb6f9ec571902f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b32fc44666c052e7cf07ab471bfb6f9ec571902f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rosvik/cubby.no [INFO] finished tweaking git repo https://github.com/rosvik/cubby.no [INFO] tweaked toml for git repo https://github.com/rosvik/cubby.no written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/rosvik/cubby.no 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" "+b32fc44666c052e7cf07ab471bfb6f9ec571902f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+b32fc44666c052e7cf07ab471bfb6f9ec571902f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fd84eb1a662a2187b849eb17c99399d7be5cd6b75aac3643bb242e44da475b97 [INFO] running `Command { std: "docker" "start" "-a" "fd84eb1a662a2187b849eb17c99399d7be5cd6b75aac3643bb242e44da475b97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fd84eb1a662a2187b849eb17c99399d7be5cd6b75aac3643bb242e44da475b97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd84eb1a662a2187b849eb17c99399d7be5cd6b75aac3643bb242e44da475b97", kill_on_drop: false }` [INFO] [stdout] fd84eb1a662a2187b849eb17c99399d7be5cd6b75aac3643bb242e44da475b97 [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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+b32fc44666c052e7cf07ab471bfb6f9ec571902f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 24aed70b67e255bc584a7c4da96df8d0d299ced845402d299ff6da032ef9e119 [INFO] running `Command { std: "docker" "start" "-a" "24aed70b67e255bc584a7c4da96df8d0d299ced845402d299ff6da032ef9e119", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.87 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking bytes v1.7.2 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling thiserror v1.0.64 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking hashbrown v0.15.0 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Compiling ref-cast v1.0.23 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Compiling uncased v0.9.10 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling syn v2.0.79 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling inlinable_string v0.1.15 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling tokio v1.40.0 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking is-terminal v0.4.13 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Checking winnow v0.6.20 [INFO] [stderr] Compiling rustix v0.38.37 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Checking time v0.3.36 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Compiling stable-pattern v0.1.0 [INFO] [stderr] Compiling figment v0.10.19 [INFO] [stderr] Compiling indexmap v2.6.0 [INFO] [stderr] Compiling multer v3.1.0 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling serde_json v1.0.128 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling state v0.6.0 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Checking http v1.1.0 [INFO] [stderr] Compiling rocket v0.5.1 [INFO] [stderr] Checking encoding_rs v0.8.34 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking fastrand v2.1.1 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking inotify v0.9.6 [INFO] [stderr] Checking walkdir v2.5.0 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking crossbeam-channel v0.5.13 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking filetime v0.2.25 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking binascii v0.1.4 [INFO] [stderr] Checking atomic v0.5.3 [INFO] [stderr] Checking normpath v1.3.0 [INFO] [stderr] Checking dotenv v0.15.0 [INFO] [stderr] Checking path-clean v1.0.1 [INFO] [stderr] Checking notify v6.1.1 [INFO] [stderr] Checking tempfile v3.13.0 [INFO] [stderr] Compiling hyper v0.14.30 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling devise_core v0.4.2 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling thiserror-impl v1.0.64 [INFO] [stderr] Compiling pear_codegen v0.2.9 [INFO] [stderr] Compiling ref-cast-impl v1.0.23 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling async-trait v0.1.83 [INFO] [stderr] Checking async-stream v0.3.6 [INFO] [stderr] Compiling pear v0.2.9 [INFO] [stderr] Compiling devise_codegen v0.4.2 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking pest v2.7.13 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Compiling devise v0.4.2 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling rocket_http v0.5.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling pest_meta v2.7.13 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling serde_with_macros v3.11.0 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `rocket_http` (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/b32fc44666c052e7cf07ab471bfb6f9ec571902f/bin/rustc --crate-name rocket_http --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rocket_http-0.5.1/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", "http2", "mtls", "private-cookies", "rustls", "rustls-pemfile", "serde", "serde_", "tls", "tokio-rustls", "uuid", "uuid_", "x509-parser"))' -C metadata=4e19cb53ce8b3a08 -C extra-filename=-5c678cac161e0808 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cookie=/opt/rustwide/target/debug/deps/libcookie-3917153a212a1c8e.rmeta --extern either=/opt/rustwide/target/debug/deps/libeither-ab4d9d80162b3f20.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-5c4b876529e55a2c.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-041862a43adfb265.rmeta --extern hyper=/opt/rustwide/target/debug/deps/libhyper-e6ae2b4c101c2609.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-022485b5714ece3b.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-64e4f3632e0a179a.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-371cdb7d366b303a.rmeta --extern pear=/opt/rustwide/target/debug/deps/libpear-d6dcaa3e21feca67.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-d0941e1a8bdd030a.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-f97c2bd484d6ee07.rmeta --extern ref_cast=/opt/rustwide/target/debug/deps/libref_cast-636b33bf3e90c39f.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-35c0593fe6c6bf4d.rmeta --extern stable_pattern=/opt/rustwide/target/debug/deps/libstable_pattern-dfd6591e8acbeb19.rmeta --extern state=/opt/rustwide/target/debug/deps/libstate-78d82a063c6d9b18.rmeta --extern time=/opt/rustwide/target/debug/deps/libtime-eef93541455a0382.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-80444dbfedf79612.rmeta --extern uncased=/opt/rustwide/target/debug/deps/libuncased-fb8394195c5129e8.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaRLBqKN/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pest_meta` (lib) due to 1 previous error [INFO] [stdout] error: error writing metadata object file: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde_with_macros` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "24aed70b67e255bc584a7c4da96df8d0d299ced845402d299ff6da032ef9e119", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "24aed70b67e255bc584a7c4da96df8d0d299ced845402d299ff6da032ef9e119", kill_on_drop: false }` [INFO] [stdout] 24aed70b67e255bc584a7c4da96df8d0d299ced845402d299ff6da032ef9e119