[INFO] cloning repository https://github.com/pavles6/rust_concurrency [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pavles6/rust_concurrency" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpavles6%2Frust_concurrency", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpavles6%2Frust_concurrency'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 172c1190e90e9a2240f1a3a32bd95f0085c26f86 [INFO] testing pavles6/rust_concurrency against beta-2025-01-12 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpavles6%2Frust_concurrency" "/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/pavles6/rust_concurrency on toolchain beta-2025-01-12 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-01-12" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/pavles6/rust_concurrency [INFO] finished tweaking git repo https://github.com/pavles6/rust_concurrency [INFO] tweaked toml for git repo https://github.com/pavles6/rust_concurrency written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/pavles6/rust_concurrency 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-01-12" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 22d40872077185293828c22ec5bfc56e7722a227e0cea3f61ed6fd7c600f3854 [INFO] running `Command { std: "docker" "start" "-a" "22d40872077185293828c22ec5bfc56e7722a227e0cea3f61ed6fd7c600f3854", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "22d40872077185293828c22ec5bfc56e7722a227e0cea3f61ed6fd7c600f3854", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22d40872077185293828c22ec5bfc56e7722a227e0cea3f61ed6fd7c600f3854", kill_on_drop: false }` [INFO] [stdout] 22d40872077185293828c22ec5bfc56e7722a227e0cea3f61ed6fd7c600f3854 [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=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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c9851c3c310de6581e3b9ab45d5d07905058fc004d1315c732709f31ede1b876 [INFO] running `Command { std: "docker" "start" "-a" "c9851c3c310de6581e3b9ab45d5d07905058fc004d1315c732709f31ede1b876", kill_on_drop: false }` [INFO] [stderr] Compiling rust_concurrency v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `channels` and `moving_data_to_thread` [INFO] [stdout] --> src/main.rs:1:24 [INFO] [stdout] | [INFO] [stdout] 1 | use rust_concurrency::{channels, moving_data_to_thread, shared_state_concurrency}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s [INFO] running `Command { std: "docker" "inspect" "c9851c3c310de6581e3b9ab45d5d07905058fc004d1315c732709f31ede1b876", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9851c3c310de6581e3b9ab45d5d07905058fc004d1315c732709f31ede1b876", kill_on_drop: false }` [INFO] [stdout] c9851c3c310de6581e3b9ab45d5d07905058fc004d1315c732709f31ede1b876 [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=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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4cb3f3cf292c061db1c12bf6cb6f2eb0784d77364e502c3abb680a7f9ad136c0 [INFO] running `Command { std: "docker" "start" "-a" "4cb3f3cf292c061db1c12bf6cb6f2eb0784d77364e502c3abb680a7f9ad136c0", kill_on_drop: false }` [INFO] [stderr] Compiling rust_concurrency v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `channels` and `moving_data_to_thread` [INFO] [stdout] --> src/main.rs:1:24 [INFO] [stdout] | [INFO] [stdout] 1 | use rust_concurrency::{channels, moving_data_to_thread, shared_state_concurrency}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rust_concurrency` (bin "rust_concurrency" test); 1 warning emitted [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-01-12-x86_64-unknown-linux-gnu/bin/rustc --crate-name rust_concurrency --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e21bb432dd49bf5 -C extra-filename=-4f7d75e0595a9a4f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern rust_concurrency=/opt/rustwide/target/debug/deps/librust_concurrency-a3c3a18035351fbb.rlib --cap-lints=warn` (exit status: 1) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetabmRsm9" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rust_concurrency` (lib test) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "4cb3f3cf292c061db1c12bf6cb6f2eb0784d77364e502c3abb680a7f9ad136c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4cb3f3cf292c061db1c12bf6cb6f2eb0784d77364e502c3abb680a7f9ad136c0", kill_on_drop: false }` [INFO] [stdout] 4cb3f3cf292c061db1c12bf6cb6f2eb0784d77364e502c3abb680a7f9ad136c0