[INFO] updating cached repository Karuturirs/bolts-with-rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Karuturirs/bolts-with-rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Karuturirs/bolts-with-rust" "work/ex/beta-1.38-1/sources/1.37.0/gh/Karuturirs/bolts-with-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Karuturirs/bolts-with-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Karuturirs/bolts-with-rust" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Karuturirs/bolts-with-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Karuturirs/bolts-with-rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 45cb3e10f11529332cbcb1750462b5b2d2b25d47 [INFO] sha for GitHub repo Karuturirs/bolts-with-rust: 45cb3e10f11529332cbcb1750462b5b2d2b25d47 [INFO] validating manifest of Karuturirs/bolts-with-rust 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 Karuturirs/bolts-with-rust 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 Karuturirs/bolts-with-rust [INFO] finished frobbing Karuturirs/bolts-with-rust [INFO] frobbed toml for Karuturirs/bolts-with-rust written to work/ex/beta-1.38-1/sources/1.37.0/gh/Karuturirs/bolts-with-rust/Cargo.toml [INFO] started frobbing Karuturirs/bolts-with-rust [INFO] finished frobbing Karuturirs/bolts-with-rust [INFO] frobbed toml for Karuturirs/bolts-with-rust written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Karuturirs/bolts-with-rust/Cargo.toml [INFO] crate Karuturirs/bolts-with-rust 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 Karuturirs/bolts-with-rust 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-6/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/Karuturirs/bolts-with-rust:/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] 04db496aca05665eaf9c972ff04b710699a1180380e9856958eb6c266bc70fa8 [INFO] running `"docker" "start" "-a" "04db496aca05665eaf9c972ff04b710699a1180380e9856958eb6c266bc70fa8"` [INFO] [stderr] Compiling bolts-with-rust v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: function is never used: `main` [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | fn main() {} [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Rectangle` [INFO] [stderr] --> src/lib.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | struct Rectangle { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `can_hold` [INFO] [stderr] --> src/lib.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | fn can_hold(&self, other: &Rectangle) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `value` [INFO] [stderr] --> src/lib.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | value: i32, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.71s [INFO] running `"docker" "inspect" "04db496aca05665eaf9c972ff04b710699a1180380e9856958eb6c266bc70fa8"` [INFO] running `"docker" "rm" "-f" "04db496aca05665eaf9c972ff04b710699a1180380e9856958eb6c266bc70fa8"` [INFO] [stdout] 04db496aca05665eaf9c972ff04b710699a1180380e9856958eb6c266bc70fa8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/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/Karuturirs/bolts-with-rust:/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] 62e0d95bbf4e1e5a37efe322d14897dcd480b3175c35426d27c39457a7f81d6e [INFO] running `"docker" "start" "-a" "62e0d95bbf4e1e5a37efe322d14897dcd480b3175c35426d27c39457a7f81d6e"` [INFO] [stderr] Compiling bolts-with-rust v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: field is never used: `value` [INFO] [stderr] --> src/lib.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | value: i32, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `explorationNegative` should have a snake case name [INFO] [stderr] --> src/lib.rs:43:8 [INFO] [stderr] | [INFO] [stderr] 43 | fn explorationNegative() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `exploration_negative` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.24s [INFO] running `"docker" "inspect" "62e0d95bbf4e1e5a37efe322d14897dcd480b3175c35426d27c39457a7f81d6e"` [INFO] running `"docker" "rm" "-f" "62e0d95bbf4e1e5a37efe322d14897dcd480b3175c35426d27c39457a7f81d6e"` [INFO] [stdout] 62e0d95bbf4e1e5a37efe322d14897dcd480b3175c35426d27c39457a7f81d6e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/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/Karuturirs/bolts-with-rust:/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] 87093e60eb82482192797251dc53790ab47183886a06cc770951412c8e45cde0 [INFO] running `"docker" "start" "-a" "87093e60eb82482192797251dc53790ab47183886a06cc770951412c8e45cde0"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/bolts_with_rust-d923e42452ce7bea [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test tests::smaller_cannot_hold_larger ... ok [INFO] [stdout] test tests::larger_can_hold_smaller ... ok [INFO] [stdout] test tests::explorationNegative ... ok [INFO] [stdout] test tests::exploration ... ok [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] test tests::greater_than_100 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests bolts-with-rust [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" "87093e60eb82482192797251dc53790ab47183886a06cc770951412c8e45cde0"` [INFO] running `"docker" "rm" "-f" "87093e60eb82482192797251dc53790ab47183886a06cc770951412c8e45cde0"` [INFO] [stdout] 87093e60eb82482192797251dc53790ab47183886a06cc770951412c8e45cde0