Oct 26 17:03:08.364 INFO checking zhangsoledad/lmdb_test against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 17:03:08.364 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 26 17:03:08.963 INFO blam! bcae971c17454c44f38fa8ac515fdb504eedb4bd692a53ddc4a9d1e471f36883 Oct 26 17:03:08.975 INFO running `"docker" "start" "-a" "bcae971c17454c44f38fa8ac515fdb504eedb4bd692a53ddc4a9d1e471f36883"` Oct 26 17:03:10.591 INFO kablam! usermod: no changes Oct 26 17:03:10.742 INFO kablam! Compiling gcc v0.3.53 Oct 26 17:03:10.750 INFO kablam! Checking either v1.1.0 Oct 26 17:03:10.750 INFO kablam! Checking scopeguard v0.3.2 Oct 26 17:03:10.750 INFO kablam! Checking libc v0.2.30 Oct 26 17:03:10.750 INFO kablam! Compiling rayon-core v1.2.1 Oct 26 17:03:10.750 INFO kablam! Checking lazy_static v0.2.8 Oct 26 17:03:10.750 INFO kablam! Checking futures v0.1.15 Oct 26 17:03:10.750 INFO kablam! Checking num-traits v0.1.40 Oct 26 17:03:11.755 INFO kablam! Checking serde v1.0.11 Oct 26 17:03:11.835 INFO kablam! Compiling serde_derive_internals v0.15.1 Oct 26 17:03:12.871 INFO kablam! Checking coco v0.1.1 Oct 26 17:03:16.099 INFO kablam! Checking rand v0.3.16 Oct 26 17:03:16.099 INFO kablam! Checking num_cpus v1.6.2 Oct 26 17:03:24.023 INFO kablam! Compiling lmdb-sys v0.7.1 Oct 26 17:03:24.387 INFO kablam! Compiling serde_derive v1.0.11 Oct 26 17:03:25.952 INFO kablam! Checking tempdir v0.3.5 Oct 26 17:03:30.459 INFO kablam! Checking lmdb v0.7.1 Oct 26 17:03:32.726 INFO kablam! Checking rayon v0.8.2 Oct 26 17:03:44.763 INFO kablam! Checking bincode v0.8.0 Oct 26 17:03:45.472 INFO kablam! Checking lmdb_test v0.1.0 (/source) Oct 26 17:03:45.951 INFO kablam! warning: unused import: `Cursor` Oct 26 17:03:45.951 INFO kablam! --> src/lmdb.rs:3:14 Oct 26 17:03:45.951 INFO kablam! | Oct 26 17:03:45.951 INFO kablam! 3 | use libmdb::{Cursor, Database, DatabaseFlags, Environment, Transaction, WriteFlags}; Oct 26 17:03:45.951 INFO kablam! | ^^^^^^ Oct 26 17:03:45.951 INFO kablam! | Oct 26 17:03:45.951 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 17:03:45.953 INFO kablam! Oct 26 17:03:45.953 INFO kablam! warning: unused import: `rayon::prelude` Oct 26 17:03:45.953 INFO kablam! --> src/main.rs:11:5 Oct 26 17:03:45.953 INFO kablam! | Oct 26 17:03:45.953 INFO kablam! 11 | use rayon::prelude::*; Oct 26 17:03:45.953 INFO kablam! | ^^^^^^^^^^^^^^ Oct 26 17:03:45.953 INFO kablam! Oct 26 17:03:45.994 INFO kablam! warning: unused import: `Cursor` Oct 26 17:03:45.995 INFO kablam! --> src/lmdb.rs:3:14 Oct 26 17:03:45.995 INFO kablam! | Oct 26 17:03:45.995 INFO kablam! 3 | use libmdb::{Cursor, Database, DatabaseFlags, Environment, Transaction, WriteFlags}; Oct 26 17:03:45.995 INFO kablam! | ^^^^^^ Oct 26 17:03:45.995 INFO kablam! | Oct 26 17:03:45.995 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 17:03:45.995 INFO kablam! Oct 26 17:03:45.995 INFO kablam! warning: unused import: `rayon::prelude` Oct 26 17:03:45.995 INFO kablam! --> src/main.rs:11:5 Oct 26 17:03:45.995 INFO kablam! | Oct 26 17:03:45.995 INFO kablam! 11 | use rayon::prelude::*; Oct 26 17:03:45.995 INFO kablam! | ^^^^^^^^^^^^^^ Oct 26 17:03:45.995 INFO kablam! Oct 26 17:03:45.995 INFO kablam! warning: constant `height_key` should have an upper case name such as `HEIGHT_KEY` Oct 26 17:03:45.995 INFO kablam! --> src/lmdb.rs:6:1 Oct 26 17:03:45.995 INFO kablam! | Oct 26 17:03:45.998 INFO kablam! 6 | const height_key: [u8; 1] = [104]; Oct 26 17:03:45.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:03:45.999 INFO kablam! | Oct 26 17:03:45.999 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 26 17:03:45.999 INFO kablam! Oct 26 17:03:45.999 INFO kablam! warning: constant `head_key` should have an upper case name such as `HEAD_KEY` Oct 26 17:03:45.999 INFO kablam! --> src/lmdb.rs:7:1 Oct 26 17:03:45.999 INFO kablam! | Oct 26 17:03:45.999 INFO kablam! 7 | const head_key: [u8; 1] = [105]; Oct 26 17:03:45.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:03:45.999 INFO kablam! Oct 26 17:03:45.999 INFO kablam! warning: constant `tail_key` should have an upper case name such as `TAIL_KEY` Oct 26 17:03:45.999 INFO kablam! --> src/lmdb.rs:8:1 Oct 26 17:03:45.999 INFO kablam! | Oct 26 17:03:45.999 INFO kablam! 8 | const tail_key: [u8; 1] = [116]; Oct 26 17:03:45.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:03:45.999 INFO kablam! Oct 26 17:03:45.999 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:03:45.999 INFO kablam! --> src/main.rs:18:5 Oct 26 17:03:45.999 INFO kablam! | Oct 26 17:03:45.999 INFO kablam! 18 | db.clear(); Oct 26 17:03:45.999 INFO kablam! | ^^^^^^^^^^^ Oct 26 17:03:45.999 INFO kablam! | Oct 26 17:03:45.999 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 17:03:45.999 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:03:45.999 INFO kablam! Oct 26 17:03:45.999 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 26 17:03:45.999 INFO kablam! --> src/main.rs:22:5 Oct 26 17:03:45.999 INFO kablam! | Oct 26 17:03:45.999 INFO kablam! 22 | / height Oct 26 17:03:45.999 INFO kablam! 23 | | .iter() Oct 26 17:03:45.999 INFO kablam! 24 | | .map(|height| { db.save_height(*height); }) Oct 26 17:03:45.999 INFO kablam! 25 | | .collect::>(); Oct 26 17:03:45.999 INFO kablam! | |______________________________^ Oct 26 17:03:45.999 INFO kablam! | Oct 26 17:03:45.999 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 26 17:03:45.999 INFO kablam! Oct 26 17:03:46.005 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:03:46.005 INFO kablam! --> src/main.rs:24:25 Oct 26 17:03:46.005 INFO kablam! | Oct 26 17:03:46.005 INFO kablam! 24 | .map(|height| { db.save_height(*height); }) Oct 26 17:03:46.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:03:46.005 INFO kablam! | Oct 26 17:03:46.005 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:03:46.005 INFO kablam! Oct 26 17:03:46.090 INFO kablam! warning: constant `height_key` should have an upper case name such as `HEIGHT_KEY` Oct 26 17:03:46.090 INFO kablam! --> src/lmdb.rs:6:1 Oct 26 17:03:46.091 INFO kablam! | Oct 26 17:03:46.091 INFO kablam! 6 | const height_key: [u8; 1] = [104]; Oct 26 17:03:46.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:03:46.091 INFO kablam! | Oct 26 17:03:46.091 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 26 17:03:46.091 INFO kablam! Oct 26 17:03:46.091 INFO kablam! warning: constant `head_key` should have an upper case name such as `HEAD_KEY` Oct 26 17:03:46.091 INFO kablam! --> src/lmdb.rs:7:1 Oct 26 17:03:46.091 INFO kablam! | Oct 26 17:03:46.091 INFO kablam! 7 | const head_key: [u8; 1] = [105]; Oct 26 17:03:46.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:03:46.091 INFO kablam! Oct 26 17:03:46.091 INFO kablam! warning: constant `tail_key` should have an upper case name such as `TAIL_KEY` Oct 26 17:03:46.091 INFO kablam! --> src/lmdb.rs:8:1 Oct 26 17:03:46.091 INFO kablam! | Oct 26 17:03:46.091 INFO kablam! 8 | const tail_key: [u8; 1] = [116]; Oct 26 17:03:46.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:03:46.091 INFO kablam! Oct 26 17:03:46.095 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:03:46.095 INFO kablam! --> src/main.rs:18:5 Oct 26 17:03:46.095 INFO kablam! | Oct 26 17:03:46.095 INFO kablam! 18 | db.clear(); Oct 26 17:03:46.095 INFO kablam! | ^^^^^^^^^^^ Oct 26 17:03:46.095 INFO kablam! | Oct 26 17:03:46.095 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 17:03:46.095 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:03:46.095 INFO kablam! Oct 26 17:03:46.095 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 26 17:03:46.095 INFO kablam! --> src/main.rs:22:5 Oct 26 17:03:46.095 INFO kablam! | Oct 26 17:03:46.095 INFO kablam! 22 | / height Oct 26 17:03:46.095 INFO kablam! 23 | | .iter() Oct 26 17:03:46.095 INFO kablam! 24 | | .map(|height| { db.save_height(*height); }) Oct 26 17:03:46.095 INFO kablam! 25 | | .collect::>(); Oct 26 17:03:46.095 INFO kablam! | |______________________________^ Oct 26 17:03:46.095 INFO kablam! | Oct 26 17:03:46.095 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 26 17:03:46.095 INFO kablam! Oct 26 17:03:46.095 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:03:46.095 INFO kablam! --> src/main.rs:24:25 Oct 26 17:03:46.095 INFO kablam! | Oct 26 17:03:46.095 INFO kablam! 24 | .map(|height| { db.save_height(*height); }) Oct 26 17:03:46.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:03:46.095 INFO kablam! | Oct 26 17:03:46.095 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:03:46.095 INFO kablam! Oct 26 17:03:46.125 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.48s Oct 26 17:03:46.130 INFO kablam! su: No module specific data is present Oct 26 17:03:47.455 INFO running `"docker" "rm" "-f" "bcae971c17454c44f38fa8ac515fdb504eedb4bd692a53ddc4a9d1e471f36883"` Oct 26 17:03:47.855 INFO blam! bcae971c17454c44f38fa8ac515fdb504eedb4bd692a53ddc4a9d1e471f36883