Oct 15 22:20:24.118 INFO testing release-0.8.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 22:20:24.118 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 22:20:24.324 INFO blam! 3db2ccc02225460a262e18cf614ce0eeb5761828f98d0784f4cb24d84faf6776 Oct 15 22:20:24.326 INFO running `"docker" "start" "-a" "3db2ccc02225460a262e18cf614ce0eeb5761828f98d0784f4cb24d84faf6776"` Oct 15 22:20:24.649 INFO kablam! usermod: no changes Oct 15 22:20:24.747 INFO kablam! Compiling libgit2-sys v0.6.19 Oct 15 22:20:38.029 INFO kablam! Compiling git2 v0.6.11 Oct 15 22:20:43.375 INFO kablam! Compiling release v0.8.1 (/source) Oct 15 22:20:44.701 INFO kablam! warning: unused import: `std::env::current_dir` Oct 15 22:20:44.701 INFO kablam! --> src/tags.rs:4:5 Oct 15 22:20:44.701 INFO kablam! | Oct 15 22:20:44.701 INFO kablam! 4 | use std::env::current_dir; Oct 15 22:20:44.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:44.702 INFO kablam! | Oct 15 22:20:44.702 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:20:44.702 INFO kablam! Oct 15 22:20:44.793 INFO kablam! warning: unused variable: `E` Oct 15 22:20:44.793 INFO kablam! --> src/main.rs:27:17 Oct 15 22:20:44.793 INFO kablam! | Oct 15 22:20:44.793 INFO kablam! 27 | Err(E) => { Oct 15 22:20:44.793 INFO kablam! | ^ help: consider using `_E` instead Oct 15 22:20:44.793 INFO kablam! | Oct 15 22:20:44.793 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 22:20:44.793 INFO kablam! Oct 15 22:20:44.819 INFO kablam! warning: variable does not need to be mutable Oct 15 22:20:44.819 INFO kablam! --> src/tags.rs:48:13 Oct 15 22:20:44.819 INFO kablam! | Oct 15 22:20:44.819 INFO kablam! 48 | let mut versions = self.get_tags().versions(); Oct 15 22:20:44.819 INFO kablam! | ----^^^^^^^^ Oct 15 22:20:44.819 INFO kablam! | | Oct 15 22:20:44.819 INFO kablam! | help: remove this `mut` Oct 15 22:20:44.819 INFO kablam! | Oct 15 22:20:44.819 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 22:20:44.819 INFO kablam! Oct 15 22:20:44.821 INFO kablam! warning: variable does not need to be mutable Oct 15 22:20:44.821 INFO kablam! --> src/tags.rs:84:13 Oct 15 22:20:44.821 INFO kablam! | Oct 15 22:20:44.821 INFO kablam! 84 | let mut val; Oct 15 22:20:44.821 INFO kablam! | ----^^^ Oct 15 22:20:44.821 INFO kablam! | | Oct 15 22:20:44.821 INFO kablam! | help: remove this `mut` Oct 15 22:20:44.821 INFO kablam! Oct 15 22:20:44.822 INFO kablam! warning: variable does not need to be mutable Oct 15 22:20:44.822 INFO kablam! --> src/tags.rs:97:13 Oct 15 22:20:44.822 INFO kablam! | Oct 15 22:20:44.822 INFO kablam! 97 | let mut obj; Oct 15 22:20:44.822 INFO kablam! | ----^^^ Oct 15 22:20:44.822 INFO kablam! | | Oct 15 22:20:44.822 INFO kablam! | help: remove this `mut` Oct 15 22:20:44.822 INFO kablam! Oct 15 22:20:44.823 INFO kablam! warning: method is never used: `iter` Oct 15 22:20:44.823 INFO kablam! --> src/tags.rs:105:5 Oct 15 22:20:44.823 INFO kablam! | Oct 15 22:20:44.823 INFO kablam! 105 | pub fn iter(&self) -> Iter{ Oct 15 22:20:44.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:44.823 INFO kablam! | Oct 15 22:20:44.823 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 22:20:44.823 INFO kablam! Oct 15 22:20:44.824 INFO kablam! warning: variable `E` should have a snake case name such as `e` Oct 15 22:20:44.824 INFO kablam! --> src/tags.rs:79:17 Oct 15 22:20:44.824 INFO kablam! | Oct 15 22:20:44.824 INFO kablam! 79 | Err(E) => Err(E) Oct 15 22:20:44.824 INFO kablam! | ^ Oct 15 22:20:44.824 INFO kablam! | Oct 15 22:20:44.824 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 22:20:44.824 INFO kablam! Oct 15 22:20:44.825 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 22:20:44.825 INFO kablam! --> src/main.rs:25:17 Oct 15 22:20:44.825 INFO kablam! | Oct 15 22:20:44.825 INFO kablam! 25 | release.make_release(vtype); Oct 15 22:20:44.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:44.825 INFO kablam! | Oct 15 22:20:44.825 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 22:20:44.825 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 22:20:44.825 INFO kablam! Oct 15 22:20:44.825 INFO kablam! warning: variable `E` should have a snake case name such as `e` Oct 15 22:20:44.825 INFO kablam! --> src/main.rs:27:17 Oct 15 22:20:44.825 INFO kablam! | Oct 15 22:20:44.825 INFO kablam! 27 | Err(E) => { Oct 15 22:20:44.825 INFO kablam! | ^ Oct 15 22:20:44.825 INFO kablam! Oct 15 22:20:46.144 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.47s Oct 15 22:20:46.148 INFO kablam! su: No module specific data is present Oct 15 22:20:46.404 INFO running `"docker" "rm" "-f" "3db2ccc02225460a262e18cf614ce0eeb5761828f98d0784f4cb24d84faf6776"` Oct 15 22:20:46.471 INFO blam! 3db2ccc02225460a262e18cf614ce0eeb5761828f98d0784f4cb24d84faf6776 Oct 15 22:20:46.473 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 22:20:46.659 INFO blam! 2a75b9b11061a72c3c5a085d334923020b16b72717bf29a062c984f6018e6468 Oct 15 22:20:46.661 INFO running `"docker" "start" "-a" "2a75b9b11061a72c3c5a085d334923020b16b72717bf29a062c984f6018e6468"` Oct 15 22:20:47.104 INFO kablam! usermod: no changes Oct 15 22:20:47.183 INFO kablam! Compiling release v0.8.1 (/source) Oct 15 22:20:48.644 INFO kablam! warning: unused import: `std::env::current_dir` Oct 15 22:20:48.644 INFO kablam! --> src/tags.rs:4:5 Oct 15 22:20:48.644 INFO kablam! | Oct 15 22:20:48.644 INFO kablam! 4 | use std::env::current_dir; Oct 15 22:20:48.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:48.644 INFO kablam! | Oct 15 22:20:48.644 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:20:48.644 INFO kablam! Oct 15 22:20:48.753 INFO kablam! warning: unused variable: `E` Oct 15 22:20:48.753 INFO kablam! --> src/main.rs:27:17 Oct 15 22:20:48.753 INFO kablam! | Oct 15 22:20:48.753 INFO kablam! 27 | Err(E) => { Oct 15 22:20:48.753 INFO kablam! | ^ help: consider using `_E` instead Oct 15 22:20:48.753 INFO kablam! | Oct 15 22:20:48.753 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 22:20:48.753 INFO kablam! Oct 15 22:20:48.786 INFO kablam! warning: variable does not need to be mutable Oct 15 22:20:48.786 INFO kablam! --> src/tags.rs:48:13 Oct 15 22:20:48.786 INFO kablam! | Oct 15 22:20:48.786 INFO kablam! 48 | let mut versions = self.get_tags().versions(); Oct 15 22:20:48.786 INFO kablam! | ----^^^^^^^^ Oct 15 22:20:48.786 INFO kablam! | | Oct 15 22:20:48.786 INFO kablam! | help: remove this `mut` Oct 15 22:20:48.786 INFO kablam! | Oct 15 22:20:48.786 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 22:20:48.786 INFO kablam! Oct 15 22:20:48.788 INFO kablam! warning: variable does not need to be mutable Oct 15 22:20:48.788 INFO kablam! --> src/tags.rs:84:13 Oct 15 22:20:48.788 INFO kablam! | Oct 15 22:20:48.788 INFO kablam! 84 | let mut val; Oct 15 22:20:48.788 INFO kablam! | ----^^^ Oct 15 22:20:48.788 INFO kablam! | | Oct 15 22:20:48.788 INFO kablam! | help: remove this `mut` Oct 15 22:20:48.788 INFO kablam! Oct 15 22:20:48.790 INFO kablam! warning: variable does not need to be mutable Oct 15 22:20:48.790 INFO kablam! --> src/tags.rs:97:13 Oct 15 22:20:48.790 INFO kablam! | Oct 15 22:20:48.790 INFO kablam! 97 | let mut obj; Oct 15 22:20:48.790 INFO kablam! | ----^^^ Oct 15 22:20:48.790 INFO kablam! | | Oct 15 22:20:48.790 INFO kablam! | help: remove this `mut` Oct 15 22:20:48.790 INFO kablam! Oct 15 22:20:48.792 INFO kablam! warning: method is never used: `iter` Oct 15 22:20:48.792 INFO kablam! --> src/tags.rs:105:5 Oct 15 22:20:48.792 INFO kablam! | Oct 15 22:20:48.792 INFO kablam! 105 | pub fn iter(&self) -> Iter{ Oct 15 22:20:48.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:48.793 INFO kablam! | Oct 15 22:20:48.793 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 22:20:48.793 INFO kablam! Oct 15 22:20:48.793 INFO kablam! warning: variable `E` should have a snake case name such as `e` Oct 15 22:20:48.793 INFO kablam! --> src/tags.rs:79:17 Oct 15 22:20:48.793 INFO kablam! | Oct 15 22:20:48.793 INFO kablam! 79 | Err(E) => Err(E) Oct 15 22:20:48.793 INFO kablam! | ^ Oct 15 22:20:48.793 INFO kablam! | Oct 15 22:20:48.793 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 22:20:48.793 INFO kablam! Oct 15 22:20:48.794 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 22:20:48.795 INFO kablam! --> src/main.rs:25:17 Oct 15 22:20:48.795 INFO kablam! | Oct 15 22:20:48.795 INFO kablam! 25 | release.make_release(vtype); Oct 15 22:20:48.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:48.795 INFO kablam! | Oct 15 22:20:48.795 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 22:20:48.795 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 22:20:48.795 INFO kablam! Oct 15 22:20:48.795 INFO kablam! warning: variable `E` should have a snake case name such as `e` Oct 15 22:20:48.795 INFO kablam! --> src/main.rs:27:17 Oct 15 22:20:48.795 INFO kablam! | Oct 15 22:20:48.795 INFO kablam! 27 | Err(E) => { Oct 15 22:20:48.795 INFO kablam! | ^ Oct 15 22:20:48.795 INFO kablam! Oct 15 22:20:49.473 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.35s Oct 15 22:20:49.479 INFO kablam! su: No module specific data is present Oct 15 22:20:49.702 INFO running `"docker" "rm" "-f" "2a75b9b11061a72c3c5a085d334923020b16b72717bf29a062c984f6018e6468"` Oct 15 22:20:49.770 INFO blam! 2a75b9b11061a72c3c5a085d334923020b16b72717bf29a062c984f6018e6468 Oct 15 22:20:49.772 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 22:20:49.948 INFO blam! a475cb6aee61097d7725c60bb7d8bf36cf6114cf80ed948f7ceeaad9f47d3380 Oct 15 22:20:49.950 INFO running `"docker" "start" "-a" "a475cb6aee61097d7725c60bb7d8bf36cf6114cf80ed948f7ceeaad9f47d3380"` Oct 15 22:20:50.294 INFO kablam! usermod: no changes Oct 15 22:20:50.365 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 22:20:50.368 INFO kablam! Running /target/debug/deps/release-7f9cba26863ff802 Oct 15 22:20:50.372 INFO blam! Oct 15 22:20:50.372 INFO blam! running 3 tests Oct 15 22:20:50.372 INFO blam! test version::tests::test_version_string ... ok Oct 15 22:20:50.372 INFO blam! test version::tests::test_increment_version ... ok Oct 15 22:20:50.372 INFO blam! test version::tests::test_version_debug_string ... ok Oct 15 22:20:50.372 INFO blam! Oct 15 22:20:50.372 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:20:50.372 INFO blam! Oct 15 22:20:50.374 INFO kablam! su: No module specific data is present Oct 15 22:20:50.606 INFO running `"docker" "rm" "-f" "a475cb6aee61097d7725c60bb7d8bf36cf6114cf80ed948f7ceeaad9f47d3380"` Oct 15 22:20:50.702 INFO blam! a475cb6aee61097d7725c60bb7d8bf36cf6114cf80ed948f7ceeaad9f47d3380