Oct 10 15:31:09.255 INFO testing sagebind/winenv against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:31:09.255 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:31:09.257 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 15:31:09.671 INFO blam! 16cde870c29257ffe96279d556e008fc10233d2cba28d0b1e1c53e324708edaf Oct 10 15:31:09.681 INFO running `"docker" "start" "-a" "16cde870c29257ffe96279d556e008fc10233d2cba28d0b1e1c53e324708edaf"` Oct 10 15:31:10.924 INFO kablam! usermod: no changes Oct 10 15:31:11.212 INFO kablam! Compiling ringtail v0.1.1 Oct 10 15:31:11.216 INFO kablam! Compiling backtrace-sys v0.1.23 Oct 10 15:31:11.216 INFO kablam! Compiling libz-sys v1.0.18 Oct 10 15:31:11.217 INFO kablam! Compiling curl-sys v0.4.2 Oct 10 15:31:11.217 INFO kablam! Compiling log v0.4.1 Oct 10 15:31:11.223 INFO kablam! Compiling rand v0.4.2 Oct 10 15:31:11.223 INFO kablam! Compiling filetime v0.1.15 Oct 10 15:31:11.237 INFO kablam! Compiling socket2 v0.3.5 Oct 10 15:31:16.068 INFO kablam! Compiling filetime v0.2.0 Oct 10 15:31:16.068 INFO kablam! Compiling xattr v0.2.1 Oct 10 15:31:16.068 INFO kablam! Compiling ar v0.6.0 Oct 10 15:31:16.105 INFO kablam! Compiling nom v4.0.0 Oct 10 15:31:17.328 INFO kablam! Compiling clogger v0.1.0 Oct 10 15:31:17.928 INFO kablam! Compiling lzma-sys v0.1.9 Oct 10 15:31:20.581 INFO kablam! Compiling http v0.1.5 Oct 10 15:31:21.265 INFO kablam! Compiling tar v0.4.15 Oct 10 15:31:21.326 INFO kablam! Compiling structopt v0.2.7 Oct 10 15:31:21.430 INFO kablam! Compiling parking_lot_core v0.2.14 Oct 10 15:31:26.356 INFO kablam! Compiling backtrace v0.3.9 Oct 10 15:31:26.509 INFO kablam! Compiling parking_lot v0.5.5 Oct 10 15:31:26.547 INFO kablam! Compiling config v0.9.0 Oct 10 15:31:28.628 INFO kablam! Compiling curl v0.4.12 Oct 10 15:31:28.896 INFO kablam! Compiling xz2 v0.1.4 Oct 10 15:31:34.116 INFO kablam! Compiling failure v0.1.1 Oct 10 15:31:34.121 INFO kablam! Compiling console v0.6.1 Oct 10 15:31:40.009 INFO kablam! Compiling indicatif v0.9.0 Oct 10 15:31:42.695 INFO kablam! Compiling chttp v0.1.4 Oct 10 15:31:45.952 INFO kablam! Compiling winenv v0.1.0 (/source) Oct 10 15:31:49.196 INFO kablam! warning: unused `#[macro_use]` import Oct 10 15:31:49.196 INFO kablam! --> src/main.rs:13:1 Oct 10 15:31:49.196 INFO kablam! | Oct 10 15:31:49.196 INFO kablam! 13 | #[macro_use] Oct 10 15:31:49.196 INFO kablam! | ^^^^^^^^^^^^ Oct 10 15:31:49.196 INFO kablam! | Oct 10 15:31:49.196 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:31:49.196 INFO kablam! Oct 10 15:31:49.196 INFO kablam! warning: unused imports: `Config`, `self` Oct 10 15:31:49.196 INFO kablam! --> src/prefix.rs:2:14 Oct 10 15:31:49.196 INFO kablam! | Oct 10 15:31:49.196 INFO kablam! 2 | use config::{self, Config}; Oct 10 15:31:49.196 INFO kablam! | ^^^^ ^^^^^^ Oct 10 15:31:49.196 INFO kablam! Oct 10 15:31:49.576 INFO kablam! warning: variable does not need to be mutable Oct 10 15:31:49.576 INFO kablam! --> src/install.rs:95:9 Oct 10 15:31:49.576 INFO kablam! | Oct 10 15:31:49.576 INFO kablam! 95 | let mut spinner = indicatif::ProgressBar::new_spinner(); Oct 10 15:31:49.576 INFO kablam! | ----^^^^^^^ Oct 10 15:31:49.576 INFO kablam! | | Oct 10 15:31:49.576 INFO kablam! | help: remove this `mut` Oct 10 15:31:49.576 INFO kablam! | Oct 10 15:31:49.576 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 15:31:49.576 INFO kablam! Oct 10 15:31:49.608 INFO kablam! warning: function is never used: `downloads_dir` Oct 10 15:31:49.608 INFO kablam! --> src/paths.rs:29:1 Oct 10 15:31:49.608 INFO kablam! | Oct 10 15:31:49.608 INFO kablam! 29 | pub fn downloads_dir() -> PathBuf { Oct 10 15:31:49.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:31:49.608 INFO kablam! | Oct 10 15:31:49.608 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:31:49.608 INFO kablam! Oct 10 15:31:54.759 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 43.79s Oct 10 15:31:54.764 INFO kablam! su: No module specific data is present Oct 10 15:31:55.373 INFO running `"docker" "rm" "-f" "16cde870c29257ffe96279d556e008fc10233d2cba28d0b1e1c53e324708edaf"` Oct 10 15:31:55.634 INFO blam! 16cde870c29257ffe96279d556e008fc10233d2cba28d0b1e1c53e324708edaf Oct 10 15:31:55.634 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:31:55.636 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 15:31:56.003 INFO blam! c0730084766bc725e46bafd624939be1edab01b6bdb04e9b62ebfe72b29087d3 Oct 10 15:31:56.016 INFO running `"docker" "start" "-a" "c0730084766bc725e46bafd624939be1edab01b6bdb04e9b62ebfe72b29087d3"` Oct 10 15:31:56.901 INFO kablam! usermod: no changes Oct 10 15:31:57.054 INFO kablam! Compiling winenv v0.1.0 (/source) Oct 10 15:32:00.404 INFO kablam! warning: unused `#[macro_use]` import Oct 10 15:32:00.404 INFO kablam! --> src/main.rs:13:1 Oct 10 15:32:00.404 INFO kablam! | Oct 10 15:32:00.404 INFO kablam! 13 | #[macro_use] Oct 10 15:32:00.404 INFO kablam! | ^^^^^^^^^^^^ Oct 10 15:32:00.404 INFO kablam! | Oct 10 15:32:00.404 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:32:00.404 INFO kablam! Oct 10 15:32:00.404 INFO kablam! warning: unused imports: `Config`, `self` Oct 10 15:32:00.404 INFO kablam! --> src/prefix.rs:2:14 Oct 10 15:32:00.404 INFO kablam! | Oct 10 15:32:00.404 INFO kablam! 2 | use config::{self, Config}; Oct 10 15:32:00.404 INFO kablam! | ^^^^ ^^^^^^ Oct 10 15:32:00.404 INFO kablam! Oct 10 15:32:00.776 INFO kablam! warning: variable does not need to be mutable Oct 10 15:32:00.776 INFO kablam! --> src/install.rs:95:9 Oct 10 15:32:00.776 INFO kablam! | Oct 10 15:32:00.776 INFO kablam! 95 | let mut spinner = indicatif::ProgressBar::new_spinner(); Oct 10 15:32:00.776 INFO kablam! | ----^^^^^^^ Oct 10 15:32:00.776 INFO kablam! | | Oct 10 15:32:00.776 INFO kablam! | help: remove this `mut` Oct 10 15:32:00.776 INFO kablam! | Oct 10 15:32:00.776 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 15:32:00.776 INFO kablam! Oct 10 15:32:00.820 INFO kablam! warning: function is never used: `downloads_dir` Oct 10 15:32:00.820 INFO kablam! --> src/paths.rs:29:1 Oct 10 15:32:00.820 INFO kablam! | Oct 10 15:32:00.820 INFO kablam! 29 | pub fn downloads_dir() -> PathBuf { Oct 10 15:32:00.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:32:00.820 INFO kablam! | Oct 10 15:32:00.820 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:32:00.820 INFO kablam! Oct 10 15:32:01.482 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.56s Oct 10 15:32:01.492 INFO kablam! su: No module specific data is present Oct 10 15:32:01.982 INFO running `"docker" "rm" "-f" "c0730084766bc725e46bafd624939be1edab01b6bdb04e9b62ebfe72b29087d3"` Oct 10 15:32:02.248 INFO blam! c0730084766bc725e46bafd624939be1edab01b6bdb04e9b62ebfe72b29087d3 Oct 10 15:32:02.250 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:32:02.250 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 15:32:02.676 INFO blam! 8a6dc2c6bc306f1906a1b83bef79102488400c0c4e5eebe783bcb45f570dffe4 Oct 10 15:32:02.683 INFO running `"docker" "start" "-a" "8a6dc2c6bc306f1906a1b83bef79102488400c0c4e5eebe783bcb45f570dffe4"` Oct 10 15:32:03.524 INFO kablam! usermod: no changes Oct 10 15:32:03.654 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 10 15:32:03.670 INFO kablam! Running /target/debug/deps/winenv-fe8b5db72ce2b9a1 Oct 10 15:32:03.672 INFO blam! Oct 10 15:32:03.672 INFO blam! running 0 tests Oct 10 15:32:03.673 INFO blam! Oct 10 15:32:03.673 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:32:03.673 INFO blam! Oct 10 15:32:03.676 INFO kablam! su: No module specific data is present Oct 10 15:32:04.022 INFO running `"docker" "rm" "-f" "8a6dc2c6bc306f1906a1b83bef79102488400c0c4e5eebe783bcb45f570dffe4"` Oct 10 15:32:04.209 INFO blam! 8a6dc2c6bc306f1906a1b83bef79102488400c0c4e5eebe783bcb45f570dffe4