[INFO] cloning repository https://github.com/leon3s/ntex_ws [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/leon3s/ntex_ws" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleon3s%2Fntex_ws", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleon3s%2Fntex_ws'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a3af5d6d85b2a3cb634f4bfb9e24840c19dbcc96 [INFO] testing leon3s/ntex_ws against beta-2025-02-18 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleon3s%2Fntex_ws" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/leon3s/ntex_ws on toolchain beta-2025-02-18 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-02-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/leon3s/ntex_ws [INFO] finished tweaking git repo https://github.com/leon3s/ntex_ws [INFO] tweaked toml for git repo https://github.com/leon3s/ntex_ws written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/leon3s/ntex_ws 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" "+beta-2025-02-18" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a52e0df68f78f97dd1af0cb647fafe7e97d0e621cbcfc8b606b47e7325fe138b [INFO] running `Command { std: "docker" "start" "-a" "a52e0df68f78f97dd1af0cb647fafe7e97d0e621cbcfc8b606b47e7325fe138b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a52e0df68f78f97dd1af0cb647fafe7e97d0e621cbcfc8b606b47e7325fe138b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a52e0df68f78f97dd1af0cb647fafe7e97d0e621cbcfc8b606b47e7325fe138b", kill_on_drop: false }` [INFO] [stdout] a52e0df68f78f97dd1af0cb647fafe7e97d0e621cbcfc8b606b47e7325fe138b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 218803d483c5743a1feb8616202034e4c53f44bd77853238bbcc1984724ad82a [INFO] running `Command { std: "docker" "start" "-a" "218803d483c5743a1feb8616202034e4c53f44bd77853238bbcc1984724ad82a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.49 [INFO] [stderr] Compiling unicode-ident v1.0.6 [INFO] [stderr] Compiling quote v1.0.23 [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling futures-core v0.3.25 [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling serde_derive v1.0.152 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.14 [INFO] [stderr] Compiling futures-sink v0.3.25 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling futures-micro v0.5.0 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling itoa v1.0.5 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling async-oneshot v0.5.0 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling ntex-service v1.0.0 [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling futures-task v0.3.25 [INFO] [stderr] Compiling futures-channel v0.3.25 [INFO] [stderr] Compiling thiserror v1.0.38 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling futures-util v0.3.25 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling tokio v1.24.1 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling concurrent-queue v2.0.0 [INFO] [stderr] Compiling async-channel v1.8.0 [INFO] [stderr] Compiling polling v2.5.2 [INFO] [stderr] Compiling futures-io v0.3.25 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling serde_json v1.0.91 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling v_escape v0.18.0 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling ryu v1.0.12 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling cpufeatures v0.2.5 [INFO] [stderr] Compiling hyperx v1.4.0 [INFO] [stderr] Compiling mio v0.8.5 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling buf-min v0.6.1 [INFO] [stderr] Compiling v_htmlescape v0.14.1 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling base64 v0.20.0 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling nanorand v0.7.0 [INFO] [stderr] Compiling regex v1.7.1 [INFO] [stderr] Compiling block-buffer v0.10.3 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling digest v0.10.6 [INFO] [stderr] Compiling sha-1 v0.10.1 [INFO] [stderr] Compiling ntex-rt v0.4.7 [INFO] [stderr] Compiling ntex-util v0.2.0 [INFO] [stderr] Compiling thiserror-impl v1.0.38 [INFO] [stderr] Compiling futures-macro v0.3.25 [INFO] [stderr] Compiling v_escape_derive v0.9.1 [INFO] [stderr] Compiling ntex-macros v0.1.3 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling futures-executor v0.3.25 [INFO] [stderr] Compiling futures v0.3.25 [INFO] [stderr] Compiling ntex-bytes v0.1.18 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling ntex-codec v0.6.2 [INFO] [stderr] Compiling ntex-http v0.1.9 [INFO] [stderr] Compiling ntex-router v0.5.1 [INFO] [stderr] Compiling ntex-io v0.2.0 [INFO] [stderr] Compiling ntex-tls v0.2.0 [INFO] [stderr] Compiling ntex-tokio v0.2.0 [INFO] [stderr] Compiling ntex-connect v0.2.0 [INFO] [stderr] Compiling ntex-h2 v0.2.0 [INFO] [stderr] Compiling ntex v0.6.0 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `ntex-h2` (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/beta-2025-02-18-x86_64-unknown-linux-gnu/bin/rustc --crate-name ntex_h2 --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ntex-h2-0.2.0/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=464388fa32d84ce0 -C extra-filename=-fa72105a1a6c4d63 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-dde12b0d7d495b50.rmeta --extern fxhash=/opt/rustwide/target/debug/deps/libfxhash-b312effea3ad6fa7.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-d92df7c38c336d51.rmeta --extern ntex_bytes=/opt/rustwide/target/debug/deps/libntex_bytes-ac1c1ee6e3f5f015.rmeta --extern ntex_codec=/opt/rustwide/target/debug/deps/libntex_codec-12ceda82573b15c6.rmeta --extern ntex_connect=/opt/rustwide/target/debug/deps/libntex_connect-a56dd26e9f0db767.rmeta --extern ntex_http=/opt/rustwide/target/debug/deps/libntex_http-ae4fb20b77f730d0.rmeta --extern ntex_io=/opt/rustwide/target/debug/deps/libntex_io-b7c04dc4bbae92bb.rmeta --extern ntex_rt=/opt/rustwide/target/debug/deps/libntex_rt-40cf560e809e2b4c.rmeta --extern ntex_service=/opt/rustwide/target/debug/deps/libntex_service-aa69133a3119045e.rmeta --extern ntex_util=/opt/rustwide/target/debug/deps/libntex_util-f9580b42b961dd38.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-6df6c214457c8ca7.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-8cf24d22b08454df.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "218803d483c5743a1feb8616202034e4c53f44bd77853238bbcc1984724ad82a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "218803d483c5743a1feb8616202034e4c53f44bd77853238bbcc1984724ad82a", kill_on_drop: false }` [INFO] [stdout] 218803d483c5743a1feb8616202034e4c53f44bd77853238bbcc1984724ad82a