Oct 13 01:36:23.770 INFO testing sagebind/winenv against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 01:36:23.772 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 01:36:24.352 INFO blam! f3620c8cb6d6ad7a82fa62f849759247da93f5b4d3291e32a78f084be94249cb Oct 13 01:36:24.352 INFO running `"docker" "start" "-a" "f3620c8cb6d6ad7a82fa62f849759247da93f5b4d3291e32a78f084be94249cb"` Oct 13 01:36:27.063 INFO kablam! usermod: no changes Oct 13 01:36:27.301 INFO kablam! Compiling libz-sys v1.0.18 Oct 13 01:36:27.301 INFO kablam! Compiling backtrace-sys v0.1.23 Oct 13 01:36:27.302 INFO kablam! Compiling curl-sys v0.4.2 Oct 13 01:36:27.302 INFO kablam! Compiling log v0.4.1 Oct 13 01:36:27.302 INFO kablam! Compiling rand v0.4.2 Oct 13 01:36:27.303 INFO kablam! Compiling filetime v0.1.15 Oct 13 01:36:27.303 INFO kablam! Compiling socket2 v0.3.5 Oct 13 01:36:27.303 INFO kablam! Compiling termios v0.2.2 Oct 13 01:36:31.276 INFO kablam! Compiling atty v0.2.8 Oct 13 01:36:31.315 INFO kablam! Compiling xattr v0.2.1 Oct 13 01:36:31.504 INFO kablam! Compiling filetime v0.2.0 Oct 13 01:36:35.637 INFO kablam! Compiling clicolors-control v0.2.0 Oct 13 01:36:35.659 INFO kablam! Compiling ar v0.6.0 Oct 13 01:36:35.660 INFO kablam! Compiling nom v4.0.0 Oct 13 01:36:35.676 INFO kablam! Compiling clogger v0.1.0 Oct 13 01:36:35.807 INFO kablam! Compiling lzma-sys v0.1.9 Oct 13 01:36:38.383 INFO kablam! Compiling clap v2.31.2 Oct 13 01:36:38.396 INFO kablam! Compiling http v0.1.5 Oct 13 01:36:38.535 INFO kablam! Compiling tar v0.4.15 Oct 13 01:36:42.304 INFO kablam! Compiling toml v0.4.6 Oct 13 01:36:45.331 INFO kablam! Compiling parking_lot_core v0.2.14 Oct 13 01:36:47.317 INFO kablam! Compiling backtrace v0.3.9 Oct 13 01:36:57.832 INFO kablam! Compiling xz2 v0.1.4 Oct 13 01:36:57.979 INFO kablam! Compiling curl v0.4.12 Oct 13 01:36:57.980 INFO kablam! Compiling parking_lot v0.5.5 Oct 13 01:36:58.087 INFO kablam! Compiling failure v0.1.1 Oct 13 01:37:06.260 INFO kablam! Compiling console v0.6.1 Oct 13 01:37:06.773 INFO kablam! Compiling config v0.9.0 Oct 13 01:37:14.553 INFO kablam! Compiling indicatif v0.9.0 Oct 13 01:37:32.623 INFO kablam! Compiling chttp v0.1.4 Oct 13 01:37:35.748 INFO kablam! Compiling structopt v0.2.7 Oct 13 01:37:37.591 INFO kablam! Compiling winenv v0.1.0 (/source) Oct 13 01:37:39.138 INFO kablam! warning: unused `#[macro_use]` import Oct 13 01:37:39.138 INFO kablam! --> src/main.rs:13:1 Oct 13 01:37:39.138 INFO kablam! | Oct 13 01:37:39.138 INFO kablam! 13 | #[macro_use] Oct 13 01:37:39.138 INFO kablam! | ^^^^^^^^^^^^ Oct 13 01:37:39.140 INFO kablam! | Oct 13 01:37:39.140 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:37:39.140 INFO kablam! Oct 13 01:37:39.140 INFO kablam! warning: unused imports: `Config`, `self` Oct 13 01:37:39.140 INFO kablam! --> src/prefix.rs:2:14 Oct 13 01:37:39.140 INFO kablam! | Oct 13 01:37:39.140 INFO kablam! 2 | use config::{self, Config}; Oct 13 01:37:39.140 INFO kablam! | ^^^^ ^^^^^^ Oct 13 01:37:39.140 INFO kablam! Oct 13 01:37:39.535 INFO kablam! warning: variable does not need to be mutable Oct 13 01:37:39.535 INFO kablam! --> src/install.rs:95:9 Oct 13 01:37:39.535 INFO kablam! | Oct 13 01:37:39.535 INFO kablam! 95 | let mut spinner = indicatif::ProgressBar::new_spinner(); Oct 13 01:37:39.535 INFO kablam! | ----^^^^^^^ Oct 13 01:37:39.535 INFO kablam! | | Oct 13 01:37:39.535 INFO kablam! | help: remove this `mut` Oct 13 01:37:39.535 INFO kablam! | Oct 13 01:37:39.535 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:37:39.535 INFO kablam! Oct 13 01:37:39.587 INFO kablam! warning: function is never used: `downloads_dir` Oct 13 01:37:39.587 INFO kablam! --> src/paths.rs:29:1 Oct 13 01:37:39.587 INFO kablam! | Oct 13 01:37:39.587 INFO kablam! 29 | pub fn downloads_dir() -> PathBuf { Oct 13 01:37:39.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:37:39.587 INFO kablam! | Oct 13 01:37:39.587 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:37:39.587 INFO kablam! Oct 13 01:37:44.386 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 17s Oct 13 01:37:44.399 INFO kablam! su: No module specific data is present Oct 13 01:37:46.116 INFO running `"docker" "rm" "-f" "f3620c8cb6d6ad7a82fa62f849759247da93f5b4d3291e32a78f084be94249cb"` Oct 13 01:37:46.444 INFO blam! f3620c8cb6d6ad7a82fa62f849759247da93f5b4d3291e32a78f084be94249cb Oct 13 01:37:46.452 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 01:37:47.060 INFO blam! 92e40a4964a653f700923f2a84bb16947b9350a1e920c871c91d634ee00eb2ca Oct 13 01:37:47.062 INFO running `"docker" "start" "-a" "92e40a4964a653f700923f2a84bb16947b9350a1e920c871c91d634ee00eb2ca"` Oct 13 01:37:48.382 INFO kablam! usermod: no changes Oct 13 01:37:48.587 INFO kablam! Compiling winenv v0.1.0 (/source) Oct 13 01:37:49.695 INFO kablam! warning: unused `#[macro_use]` import Oct 13 01:37:49.695 INFO kablam! --> src/main.rs:13:1 Oct 13 01:37:49.695 INFO kablam! | Oct 13 01:37:49.695 INFO kablam! 13 | #[macro_use] Oct 13 01:37:49.695 INFO kablam! | ^^^^^^^^^^^^ Oct 13 01:37:49.695 INFO kablam! | Oct 13 01:37:49.695 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 01:37:49.695 INFO kablam! Oct 13 01:37:49.695 INFO kablam! warning: unused imports: `Config`, `self` Oct 13 01:37:49.695 INFO kablam! --> src/prefix.rs:2:14 Oct 13 01:37:49.695 INFO kablam! | Oct 13 01:37:49.695 INFO kablam! 2 | use config::{self, Config}; Oct 13 01:37:49.695 INFO kablam! | ^^^^ ^^^^^^ Oct 13 01:37:49.695 INFO kablam! Oct 13 01:37:50.025 INFO kablam! warning: variable does not need to be mutable Oct 13 01:37:50.025 INFO kablam! --> src/install.rs:95:9 Oct 13 01:37:50.026 INFO kablam! | Oct 13 01:37:50.026 INFO kablam! 95 | let mut spinner = indicatif::ProgressBar::new_spinner(); Oct 13 01:37:50.026 INFO kablam! | ----^^^^^^^ Oct 13 01:37:50.026 INFO kablam! | | Oct 13 01:37:50.027 INFO kablam! | help: remove this `mut` Oct 13 01:37:50.027 INFO kablam! | Oct 13 01:37:50.027 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:37:50.027 INFO kablam! Oct 13 01:37:50.067 INFO kablam! warning: function is never used: `downloads_dir` Oct 13 01:37:50.067 INFO kablam! --> src/paths.rs:29:1 Oct 13 01:37:50.068 INFO kablam! | Oct 13 01:37:50.068 INFO kablam! 29 | pub fn downloads_dir() -> PathBuf { Oct 13 01:37:50.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:37:50.068 INFO kablam! | Oct 13 01:37:50.069 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:37:50.069 INFO kablam! Oct 13 01:37:50.719 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.30s Oct 13 01:37:50.736 INFO kablam! su: No module specific data is present Oct 13 01:37:51.794 INFO running `"docker" "rm" "-f" "92e40a4964a653f700923f2a84bb16947b9350a1e920c871c91d634ee00eb2ca"` Oct 13 01:37:52.090 INFO blam! 92e40a4964a653f700923f2a84bb16947b9350a1e920c871c91d634ee00eb2ca Oct 13 01:37:52.097 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 01:37:52.636 INFO blam! 4fb0216f6a1473ef67b71a89ccb779ab0820aedafcf430b5922889bc8cd11d78 Oct 13 01:37:52.638 INFO running `"docker" "start" "-a" "4fb0216f6a1473ef67b71a89ccb779ab0820aedafcf430b5922889bc8cd11d78"` Oct 13 01:37:54.535 INFO kablam! usermod: no changes Oct 13 01:37:54.723 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 13 01:37:54.729 INFO kablam! Running /target/debug/deps/winenv-fe8b5db72ce2b9a1 Oct 13 01:37:54.736 INFO blam! Oct 13 01:37:54.736 INFO blam! running 0 tests Oct 13 01:37:54.736 INFO blam! Oct 13 01:37:54.736 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:37:54.736 INFO blam! Oct 13 01:37:54.740 INFO kablam! su: No module specific data is present Oct 13 01:37:55.685 INFO running `"docker" "rm" "-f" "4fb0216f6a1473ef67b71a89ccb779ab0820aedafcf430b5922889bc8cd11d78"` Oct 13 01:37:56.011 INFO blam! 4fb0216f6a1473ef67b71a89ccb779ab0820aedafcf430b5922889bc8cd11d78