[INFO] cloning repository Karuturirs/bolts-with-rust [INFO] running `"git" "clone" "--bare" "git://github.com/Karuturirs/bolts-with-rust.git" "work/cache/sources/gh/Karuturirs/bolts-with-rust"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/Karuturirs/bolts-with-rust'... [INFO] running `"git" "clone" "work/cache/sources/gh/Karuturirs/bolts-with-rust" "work/ex/beta-1.37-6/sources/1.36.0/gh/Karuturirs/bolts-with-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/gh/Karuturirs/bolts-with-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/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.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Karuturirs/bolts-with-rust on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/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.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Karuturirs/bolts-with-rust against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 6b7a116ed33e852ecbda90e162081038e3a5eb70c58df10677da9eba87173c98 [INFO] running `"docker" "start" "-a" "6b7a116ed33e852ecbda90e162081038e3a5eb70c58df10677da9eba87173c98"` [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.67s [INFO] running `"docker" "inspect" "6b7a116ed33e852ecbda90e162081038e3a5eb70c58df10677da9eba87173c98"` [INFO] running `"docker" "rm" "-f" "6b7a116ed33e852ecbda90e162081038e3a5eb70c58df10677da9eba87173c98"` [INFO] [stdout] 6b7a116ed33e852ecbda90e162081038e3a5eb70c58df10677da9eba87173c98 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 1727f8062ffd469feeb074b143e5d02ece69f44babf352e232c9d4dbbbb706e4 [INFO] running `"docker" "start" "-a" "1727f8062ffd469feeb074b143e5d02ece69f44babf352e232c9d4dbbbb706e4"` [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.20s [INFO] running `"docker" "inspect" "1727f8062ffd469feeb074b143e5d02ece69f44babf352e232c9d4dbbbb706e4"` [INFO] running `"docker" "rm" "-f" "1727f8062ffd469feeb074b143e5d02ece69f44babf352e232c9d4dbbbb706e4"` [INFO] [stdout] 1727f8062ffd469feeb074b143e5d02ece69f44babf352e232c9d4dbbbb706e4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "test" "--frozen"` [INFO] [stdout] b405fae468178470a643347a8d80f45ef7bd3cfd7d62b32513d2254673a06ecf [INFO] running `"docker" "start" "-a" "b405fae468178470a643347a8d80f45ef7bd3cfd7d62b32513d2254673a06ecf"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/bolts_with_rust-9fef44e89680f581 [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test tests::exploration ... ok [INFO] [stdout] test tests::explorationNegative ... ok [INFO] [stdout] test tests::smaller_cannot_hold_larger ... ok [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] test tests::larger_can_hold_smaller ... 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" "b405fae468178470a643347a8d80f45ef7bd3cfd7d62b32513d2254673a06ecf"` [INFO] running `"docker" "rm" "-f" "b405fae468178470a643347a8d80f45ef7bd3cfd7d62b32513d2254673a06ecf"` [INFO] [stdout] b405fae468178470a643347a8d80f45ef7bd3cfd7d62b32513d2254673a06ecf