Oct 11 13:48:44.276 INFO testing release-0.8.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 13:48:44.276 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 13:48:44.276 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 11 13:48:44.456 INFO blam! 70823cf6c71d41385e518e601585e611c3d1984f93d9cd1f8801bcb0b1903e53 Oct 11 13:48:44.457 INFO running `"docker" "start" "-a" "70823cf6c71d41385e518e601585e611c3d1984f93d9cd1f8801bcb0b1903e53"` Oct 11 13:48:44.789 INFO kablam! usermod: no changes Oct 11 13:48:44.881 INFO kablam! Compiling libgit2-sys v0.6.19 Oct 11 13:48:46.178 INFO kablam! Compiling git2 v0.6.11 Oct 11 13:48:53.173 INFO kablam! Compiling release v0.8.1 (/source) Oct 11 13:48:55.242 INFO kablam! warning: unused import: `std::env::current_dir` Oct 11 13:48:55.242 INFO kablam! --> src/tags.rs:4:5 Oct 11 13:48:55.242 INFO kablam! | Oct 11 13:48:55.242 INFO kablam! 4 | use std::env::current_dir; Oct 11 13:48:55.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:48:55.242 INFO kablam! | Oct 11 13:48:55.242 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 13:48:55.242 INFO kablam! Oct 11 13:48:55.360 INFO kablam! warning: unused variable: `E` Oct 11 13:48:55.360 INFO kablam! --> src/main.rs:27:17 Oct 11 13:48:55.360 INFO kablam! | Oct 11 13:48:55.360 INFO kablam! 27 | Err(E) => { Oct 11 13:48:55.360 INFO kablam! | ^ help: consider using `_E` instead Oct 11 13:48:55.360 INFO kablam! | Oct 11 13:48:55.360 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 13:48:55.360 INFO kablam! Oct 11 13:48:55.377 INFO kablam! warning: variable does not need to be mutable Oct 11 13:48:55.377 INFO kablam! --> src/tags.rs:48:13 Oct 11 13:48:55.377 INFO kablam! | Oct 11 13:48:55.377 INFO kablam! 48 | let mut versions = self.get_tags().versions(); Oct 11 13:48:55.377 INFO kablam! | ----^^^^^^^^ Oct 11 13:48:55.377 INFO kablam! | | Oct 11 13:48:55.377 INFO kablam! | help: remove this `mut` Oct 11 13:48:55.377 INFO kablam! | Oct 11 13:48:55.377 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 13:48:55.377 INFO kablam! Oct 11 13:48:55.379 INFO kablam! warning: variable does not need to be mutable Oct 11 13:48:55.379 INFO kablam! --> src/tags.rs:84:13 Oct 11 13:48:55.379 INFO kablam! | Oct 11 13:48:55.379 INFO kablam! 84 | let mut val; Oct 11 13:48:55.379 INFO kablam! | ----^^^ Oct 11 13:48:55.379 INFO kablam! | | Oct 11 13:48:55.379 INFO kablam! | help: remove this `mut` Oct 11 13:48:55.379 INFO kablam! Oct 11 13:48:55.380 INFO kablam! warning: variable does not need to be mutable Oct 11 13:48:55.380 INFO kablam! --> src/tags.rs:97:13 Oct 11 13:48:55.380 INFO kablam! | Oct 11 13:48:55.380 INFO kablam! 97 | let mut obj; Oct 11 13:48:55.380 INFO kablam! | ----^^^ Oct 11 13:48:55.380 INFO kablam! | | Oct 11 13:48:55.380 INFO kablam! | help: remove this `mut` Oct 11 13:48:55.380 INFO kablam! Oct 11 13:48:55.381 INFO kablam! warning: method is never used: `iter` Oct 11 13:48:55.381 INFO kablam! --> src/tags.rs:105:5 Oct 11 13:48:55.381 INFO kablam! | Oct 11 13:48:55.381 INFO kablam! 105 | pub fn iter(&self) -> Iter{ Oct 11 13:48:55.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:48:55.381 INFO kablam! | Oct 11 13:48:55.381 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 13:48:55.381 INFO kablam! Oct 11 13:48:55.383 INFO kablam! warning: variable `E` should have a snake case name such as `e` Oct 11 13:48:55.383 INFO kablam! --> src/tags.rs:79:17 Oct 11 13:48:55.383 INFO kablam! | Oct 11 13:48:55.383 INFO kablam! 79 | Err(E) => Err(E) Oct 11 13:48:55.383 INFO kablam! | ^ Oct 11 13:48:55.383 INFO kablam! | Oct 11 13:48:55.384 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 13:48:55.384 INFO kablam! Oct 11 13:48:55.384 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 13:48:55.384 INFO kablam! --> src/main.rs:25:17 Oct 11 13:48:55.385 INFO kablam! | Oct 11 13:48:55.385 INFO kablam! 25 | release.make_release(vtype); Oct 11 13:48:55.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:48:55.385 INFO kablam! | Oct 11 13:48:55.385 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 13:48:55.385 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 13:48:55.385 INFO kablam! Oct 11 13:48:55.385 INFO kablam! warning: variable `E` should have a snake case name such as `e` Oct 11 13:48:55.385 INFO kablam! --> src/main.rs:27:17 Oct 11 13:48:55.385 INFO kablam! | Oct 11 13:48:55.385 INFO kablam! 27 | Err(E) => { Oct 11 13:48:55.385 INFO kablam! | ^ Oct 11 13:48:55.385 INFO kablam! Oct 11 13:48:57.490 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.68s Oct 11 13:48:57.495 INFO kablam! su: No module specific data is present Oct 11 13:48:57.838 INFO running `"docker" "rm" "-f" "70823cf6c71d41385e518e601585e611c3d1984f93d9cd1f8801bcb0b1903e53"` Oct 11 13:48:58.058 INFO blam! 70823cf6c71d41385e518e601585e611c3d1984f93d9cd1f8801bcb0b1903e53 Oct 11 13:48:58.062 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 13:48:58.062 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 11 13:48:58.276 INFO blam! b82637a06b1e731b12e86c1bab06138f7b3e68924f362bac5899da4cd2a0a764 Oct 11 13:48:58.276 INFO running `"docker" "start" "-a" "b82637a06b1e731b12e86c1bab06138f7b3e68924f362bac5899da4cd2a0a764"` Oct 11 13:48:58.691 INFO kablam! usermod: no changes Oct 11 13:48:58.773 INFO kablam! Compiling release v0.8.1 (/source) Oct 11 13:49:01.092 INFO kablam! warning: unused import: `std::env::current_dir` Oct 11 13:49:01.093 INFO kablam! --> src/tags.rs:4:5 Oct 11 13:49:01.093 INFO kablam! | Oct 11 13:49:01.093 INFO kablam! 4 | use std::env::current_dir; Oct 11 13:49:01.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:49:01.093 INFO kablam! | Oct 11 13:49:01.093 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 13:49:01.093 INFO kablam! Oct 11 13:49:01.211 INFO kablam! warning: unused variable: `E` Oct 11 13:49:01.211 INFO kablam! --> src/main.rs:27:17 Oct 11 13:49:01.211 INFO kablam! | Oct 11 13:49:01.211 INFO kablam! 27 | Err(E) => { Oct 11 13:49:01.211 INFO kablam! | ^ help: consider using `_E` instead Oct 11 13:49:01.211 INFO kablam! | Oct 11 13:49:01.211 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 13:49:01.211 INFO kablam! Oct 11 13:49:01.246 INFO kablam! warning: variable does not need to be mutable Oct 11 13:49:01.246 INFO kablam! --> src/tags.rs:48:13 Oct 11 13:49:01.246 INFO kablam! | Oct 11 13:49:01.246 INFO kablam! 48 | let mut versions = self.get_tags().versions(); Oct 11 13:49:01.246 INFO kablam! | ----^^^^^^^^ Oct 11 13:49:01.246 INFO kablam! | | Oct 11 13:49:01.246 INFO kablam! | help: remove this `mut` Oct 11 13:49:01.246 INFO kablam! | Oct 11 13:49:01.246 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 13:49:01.246 INFO kablam! Oct 11 13:49:01.248 INFO kablam! warning: variable does not need to be mutable Oct 11 13:49:01.248 INFO kablam! --> src/tags.rs:84:13 Oct 11 13:49:01.248 INFO kablam! | Oct 11 13:49:01.248 INFO kablam! 84 | let mut val; Oct 11 13:49:01.248 INFO kablam! | ----^^^ Oct 11 13:49:01.248 INFO kablam! | | Oct 11 13:49:01.248 INFO kablam! | help: remove this `mut` Oct 11 13:49:01.248 INFO kablam! Oct 11 13:49:01.252 INFO kablam! warning: variable does not need to be mutable Oct 11 13:49:01.252 INFO kablam! --> src/tags.rs:97:13 Oct 11 13:49:01.252 INFO kablam! | Oct 11 13:49:01.252 INFO kablam! 97 | let mut obj; Oct 11 13:49:01.252 INFO kablam! | ----^^^ Oct 11 13:49:01.252 INFO kablam! | | Oct 11 13:49:01.252 INFO kablam! | help: remove this `mut` Oct 11 13:49:01.252 INFO kablam! Oct 11 13:49:01.252 INFO kablam! warning: method is never used: `iter` Oct 11 13:49:01.252 INFO kablam! --> src/tags.rs:105:5 Oct 11 13:49:01.252 INFO kablam! | Oct 11 13:49:01.252 INFO kablam! 105 | pub fn iter(&self) -> Iter{ Oct 11 13:49:01.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:49:01.252 INFO kablam! | Oct 11 13:49:01.252 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 13:49:01.252 INFO kablam! Oct 11 13:49:01.255 INFO kablam! warning: variable `E` should have a snake case name such as `e` Oct 11 13:49:01.255 INFO kablam! --> src/tags.rs:79:17 Oct 11 13:49:01.255 INFO kablam! | Oct 11 13:49:01.255 INFO kablam! 79 | Err(E) => Err(E) Oct 11 13:49:01.255 INFO kablam! | ^ Oct 11 13:49:01.255 INFO kablam! | Oct 11 13:49:01.255 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 13:49:01.255 INFO kablam! Oct 11 13:49:01.255 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 13:49:01.255 INFO kablam! --> src/main.rs:25:17 Oct 11 13:49:01.255 INFO kablam! | Oct 11 13:49:01.255 INFO kablam! 25 | release.make_release(vtype); Oct 11 13:49:01.255 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 13:49:01.255 INFO kablam! | Oct 11 13:49:01.255 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 13:49:01.255 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 13:49:01.255 INFO kablam! Oct 11 13:49:01.255 INFO kablam! warning: variable `E` should have a snake case name such as `e` Oct 11 13:49:01.256 INFO kablam! --> src/main.rs:27:17 Oct 11 13:49:01.256 INFO kablam! | Oct 11 13:49:01.256 INFO kablam! 27 | Err(E) => { Oct 11 13:49:01.256 INFO kablam! | ^ Oct 11 13:49:01.256 INFO kablam! Oct 11 13:49:02.222 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.51s Oct 11 13:49:02.222 INFO kablam! su: No module specific data is present Oct 11 13:49:02.561 INFO running `"docker" "rm" "-f" "b82637a06b1e731b12e86c1bab06138f7b3e68924f362bac5899da4cd2a0a764"` Oct 11 13:49:02.761 INFO blam! b82637a06b1e731b12e86c1bab06138f7b3e68924f362bac5899da4cd2a0a764 Oct 11 13:49:02.763 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 13:49:02.763 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 11 13:49:03.025 INFO blam! b7d04339e8cffedfba05664eecde9ac22f03d217bcf8c3c29115ccc2d73f5d9f Oct 11 13:49:03.028 INFO running `"docker" "start" "-a" "b7d04339e8cffedfba05664eecde9ac22f03d217bcf8c3c29115ccc2d73f5d9f"` Oct 11 13:49:03.951 INFO kablam! usermod: no changes Oct 11 13:49:04.055 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 11 13:49:04.072 INFO kablam! Running /target/debug/deps/release-23eaa0303420b719 Oct 11 13:49:04.079 INFO blam! Oct 11 13:49:04.079 INFO blam! running 3 tests Oct 11 13:49:04.088 INFO blam! test version::tests::test_increment_version ... ok Oct 11 13:49:04.088 INFO blam! test version::tests::test_version_string ... ok Oct 11 13:49:04.088 INFO blam! test version::tests::test_version_debug_string ... ok Oct 11 13:49:04.088 INFO blam! Oct 11 13:49:04.088 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 13:49:04.089 INFO blam! Oct 11 13:49:04.092 INFO kablam! su: No module specific data is present Oct 11 13:49:04.596 INFO running `"docker" "rm" "-f" "b7d04339e8cffedfba05664eecde9ac22f03d217bcf8c3c29115ccc2d73f5d9f"` Oct 11 13:49:04.875 INFO blam! b7d04339e8cffedfba05664eecde9ac22f03d217bcf8c3c29115ccc2d73f5d9f