[INFO] cloning repository https://github.com/diffutpp/RustPrime [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/diffutpp/RustPrime" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdiffutpp%2FRustPrime", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdiffutpp%2FRustPrime'... [INFO] [stderr] /workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdiffutpp%2FRustPrime: No space left on device [WARN] Retrying crate fetch in 3 seconds (attempt 1) [INFO] cloning repository https://github.com/diffutpp/RustPrime [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/diffutpp/RustPrime" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdiffutpp%2FRustPrime", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdiffutpp%2FRustPrime'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e8ef993e8182a29d8863caef0db23c0c6d8d318c [INFO] testing diffutpp/RustPrime against master#552a959051cebf8f88a8f558399baf733bec9ce0 for pr-136932 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdiffutpp%2FRustPrime" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/diffutpp/RustPrime on toolchain 552a959051cebf8f88a8f558399baf733bec9ce0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+552a959051cebf8f88a8f558399baf733bec9ce0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/diffutpp/RustPrime [INFO] finished tweaking git repo https://github.com/diffutpp/RustPrime [INFO] tweaked toml for git repo https://github.com/diffutpp/RustPrime written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/diffutpp/RustPrime 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" "+552a959051cebf8f88a8f558399baf733bec9ce0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+552a959051cebf8f88a8f558399baf733bec9ce0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ddbb0816b05f02c03507b2a314feef579c2c31e3f8da448e317d15ece3ed572d [INFO] running `Command { std: "docker" "start" "-a" "ddbb0816b05f02c03507b2a314feef579c2c31e3f8da448e317d15ece3ed572d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ddbb0816b05f02c03507b2a314feef579c2c31e3f8da448e317d15ece3ed572d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ddbb0816b05f02c03507b2a314feef579c2c31e3f8da448e317d15ece3ed572d", kill_on_drop: false }` [INFO] [stdout] ddbb0816b05f02c03507b2a314feef579c2c31e3f8da448e317d15ece3ed572d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+552a959051cebf8f88a8f558399baf733bec9ce0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f5b87b46761d8a62096836638b69fe44c2260d9105dcbac1471e9c35eb193b09 [INFO] running `Command { std: "docker" "start" "-a" "f5b87b46761d8a62096836638b69fe44c2260d9105dcbac1471e9c35eb193b09", kill_on_drop: false }` [INFO] [stderr] Compiling prj_preprime v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: value assigned to `judge` is never read [INFO] [stdout] --> src/main.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 7 | let mut judge: usize=0;//0=prime, 1=notprime [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.16s [INFO] running `Command { std: "docker" "inspect" "f5b87b46761d8a62096836638b69fe44c2260d9105dcbac1471e9c35eb193b09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5b87b46761d8a62096836638b69fe44c2260d9105dcbac1471e9c35eb193b09", kill_on_drop: false }` [INFO] [stdout] f5b87b46761d8a62096836638b69fe44c2260d9105dcbac1471e9c35eb193b09 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+552a959051cebf8f88a8f558399baf733bec9ce0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b24bf7db95b49044fd1e1822331f97085028751dfc195b9dfdc7060c63a574c2 [INFO] running `Command { std: "docker" "start" "-a" "b24bf7db95b49044fd1e1822331f97085028751dfc195b9dfdc7060c63a574c2", kill_on_drop: false }` [INFO] [stderr] Compiling prj_preprime v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: value assigned to `judge` is never read [INFO] [stdout] --> src/main.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 7 | let mut judge: usize=0;//0=prime, 1=notprime [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s [INFO] running `Command { std: "docker" "inspect" "b24bf7db95b49044fd1e1822331f97085028751dfc195b9dfdc7060c63a574c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b24bf7db95b49044fd1e1822331f97085028751dfc195b9dfdc7060c63a574c2", kill_on_drop: false }` [INFO] [stdout] b24bf7db95b49044fd1e1822331f97085028751dfc195b9dfdc7060c63a574c2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+552a959051cebf8f88a8f558399baf733bec9ce0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 82923bc38b97699b593a9544cc5e21eb97df091643ee587e3c149ec6f2671ef1 [INFO] running `Command { std: "docker" "start" "-a" "82923bc38b97699b593a9544cc5e21eb97df091643ee587e3c149ec6f2671ef1", kill_on_drop: false }` [INFO] [stderr] warning: value assigned to `judge` is never read [INFO] [stdout] [INFO] [stderr] --> src/main.rs:7:13 [INFO] [stdout] running 0 tests [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 7 | let mut judge: usize=0;//0=prime, 1=notprime [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] = note: `#[warn(unused_assignments)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `prj_preprime` (bin "prj_preprime" test) generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/prj_preprime-0109286b6073aaad) [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "82923bc38b97699b593a9544cc5e21eb97df091643ee587e3c149ec6f2671ef1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82923bc38b97699b593a9544cc5e21eb97df091643ee587e3c149ec6f2671ef1", kill_on_drop: false }` [INFO] [stdout] 82923bc38b97699b593a9544cc5e21eb97df091643ee587e3c149ec6f2671ef1