Oct 12 23:33:27.788 INFO testing sourcepirate/release against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 23:33:27.788 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 12 23:33:28.291 INFO blam! 24dc2e6bca90575fbb199766bf0397fe60d7aa752ffe3d16426e73801cd43eb2 Oct 12 23:33:28.293 INFO running `"docker" "start" "-a" "24dc2e6bca90575fbb199766bf0397fe60d7aa752ffe3d16426e73801cd43eb2"` Oct 12 23:33:30.175 INFO kablam! usermod: no changes Oct 12 23:33:30.322 INFO kablam! Compiling openssl-probe v0.1.1 Oct 12 23:33:30.322 INFO kablam! Compiling cmake v0.1.28 Oct 12 23:33:30.322 INFO kablam! Compiling libz-sys v1.0.18 Oct 12 23:33:30.322 INFO kablam! Compiling openssl-sys v0.9.22 Oct 12 23:33:30.322 INFO kablam! Compiling curl-sys v0.3.15 Oct 12 23:33:34.531 INFO kablam! Compiling libssh2-sys v0.2.6 Oct 12 23:33:34.531 INFO kablam! Compiling libgit2-sys v0.6.16 Oct 12 23:34:08.063 INFO kablam! Compiling git2 v0.6.8 Oct 12 23:34:15.682 INFO kablam! Compiling release v0.8.1 (/source) Oct 12 23:34:16.243 INFO kablam! warning: unused import: `std::env::current_dir` Oct 12 23:34:16.243 INFO kablam! --> src/tags.rs:4:5 Oct 12 23:34:16.243 INFO kablam! | Oct 12 23:34:16.243 INFO kablam! 4 | use std::env::current_dir; Oct 12 23:34:16.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:34:16.243 INFO kablam! | Oct 12 23:34:16.243 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:34:16.243 INFO kablam! Oct 12 23:34:16.347 INFO kablam! warning: unused variable: `E` Oct 12 23:34:16.347 INFO kablam! --> src/main.rs:27:17 Oct 12 23:34:16.347 INFO kablam! | Oct 12 23:34:16.347 INFO kablam! 27 | Err(E) => { Oct 12 23:34:16.347 INFO kablam! | ^ help: consider using `_E` instead Oct 12 23:34:16.347 INFO kablam! | Oct 12 23:34:16.347 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:34:16.347 INFO kablam! Oct 12 23:34:16.383 INFO kablam! warning: variable does not need to be mutable Oct 12 23:34:16.383 INFO kablam! --> src/tags.rs:48:13 Oct 12 23:34:16.383 INFO kablam! | Oct 12 23:34:16.383 INFO kablam! 48 | let mut versions = self.get_tags().versions(); Oct 12 23:34:16.383 INFO kablam! | ----^^^^^^^^ Oct 12 23:34:16.383 INFO kablam! | | Oct 12 23:34:16.383 INFO kablam! | help: remove this `mut` Oct 12 23:34:16.383 INFO kablam! | Oct 12 23:34:16.383 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 23:34:16.383 INFO kablam! Oct 12 23:34:16.383 INFO kablam! warning: variable does not need to be mutable Oct 12 23:34:16.383 INFO kablam! --> src/tags.rs:84:13 Oct 12 23:34:16.383 INFO kablam! | Oct 12 23:34:16.383 INFO kablam! 84 | let mut val; Oct 12 23:34:16.383 INFO kablam! | ----^^^ Oct 12 23:34:16.383 INFO kablam! | | Oct 12 23:34:16.383 INFO kablam! | help: remove this `mut` Oct 12 23:34:16.383 INFO kablam! Oct 12 23:34:16.387 INFO kablam! warning: variable does not need to be mutable Oct 12 23:34:16.387 INFO kablam! --> src/tags.rs:97:13 Oct 12 23:34:16.387 INFO kablam! | Oct 12 23:34:16.387 INFO kablam! 97 | let mut obj; Oct 12 23:34:16.387 INFO kablam! | ----^^^ Oct 12 23:34:16.387 INFO kablam! | | Oct 12 23:34:16.387 INFO kablam! | help: remove this `mut` Oct 12 23:34:16.387 INFO kablam! Oct 12 23:34:16.387 INFO kablam! warning: method is never used: `iter` Oct 12 23:34:16.387 INFO kablam! --> src/tags.rs:105:5 Oct 12 23:34:16.387 INFO kablam! | Oct 12 23:34:16.387 INFO kablam! 105 | pub fn iter(&self) -> Iter{ Oct 12 23:34:16.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:34:16.387 INFO kablam! | Oct 12 23:34:16.387 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:34:16.387 INFO kablam! Oct 12 23:34:16.395 INFO kablam! warning: variable `E` should have a snake case name such as `e` Oct 12 23:34:16.395 INFO kablam! --> src/tags.rs:79:17 Oct 12 23:34:16.395 INFO kablam! | Oct 12 23:34:16.395 INFO kablam! 79 | Err(E) => Err(E) Oct 12 23:34:16.395 INFO kablam! | ^ Oct 12 23:34:16.395 INFO kablam! | Oct 12 23:34:16.395 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 23:34:16.395 INFO kablam! Oct 12 23:34:16.395 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 23:34:16.395 INFO kablam! --> src/main.rs:25:17 Oct 12 23:34:16.395 INFO kablam! | Oct 12 23:34:16.395 INFO kablam! 25 | release.make_release(vtype); Oct 12 23:34:16.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:34:16.395 INFO kablam! | Oct 12 23:34:16.395 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 23:34:16.395 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 23:34:16.395 INFO kablam! Oct 12 23:34:16.395 INFO kablam! warning: variable `E` should have a snake case name such as `e` Oct 12 23:34:16.395 INFO kablam! --> src/main.rs:27:17 Oct 12 23:34:16.395 INFO kablam! | Oct 12 23:34:16.395 INFO kablam! 27 | Err(E) => { Oct 12 23:34:16.395 INFO kablam! | ^ Oct 12 23:34:16.395 INFO kablam! Oct 12 23:34:18.459 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.26s Oct 12 23:34:18.467 INFO kablam! su: No module specific data is present Oct 12 23:34:19.019 INFO running `"docker" "rm" "-f" "24dc2e6bca90575fbb199766bf0397fe60d7aa752ffe3d16426e73801cd43eb2"` Oct 12 23:34:19.295 INFO blam! 24dc2e6bca90575fbb199766bf0397fe60d7aa752ffe3d16426e73801cd43eb2 Oct 12 23:34:19.299 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 12 23:34:19.624 INFO blam! 977443035bd1437426f8bb5fb3a6ad457d1d8e4beda01eae72f1f12d06a6325c Oct 12 23:34:19.635 INFO running `"docker" "start" "-a" "977443035bd1437426f8bb5fb3a6ad457d1d8e4beda01eae72f1f12d06a6325c"` Oct 12 23:34:20.512 INFO kablam! usermod: no changes Oct 12 23:34:20.612 INFO kablam! Compiling release v0.8.1 (/source) Oct 12 23:34:21.075 INFO kablam! warning: unused import: `std::env::current_dir` Oct 12 23:34:21.075 INFO kablam! --> src/tags.rs:4:5 Oct 12 23:34:21.075 INFO kablam! | Oct 12 23:34:21.075 INFO kablam! 4 | use std::env::current_dir; Oct 12 23:34:21.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:34:21.075 INFO kablam! | Oct 12 23:34:21.075 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:34:21.075 INFO kablam! Oct 12 23:34:21.187 INFO kablam! warning: unused variable: `E` Oct 12 23:34:21.187 INFO kablam! --> src/main.rs:27:17 Oct 12 23:34:21.187 INFO kablam! | Oct 12 23:34:21.187 INFO kablam! 27 | Err(E) => { Oct 12 23:34:21.187 INFO kablam! | ^ help: consider using `_E` instead Oct 12 23:34:21.187 INFO kablam! | Oct 12 23:34:21.187 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:34:21.187 INFO kablam! Oct 12 23:34:21.223 INFO kablam! warning: variable does not need to be mutable Oct 12 23:34:21.223 INFO kablam! --> src/tags.rs:48:13 Oct 12 23:34:21.223 INFO kablam! | Oct 12 23:34:21.223 INFO kablam! 48 | let mut versions = self.get_tags().versions(); Oct 12 23:34:21.223 INFO kablam! | ----^^^^^^^^ Oct 12 23:34:21.223 INFO kablam! | | Oct 12 23:34:21.223 INFO kablam! | help: remove this `mut` Oct 12 23:34:21.223 INFO kablam! | Oct 12 23:34:21.223 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 23:34:21.223 INFO kablam! Oct 12 23:34:21.223 INFO kablam! warning: variable does not need to be mutable Oct 12 23:34:21.224 INFO kablam! --> src/tags.rs:84:13 Oct 12 23:34:21.224 INFO kablam! | Oct 12 23:34:21.224 INFO kablam! 84 | let mut val; Oct 12 23:34:21.224 INFO kablam! | ----^^^ Oct 12 23:34:21.224 INFO kablam! | | Oct 12 23:34:21.224 INFO kablam! | help: remove this `mut` Oct 12 23:34:21.224 INFO kablam! Oct 12 23:34:21.231 INFO kablam! warning: variable does not need to be mutable Oct 12 23:34:21.231 INFO kablam! --> src/tags.rs:97:13 Oct 12 23:34:21.231 INFO kablam! | Oct 12 23:34:21.231 INFO kablam! 97 | let mut obj; Oct 12 23:34:21.231 INFO kablam! | ----^^^ Oct 12 23:34:21.231 INFO kablam! | | Oct 12 23:34:21.231 INFO kablam! | help: remove this `mut` Oct 12 23:34:21.231 INFO kablam! Oct 12 23:34:21.231 INFO kablam! warning: method is never used: `iter` Oct 12 23:34:21.231 INFO kablam! --> src/tags.rs:105:5 Oct 12 23:34:21.231 INFO kablam! | Oct 12 23:34:21.231 INFO kablam! 105 | pub fn iter(&self) -> Iter{ Oct 12 23:34:21.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:34:21.231 INFO kablam! | Oct 12 23:34:21.231 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:34:21.231 INFO kablam! Oct 12 23:34:21.231 INFO kablam! warning: variable `E` should have a snake case name such as `e` Oct 12 23:34:21.231 INFO kablam! --> src/tags.rs:79:17 Oct 12 23:34:21.231 INFO kablam! | Oct 12 23:34:21.231 INFO kablam! 79 | Err(E) => Err(E) Oct 12 23:34:21.231 INFO kablam! | ^ Oct 12 23:34:21.231 INFO kablam! | Oct 12 23:34:21.231 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 23:34:21.231 INFO kablam! Oct 12 23:34:21.231 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 23:34:21.231 INFO kablam! --> src/main.rs:25:17 Oct 12 23:34:21.231 INFO kablam! | Oct 12 23:34:21.231 INFO kablam! 25 | release.make_release(vtype); Oct 12 23:34:21.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:34:21.231 INFO kablam! | Oct 12 23:34:21.231 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 23:34:21.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 23:34:21.231 INFO kablam! Oct 12 23:34:21.231 INFO kablam! warning: variable `E` should have a snake case name such as `e` Oct 12 23:34:21.231 INFO kablam! --> src/main.rs:27:17 Oct 12 23:34:21.231 INFO kablam! | Oct 12 23:34:21.231 INFO kablam! 27 | Err(E) => { Oct 12 23:34:21.231 INFO kablam! | ^ Oct 12 23:34:21.231 INFO kablam! Oct 12 23:34:22.121 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.58s Oct 12 23:34:22.127 INFO kablam! su: No module specific data is present Oct 12 23:34:22.760 INFO running `"docker" "rm" "-f" "977443035bd1437426f8bb5fb3a6ad457d1d8e4beda01eae72f1f12d06a6325c"` Oct 12 23:34:22.875 INFO blam! 977443035bd1437426f8bb5fb3a6ad457d1d8e4beda01eae72f1f12d06a6325c Oct 12 23:34:22.876 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" "-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 12 23:34:23.090 INFO blam! 8601ea26dc5c5d06e333193307722873cb0f07531fe55fc97d921c5e5019bc7f Oct 12 23:34:23.093 INFO running `"docker" "start" "-a" "8601ea26dc5c5d06e333193307722873cb0f07531fe55fc97d921c5e5019bc7f"` Oct 12 23:34:23.447 INFO kablam! usermod: no changes Oct 12 23:34:23.516 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 12 23:34:23.529 INFO kablam! Running /target/debug/deps/release-1624a354c0fc8b2d Oct 12 23:34:23.531 INFO blam! Oct 12 23:34:23.531 INFO blam! running 3 tests Oct 12 23:34:23.532 INFO blam! test version::tests::test_version_debug_string ... ok Oct 12 23:34:23.532 INFO blam! test version::tests::test_increment_version ... ok Oct 12 23:34:23.532 INFO blam! test version::tests::test_version_string ... ok Oct 12 23:34:23.532 INFO blam! Oct 12 23:34:23.532 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:34:23.532 INFO blam! Oct 12 23:34:23.537 INFO kablam! su: No module specific data is present Oct 12 23:34:23.836 INFO running `"docker" "rm" "-f" "8601ea26dc5c5d06e333193307722873cb0f07531fe55fc97d921c5e5019bc7f"` Oct 12 23:34:23.995 INFO blam! 8601ea26dc5c5d06e333193307722873cb0f07531fe55fc97d921c5e5019bc7f