Oct 12 23:33:26.121 INFO testing sourcepirate/release against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 23:33:26.123 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:26.582 INFO blam! 8ea9963c47266bb53cf1258f519ba8aa2fa44e40787954d1aab427dab2db3384 Oct 12 23:33:26.583 INFO running `"docker" "start" "-a" "8ea9963c47266bb53cf1258f519ba8aa2fa44e40787954d1aab427dab2db3384"` Oct 12 23:33:27.959 INFO kablam! usermod: no changes Oct 12 23:33:28.151 INFO kablam! Compiling openssl-sys v0.9.22 Oct 12 23:33:28.155 INFO kablam! Compiling cmake v0.1.28 Oct 12 23:33:28.167 INFO kablam! Compiling libz-sys v1.0.18 Oct 12 23:33:30.311 INFO kablam! Compiling libssh2-sys v0.2.6 Oct 12 23:33:30.312 INFO kablam! Compiling libgit2-sys v0.6.16 Oct 12 23:33:33.391 INFO kablam! Compiling curl-sys v0.3.15 Oct 12 23:34:06.739 INFO kablam! Compiling git2 v0.6.8 Oct 12 23:34:14.148 INFO kablam! Compiling release v0.8.1 (/source) Oct 12 23:34:14.727 INFO kablam! warning: unused import: `std::env::current_dir` Oct 12 23:34:14.727 INFO kablam! --> src/tags.rs:4:5 Oct 12 23:34:14.727 INFO kablam! | Oct 12 23:34:14.727 INFO kablam! 4 | use std::env::current_dir; Oct 12 23:34:14.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:34:14.727 INFO kablam! | Oct 12 23:34:14.727 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:34:14.727 INFO kablam! Oct 12 23:34:14.843 INFO kablam! warning: unused variable: `E` Oct 12 23:34:14.843 INFO kablam! --> src/main.rs:27:17 Oct 12 23:34:14.843 INFO kablam! | Oct 12 23:34:14.843 INFO kablam! 27 | Err(E) => { Oct 12 23:34:14.843 INFO kablam! | ^ help: consider using `_E` instead Oct 12 23:34:14.843 INFO kablam! | Oct 12 23:34:14.843 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:34:14.843 INFO kablam! Oct 12 23:34:14.866 INFO kablam! warning: variable does not need to be mutable Oct 12 23:34:14.866 INFO kablam! --> src/tags.rs:48:13 Oct 12 23:34:14.866 INFO kablam! | Oct 12 23:34:14.866 INFO kablam! 48 | let mut versions = self.get_tags().versions(); Oct 12 23:34:14.866 INFO kablam! | ----^^^^^^^^ Oct 12 23:34:14.866 INFO kablam! | | Oct 12 23:34:14.866 INFO kablam! | help: remove this `mut` Oct 12 23:34:14.866 INFO kablam! | Oct 12 23:34:14.866 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 23:34:14.866 INFO kablam! Oct 12 23:34:14.867 INFO kablam! warning: variable does not need to be mutable Oct 12 23:34:14.867 INFO kablam! --> src/tags.rs:84:13 Oct 12 23:34:14.867 INFO kablam! | Oct 12 23:34:14.867 INFO kablam! 84 | let mut val; Oct 12 23:34:14.867 INFO kablam! | ----^^^ Oct 12 23:34:14.867 INFO kablam! | | Oct 12 23:34:14.867 INFO kablam! | help: remove this `mut` Oct 12 23:34:14.867 INFO kablam! Oct 12 23:34:14.871 INFO kablam! warning: variable does not need to be mutable Oct 12 23:34:14.871 INFO kablam! --> src/tags.rs:97:13 Oct 12 23:34:14.871 INFO kablam! | Oct 12 23:34:14.871 INFO kablam! 97 | let mut obj; Oct 12 23:34:14.871 INFO kablam! | ----^^^ Oct 12 23:34:14.871 INFO kablam! | | Oct 12 23:34:14.871 INFO kablam! | help: remove this `mut` Oct 12 23:34:14.871 INFO kablam! Oct 12 23:34:14.871 INFO kablam! warning: method is never used: `iter` Oct 12 23:34:14.871 INFO kablam! --> src/tags.rs:105:5 Oct 12 23:34:14.871 INFO kablam! | Oct 12 23:34:14.871 INFO kablam! 105 | pub fn iter(&self) -> Iter{ Oct 12 23:34:14.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:34:14.871 INFO kablam! | Oct 12 23:34:14.871 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:34:14.871 INFO kablam! Oct 12 23:34:14.879 INFO kablam! warning: variable `E` should have a snake case name such as `e` Oct 12 23:34:14.879 INFO kablam! --> src/tags.rs:79:17 Oct 12 23:34:14.879 INFO kablam! | Oct 12 23:34:14.879 INFO kablam! 79 | Err(E) => Err(E) Oct 12 23:34:14.879 INFO kablam! | ^ Oct 12 23:34:14.879 INFO kablam! | Oct 12 23:34:14.879 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 23:34:14.879 INFO kablam! Oct 12 23:34:14.879 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 23:34:14.879 INFO kablam! --> src/main.rs:25:17 Oct 12 23:34:14.879 INFO kablam! | Oct 12 23:34:14.879 INFO kablam! 25 | release.make_release(vtype); Oct 12 23:34:14.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:34:14.879 INFO kablam! | Oct 12 23:34:14.879 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 23:34:14.879 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 23:34:14.879 INFO kablam! Oct 12 23:34:14.879 INFO kablam! warning: variable `E` should have a snake case name such as `e` Oct 12 23:34:14.879 INFO kablam! --> src/main.rs:27:17 Oct 12 23:34:14.879 INFO kablam! | Oct 12 23:34:14.879 INFO kablam! 27 | Err(E) => { Oct 12 23:34:14.879 INFO kablam! | ^ Oct 12 23:34:14.879 INFO kablam! Oct 12 23:34:16.987 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 49.01s Oct 12 23:34:16.993 INFO kablam! su: No module specific data is present Oct 12 23:34:18.135 INFO running `"docker" "rm" "-f" "8ea9963c47266bb53cf1258f519ba8aa2fa44e40787954d1aab427dab2db3384"` Oct 12 23:34:18.336 INFO blam! 8ea9963c47266bb53cf1258f519ba8aa2fa44e40787954d1aab427dab2db3384 Oct 12 23:34:18.343 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:18.854 INFO blam! 99c05973afa6ec0d25a507f1f4987ab98e483817a1d932de16d575b0bd079029 Oct 12 23:34:18.854 INFO running `"docker" "start" "-a" "99c05973afa6ec0d25a507f1f4987ab98e483817a1d932de16d575b0bd079029"` Oct 12 23:34:19.831 INFO kablam! usermod: no changes Oct 12 23:34:19.935 INFO kablam! Compiling release v0.8.1 (/source) Oct 12 23:34:20.347 INFO kablam! warning: unused import: `std::env::current_dir` Oct 12 23:34:20.347 INFO kablam! --> src/tags.rs:4:5 Oct 12 23:34:20.347 INFO kablam! | Oct 12 23:34:20.347 INFO kablam! 4 | use std::env::current_dir; Oct 12 23:34:20.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:34:20.347 INFO kablam! | Oct 12 23:34:20.347 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:34:20.347 INFO kablam! Oct 12 23:34:20.453 INFO kablam! warning: unused variable: `E` Oct 12 23:34:20.454 INFO kablam! --> src/main.rs:27:17 Oct 12 23:34:20.454 INFO kablam! | Oct 12 23:34:20.454 INFO kablam! 27 | Err(E) => { Oct 12 23:34:20.454 INFO kablam! | ^ help: consider using `_E` instead Oct 12 23:34:20.454 INFO kablam! | Oct 12 23:34:20.454 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:34:20.454 INFO kablam! Oct 12 23:34:20.489 INFO kablam! warning: variable does not need to be mutable Oct 12 23:34:20.489 INFO kablam! --> src/tags.rs:48:13 Oct 12 23:34:20.489 INFO kablam! | Oct 12 23:34:20.489 INFO kablam! 48 | let mut versions = self.get_tags().versions(); Oct 12 23:34:20.489 INFO kablam! | ----^^^^^^^^ Oct 12 23:34:20.489 INFO kablam! | | Oct 12 23:34:20.489 INFO kablam! | help: remove this `mut` Oct 12 23:34:20.489 INFO kablam! | Oct 12 23:34:20.489 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 23:34:20.489 INFO kablam! Oct 12 23:34:20.495 INFO kablam! warning: variable does not need to be mutable Oct 12 23:34:20.495 INFO kablam! --> src/tags.rs:84:13 Oct 12 23:34:20.496 INFO kablam! | Oct 12 23:34:20.496 INFO kablam! 84 | let mut val; Oct 12 23:34:20.496 INFO kablam! | ----^^^ Oct 12 23:34:20.496 INFO kablam! | | Oct 12 23:34:20.496 INFO kablam! | help: remove this `mut` Oct 12 23:34:20.496 INFO kablam! Oct 12 23:34:20.496 INFO kablam! warning: variable does not need to be mutable Oct 12 23:34:20.496 INFO kablam! --> src/tags.rs:97:13 Oct 12 23:34:20.496 INFO kablam! | Oct 12 23:34:20.496 INFO kablam! 97 | let mut obj; Oct 12 23:34:20.496 INFO kablam! | ----^^^ Oct 12 23:34:20.496 INFO kablam! | | Oct 12 23:34:20.496 INFO kablam! | help: remove this `mut` Oct 12 23:34:20.496 INFO kablam! Oct 12 23:34:20.496 INFO kablam! warning: method is never used: `iter` Oct 12 23:34:20.496 INFO kablam! --> src/tags.rs:105:5 Oct 12 23:34:20.496 INFO kablam! | Oct 12 23:34:20.496 INFO kablam! 105 | pub fn iter(&self) -> Iter{ Oct 12 23:34:20.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:34:20.496 INFO kablam! | Oct 12 23:34:20.496 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:34:20.496 INFO kablam! Oct 12 23:34:20.499 INFO kablam! warning: variable `E` should have a snake case name such as `e` Oct 12 23:34:20.499 INFO kablam! --> src/tags.rs:79:17 Oct 12 23:34:20.499 INFO kablam! | Oct 12 23:34:20.499 INFO kablam! 79 | Err(E) => Err(E) Oct 12 23:34:20.499 INFO kablam! | ^ Oct 12 23:34:20.499 INFO kablam! | Oct 12 23:34:20.499 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 23:34:20.499 INFO kablam! Oct 12 23:34:20.499 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 23:34:20.499 INFO kablam! --> src/main.rs:25:17 Oct 12 23:34:20.499 INFO kablam! | Oct 12 23:34:20.499 INFO kablam! 25 | release.make_release(vtype); Oct 12 23:34:20.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:34:20.499 INFO kablam! | Oct 12 23:34:20.500 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 23:34:20.500 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 23:34:20.500 INFO kablam! Oct 12 23:34:20.500 INFO kablam! warning: variable `E` should have a snake case name such as `e` Oct 12 23:34:20.500 INFO kablam! --> src/main.rs:27:17 Oct 12 23:34:20.500 INFO kablam! | Oct 12 23:34:20.500 INFO kablam! 27 | Err(E) => { Oct 12 23:34:20.500 INFO kablam! | ^ Oct 12 23:34:20.500 INFO kablam! Oct 12 23:34:21.266 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.40s Oct 12 23:34:21.267 INFO kablam! su: No module specific data is present Oct 12 23:34:21.772 INFO running `"docker" "rm" "-f" "99c05973afa6ec0d25a507f1f4987ab98e483817a1d932de16d575b0bd079029"` Oct 12 23:34:22.012 INFO blam! 99c05973afa6ec0d25a507f1f4987ab98e483817a1d932de16d575b0bd079029 Oct 12 23:34:22.012 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:22.467 INFO blam! da00f7ba5a80fab0eef97fcce310da7ad76a09c2fde6c557acf347d2373d90f9 Oct 12 23:34:22.471 INFO running `"docker" "start" "-a" "da00f7ba5a80fab0eef97fcce310da7ad76a09c2fde6c557acf347d2373d90f9"` Oct 12 23:34:23.086 INFO kablam! usermod: no changes Oct 12 23:34:23.160 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 12 23:34:23.173 INFO kablam! Running /target/debug/deps/release-7f2c937636cb1803 Oct 12 23:34:23.177 INFO blam! Oct 12 23:34:23.177 INFO blam! running 3 tests Oct 12 23:34:23.177 INFO blam! test version::tests::test_increment_version ... ok Oct 12 23:34:23.177 INFO blam! test version::tests::test_version_debug_string ... ok Oct 12 23:34:23.179 INFO blam! test version::tests::test_version_string ... ok Oct 12 23:34:23.179 INFO blam! Oct 12 23:34:23.179 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:34:23.179 INFO blam! Oct 12 23:34:23.180 INFO kablam! su: No module specific data is present Oct 12 23:34:23.423 INFO running `"docker" "rm" "-f" "da00f7ba5a80fab0eef97fcce310da7ad76a09c2fde6c557acf347d2373d90f9"` Oct 12 23:34:23.543 INFO blam! da00f7ba5a80fab0eef97fcce310da7ad76a09c2fde6c557acf347d2373d90f9