[INFO] updating cached repository notherno/rust-hello [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/notherno/rust-hello [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/notherno/rust-hello" "work/ex/beta-1.38-1/sources/1.37.0/gh/notherno/rust-hello"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/notherno/rust-hello'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/notherno/rust-hello" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/notherno/rust-hello"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/notherno/rust-hello'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2794cc4379f49f883d02f4cd5bcbdd549449ebd0 [INFO] sha for GitHub repo notherno/rust-hello: 2794cc4379f49f883d02f4cd5bcbdd549449ebd0 [INFO] validating manifest of notherno/rust-hello on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of notherno/rust-hello on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing notherno/rust-hello [INFO] finished frobbing notherno/rust-hello [INFO] frobbed toml for notherno/rust-hello written to work/ex/beta-1.38-1/sources/1.37.0/gh/notherno/rust-hello/Cargo.toml [INFO] started frobbing notherno/rust-hello [INFO] finished frobbing notherno/rust-hello [INFO] frobbed toml for notherno/rust-hello written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/notherno/rust-hello/Cargo.toml [INFO] crate notherno/rust-hello already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing notherno/rust-hello against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/notherno/rust-hello:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] f7ed4b4f84d449c10b19951dace2ea9191ec7717e463d1bdce78d3a3c712076b [INFO] running `"docker" "start" "-a" "f7ed4b4f84d449c10b19951dace2ea9191ec7717e463d1bdce78d3a3c712076b"` [INFO] [stderr] Compiling rust-hello v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `secret_number` [INFO] [stderr] --> src/main.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | let secret_number = rand::thread_rng().gen_range(1, 101); [INFO] [stderr] | ^^^^^^^^^^^^^ help: consider prefixing with an underscore: `_secret_number` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.96s [INFO] running `"docker" "inspect" "f7ed4b4f84d449c10b19951dace2ea9191ec7717e463d1bdce78d3a3c712076b"` [INFO] running `"docker" "rm" "-f" "f7ed4b4f84d449c10b19951dace2ea9191ec7717e463d1bdce78d3a3c712076b"` [INFO] [stdout] f7ed4b4f84d449c10b19951dace2ea9191ec7717e463d1bdce78d3a3c712076b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/notherno/rust-hello:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 6675cc8cec0cc9924bc69c2747ed6d104139ea15f0a0212393a4d21e10c65ecc [INFO] running `"docker" "start" "-a" "6675cc8cec0cc9924bc69c2747ed6d104139ea15f0a0212393a4d21e10c65ecc"` [INFO] [stderr] Compiling rust-hello v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `secret_number` [INFO] [stderr] --> src/main.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | let secret_number = rand::thread_rng().gen_range(1, 101); [INFO] [stderr] | ^^^^^^^^^^^^^ help: consider prefixing with an underscore: `_secret_number` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.84s [INFO] running `"docker" "inspect" "6675cc8cec0cc9924bc69c2747ed6d104139ea15f0a0212393a4d21e10c65ecc"` [INFO] running `"docker" "rm" "-f" "6675cc8cec0cc9924bc69c2747ed6d104139ea15f0a0212393a4d21e10c65ecc"` [INFO] [stdout] 6675cc8cec0cc9924bc69c2747ed6d104139ea15f0a0212393a4d21e10c65ecc [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/notherno/rust-hello:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 6701a7dd505c4aa4db0c10b07c6462aa7918e02a03e29799b9fbd9fbd5bd716b [INFO] running `"docker" "start" "-a" "6701a7dd505c4aa4db0c10b07c6462aa7918e02a03e29799b9fbd9fbd5bd716b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_hello-41c62de6a5dc3056 [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "6701a7dd505c4aa4db0c10b07c6462aa7918e02a03e29799b9fbd9fbd5bd716b"` [INFO] running `"docker" "rm" "-f" "6701a7dd505c4aa4db0c10b07c6462aa7918e02a03e29799b9fbd9fbd5bd716b"` [INFO] [stdout] 6701a7dd505c4aa4db0c10b07c6462aa7918e02a03e29799b9fbd9fbd5bd716b