Oct 26 17:03:09.020 INFO checking zhangsoledad/lmdb_test against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 17:03:09.020 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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:09.436 INFO blam! ab22e1ad3b82c9452e8b358dd6a4f183a504ac7ba5a3f369ebe0a2c123550658 Oct 26 17:03:09.443 INFO running `"docker" "start" "-a" "ab22e1ad3b82c9452e8b358dd6a4f183a504ac7ba5a3f369ebe0a2c123550658"` Oct 26 17:03:10.758 INFO kablam! usermod: no changes Oct 26 17:03:10.893 INFO kablam! Compiling gcc v0.3.53 Oct 26 17:03:10.893 INFO kablam! Compiling pkg-config v0.3.9 Oct 26 17:03:10.927 INFO kablam! Checking scopeguard v0.3.2 Oct 26 17:03:10.932 INFO kablam! Checking either v1.1.0 Oct 26 17:03:10.932 INFO kablam! Checking libc v0.2.30 Oct 26 17:03:10.932 INFO kablam! Compiling rayon-core v1.2.1 Oct 26 17:03:10.933 INFO kablam! Checking lazy_static v0.2.8 Oct 26 17:03:10.933 INFO kablam! Checking futures v0.1.15 Oct 26 17:03:11.847 INFO kablam! Checking num-traits v0.1.40 Oct 26 17:03:11.867 INFO kablam! Checking serde v1.0.11 Oct 26 17:03:12.060 INFO kablam! Checking bitflags v0.9.1 Oct 26 17:03:13.187 INFO kablam! Checking coco v0.1.1 Oct 26 17:03:13.761 INFO kablam! Compiling serde_derive_internals v0.15.1 Oct 26 17:03:14.935 INFO kablam! Checking num_cpus v1.6.2 Oct 26 17:03:16.065 INFO kablam! Checking rand v0.3.16 Oct 26 17:03:25.967 INFO kablam! Compiling lmdb-sys v0.7.1 Oct 26 17:03:26.295 INFO kablam! Compiling serde_derive v1.0.11 Oct 26 17:03:26.643 INFO kablam! Checking tempdir v0.3.5 Oct 26 17:03:32.177 INFO kablam! Checking lmdb v0.7.1 Oct 26 17:03:33.827 INFO kablam! Checking rayon v0.8.2 Oct 26 17:03:46.280 INFO kablam! Checking bincode v0.8.0 Oct 26 17:03:47.159 INFO kablam! Checking lmdb_test v0.1.0 (/source) Oct 26 17:03:47.619 INFO kablam! warning: unused import: `Cursor` Oct 26 17:03:47.619 INFO kablam! --> src/lmdb.rs:3:14 Oct 26 17:03:47.619 INFO kablam! | Oct 26 17:03:47.619 INFO kablam! 3 | use libmdb::{Cursor, Database, DatabaseFlags, Environment, Transaction, WriteFlags}; Oct 26 17:03:47.619 INFO kablam! | ^^^^^^ Oct 26 17:03:47.619 INFO kablam! | Oct 26 17:03:47.619 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 17:03:47.619 INFO kablam! Oct 26 17:03:47.619 INFO kablam! warning: unused import: `rayon::prelude` Oct 26 17:03:47.619 INFO kablam! --> src/main.rs:11:5 Oct 26 17:03:47.619 INFO kablam! | Oct 26 17:03:47.619 INFO kablam! 11 | use rayon::prelude::*; Oct 26 17:03:47.619 INFO kablam! | ^^^^^^^^^^^^^^ Oct 26 17:03:47.619 INFO kablam! Oct 26 17:03:47.643 INFO kablam! warning: unused import: `Cursor` Oct 26 17:03:47.643 INFO kablam! --> src/lmdb.rs:3:14 Oct 26 17:03:47.643 INFO kablam! | Oct 26 17:03:47.643 INFO kablam! 3 | use libmdb::{Cursor, Database, DatabaseFlags, Environment, Transaction, WriteFlags}; Oct 26 17:03:47.643 INFO kablam! | ^^^^^^ Oct 26 17:03:47.643 INFO kablam! | Oct 26 17:03:47.643 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 17:03:47.643 INFO kablam! Oct 26 17:03:47.643 INFO kablam! warning: unused import: `rayon::prelude` Oct 26 17:03:47.643 INFO kablam! --> src/main.rs:11:5 Oct 26 17:03:47.643 INFO kablam! | Oct 26 17:03:47.643 INFO kablam! 11 | use rayon::prelude::*; Oct 26 17:03:47.643 INFO kablam! | ^^^^^^^^^^^^^^ Oct 26 17:03:47.643 INFO kablam! Oct 26 17:03:47.695 INFO kablam! warning: constant `height_key` should have an upper case name such as `HEIGHT_KEY` Oct 26 17:03:47.695 INFO kablam! --> src/lmdb.rs:6:1 Oct 26 17:03:47.695 INFO kablam! | Oct 26 17:03:47.695 INFO kablam! 6 | const height_key: [u8; 1] = [104]; Oct 26 17:03:47.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:03:47.695 INFO kablam! | Oct 26 17:03:47.695 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 26 17:03:47.695 INFO kablam! Oct 26 17:03:47.695 INFO kablam! warning: constant `head_key` should have an upper case name such as `HEAD_KEY` Oct 26 17:03:47.695 INFO kablam! --> src/lmdb.rs:7:1 Oct 26 17:03:47.695 INFO kablam! | Oct 26 17:03:47.695 INFO kablam! 7 | const head_key: [u8; 1] = [105]; Oct 26 17:03:47.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:03:47.695 INFO kablam! Oct 26 17:03:47.695 INFO kablam! warning: constant `tail_key` should have an upper case name such as `TAIL_KEY` Oct 26 17:03:47.695 INFO kablam! --> src/lmdb.rs:8:1 Oct 26 17:03:47.695 INFO kablam! | Oct 26 17:03:47.695 INFO kablam! 8 | const tail_key: [u8; 1] = [116]; Oct 26 17:03:47.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:03:47.695 INFO kablam! Oct 26 17:03:47.695 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:03:47.695 INFO kablam! --> src/main.rs:18:5 Oct 26 17:03:47.695 INFO kablam! | Oct 26 17:03:47.695 INFO kablam! 18 | db.clear(); Oct 26 17:03:47.695 INFO kablam! | ^^^^^^^^^^^ Oct 26 17:03:47.695 INFO kablam! | Oct 26 17:03:47.695 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 17:03:47.695 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:03:47.695 INFO kablam! Oct 26 17:03:47.695 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 26 17:03:47.695 INFO kablam! --> src/main.rs:22:5 Oct 26 17:03:47.695 INFO kablam! | Oct 26 17:03:47.695 INFO kablam! 22 | / height Oct 26 17:03:47.695 INFO kablam! 23 | | .iter() Oct 26 17:03:47.695 INFO kablam! 24 | | .map(|height| { db.save_height(*height); }) Oct 26 17:03:47.695 INFO kablam! 25 | | .collect::>(); Oct 26 17:03:47.695 INFO kablam! | |______________________________^ Oct 26 17:03:47.695 INFO kablam! | Oct 26 17:03:47.695 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 26 17:03:47.695 INFO kablam! Oct 26 17:03:47.695 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:03:47.695 INFO kablam! --> src/main.rs:24:25 Oct 26 17:03:47.695 INFO kablam! | Oct 26 17:03:47.695 INFO kablam! 24 | .map(|height| { db.save_height(*height); }) Oct 26 17:03:47.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:03:47.695 INFO kablam! | Oct 26 17:03:47.695 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:03:47.695 INFO kablam! Oct 26 17:03:47.711 INFO kablam! warning: constant `height_key` should have an upper case name such as `HEIGHT_KEY` Oct 26 17:03:47.711 INFO kablam! --> src/lmdb.rs:6:1 Oct 26 17:03:47.711 INFO kablam! | Oct 26 17:03:47.711 INFO kablam! 6 | const height_key: [u8; 1] = [104]; Oct 26 17:03:47.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:03:47.711 INFO kablam! | Oct 26 17:03:47.711 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 26 17:03:47.711 INFO kablam! Oct 26 17:03:47.711 INFO kablam! warning: constant `head_key` should have an upper case name such as `HEAD_KEY` Oct 26 17:03:47.711 INFO kablam! --> src/lmdb.rs:7:1 Oct 26 17:03:47.711 INFO kablam! | Oct 26 17:03:47.711 INFO kablam! 7 | const head_key: [u8; 1] = [105]; Oct 26 17:03:47.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:03:47.711 INFO kablam! Oct 26 17:03:47.711 INFO kablam! warning: constant `tail_key` should have an upper case name such as `TAIL_KEY` Oct 26 17:03:47.711 INFO kablam! --> src/lmdb.rs:8:1 Oct 26 17:03:47.711 INFO kablam! | Oct 26 17:03:47.711 INFO kablam! 8 | const tail_key: [u8; 1] = [116]; Oct 26 17:03:47.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:03:47.711 INFO kablam! Oct 26 17:03:47.711 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:03:47.711 INFO kablam! --> src/main.rs:18:5 Oct 26 17:03:47.711 INFO kablam! | Oct 26 17:03:47.711 INFO kablam! 18 | db.clear(); Oct 26 17:03:47.711 INFO kablam! | ^^^^^^^^^^^ Oct 26 17:03:47.711 INFO kablam! | Oct 26 17:03:47.711 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 17:03:47.711 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:03:47.711 INFO kablam! Oct 26 17:03:47.711 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 26 17:03:47.711 INFO kablam! --> src/main.rs:22:5 Oct 26 17:03:47.711 INFO kablam! | Oct 26 17:03:47.711 INFO kablam! 22 | / height Oct 26 17:03:47.711 INFO kablam! 23 | | .iter() Oct 26 17:03:47.711 INFO kablam! 24 | | .map(|height| { db.save_height(*height); }) Oct 26 17:03:47.711 INFO kablam! 25 | | .collect::>(); Oct 26 17:03:47.711 INFO kablam! | |______________________________^ Oct 26 17:03:47.711 INFO kablam! | Oct 26 17:03:47.711 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 26 17:03:47.711 INFO kablam! Oct 26 17:03:47.711 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 17:03:47.711 INFO kablam! --> src/main.rs:24:25 Oct 26 17:03:47.711 INFO kablam! | Oct 26 17:03:47.711 INFO kablam! 24 | .map(|height| { db.save_height(*height); }) Oct 26 17:03:47.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:03:47.711 INFO kablam! | Oct 26 17:03:47.711 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 17:03:47.711 INFO kablam! Oct 26 17:03:47.807 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 37.01s Oct 26 17:03:47.812 INFO kablam! su: No module specific data is present Oct 26 17:03:49.134 INFO running `"docker" "rm" "-f" "ab22e1ad3b82c9452e8b358dd6a4f183a504ac7ba5a3f369ebe0a2c123550658"` Oct 26 17:03:49.483 INFO blam! ab22e1ad3b82c9452e8b358dd6a4f183a504ac7ba5a3f369ebe0a2c123550658