Oct 15 07:19:52.568 INFO testing Richterrettich/ca against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 07:19:52.568 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 07:19:52.743 INFO blam! b6add3216724df218e70ff3f3137642d3ef3aff309539c554e8df6351ace920e Oct 15 07:19:52.749 INFO running `"docker" "start" "-a" "b6add3216724df218e70ff3f3137642d3ef3aff309539c554e8df6351ace920e"` Oct 15 07:19:53.223 INFO kablam! usermod: no changes Oct 15 07:19:53.335 INFO kablam! Compiling openssl-sys v0.9.30 Oct 15 07:19:53.335 INFO kablam! Compiling xattr v0.2.1 Oct 15 07:19:53.335 INFO kablam! Compiling filetime v0.2.0 Oct 15 07:19:54.247 INFO kablam! Compiling tar v0.4.15 Oct 15 07:19:55.377 INFO kablam! Compiling openssl v0.10.7 Oct 15 07:20:01.396 INFO kablam! Compiling ca v0.1.0 (/source) Oct 15 07:20:03.327 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 15 07:20:03.327 INFO kablam! --> src/bin/ca.rs:236:15 Oct 15 07:20:03.327 INFO kablam! | Oct 15 07:20:03.327 INFO kablam! 236 | match env::home_dir() { Oct 15 07:20:03.327 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 07:20:03.327 INFO kablam! | Oct 15 07:20:03.327 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 07:20:03.327 INFO kablam! Oct 15 07:20:03.467 INFO kablam! warning: variable does not need to be mutable Oct 15 07:20:03.467 INFO kablam! --> src/bin/ca.rs:385:5 Oct 15 07:20:03.467 INFO kablam! | Oct 15 07:20:03.467 INFO kablam! 385 | mut dir: std::path::PathBuf, Oct 15 07:20:03.467 INFO kablam! | ----^^^ Oct 15 07:20:03.467 INFO kablam! | | Oct 15 07:20:03.467 INFO kablam! | help: remove this `mut` Oct 15 07:20:03.467 INFO kablam! | Oct 15 07:20:03.467 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:20:03.467 INFO kablam! Oct 15 07:20:05.126 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.88s Oct 15 07:20:05.132 INFO kablam! su: No module specific data is present Oct 15 07:20:05.603 INFO running `"docker" "rm" "-f" "b6add3216724df218e70ff3f3137642d3ef3aff309539c554e8df6351ace920e"` Oct 15 07:20:05.810 INFO blam! b6add3216724df218e70ff3f3137642d3ef3aff309539c554e8df6351ace920e Oct 15 07:20:05.822 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 07:20:06.113 INFO blam! 47866ac5ae0049335b295733f73b839f9d69d99f4774907347b416c1476a1dbd Oct 15 07:20:06.115 INFO running `"docker" "start" "-a" "47866ac5ae0049335b295733f73b839f9d69d99f4774907347b416c1476a1dbd"` Oct 15 07:20:06.714 INFO kablam! usermod: no changes Oct 15 07:20:06.785 INFO kablam! Compiling ca v0.1.0 (/source) Oct 15 07:20:08.891 INFO kablam! warning: unused variable: `output` Oct 15 07:20:08.891 INFO kablam! --> tests/binary_tests.rs:132:9 Oct 15 07:20:08.891 INFO kablam! | Oct 15 07:20:08.891 INFO kablam! 132 | let output = run( Oct 15 07:20:08.891 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 15 07:20:08.891 INFO kablam! | Oct 15 07:20:08.891 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:20:08.891 INFO kablam! Oct 15 07:20:08.891 INFO kablam! warning: unused variable: `output` Oct 15 07:20:08.891 INFO kablam! --> tests/binary_tests.rs:142:5 Oct 15 07:20:08.891 INFO kablam! | Oct 15 07:20:08.891 INFO kablam! 142 | let output = run( Oct 15 07:20:08.891 INFO kablam! | ^^^^^^ help: consider using `_output` instead Oct 15 07:20:08.891 INFO kablam! Oct 15 07:20:08.909 INFO kablam! warning: variable does not need to be mutable Oct 15 07:20:08.909 INFO kablam! --> tests/binary_tests.rs:164:9 Oct 15 07:20:08.909 INFO kablam! | Oct 15 07:20:08.909 INFO kablam! 164 | let mut output = cmd.output().expect("unable to run ca command"); Oct 15 07:20:08.909 INFO kablam! | ----^^^^^^ Oct 15 07:20:08.909 INFO kablam! | | Oct 15 07:20:08.909 INFO kablam! | help: remove this `mut` Oct 15 07:20:08.909 INFO kablam! | Oct 15 07:20:08.914 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:20:08.914 INFO kablam! Oct 15 07:20:08.923 INFO kablam! warning: function is never used: `cleanup` Oct 15 07:20:08.927 INFO kablam! --> tests/binary_tests.rs:151:1 Oct 15 07:20:08.927 INFO kablam! | Oct 15 07:20:08.927 INFO kablam! 151 | fn cleanup(_d: TempDir) {} Oct 15 07:20:08.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:20:08.927 INFO kablam! | Oct 15 07:20:08.927 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:20:08.927 INFO kablam! Oct 15 07:20:09.751 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 15 07:20:09.751 INFO kablam! --> src/bin/ca.rs:236:15 Oct 15 07:20:09.751 INFO kablam! | Oct 15 07:20:09.751 INFO kablam! 236 | match env::home_dir() { Oct 15 07:20:09.751 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 07:20:09.751 INFO kablam! | Oct 15 07:20:09.751 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 07:20:09.751 INFO kablam! Oct 15 07:20:10.235 INFO kablam! warning: variable does not need to be mutable Oct 15 07:20:10.235 INFO kablam! --> src/bin/ca.rs:385:5 Oct 15 07:20:10.235 INFO kablam! | Oct 15 07:20:10.235 INFO kablam! 385 | mut dir: std::path::PathBuf, Oct 15 07:20:10.235 INFO kablam! | ----^^^ Oct 15 07:20:10.235 INFO kablam! | | Oct 15 07:20:10.235 INFO kablam! | help: remove this `mut` Oct 15 07:20:10.235 INFO kablam! | Oct 15 07:20:10.235 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:20:10.235 INFO kablam! Oct 15 07:20:11.543 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.81s Oct 15 07:20:11.549 INFO kablam! su: No module specific data is present Oct 15 07:20:11.826 INFO running `"docker" "rm" "-f" "47866ac5ae0049335b295733f73b839f9d69d99f4774907347b416c1476a1dbd"` Oct 15 07:20:11.882 INFO blam! 47866ac5ae0049335b295733f73b839f9d69d99f4774907347b416c1476a1dbd