[INFO] cloning repository https://github.com/rgarbi/cpu-consumer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rgarbi/cpu-consumer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frgarbi%2Fcpu-consumer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frgarbi%2Fcpu-consumer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 26af6941b7febb5abb4300436f7757fbf1bf1c72
[INFO] testing rgarbi/cpu-consumer against 1.90.0 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frgarbi%2Fcpu-consumer" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rgarbi/cpu-consumer
[INFO] finished tweaking git repo https://github.com/rgarbi/cpu-consumer
[INFO] tweaked toml for git repo https://github.com/rgarbi/cpu-consumer written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rgarbi/cpu-consumer on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rgarbi/cpu-consumer 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rayon-core v1.9.3
[INFO] [stderr]   Downloaded bytesize v1.1.0
[INFO] [stderr]   Downloaded systemstat v0.2.0
[INFO] [stderr]   Downloaded rayon v1.5.3
[INFO] [stderr]   Downloaded time v0.3.13
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ee9703dea87073ee40008066ab4133dbde96e8a3e5dd1a0bcfa7eed6d8cd0150
[INFO] running `Command { std: "docker" "start" "-a" "ee9703dea87073ee40008066ab4133dbde96e8a3e5dd1a0bcfa7eed6d8cd0150", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ee9703dea87073ee40008066ab4133dbde96e8a3e5dd1a0bcfa7eed6d8cd0150", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee9703dea87073ee40008066ab4133dbde96e8a3e5dd1a0bcfa7eed6d8cd0150", kill_on_drop: false }`
[INFO] [stdout] ee9703dea87073ee40008066ab4133dbde96e8a3e5dd1a0bcfa7eed6d8cd0150
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 33d05606cda2c755eafdf656f7881999e126d8b62e6520ffeb1661dfacc4e73a
[INFO] running `Command { std: "docker" "start" "-a" "33d05606cda2c755eafdf656f7881999e126d8b62e6520ffeb1661dfacc4e73a", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling crossbeam-utils v0.8.8
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling num_threads v0.1.6
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.8
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling bytesize v1.1.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.4
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling getrandom v0.2.6
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling time v0.3.13
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling systemstat v0.2.0
[INFO] [stderr]    Compiling cpu-consumer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.22s
[INFO] running `Command { std: "docker" "inspect" "33d05606cda2c755eafdf656f7881999e126d8b62e6520ffeb1661dfacc4e73a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "33d05606cda2c755eafdf656f7881999e126d8b62e6520ffeb1661dfacc4e73a", kill_on_drop: false }`
[INFO] [stdout] 33d05606cda2c755eafdf656f7881999e126d8b62e6520ffeb1661dfacc4e73a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 63a3dfebefe54cdfbaa97a3190a60005f2c617856ebcbaa1adad08b5d0d797ba
[INFO] running `Command { std: "docker" "start" "-a" "63a3dfebefe54cdfbaa97a3190a60005f2c617856ebcbaa1adad08b5d0d797ba", kill_on_drop: false }`
[INFO] [stderr]    Compiling cpu-consumer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.37s
[INFO] running `Command { std: "docker" "inspect" "63a3dfebefe54cdfbaa97a3190a60005f2c617856ebcbaa1adad08b5d0d797ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "63a3dfebefe54cdfbaa97a3190a60005f2c617856ebcbaa1adad08b5d0d797ba", kill_on_drop: false }`
[INFO] [stdout] 63a3dfebefe54cdfbaa97a3190a60005f2c617856ebcbaa1adad08b5d0d797ba
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a66a0a868639a64c611a12cf1b1456e8e5f469e21c3c061d3afd1bdece514f9b
[INFO] running `Command { std: "docker" "start" "-a" "a66a0a868639a64c611a12cf1b1456e8e5f469e21c3c061d3afd1bdece514f9b", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cpu_consumer-c89e39263401a41a)
[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" "a66a0a868639a64c611a12cf1b1456e8e5f469e21c3c061d3afd1bdece514f9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a66a0a868639a64c611a12cf1b1456e8e5f469e21c3c061d3afd1bdece514f9b", kill_on_drop: false }`
[INFO] [stdout] a66a0a868639a64c611a12cf1b1456e8e5f469e21c3c061d3afd1bdece514f9b
