Oct 10 14:32:17.343 INFO testing sourcepirate/release against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 14:32:17.344 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 14:32:17.345 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 14:32:17.950 INFO blam! c1cd08b58159bff0293abd2a7013754ff4300254bf8d8bff842da89edc0d7034 Oct 10 14:32:17.980 INFO running `"docker" "start" "-a" "c1cd08b58159bff0293abd2a7013754ff4300254bf8d8bff842da89edc0d7034"` Oct 10 14:32:19.389 INFO kablam! usermod: no changes Oct 10 14:32:19.597 INFO kablam! Compiling cmake v0.1.28 Oct 10 14:32:19.613 INFO kablam! Compiling curl-sys v0.3.15 Oct 10 14:32:21.565 INFO kablam! Compiling libssh2-sys v0.2.6 Oct 10 14:32:21.566 INFO kablam! Compiling libgit2-sys v0.6.16 Oct 10 14:32:51.627 INFO kablam! Compiling git2 v0.6.8 Oct 10 14:32:57.492 INFO kablam! Compiling release v0.8.1 (/source) Oct 10 14:32:58.635 INFO kablam! warning: unused import: `std::env::current_dir` Oct 10 14:32:58.635 INFO kablam! --> src/tags.rs:4:5 Oct 10 14:32:58.635 INFO kablam! | Oct 10 14:32:58.635 INFO kablam! 4 | use std::env::current_dir; Oct 10 14:32:58.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:32:58.635 INFO kablam! | Oct 10 14:32:58.635 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 14:32:58.635 INFO kablam! Oct 10 14:32:58.709 INFO kablam! warning: unused variable: `E` Oct 10 14:32:58.709 INFO kablam! --> src/main.rs:27:17 Oct 10 14:32:58.709 INFO kablam! | Oct 10 14:32:58.709 INFO kablam! 27 | Err(E) => { Oct 10 14:32:58.709 INFO kablam! | ^ help: consider using `_E` instead Oct 10 14:32:58.709 INFO kablam! | Oct 10 14:32:58.709 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 14:32:58.709 INFO kablam! Oct 10 14:32:58.735 INFO kablam! warning: variable does not need to be mutable Oct 10 14:32:58.735 INFO kablam! --> src/tags.rs:48:13 Oct 10 14:32:58.735 INFO kablam! | Oct 10 14:32:58.735 INFO kablam! 48 | let mut versions = self.get_tags().versions(); Oct 10 14:32:58.735 INFO kablam! | ----^^^^^^^^ Oct 10 14:32:58.735 INFO kablam! | | Oct 10 14:32:58.735 INFO kablam! | help: remove this `mut` Oct 10 14:32:58.735 INFO kablam! | Oct 10 14:32:58.735 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 14:32:58.735 INFO kablam! Oct 10 14:32:58.736 INFO kablam! warning: variable does not need to be mutable Oct 10 14:32:58.736 INFO kablam! --> src/tags.rs:84:13 Oct 10 14:32:58.736 INFO kablam! | Oct 10 14:32:58.736 INFO kablam! 84 | let mut val; Oct 10 14:32:58.736 INFO kablam! | ----^^^ Oct 10 14:32:58.736 INFO kablam! | | Oct 10 14:32:58.736 INFO kablam! | help: remove this `mut` Oct 10 14:32:58.736 INFO kablam! Oct 10 14:32:58.738 INFO kablam! warning: variable does not need to be mutable Oct 10 14:32:58.738 INFO kablam! --> src/tags.rs:97:13 Oct 10 14:32:58.738 INFO kablam! | Oct 10 14:32:58.738 INFO kablam! 97 | let mut obj; Oct 10 14:32:58.738 INFO kablam! | ----^^^ Oct 10 14:32:58.738 INFO kablam! | | Oct 10 14:32:58.738 INFO kablam! | help: remove this `mut` Oct 10 14:32:58.738 INFO kablam! Oct 10 14:32:58.738 INFO kablam! warning: method is never used: `iter` Oct 10 14:32:58.738 INFO kablam! --> src/tags.rs:105:5 Oct 10 14:32:58.738 INFO kablam! | Oct 10 14:32:58.738 INFO kablam! 105 | pub fn iter(&self) -> Iter{ Oct 10 14:32:58.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:32:58.738 INFO kablam! | Oct 10 14:32:58.738 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 14:32:58.738 INFO kablam! Oct 10 14:32:58.739 INFO kablam! warning: variable `E` should have a snake case name such as `e` Oct 10 14:32:58.739 INFO kablam! --> src/tags.rs:79:17 Oct 10 14:32:58.739 INFO kablam! | Oct 10 14:32:58.739 INFO kablam! 79 | Err(E) => Err(E) Oct 10 14:32:58.739 INFO kablam! | ^ Oct 10 14:32:58.739 INFO kablam! | Oct 10 14:32:58.739 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 14:32:58.739 INFO kablam! Oct 10 14:32:58.740 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 14:32:58.740 INFO kablam! --> src/main.rs:25:17 Oct 10 14:32:58.740 INFO kablam! | Oct 10 14:32:58.740 INFO kablam! 25 | release.make_release(vtype); Oct 10 14:32:58.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:32:58.740 INFO kablam! | Oct 10 14:32:58.740 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 14:32:58.740 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 14:32:58.740 INFO kablam! Oct 10 14:32:58.740 INFO kablam! warning: variable `E` should have a snake case name such as `e` Oct 10 14:32:58.740 INFO kablam! --> src/main.rs:27:17 Oct 10 14:32:58.740 INFO kablam! | Oct 10 14:32:58.740 INFO kablam! 27 | Err(E) => { Oct 10 14:32:58.740 INFO kablam! | ^ Oct 10 14:32:58.740 INFO kablam! Oct 10 14:33:00.323 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.90s Oct 10 14:33:00.330 INFO kablam! su: No module specific data is present Oct 10 14:33:00.713 INFO running `"docker" "rm" "-f" "c1cd08b58159bff0293abd2a7013754ff4300254bf8d8bff842da89edc0d7034"` Oct 10 14:33:00.928 INFO blam! c1cd08b58159bff0293abd2a7013754ff4300254bf8d8bff842da89edc0d7034 Oct 10 14:33:00.930 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 14:33:00.930 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 14:33:01.118 INFO blam! d46802237b7bde216320c034c6ed0070aabc87649faaf95d6edccf76b7403893 Oct 10 14:33:01.121 INFO running `"docker" "start" "-a" "d46802237b7bde216320c034c6ed0070aabc87649faaf95d6edccf76b7403893"` Oct 10 14:33:01.553 INFO kablam! usermod: no changes Oct 10 14:33:01.624 INFO kablam! Compiling release v0.8.1 (/source) Oct 10 14:33:02.908 INFO kablam! warning: unused import: `std::env::current_dir` Oct 10 14:33:02.908 INFO kablam! --> src/tags.rs:4:5 Oct 10 14:33:02.908 INFO kablam! | Oct 10 14:33:02.908 INFO kablam! 4 | use std::env::current_dir; Oct 10 14:33:02.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:33:02.908 INFO kablam! | Oct 10 14:33:02.908 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 14:33:02.908 INFO kablam! Oct 10 14:33:03.016 INFO kablam! warning: unused variable: `E` Oct 10 14:33:03.016 INFO kablam! --> src/main.rs:27:17 Oct 10 14:33:03.016 INFO kablam! | Oct 10 14:33:03.016 INFO kablam! 27 | Err(E) => { Oct 10 14:33:03.016 INFO kablam! | ^ help: consider using `_E` instead Oct 10 14:33:03.024 INFO kablam! | Oct 10 14:33:03.024 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 14:33:03.024 INFO kablam! Oct 10 14:33:03.052 INFO kablam! warning: variable does not need to be mutable Oct 10 14:33:03.052 INFO kablam! --> src/tags.rs:48:13 Oct 10 14:33:03.052 INFO kablam! | Oct 10 14:33:03.052 INFO kablam! 48 | let mut versions = self.get_tags().versions(); Oct 10 14:33:03.052 INFO kablam! | ----^^^^^^^^ Oct 10 14:33:03.052 INFO kablam! | | Oct 10 14:33:03.052 INFO kablam! | help: remove this `mut` Oct 10 14:33:03.052 INFO kablam! | Oct 10 14:33:03.052 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 14:33:03.052 INFO kablam! Oct 10 14:33:03.056 INFO kablam! warning: variable does not need to be mutable Oct 10 14:33:03.056 INFO kablam! --> src/tags.rs:84:13 Oct 10 14:33:03.056 INFO kablam! | Oct 10 14:33:03.056 INFO kablam! 84 | let mut val; Oct 10 14:33:03.056 INFO kablam! | ----^^^ Oct 10 14:33:03.056 INFO kablam! | | Oct 10 14:33:03.056 INFO kablam! | help: remove this `mut` Oct 10 14:33:03.056 INFO kablam! Oct 10 14:33:03.057 INFO kablam! warning: variable does not need to be mutable Oct 10 14:33:03.057 INFO kablam! --> src/tags.rs:97:13 Oct 10 14:33:03.057 INFO kablam! | Oct 10 14:33:03.057 INFO kablam! 97 | let mut obj; Oct 10 14:33:03.057 INFO kablam! | ----^^^ Oct 10 14:33:03.057 INFO kablam! | | Oct 10 14:33:03.057 INFO kablam! | help: remove this `mut` Oct 10 14:33:03.057 INFO kablam! Oct 10 14:33:03.057 INFO kablam! warning: method is never used: `iter` Oct 10 14:33:03.057 INFO kablam! --> src/tags.rs:105:5 Oct 10 14:33:03.057 INFO kablam! | Oct 10 14:33:03.057 INFO kablam! 105 | pub fn iter(&self) -> Iter{ Oct 10 14:33:03.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:33:03.057 INFO kablam! | Oct 10 14:33:03.057 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 14:33:03.057 INFO kablam! Oct 10 14:33:03.060 INFO kablam! warning: variable `E` should have a snake case name such as `e` Oct 10 14:33:03.060 INFO kablam! --> src/tags.rs:79:17 Oct 10 14:33:03.060 INFO kablam! | Oct 10 14:33:03.060 INFO kablam! 79 | Err(E) => Err(E) Oct 10 14:33:03.060 INFO kablam! | ^ Oct 10 14:33:03.060 INFO kablam! | Oct 10 14:33:03.060 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 14:33:03.060 INFO kablam! Oct 10 14:33:03.068 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 14:33:03.068 INFO kablam! --> src/main.rs:25:17 Oct 10 14:33:03.068 INFO kablam! | Oct 10 14:33:03.068 INFO kablam! 25 | release.make_release(vtype); Oct 10 14:33:03.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:33:03.068 INFO kablam! | Oct 10 14:33:03.068 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 14:33:03.068 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 14:33:03.068 INFO kablam! Oct 10 14:33:03.068 INFO kablam! warning: variable `E` should have a snake case name such as `e` Oct 10 14:33:03.068 INFO kablam! --> src/main.rs:27:17 Oct 10 14:33:03.068 INFO kablam! | Oct 10 14:33:03.068 INFO kablam! 27 | Err(E) => { Oct 10 14:33:03.068 INFO kablam! | ^ Oct 10 14:33:03.068 INFO kablam! Oct 10 14:33:03.880 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.30s Oct 10 14:33:03.880 INFO kablam! su: No module specific data is present Oct 10 14:33:04.486 INFO running `"docker" "rm" "-f" "d46802237b7bde216320c034c6ed0070aabc87649faaf95d6edccf76b7403893"` Oct 10 14:33:04.768 INFO blam! d46802237b7bde216320c034c6ed0070aabc87649faaf95d6edccf76b7403893 Oct 10 14:33:04.776 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 14:33:04.776 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 14:33:05.312 INFO blam! 9ccfc0167dba5bd7e6f94ed2ca83d47844f97bb6b3499fa111a4ed599ea811d2 Oct 10 14:33:05.317 INFO running `"docker" "start" "-a" "9ccfc0167dba5bd7e6f94ed2ca83d47844f97bb6b3499fa111a4ed599ea811d2"` Oct 10 14:33:06.478 INFO kablam! usermod: no changes Oct 10 14:33:06.572 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 14:33:06.572 INFO kablam! Running /target/debug/deps/release-1624a354c0fc8b2d Oct 10 14:33:06.577 INFO blam! Oct 10 14:33:06.577 INFO blam! running 3 tests Oct 10 14:33:06.577 INFO blam! test version::tests::test_version_string ... ok Oct 10 14:33:06.577 INFO blam! test version::tests::test_version_debug_string ... ok Oct 10 14:33:06.577 INFO blam! test version::tests::test_increment_version ... ok Oct 10 14:33:06.577 INFO blam! Oct 10 14:33:06.577 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:33:06.577 INFO blam! Oct 10 14:33:06.582 INFO kablam! su: No module specific data is present Oct 10 14:33:07.302 INFO running `"docker" "rm" "-f" "9ccfc0167dba5bd7e6f94ed2ca83d47844f97bb6b3499fa111a4ed599ea811d2"` Oct 10 14:33:07.657 INFO blam! 9ccfc0167dba5bd7e6f94ed2ca83d47844f97bb6b3499fa111a4ed599ea811d2