[INFO] cloning repository https://github.com/Muirey03/RandomPI_RS [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Muirey03/RandomPI_RS" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMuirey03%2FRandomPI_RS", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMuirey03%2FRandomPI_RS'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2d2e20a7f07189b91bf5560cede8be663b1f22cf [INFO] testing Muirey03/RandomPI_RS against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMuirey03%2FRandomPI_RS" "/workspace/builds/worker-33/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-33/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Muirey03/RandomPI_RS on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Muirey03/RandomPI_RS [INFO] finished tweaking git repo https://github.com/Muirey03/RandomPI_RS [INFO] tweaked toml for git repo https://github.com/Muirey03/RandomPI_RS written to /workspace/builds/worker-33/source/Cargo.toml [INFO] crate git repo https://github.com/Muirey03/RandomPI_RS already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded decimal v2.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cf80b5370e438dcf1a9c124e27071c5609c326019772b18e0f30fed3a15e05a7 [INFO] running `Command { std: "docker" "start" "-a" "cf80b5370e438dcf1a9c124e27071c5609c326019772b18e0f30fed3a15e05a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cf80b5370e438dcf1a9c124e27071c5609c326019772b18e0f30fed3a15e05a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf80b5370e438dcf1a9c124e27071c5609c326019772b18e0f30fed3a15e05a7", kill_on_drop: false }` [INFO] [stdout] cf80b5370e438dcf1a9c124e27071c5609c326019772b18e0f30fed3a15e05a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5e7cb6dcb6300a0265fa022ad7bc0d79111d8038cc9ba72df952e148bd30c4ee [INFO] running `Command { std: "docker" "start" "-a" "5e7cb6dcb6300a0265fa022ad7bc0d79111d8038cc9ba72df952e148bd30c4ee", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.88 [INFO] [stderr] Compiling serde v1.0.124 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling ord_subset v3.1.1 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling decimal v2.1.0 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling randpi v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.02s [INFO] running `Command { std: "docker" "inspect" "5e7cb6dcb6300a0265fa022ad7bc0d79111d8038cc9ba72df952e148bd30c4ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e7cb6dcb6300a0265fa022ad7bc0d79111d8038cc9ba72df952e148bd30c4ee", kill_on_drop: false }` [INFO] [stdout] 5e7cb6dcb6300a0265fa022ad7bc0d79111d8038cc9ba72df952e148bd30c4ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 039564c73a06b75265cba9dc28e3e2aa863e1a2f62a4359f5318d9f0c5e06744 [INFO] running `Command { std: "docker" "start" "-a" "039564c73a06b75265cba9dc28e3e2aa863e1a2f62a4359f5318d9f0c5e06744", kill_on_drop: false }` [INFO] [stderr] Compiling randpi v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.45s [INFO] running `Command { std: "docker" "inspect" "039564c73a06b75265cba9dc28e3e2aa863e1a2f62a4359f5318d9f0c5e06744", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "039564c73a06b75265cba9dc28e3e2aa863e1a2f62a4359f5318d9f0c5e06744", kill_on_drop: false }` [INFO] [stdout] 039564c73a06b75265cba9dc28e3e2aa863e1a2f62a4359f5318d9f0c5e06744 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cf5bfc2a9adfc5e87511857eac71ef0d7833fa63f91d78350f280163846ac589 [INFO] running `Command { std: "docker" "start" "-a" "cf5bfc2a9adfc5e87511857eac71ef0d7833fa63f91d78350f280163846ac589", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.28s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/randpi-70659a1643b10fd5) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [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" "cf5bfc2a9adfc5e87511857eac71ef0d7833fa63f91d78350f280163846ac589", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf5bfc2a9adfc5e87511857eac71ef0d7833fa63f91d78350f280163846ac589", kill_on_drop: false }` [INFO] [stdout] cf5bfc2a9adfc5e87511857eac71ef0d7833fa63f91d78350f280163846ac589