Oct 27 06:54:46.876 INFO checking chamakits/bigdumbstore against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 06:54:46.876 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 27 06:54:47.240 INFO blam! 06a980ecf4cbf1db6e67f29e5caaa9d26024c4c5738c6d4149f04d50edf0559b Oct 27 06:54:47.267 INFO running `"docker" "start" "-a" "06a980ecf4cbf1db6e67f29e5caaa9d26024c4c5738c6d4149f04d50edf0559b"` Oct 27 06:54:48.548 INFO kablam! usermod: no changes Oct 27 06:54:48.587 INFO kablam! warning: profile `doc` is deprecated and has no effect Oct 27 06:54:48.643 INFO kablam! Compiling winapi-build v0.1.1 Oct 27 06:54:48.646 INFO kablam! Checking winapi v0.2.4 Oct 27 06:54:48.659 INFO kablam! Checking libc v0.2.16 Oct 27 06:54:48.661 INFO kablam! Checking libc v0.1.10 Oct 27 06:54:48.662 INFO kablam! Checking utf8-ranges v0.1.3 Oct 27 06:54:48.662 INFO kablam! Checking regex-syntax v0.3.5 Oct 27 06:54:48.662 INFO kablam! Checking bit-vec v0.4.2 Oct 27 06:54:52.183 INFO kablam! Checking log v0.3.2 Oct 27 06:54:52.443 INFO kablam! Checking memchr v0.1.11 Oct 27 06:54:52.660 INFO kablam! Compiling kernel32-sys v0.2.1 Oct 27 06:54:52.660 INFO kablam! Compiling advapi32-sys v0.1.2 Oct 27 06:54:54.011 INFO kablam! Checking aho-corasick v0.5.3 Oct 27 06:54:55.779 INFO kablam! Checking rand v0.3.11 Oct 27 06:54:55.867 INFO kablam! Checking thread-id v2.0.0 Oct 27 06:54:56.355 INFO kablam! Checking thread_local v0.2.7 Oct 27 06:54:57.003 INFO kablam! Checking regex v0.1.77 Oct 27 06:54:57.415 INFO kablam! Checking tempdir v0.3.4 Oct 27 06:54:59.214 INFO kablam! Checking env_logger v0.3.5 Oct 27 06:54:59.996 INFO kablam! Checking bigdumbstore v0.0.1 (/source) Oct 27 06:55:01.191 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 27 06:55:01.191 INFO kablam! --> src/bds/runner/mod.rs:111:20 Oct 27 06:55:01.191 INFO kablam! | Oct 27 06:55:01.191 INFO kablam! 111 | env::home_dir().unwrap().join(Path::new(rest_of_path))); Oct 27 06:55:01.191 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 06:55:01.191 INFO kablam! | Oct 27 06:55:01.191 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 06:55:01.191 INFO kablam! Oct 27 06:55:01.191 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 27 06:55:01.191 INFO kablam! --> src/bds/runner/mod.rs:112:13 Oct 27 06:55:01.191 INFO kablam! | Oct 27 06:55:01.191 INFO kablam! 112 | env::home_dir().unwrap().join(Path::new(rest_of_path)) Oct 27 06:55:01.191 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 06:55:01.191 INFO kablam! Oct 27 06:55:01.414 INFO kablam! warning: variable does not need to be mutable Oct 27 06:55:01.414 INFO kablam! --> src/bds/file/mod.rs:226:13 Oct 27 06:55:01.414 INFO kablam! | Oct 27 06:55:01.414 INFO kablam! 226 | let mut string_in = &mut String::with_capacity(BUFF_SIZE); Oct 27 06:55:01.414 INFO kablam! | ----^^^^^^^^^ Oct 27 06:55:01.414 INFO kablam! | | Oct 27 06:55:01.414 INFO kablam! | help: remove this `mut` Oct 27 06:55:01.414 INFO kablam! | Oct 27 06:55:01.414 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 06:55:01.414 INFO kablam! Oct 27 06:55:01.435 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 27 06:55:01.436 INFO kablam! --> src/bds/runner/mod.rs:111:20 Oct 27 06:55:01.436 INFO kablam! | Oct 27 06:55:01.436 INFO kablam! 111 | env::home_dir().unwrap().join(Path::new(rest_of_path))); Oct 27 06:55:01.436 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 06:55:01.437 INFO kablam! | Oct 27 06:55:01.437 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 06:55:01.437 INFO kablam! Oct 27 06:55:01.437 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 27 06:55:01.438 INFO kablam! --> src/bds/runner/mod.rs:112:13 Oct 27 06:55:01.438 INFO kablam! | Oct 27 06:55:01.438 INFO kablam! 112 | env::home_dir().unwrap().join(Path::new(rest_of_path)) Oct 27 06:55:01.438 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 06:55:01.439 INFO kablam! Oct 27 06:55:01.864 INFO kablam! warning: variable does not need to be mutable Oct 27 06:55:01.864 INFO kablam! --> src/bds/file/mod.rs:226:13 Oct 27 06:55:01.864 INFO kablam! | Oct 27 06:55:01.864 INFO kablam! 226 | let mut string_in = &mut String::with_capacity(BUFF_SIZE); Oct 27 06:55:01.864 INFO kablam! | ----^^^^^^^^^ Oct 27 06:55:01.864 INFO kablam! | | Oct 27 06:55:01.864 INFO kablam! | help: remove this `mut` Oct 27 06:55:01.864 INFO kablam! | Oct 27 06:55:01.864 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 06:55:01.864 INFO kablam! Oct 27 06:55:02.007 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.44s Oct 27 06:55:02.013 INFO kablam! su: No module specific data is present Oct 27 06:55:02.898 INFO running `"docker" "rm" "-f" "06a980ecf4cbf1db6e67f29e5caaa9d26024c4c5738c6d4149f04d50edf0559b"` Oct 27 06:55:03.211 INFO blam! 06a980ecf4cbf1db6e67f29e5caaa9d26024c4c5738c6d4149f04d50edf0559b