Oct 12 21:10:46.554 INFO checking gfreezy/bitcask-rs against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 21:10:46.554 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 21:10:47.006 INFO blam! b963b62c982d9604b0829f6ee0c07a123fbc0bf19f15333350c6f2738c79b778 Oct 12 21:10:47.016 INFO running `"docker" "start" "-a" "b963b62c982d9604b0829f6ee0c07a123fbc0bf19f15333350c6f2738c79b778"` Oct 12 21:10:48.179 INFO kablam! usermod: no changes Oct 12 21:10:48.496 INFO kablam! Checking integer-encoding v1.0.5 Oct 12 21:10:48.528 INFO kablam! Checking io-at v0.4.1 Oct 12 21:10:48.560 INFO kablam! Checking log v0.4.4 Oct 12 21:10:48.560 INFO kablam! Checking serde_yaml v0.7.5 Oct 12 21:10:48.561 INFO kablam! Checking serde_yaml v0.8.2 Oct 12 21:10:48.561 INFO kablam! Checking chrono v0.4.6 Oct 12 21:10:48.561 INFO kablam! Checking flate2 v1.0.2 Oct 12 21:10:48.561 INFO kablam! Compiling serde_derive v1.0.75 Oct 12 21:10:50.856 INFO kablam! Checking serde-value v0.5.2 Oct 12 21:10:51.248 INFO kablam! Checking failure v0.1.2 Oct 12 21:11:13.976 INFO kablam! Checking log4rs v0.8.0 Oct 12 21:11:17.013 INFO kablam! Checking bitcask-rs v0.1.1 (/source) Oct 12 21:11:22.960 INFO kablam! warning: field is never used: `config` Oct 12 21:11:22.961 INFO kablam! --> src/store.rs:138:5 Oct 12 21:11:22.962 INFO kablam! | Oct 12 21:11:22.962 INFO kablam! 138 | config: Arc, Oct 12 21:11:22.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 21:11:22.964 INFO kablam! | Oct 12 21:11:22.964 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:11:22.965 INFO kablam! Oct 12 21:11:22.966 INFO kablam! warning: method is never used: `remove_segment` Oct 12 21:11:22.966 INFO kablam! --> src/store.rs:365:5 Oct 12 21:11:22.967 INFO kablam! | Oct 12 21:11:22.967 INFO kablam! 365 | fn remove_segment(&self, file_id: u64) -> Result<()> { Oct 12 21:11:22.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:11:22.968 INFO kablam! Oct 12 21:11:23.030 INFO kablam! warning: field is never used: `config` Oct 12 21:11:23.030 INFO kablam! --> src/store.rs:138:5 Oct 12 21:11:23.030 INFO kablam! | Oct 12 21:11:23.030 INFO kablam! 138 | config: Arc, Oct 12 21:11:23.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 21:11:23.030 INFO kablam! | Oct 12 21:11:23.032 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:11:23.032 INFO kablam! Oct 12 21:11:23.032 INFO kablam! warning: method is never used: `remove_segment` Oct 12 21:11:23.032 INFO kablam! --> src/store.rs:365:5 Oct 12 21:11:23.032 INFO kablam! | Oct 12 21:11:23.033 INFO kablam! 365 | fn remove_segment(&self, file_id: u64) -> Result<()> { Oct 12 21:11:23.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:11:23.033 INFO kablam! Oct 12 21:11:29.699 INFO kablam! warning: use of deprecated item 'rand::Rng::gen_ascii_chars': use sample_iter(&Alphanumeric) instead Oct 12 21:11:29.699 INFO kablam! --> examples/profile.rs:10:41 Oct 12 21:11:29.699 INFO kablam! | Oct 12 21:11:29.699 INFO kablam! 10 | let id: String = rand::thread_rng().gen_ascii_chars().take(16).collect(); Oct 12 21:11:29.699 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 21:11:29.699 INFO kablam! | Oct 12 21:11:29.699 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 21:11:29.699 INFO kablam! Oct 12 21:11:29.800 INFO kablam! warning: unused variable: `i` Oct 12 21:11:29.801 INFO kablam! --> examples/profile.rs:24:9 Oct 12 21:11:29.801 INFO kablam! | Oct 12 21:11:29.801 INFO kablam! 24 | for i in 0..100000000 { Oct 12 21:11:29.801 INFO kablam! | ^ help: consider using `_i` instead Oct 12 21:11:29.802 INFO kablam! | Oct 12 21:11:29.802 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:11:29.803 INFO kablam! Oct 12 21:11:30.094 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 41.89s Oct 12 21:11:30.110 INFO kablam! su: No module specific data is present Oct 12 21:11:31.490 INFO running `"docker" "rm" "-f" "b963b62c982d9604b0829f6ee0c07a123fbc0bf19f15333350c6f2738c79b778"` Oct 12 21:11:31.822 INFO blam! b963b62c982d9604b0829f6ee0c07a123fbc0bf19f15333350c6f2738c79b778