Oct 13 15:56:51.899 INFO checking dockworker-0.0.6 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 15:56:51.899 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 15:56:52.432 INFO blam! b647da2015c33877e2a95ae7ac04f53b76e4ac9825c3bbea972e59f4043b4df7 Oct 13 15:56:52.434 INFO running `"docker" "start" "-a" "b647da2015c33877e2a95ae7ac04f53b76e4ac9825c3bbea972e59f4043b4df7"` Oct 13 15:56:53.985 INFO kablam! usermod: no changes Oct 13 15:56:54.240 INFO kablam! Checking dockworker v0.0.6 (/source) Oct 13 15:57:00.501 INFO kablam! warning: unused import: `std::sync::Arc` Oct 13 15:57:00.501 INFO kablam! --> src/hyper_client.rs:4:5 Oct 13 15:57:00.501 INFO kablam! | Oct 13 15:57:00.502 INFO kablam! 4 | use std::sync::Arc; Oct 13 15:57:00.502 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 15:57:00.502 INFO kablam! | Oct 13 15:57:00.502 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 15:57:00.503 INFO kablam! Oct 13 15:57:00.777 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 13 15:57:00.777 INFO kablam! --> src/docker.rs:53:20 Oct 13 15:57:00.777 INFO kablam! | Oct 13 15:57:00.778 INFO kablam! 53 | let home = env::home_dir().ok_or_else(|| ErrorKind::NoCertPath)?; Oct 13 15:57:00.778 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 15:57:00.778 INFO kablam! | Oct 13 15:57:00.778 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 15:57:00.779 INFO kablam! Oct 13 15:57:01.852 INFO kablam! warning: unused import: `std::sync::Arc` Oct 13 15:57:01.852 INFO kablam! --> src/hyper_client.rs:4:5 Oct 13 15:57:01.852 INFO kablam! | Oct 13 15:57:01.852 INFO kablam! 4 | use std::sync::Arc; Oct 13 15:57:01.852 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 15:57:01.852 INFO kablam! | Oct 13 15:57:01.852 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 15:57:01.852 INFO kablam! Oct 13 15:57:02.074 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 13 15:57:02.074 INFO kablam! --> src/docker.rs:53:20 Oct 13 15:57:02.075 INFO kablam! | Oct 13 15:57:02.075 INFO kablam! 53 | let home = env::home_dir().ok_or_else(|| ErrorKind::NoCertPath)?; Oct 13 15:57:02.075 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 15:57:02.075 INFO kablam! | Oct 13 15:57:02.075 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 15:57:02.076 INFO kablam! Oct 13 15:57:05.724 INFO kablam! warning: struct is never constructed: `MemoryStream` Oct 13 15:57:05.724 INFO kablam! --> src/util.rs:8:1 Oct 13 15:57:05.724 INFO kablam! | Oct 13 15:57:05.724 INFO kablam! 8 | pub struct MemoryStream { Oct 13 15:57:05.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:57:05.724 INFO kablam! | Oct 13 15:57:05.724 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 15:57:05.724 INFO kablam! Oct 13 15:57:05.724 INFO kablam! warning: method is never used: `with_input` Oct 13 15:57:05.724 INFO kablam! --> src/util.rs:14:5 Oct 13 15:57:05.724 INFO kablam! | Oct 13 15:57:05.725 INFO kablam! 14 | pub fn with_input(input: &[u8]) -> MemoryStream { Oct 13 15:57:05.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:57:05.725 INFO kablam! Oct 13 15:57:05.725 INFO kablam! warning: method is never used: `into_inner` Oct 13 15:57:05.725 INFO kablam! --> src/util.rs:21:5 Oct 13 15:57:05.725 INFO kablam! | Oct 13 15:57:05.725 INFO kablam! 21 | pub fn into_inner(self) -> Vec { Oct 13 15:57:05.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:57:05.725 INFO kablam! Oct 13 15:57:42.337 INFO kablam! warning: use of deprecated item 'dockworker::Docker::containers' Oct 13 15:57:42.337 INFO kablam! --> examples/export.rs:11:37 Oct 13 15:57:42.337 INFO kablam! | Oct 13 15:57:42.338 INFO kablam! 11 | if let Some(container) = docker.containers(opts).unwrap().get(0) { Oct 13 15:57:42.338 INFO kablam! | ^^^^^^^^^^ Oct 13 15:57:42.348 INFO kablam! | Oct 13 15:57:42.349 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 15:57:42.349 INFO kablam! Oct 13 15:57:42.528 INFO kablam! warning: use of deprecated item 'dockworker::Docker::containers' Oct 13 15:57:42.528 INFO kablam! --> examples/filesystem.rs:8:37 Oct 13 15:57:42.528 INFO kablam! | Oct 13 15:57:42.528 INFO kablam! 8 | if let Some(container) = docker.containers(opts).unwrap().get(0) { Oct 13 15:57:42.528 INFO kablam! | ^^^^^^^^^^ Oct 13 15:57:42.528 INFO kablam! | Oct 13 15:57:42.528 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 15:57:42.528 INFO kablam! Oct 13 15:57:44.656 INFO kablam! warning: use of deprecated item 'dockworker::Docker::containers' Oct 13 15:57:44.657 INFO kablam! --> examples/processes.rs:8:37 Oct 13 15:57:44.657 INFO kablam! | Oct 13 15:57:44.657 INFO kablam! 8 | if let Some(container) = docker.containers(opts).unwrap().get(0) { Oct 13 15:57:44.657 INFO kablam! | ^^^^^^^^^^ Oct 13 15:57:44.658 INFO kablam! | Oct 13 15:57:44.658 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 15:57:44.658 INFO kablam! Oct 13 15:57:50.260 INFO kablam! warning: use of deprecated item 'dockworker::Docker::containers' Oct 13 15:57:50.260 INFO kablam! --> examples/findports.rs:9:29 Oct 13 15:57:50.260 INFO kablam! | Oct 13 15:57:50.260 INFO kablam! 9 | let containers = docker.containers(ContainerListOptions::default())?; Oct 13 15:57:50.260 INFO kablam! | ^^^^^^^^^^ Oct 13 15:57:50.260 INFO kablam! | Oct 13 15:57:50.260 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 15:57:50.260 INFO kablam! Oct 13 15:57:51.136 INFO kablam! warning: use of deprecated item 'dockworker::Docker::containers' Oct 13 15:57:51.136 INFO kablam! --> examples/stats.rs:8:37 Oct 13 15:57:51.136 INFO kablam! | Oct 13 15:57:51.136 INFO kablam! 8 | if let Some(container) = docker.containers(opts).unwrap().get(0) { Oct 13 15:57:51.136 INFO kablam! | ^^^^^^^^^^ Oct 13 15:57:51.136 INFO kablam! | Oct 13 15:57:51.136 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 15:57:51.136 INFO kablam! Oct 13 15:57:51.188 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 57.18s Oct 13 15:57:51.233 INFO kablam! su: No module specific data is present Oct 13 15:57:52.219 INFO running `"docker" "rm" "-f" "b647da2015c33877e2a95ae7ac04f53b76e4ac9825c3bbea972e59f4043b4df7"` Oct 13 15:57:52.477 INFO blam! b647da2015c33877e2a95ae7ac04f53b76e4ac9825c3bbea972e59f4043b4df7