Oct 26 20:30:20.901 INFO checking souvik1997/fsbench against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 20:30:20.901 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 20:30:21.310 INFO blam! fa94ac9f33ae94a4ae0b4d2cc795355004d916cff1e257a5aa8691715446e4b8 Oct 26 20:30:21.312 INFO running `"docker" "start" "-a" "fa94ac9f33ae94a4ae0b4d2cc795355004d916cff1e257a5aa8691715446e4b8"` Oct 26 20:30:23.978 INFO kablam! usermod: no changes Oct 26 20:30:24.199 INFO kablam! Compiling nix v0.10.0 Oct 26 20:30:24.200 INFO kablam! Compiling num-traits v0.2.2 Oct 26 20:30:24.200 INFO kablam! Checking serde v1.0.29 Oct 26 20:30:24.208 INFO kablam! Checking log v0.4.1 Oct 26 20:30:24.208 INFO kablam! Checking num-complex v0.1.43 Oct 26 20:30:24.208 INFO kablam! Checking num-bigint v0.1.43 Oct 26 20:30:24.209 INFO kablam! Checking crossbeam-epoch v0.3.0 Oct 26 20:30:24.209 INFO kablam! Compiling serde_derive_internals v0.20.0 Oct 26 20:30:27.252 INFO kablam! Checking remove_dir_all v0.3.0 Oct 26 20:30:27.620 INFO kablam! Checking fern v0.5.2 Oct 26 20:30:28.621 INFO kablam! Checking tempdir v0.3.6 Oct 26 20:30:30.687 INFO kablam! Checking crossbeam-deque v0.2.0 Oct 26 20:30:33.659 INFO kablam! Checking rayon-core v1.4.0 Oct 26 20:30:38.525 INFO kablam! Checking num-rational v0.1.42 Oct 26 20:30:39.581 INFO kablam! Compiling num-derive v0.2.0 Oct 26 20:30:41.434 INFO kablam! Checking rayon v1.0.0 Oct 26 20:30:41.743 INFO kablam! Compiling serde_derive v1.0.29 Oct 26 20:30:43.328 INFO kablam! Checking num v0.1.42 Oct 26 20:30:44.469 INFO kablam! Checking chrono v0.4.0 Oct 26 20:31:08.414 INFO kablam! Checking serde_json v1.0.11 Oct 26 20:31:10.634 INFO kablam! Checking fsbench v0.1.0 (/source) Oct 26 20:31:12.383 INFO kablam! warning: unused import: `std::process::Command` Oct 26 20:31:12.384 INFO kablam! --> src/fsbench/blktrace/trace.rs:173:13 Oct 26 20:31:12.385 INFO kablam! | Oct 26 20:31:12.385 INFO kablam! 173 | use std::process::Command; Oct 26 20:31:12.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:31:12.387 INFO kablam! | Oct 26 20:31:12.387 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 20:31:12.388 INFO kablam! Oct 26 20:31:12.479 INFO kablam! warning: unused import: `std::process::Command` Oct 26 20:31:12.480 INFO kablam! --> src/fsbench/blktrace/trace.rs:173:13 Oct 26 20:31:12.481 INFO kablam! | Oct 26 20:31:12.481 INFO kablam! 173 | use std::process::Command; Oct 26 20:31:12.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:31:12.482 INFO kablam! | Oct 26 20:31:12.483 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 20:31:12.484 INFO kablam! Oct 26 20:31:13.967 INFO kablam! warning: unused variable: `split_string` Oct 26 20:31:13.967 INFO kablam! --> src/fsbench/operation.rs:28:9 Oct 26 20:31:13.967 INFO kablam! | Oct 26 20:31:13.968 INFO kablam! 28 | let split_string = vec![String::new()]; Oct 26 20:31:13.968 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_split_string` instead Oct 26 20:31:13.968 INFO kablam! | Oct 26 20:31:13.969 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:31:13.969 INFO kablam! Oct 26 20:31:13.972 INFO kablam! warning: variable `bytes` is assigned to, but never used Oct 26 20:31:13.972 INFO kablam! --> src/fsbench/operation.rs:304:17 Oct 26 20:31:13.973 INFO kablam! | Oct 26 20:31:13.973 INFO kablam! 304 | let mut bytes = 0; Oct 26 20:31:13.973 INFO kablam! | ^^^^^ Oct 26 20:31:13.973 INFO kablam! | Oct 26 20:31:13.974 INFO kablam! = note: consider using `_bytes` instead Oct 26 20:31:13.974 INFO kablam! Oct 26 20:31:14.099 INFO kablam! warning: unused variable: `split_string` Oct 26 20:31:14.099 INFO kablam! --> src/fsbench/operation.rs:28:9 Oct 26 20:31:14.099 INFO kablam! | Oct 26 20:31:14.100 INFO kablam! 28 | let split_string = vec![String::new()]; Oct 26 20:31:14.100 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_split_string` instead Oct 26 20:31:14.100 INFO kablam! | Oct 26 20:31:14.101 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:31:14.101 INFO kablam! Oct 26 20:31:14.101 INFO kablam! warning: variable `bytes` is assigned to, but never used Oct 26 20:31:14.102 INFO kablam! --> src/fsbench/operation.rs:304:17 Oct 26 20:31:14.102 INFO kablam! | Oct 26 20:31:14.102 INFO kablam! 304 | let mut bytes = 0; Oct 26 20:31:14.103 INFO kablam! | ^^^^^ Oct 26 20:31:14.103 INFO kablam! | Oct 26 20:31:14.103 INFO kablam! = note: consider using `_bytes` instead Oct 26 20:31:14.103 INFO kablam! Oct 26 20:31:14.491 INFO kablam! warning: constant item is never used: `SECTOR_SIZE` Oct 26 20:31:14.491 INFO kablam! --> src/fsbench/blktrace/trace.rs:9:1 Oct 26 20:31:14.491 INFO kablam! | Oct 26 20:31:14.491 INFO kablam! 9 | pub const SECTOR_SIZE: usize = 512; Oct 26 20:31:14.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:31:14.491 INFO kablam! | Oct 26 20:31:14.492 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:31:14.492 INFO kablam! Oct 26 20:31:14.492 INFO kablam! warning: field is never used: `elapsed` Oct 26 20:31:14.492 INFO kablam! --> src/fsbench/blktrace/trace.rs:147:5 Oct 26 20:31:14.492 INFO kablam! | Oct 26 20:31:14.492 INFO kablam! 147 | elapsed: Duration, Oct 26 20:31:14.492 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 26 20:31:14.492 INFO kablam! Oct 26 20:31:14.492 INFO kablam! warning: method is never used: `total_duration` Oct 26 20:31:14.492 INFO kablam! --> src/fsbench/blktrace/trace.rs:243:5 Oct 26 20:31:14.492 INFO kablam! | Oct 26 20:31:14.492 INFO kablam! 243 | pub fn total_duration(&self) -> Duration { Oct 26 20:31:14.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:31:14.493 INFO kablam! Oct 26 20:31:14.493 INFO kablam! warning: struct is never constructed: `Read` Oct 26 20:31:14.493 INFO kablam! --> src/fsbench/operation.rs:160:1 Oct 26 20:31:14.493 INFO kablam! | Oct 26 20:31:14.493 INFO kablam! 160 | pub struct Read { Oct 26 20:31:14.493 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 20:31:14.493 INFO kablam! Oct 26 20:31:14.493 INFO kablam! warning: method is never used: `new` Oct 26 20:31:14.493 INFO kablam! --> src/fsbench/operation.rs:165:5 Oct 26 20:31:14.493 INFO kablam! | Oct 26 20:31:14.493 INFO kablam! 165 | pub fn new() -> Read { Oct 26 20:31:14.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 20:31:14.493 INFO kablam! Oct 26 20:31:14.493 INFO kablam! warning: method is never used: `run` Oct 26 20:31:14.493 INFO kablam! --> src/fsbench/operation.rs:171:5 Oct 26 20:31:14.493 INFO kablam! | Oct 26 20:31:14.493 INFO kablam! 171 | pub fn run(&mut self, fd: RawFd, buf: &mut [u8]) -> nix::Result { Oct 26 20:31:14.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:31:14.493 INFO kablam! Oct 26 20:31:14.493 INFO kablam! warning: struct is never constructed: `Write` Oct 26 20:31:14.493 INFO kablam! --> src/fsbench/operation.rs:192:1 Oct 26 20:31:14.493 INFO kablam! | Oct 26 20:31:14.493 INFO kablam! 192 | pub struct Write { Oct 26 20:31:14.493 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 20:31:14.493 INFO kablam! Oct 26 20:31:14.494 INFO kablam! warning: method is never used: `new` Oct 26 20:31:14.494 INFO kablam! --> src/fsbench/operation.rs:197:5 Oct 26 20:31:14.494 INFO kablam! | Oct 26 20:31:14.494 INFO kablam! 197 | pub fn new() -> Write { Oct 26 20:31:14.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:31:14.494 INFO kablam! Oct 26 20:31:14.494 INFO kablam! warning: method is never used: `run` Oct 26 20:31:14.494 INFO kablam! --> src/fsbench/operation.rs:203:5 Oct 26 20:31:14.494 INFO kablam! | Oct 26 20:31:14.494 INFO kablam! 203 | pub fn run(&mut self, fd: RawFd, buf: &[u8]) -> nix::Result { Oct 26 20:31:14.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:31:14.494 INFO kablam! Oct 26 20:31:14.494 INFO kablam! warning: method is never used: `ops_per_second` Oct 26 20:31:14.494 INFO kablam! --> src/fsbench/statistics.rs:42:5 Oct 26 20:31:14.494 INFO kablam! | Oct 26 20:31:14.494 INFO kablam! 42 | pub fn ops_per_second(&self) -> f64 { Oct 26 20:31:14.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:31:14.494 INFO kablam! Oct 26 20:31:14.495 INFO kablam! warning: the feature `duration_extras` has been stable since 1.27.0 and no longer requires an attribute to enable Oct 26 20:31:14.495 INFO kablam! --> src/main.rs:1:12 Oct 26 20:31:14.495 INFO kablam! | Oct 26 20:31:14.495 INFO kablam! 1 | #![feature(duration_extras)] Oct 26 20:31:14.495 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 20:31:14.495 INFO kablam! | Oct 26 20:31:14.495 INFO kablam! = note: #[warn(stable_features)] on by default Oct 26 20:31:14.496 INFO kablam! Oct 26 20:31:14.653 INFO kablam! warning: constant item is never used: `SECTOR_SIZE` Oct 26 20:31:14.653 INFO kablam! --> src/fsbench/blktrace/trace.rs:9:1 Oct 26 20:31:14.653 INFO kablam! | Oct 26 20:31:14.653 INFO kablam! 9 | pub const SECTOR_SIZE: usize = 512; Oct 26 20:31:14.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:31:14.653 INFO kablam! | Oct 26 20:31:14.653 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:31:14.653 INFO kablam! Oct 26 20:31:14.654 INFO kablam! warning: field is never used: `elapsed` Oct 26 20:31:14.654 INFO kablam! --> src/fsbench/blktrace/trace.rs:147:5 Oct 26 20:31:14.654 INFO kablam! | Oct 26 20:31:14.654 INFO kablam! 147 | elapsed: Duration, Oct 26 20:31:14.654 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 26 20:31:14.654 INFO kablam! Oct 26 20:31:14.654 INFO kablam! warning: method is never used: `total_duration` Oct 26 20:31:14.654 INFO kablam! --> src/fsbench/blktrace/trace.rs:243:5 Oct 26 20:31:14.654 INFO kablam! | Oct 26 20:31:14.654 INFO kablam! 243 | pub fn total_duration(&self) -> Duration { Oct 26 20:31:14.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:31:14.654 INFO kablam! Oct 26 20:31:14.654 INFO kablam! warning: struct is never constructed: `Read` Oct 26 20:31:14.654 INFO kablam! --> src/fsbench/operation.rs:160:1 Oct 26 20:31:14.654 INFO kablam! | Oct 26 20:31:14.654 INFO kablam! 160 | pub struct Read { Oct 26 20:31:14.654 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 20:31:14.654 INFO kablam! Oct 26 20:31:14.654 INFO kablam! warning: method is never used: `new` Oct 26 20:31:14.654 INFO kablam! --> src/fsbench/operation.rs:165:5 Oct 26 20:31:14.654 INFO kablam! | Oct 26 20:31:14.654 INFO kablam! 165 | pub fn new() -> Read { Oct 26 20:31:14.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 20:31:14.654 INFO kablam! Oct 26 20:31:14.654 INFO kablam! warning: method is never used: `run` Oct 26 20:31:14.654 INFO kablam! --> src/fsbench/operation.rs:171:5 Oct 26 20:31:14.654 INFO kablam! | Oct 26 20:31:14.654 INFO kablam! 171 | pub fn run(&mut self, fd: RawFd, buf: &mut [u8]) -> nix::Result { Oct 26 20:31:14.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:31:14.654 INFO kablam! Oct 26 20:31:14.654 INFO kablam! warning: struct is never constructed: `Write` Oct 26 20:31:14.654 INFO kablam! --> src/fsbench/operation.rs:192:1 Oct 26 20:31:14.654 INFO kablam! | Oct 26 20:31:14.654 INFO kablam! 192 | pub struct Write { Oct 26 20:31:14.654 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 20:31:14.654 INFO kablam! Oct 26 20:31:14.654 INFO kablam! warning: method is never used: `new` Oct 26 20:31:14.655 INFO kablam! --> src/fsbench/operation.rs:197:5 Oct 26 20:31:14.655 INFO kablam! | Oct 26 20:31:14.655 INFO kablam! 197 | pub fn new() -> Write { Oct 26 20:31:14.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:31:14.655 INFO kablam! Oct 26 20:31:14.655 INFO kablam! warning: method is never used: `run` Oct 26 20:31:14.655 INFO kablam! --> src/fsbench/operation.rs:203:5 Oct 26 20:31:14.655 INFO kablam! | Oct 26 20:31:14.655 INFO kablam! 203 | pub fn run(&mut self, fd: RawFd, buf: &[u8]) -> nix::Result { Oct 26 20:31:14.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:31:14.655 INFO kablam! Oct 26 20:31:14.655 INFO kablam! warning: method is never used: `ops_per_second` Oct 26 20:31:14.655 INFO kablam! --> src/fsbench/statistics.rs:42:5 Oct 26 20:31:14.655 INFO kablam! | Oct 26 20:31:14.655 INFO kablam! 42 | pub fn ops_per_second(&self) -> f64 { Oct 26 20:31:14.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:31:14.655 INFO kablam! Oct 26 20:31:14.668 INFO kablam! warning: the feature `duration_extras` has been stable since 1.27.0 and no longer requires an attribute to enable Oct 26 20:31:14.668 INFO kablam! --> src/main.rs:1:12 Oct 26 20:31:14.668 INFO kablam! | Oct 26 20:31:14.668 INFO kablam! 1 | #![feature(duration_extras)] Oct 26 20:31:14.668 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 20:31:14.668 INFO kablam! | Oct 26 20:31:14.668 INFO kablam! = note: #[warn(stable_features)] on by default Oct 26 20:31:14.668 INFO kablam! Oct 26 20:31:14.771 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 50.75s Oct 26 20:31:14.787 INFO kablam! su: No module specific data is present Oct 26 20:31:16.444 INFO running `"docker" "rm" "-f" "fa94ac9f33ae94a4ae0b4d2cc795355004d916cff1e257a5aa8691715446e4b8"` Oct 26 20:31:16.871 INFO blam! fa94ac9f33ae94a4ae0b4d2cc795355004d916cff1e257a5aa8691715446e4b8