Oct 10 14:31:22.567 INFO testing souvik1997/fsbench against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 14:31:22.568 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 14:31:22.569 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:31:23.220 INFO blam! fd5ff84cfa930768e02024419a5fd6648e2818cb796727a80d39f353ae60ef65 Oct 10 14:31:23.236 INFO running `"docker" "start" "-a" "fd5ff84cfa930768e02024419a5fd6648e2818cb796727a80d39f353ae60ef65"` Oct 10 14:31:24.653 INFO kablam! usermod: no changes Oct 10 14:31:24.960 INFO kablam! Compiling log v0.4.1 Oct 10 14:31:24.972 INFO kablam! Compiling serde_json v1.0.11 Oct 10 14:31:24.972 INFO kablam! Compiling num-bigint v0.1.43 Oct 10 14:31:24.972 INFO kablam! Compiling nix v0.10.0 Oct 10 14:31:24.972 INFO kablam! Compiling num-derive v0.2.0 Oct 10 14:31:24.972 INFO kablam! Compiling rayon-core v1.4.0 Oct 10 14:31:27.436 INFO kablam! Compiling fern v0.5.2 Oct 10 14:31:35.096 INFO kablam! Compiling rayon v1.0.0 Oct 10 14:31:38.668 INFO kablam! Compiling num-rational v0.1.42 Oct 10 14:31:43.826 INFO kablam! Compiling num v0.1.42 Oct 10 14:31:45.408 INFO kablam! Compiling chrono v0.4.0 Oct 10 14:31:53.311 INFO kablam! Compiling fsbench v0.1.0 (/source) Oct 10 14:31:56.372 INFO kablam! warning: unused import: `std::process::Command` Oct 10 14:31:56.372 INFO kablam! --> src/fsbench/blktrace/trace.rs:173:13 Oct 10 14:31:56.372 INFO kablam! | Oct 10 14:31:56.372 INFO kablam! 173 | use std::process::Command; Oct 10 14:31:56.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:31:56.372 INFO kablam! | Oct 10 14:31:56.372 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 14:31:56.372 INFO kablam! Oct 10 14:31:57.404 INFO kablam! warning: unused variable: `split_string` Oct 10 14:31:57.404 INFO kablam! --> src/fsbench/operation.rs:28:9 Oct 10 14:31:57.404 INFO kablam! | Oct 10 14:31:57.404 INFO kablam! 28 | let split_string = vec![String::new()]; Oct 10 14:31:57.404 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_split_string` instead Oct 10 14:31:57.404 INFO kablam! | Oct 10 14:31:57.404 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 14:31:57.404 INFO kablam! Oct 10 14:31:57.404 INFO kablam! warning: variable `bytes` is assigned to, but never used Oct 10 14:31:57.404 INFO kablam! --> src/fsbench/operation.rs:304:17 Oct 10 14:31:57.404 INFO kablam! | Oct 10 14:31:57.404 INFO kablam! 304 | let mut bytes = 0; Oct 10 14:31:57.404 INFO kablam! | ^^^^^ Oct 10 14:31:57.404 INFO kablam! | Oct 10 14:31:57.404 INFO kablam! = note: consider using `_bytes` instead Oct 10 14:31:57.404 INFO kablam! Oct 10 14:31:57.739 INFO kablam! warning: constant item is never used: `SECTOR_SIZE` Oct 10 14:31:57.739 INFO kablam! --> src/fsbench/blktrace/trace.rs:9:1 Oct 10 14:31:57.739 INFO kablam! | Oct 10 14:31:57.739 INFO kablam! 9 | pub const SECTOR_SIZE: usize = 512; Oct 10 14:31:57.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:31:57.739 INFO kablam! | Oct 10 14:31:57.739 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 14:31:57.739 INFO kablam! Oct 10 14:31:57.739 INFO kablam! warning: field is never used: `elapsed` Oct 10 14:31:57.739 INFO kablam! --> src/fsbench/blktrace/trace.rs:147:5 Oct 10 14:31:57.740 INFO kablam! | Oct 10 14:31:57.740 INFO kablam! 147 | elapsed: Duration, Oct 10 14:31:57.740 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 14:31:57.740 INFO kablam! Oct 10 14:31:57.740 INFO kablam! warning: method is never used: `total_duration` Oct 10 14:31:57.740 INFO kablam! --> src/fsbench/blktrace/trace.rs:243:5 Oct 10 14:31:57.740 INFO kablam! | Oct 10 14:31:57.740 INFO kablam! 243 | pub fn total_duration(&self) -> Duration { Oct 10 14:31:57.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:31:57.740 INFO kablam! Oct 10 14:31:57.740 INFO kablam! warning: struct is never constructed: `Read` Oct 10 14:31:57.740 INFO kablam! --> src/fsbench/operation.rs:160:1 Oct 10 14:31:57.740 INFO kablam! | Oct 10 14:31:57.740 INFO kablam! 160 | pub struct Read { Oct 10 14:31:57.740 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 14:31:57.740 INFO kablam! Oct 10 14:31:57.740 INFO kablam! warning: method is never used: `new` Oct 10 14:31:57.740 INFO kablam! --> src/fsbench/operation.rs:165:5 Oct 10 14:31:57.740 INFO kablam! | Oct 10 14:31:57.740 INFO kablam! 165 | pub fn new() -> Read { Oct 10 14:31:57.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 14:31:57.740 INFO kablam! Oct 10 14:31:57.740 INFO kablam! warning: method is never used: `run` Oct 10 14:31:57.740 INFO kablam! --> src/fsbench/operation.rs:171:5 Oct 10 14:31:57.740 INFO kablam! | Oct 10 14:31:57.740 INFO kablam! 171 | pub fn run(&mut self, fd: RawFd, buf: &mut [u8]) -> nix::Result { Oct 10 14:31:57.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:31:57.740 INFO kablam! Oct 10 14:31:57.740 INFO kablam! warning: struct is never constructed: `Write` Oct 10 14:31:57.740 INFO kablam! --> src/fsbench/operation.rs:192:1 Oct 10 14:31:57.740 INFO kablam! | Oct 10 14:31:57.740 INFO kablam! 192 | pub struct Write { Oct 10 14:31:57.741 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 14:31:57.741 INFO kablam! Oct 10 14:31:57.741 INFO kablam! warning: method is never used: `new` Oct 10 14:31:57.741 INFO kablam! --> src/fsbench/operation.rs:197:5 Oct 10 14:31:57.741 INFO kablam! | Oct 10 14:31:57.741 INFO kablam! 197 | pub fn new() -> Write { Oct 10 14:31:57.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:31:57.741 INFO kablam! Oct 10 14:31:57.741 INFO kablam! warning: method is never used: `run` Oct 10 14:31:57.741 INFO kablam! --> src/fsbench/operation.rs:203:5 Oct 10 14:31:57.741 INFO kablam! | Oct 10 14:31:57.741 INFO kablam! 203 | pub fn run(&mut self, fd: RawFd, buf: &[u8]) -> nix::Result { Oct 10 14:31:57.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:31:57.741 INFO kablam! Oct 10 14:31:57.741 INFO kablam! warning: method is never used: `ops_per_second` Oct 10 14:31:57.741 INFO kablam! --> src/fsbench/statistics.rs:42:5 Oct 10 14:31:57.741 INFO kablam! | Oct 10 14:31:57.741 INFO kablam! 42 | pub fn ops_per_second(&self) -> f64 { Oct 10 14:31:57.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:31:57.741 INFO kablam! Oct 10 14:31:57.742 INFO kablam! warning: the feature `duration_extras` has been stable since 1.27.0 and no longer requires an attribute to enable Oct 10 14:31:57.742 INFO kablam! --> src/main.rs:1:12 Oct 10 14:31:57.742 INFO kablam! | Oct 10 14:31:57.742 INFO kablam! 1 | #![feature(duration_extras)] Oct 10 14:31:57.742 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 14:31:57.742 INFO kablam! | Oct 10 14:31:57.742 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 14:31:57.742 INFO kablam! Oct 10 14:32:04.597 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 39.90s Oct 10 14:32:04.606 INFO kablam! su: No module specific data is present Oct 10 14:32:05.804 INFO running `"docker" "rm" "-f" "fd5ff84cfa930768e02024419a5fd6648e2818cb796727a80d39f353ae60ef65"` Oct 10 14:32:06.049 INFO blam! fd5ff84cfa930768e02024419a5fd6648e2818cb796727a80d39f353ae60ef65 Oct 10 14:32:06.050 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 14:32:06.050 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:32:06.446 INFO blam! 6c8155b575beace2faeb983a092649b7ca120a6bf7dd183f446d50e83ecafa06 Oct 10 14:32:06.448 INFO running `"docker" "start" "-a" "6c8155b575beace2faeb983a092649b7ca120a6bf7dd183f446d50e83ecafa06"` Oct 10 14:32:07.790 INFO kablam! usermod: no changes Oct 10 14:32:08.032 INFO kablam! Compiling fsbench v0.1.0 (/source) Oct 10 14:32:10.644 INFO kablam! warning: unused import: `std::process::Command` Oct 10 14:32:10.644 INFO kablam! --> src/fsbench/blktrace/trace.rs:173:13 Oct 10 14:32:10.644 INFO kablam! | Oct 10 14:32:10.644 INFO kablam! 173 | use std::process::Command; Oct 10 14:32:10.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:32:10.644 INFO kablam! | Oct 10 14:32:10.644 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 14:32:10.645 INFO kablam! Oct 10 14:32:11.612 INFO kablam! warning: unused variable: `split_string` Oct 10 14:32:11.612 INFO kablam! --> src/fsbench/operation.rs:28:9 Oct 10 14:32:11.612 INFO kablam! | Oct 10 14:32:11.612 INFO kablam! 28 | let split_string = vec![String::new()]; Oct 10 14:32:11.612 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_split_string` instead Oct 10 14:32:11.612 INFO kablam! | Oct 10 14:32:11.612 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 14:32:11.612 INFO kablam! Oct 10 14:32:11.612 INFO kablam! warning: variable `bytes` is assigned to, but never used Oct 10 14:32:11.612 INFO kablam! --> src/fsbench/operation.rs:304:17 Oct 10 14:32:11.612 INFO kablam! | Oct 10 14:32:11.612 INFO kablam! 304 | let mut bytes = 0; Oct 10 14:32:11.612 INFO kablam! | ^^^^^ Oct 10 14:32:11.612 INFO kablam! | Oct 10 14:32:11.620 INFO kablam! = note: consider using `_bytes` instead Oct 10 14:32:11.620 INFO kablam! Oct 10 14:32:11.948 INFO kablam! warning: constant item is never used: `SECTOR_SIZE` Oct 10 14:32:11.948 INFO kablam! --> src/fsbench/blktrace/trace.rs:9:1 Oct 10 14:32:11.948 INFO kablam! | Oct 10 14:32:11.948 INFO kablam! 9 | pub const SECTOR_SIZE: usize = 512; Oct 10 14:32:11.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:32:11.949 INFO kablam! | Oct 10 14:32:11.949 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 14:32:11.949 INFO kablam! Oct 10 14:32:11.949 INFO kablam! warning: field is never used: `elapsed` Oct 10 14:32:11.949 INFO kablam! --> src/fsbench/blktrace/trace.rs:147:5 Oct 10 14:32:11.949 INFO kablam! | Oct 10 14:32:11.949 INFO kablam! 147 | elapsed: Duration, Oct 10 14:32:11.949 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 14:32:11.949 INFO kablam! Oct 10 14:32:11.949 INFO kablam! warning: method is never used: `total_duration` Oct 10 14:32:11.949 INFO kablam! --> src/fsbench/blktrace/trace.rs:243:5 Oct 10 14:32:11.949 INFO kablam! | Oct 10 14:32:11.949 INFO kablam! 243 | pub fn total_duration(&self) -> Duration { Oct 10 14:32:11.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:32:11.949 INFO kablam! Oct 10 14:32:11.949 INFO kablam! warning: struct is never constructed: `Read` Oct 10 14:32:11.949 INFO kablam! --> src/fsbench/operation.rs:160:1 Oct 10 14:32:11.949 INFO kablam! | Oct 10 14:32:11.949 INFO kablam! 160 | pub struct Read { Oct 10 14:32:11.949 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 14:32:11.949 INFO kablam! Oct 10 14:32:11.949 INFO kablam! warning: method is never used: `new` Oct 10 14:32:11.949 INFO kablam! --> src/fsbench/operation.rs:165:5 Oct 10 14:32:11.949 INFO kablam! | Oct 10 14:32:11.949 INFO kablam! 165 | pub fn new() -> Read { Oct 10 14:32:11.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 14:32:11.949 INFO kablam! Oct 10 14:32:11.949 INFO kablam! warning: method is never used: `run` Oct 10 14:32:11.949 INFO kablam! --> src/fsbench/operation.rs:171:5 Oct 10 14:32:11.949 INFO kablam! | Oct 10 14:32:11.949 INFO kablam! 171 | pub fn run(&mut self, fd: RawFd, buf: &mut [u8]) -> nix::Result { Oct 10 14:32:11.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:32:11.949 INFO kablam! Oct 10 14:32:11.949 INFO kablam! warning: struct is never constructed: `Write` Oct 10 14:32:11.949 INFO kablam! --> src/fsbench/operation.rs:192:1 Oct 10 14:32:11.949 INFO kablam! | Oct 10 14:32:11.949 INFO kablam! 192 | pub struct Write { Oct 10 14:32:11.949 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 14:32:11.949 INFO kablam! Oct 10 14:32:11.949 INFO kablam! warning: method is never used: `new` Oct 10 14:32:11.949 INFO kablam! --> src/fsbench/operation.rs:197:5 Oct 10 14:32:11.949 INFO kablam! | Oct 10 14:32:11.949 INFO kablam! 197 | pub fn new() -> Write { Oct 10 14:32:11.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:32:11.949 INFO kablam! Oct 10 14:32:11.949 INFO kablam! warning: method is never used: `run` Oct 10 14:32:11.949 INFO kablam! --> src/fsbench/operation.rs:203:5 Oct 10 14:32:11.949 INFO kablam! | Oct 10 14:32:11.949 INFO kablam! 203 | pub fn run(&mut self, fd: RawFd, buf: &[u8]) -> nix::Result { Oct 10 14:32:11.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:32:11.949 INFO kablam! Oct 10 14:32:11.949 INFO kablam! warning: method is never used: `ops_per_second` Oct 10 14:32:11.949 INFO kablam! --> src/fsbench/statistics.rs:42:5 Oct 10 14:32:11.949 INFO kablam! | Oct 10 14:32:11.949 INFO kablam! 42 | pub fn ops_per_second(&self) -> f64 { Oct 10 14:32:11.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:32:11.949 INFO kablam! Oct 10 14:32:11.949 INFO kablam! warning: the feature `duration_extras` has been stable since 1.27.0 and no longer requires an attribute to enable Oct 10 14:32:11.949 INFO kablam! --> src/main.rs:1:12 Oct 10 14:32:11.949 INFO kablam! | Oct 10 14:32:11.949 INFO kablam! 1 | #![feature(duration_extras)] Oct 10 14:32:11.949 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 14:32:11.949 INFO kablam! | Oct 10 14:32:11.949 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 14:32:11.949 INFO kablam! Oct 10 14:32:12.595 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.78s Oct 10 14:32:12.603 INFO kablam! su: No module specific data is present Oct 10 14:32:13.818 INFO running `"docker" "rm" "-f" "6c8155b575beace2faeb983a092649b7ca120a6bf7dd183f446d50e83ecafa06"` Oct 10 14:32:14.121 INFO blam! 6c8155b575beace2faeb983a092649b7ca120a6bf7dd183f446d50e83ecafa06 Oct 10 14:32:14.133 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 14:32:14.134 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:32:14.559 INFO blam! 31c6bbf6db4f9385529c80341b08d98fedb3f77941c73e9a4f0dec11bbe51253 Oct 10 14:32:14.561 INFO running `"docker" "start" "-a" "31c6bbf6db4f9385529c80341b08d98fedb3f77941c73e9a4f0dec11bbe51253"` Oct 10 14:32:16.168 INFO kablam! usermod: no changes Oct 10 14:32:16.304 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 10 14:32:16.308 INFO kablam! Running /target/debug/deps/fsbench-1e8531628b851b80 Oct 10 14:32:16.309 INFO blam! Oct 10 14:32:16.309 INFO blam! running 0 tests Oct 10 14:32:16.309 INFO blam! Oct 10 14:32:16.309 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:32:16.309 INFO blam! Oct 10 14:32:16.312 INFO kablam! su: No module specific data is present Oct 10 14:32:16.981 INFO running `"docker" "rm" "-f" "31c6bbf6db4f9385529c80341b08d98fedb3f77941c73e9a4f0dec11bbe51253"` Oct 10 14:32:17.244 INFO blam! 31c6bbf6db4f9385529c80341b08d98fedb3f77941c73e9a4f0dec11bbe51253