Oct 15 22:20:24.124 INFO testing release-0.8.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 22:20:24.124 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 22:20:24.384 INFO blam! 39f02635b6120e2a22fce8a72f9e72378d25442eb9c5159ff2de93ae07ed6732 Oct 15 22:20:24.386 INFO running `"docker" "start" "-a" "39f02635b6120e2a22fce8a72f9e72378d25442eb9c5159ff2de93ae07ed6732"` Oct 15 22:20:24.694 INFO kablam! usermod: no changes Oct 15 22:20:24.812 INFO kablam! Compiling release v0.8.1 (/source) Oct 15 22:20:26.627 INFO kablam! warning: unused import: `std::env::current_dir` Oct 15 22:20:26.627 INFO kablam! --> src/tags.rs:4:5 Oct 15 22:20:26.627 INFO kablam! | Oct 15 22:20:26.627 INFO kablam! 4 | use std::env::current_dir; Oct 15 22:20:26.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:26.627 INFO kablam! | Oct 15 22:20:26.627 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:20:26.627 INFO kablam! Oct 15 22:20:26.754 INFO kablam! warning: unused variable: `E` Oct 15 22:20:26.754 INFO kablam! --> src/main.rs:27:17 Oct 15 22:20:26.755 INFO kablam! | Oct 15 22:20:26.755 INFO kablam! 27 | Err(E) => { Oct 15 22:20:26.756 INFO kablam! | ^ help: consider using `_E` instead Oct 15 22:20:26.757 INFO kablam! | Oct 15 22:20:26.757 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 22:20:26.758 INFO kablam! Oct 15 22:20:26.782 INFO kablam! warning: variable does not need to be mutable Oct 15 22:20:26.783 INFO kablam! --> src/tags.rs:48:13 Oct 15 22:20:26.784 INFO kablam! | Oct 15 22:20:26.784 INFO kablam! 48 | let mut versions = self.get_tags().versions(); Oct 15 22:20:26.785 INFO kablam! | ----^^^^^^^^ Oct 15 22:20:26.786 INFO kablam! | | Oct 15 22:20:26.786 INFO kablam! | help: remove this `mut` Oct 15 22:20:26.786 INFO kablam! | Oct 15 22:20:26.786 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 22:20:26.786 INFO kablam! Oct 15 22:20:26.786 INFO kablam! warning: variable does not need to be mutable Oct 15 22:20:26.786 INFO kablam! --> src/tags.rs:84:13 Oct 15 22:20:26.787 INFO kablam! | Oct 15 22:20:26.788 INFO kablam! 84 | let mut val; Oct 15 22:20:26.788 INFO kablam! | ----^^^ Oct 15 22:20:26.788 INFO kablam! | | Oct 15 22:20:26.788 INFO kablam! | help: remove this `mut` Oct 15 22:20:26.788 INFO kablam! Oct 15 22:20:26.788 INFO kablam! warning: variable does not need to be mutable Oct 15 22:20:26.788 INFO kablam! --> src/tags.rs:97:13 Oct 15 22:20:26.788 INFO kablam! | Oct 15 22:20:26.788 INFO kablam! 97 | let mut obj; Oct 15 22:20:26.788 INFO kablam! | ----^^^ Oct 15 22:20:26.788 INFO kablam! | | Oct 15 22:20:26.788 INFO kablam! | help: remove this `mut` Oct 15 22:20:26.788 INFO kablam! Oct 15 22:20:26.788 INFO kablam! warning: method is never used: `iter` Oct 15 22:20:26.788 INFO kablam! --> src/tags.rs:105:5 Oct 15 22:20:26.788 INFO kablam! | Oct 15 22:20:26.788 INFO kablam! 105 | pub fn iter(&self) -> Iter{ Oct 15 22:20:26.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:26.788 INFO kablam! | Oct 15 22:20:26.788 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 22:20:26.788 INFO kablam! Oct 15 22:20:26.791 INFO kablam! warning: variable `E` should have a snake case name such as `e` Oct 15 22:20:26.791 INFO kablam! --> src/tags.rs:79:17 Oct 15 22:20:26.791 INFO kablam! | Oct 15 22:20:26.791 INFO kablam! 79 | Err(E) => Err(E) Oct 15 22:20:26.791 INFO kablam! | ^ Oct 15 22:20:26.791 INFO kablam! | Oct 15 22:20:26.791 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 22:20:26.791 INFO kablam! Oct 15 22:20:26.791 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 22:20:26.791 INFO kablam! --> src/main.rs:25:17 Oct 15 22:20:26.791 INFO kablam! | Oct 15 22:20:26.791 INFO kablam! 25 | release.make_release(vtype); Oct 15 22:20:26.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:26.791 INFO kablam! | Oct 15 22:20:26.791 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 22:20:26.791 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 22:20:26.791 INFO kablam! Oct 15 22:20:26.791 INFO kablam! warning: variable `E` should have a snake case name such as `e` Oct 15 22:20:26.791 INFO kablam! --> src/main.rs:27:17 Oct 15 22:20:26.791 INFO kablam! | Oct 15 22:20:26.791 INFO kablam! 27 | Err(E) => { Oct 15 22:20:26.791 INFO kablam! | ^ Oct 15 22:20:26.791 INFO kablam! Oct 15 22:20:29.097 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.38s Oct 15 22:20:29.103 INFO kablam! su: No module specific data is present Oct 15 22:20:29.731 INFO running `"docker" "rm" "-f" "39f02635b6120e2a22fce8a72f9e72378d25442eb9c5159ff2de93ae07ed6732"` Oct 15 22:20:29.876 INFO blam! 39f02635b6120e2a22fce8a72f9e72378d25442eb9c5159ff2de93ae07ed6732 Oct 15 22:20:29.883 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 22:20:30.245 INFO blam! c9e429ea5a477e09667e1199730475dd672af10682bda6352663bdf8642a20e4 Oct 15 22:20:30.247 INFO running `"docker" "start" "-a" "c9e429ea5a477e09667e1199730475dd672af10682bda6352663bdf8642a20e4"` Oct 15 22:20:30.767 INFO kablam! usermod: no changes Oct 15 22:20:30.837 INFO kablam! Compiling release v0.8.1 (/source) Oct 15 22:20:32.415 INFO kablam! warning: unused import: `std::env::current_dir` Oct 15 22:20:32.416 INFO kablam! --> src/tags.rs:4:5 Oct 15 22:20:32.417 INFO kablam! | Oct 15 22:20:32.417 INFO kablam! 4 | use std::env::current_dir; Oct 15 22:20:32.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:32.418 INFO kablam! | Oct 15 22:20:32.419 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 22:20:32.419 INFO kablam! Oct 15 22:20:32.524 INFO kablam! warning: unused variable: `E` Oct 15 22:20:32.525 INFO kablam! --> src/main.rs:27:17 Oct 15 22:20:32.525 INFO kablam! | Oct 15 22:20:32.526 INFO kablam! 27 | Err(E) => { Oct 15 22:20:32.527 INFO kablam! | ^ help: consider using `_E` instead Oct 15 22:20:32.527 INFO kablam! | Oct 15 22:20:32.528 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 22:20:32.528 INFO kablam! Oct 15 22:20:32.557 INFO kablam! warning: variable does not need to be mutable Oct 15 22:20:32.558 INFO kablam! --> src/tags.rs:48:13 Oct 15 22:20:32.559 INFO kablam! | Oct 15 22:20:32.559 INFO kablam! 48 | let mut versions = self.get_tags().versions(); Oct 15 22:20:32.560 INFO kablam! | ----^^^^^^^^ Oct 15 22:20:32.561 INFO kablam! | | Oct 15 22:20:32.561 INFO kablam! | help: remove this `mut` Oct 15 22:20:32.562 INFO kablam! | Oct 15 22:20:32.562 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 22:20:32.563 INFO kablam! Oct 15 22:20:32.563 INFO kablam! warning: variable does not need to be mutable Oct 15 22:20:32.563 INFO kablam! --> src/tags.rs:84:13 Oct 15 22:20:32.563 INFO kablam! | Oct 15 22:20:32.563 INFO kablam! 84 | let mut val; Oct 15 22:20:32.564 INFO kablam! | ----^^^ Oct 15 22:20:32.564 INFO kablam! | | Oct 15 22:20:32.564 INFO kablam! | help: remove this `mut` Oct 15 22:20:32.564 INFO kablam! Oct 15 22:20:32.564 INFO kablam! warning: variable does not need to be mutable Oct 15 22:20:32.565 INFO kablam! --> src/tags.rs:97:13 Oct 15 22:20:32.565 INFO kablam! | Oct 15 22:20:32.565 INFO kablam! 97 | let mut obj; Oct 15 22:20:32.565 INFO kablam! | ----^^^ Oct 15 22:20:32.565 INFO kablam! | | Oct 15 22:20:32.565 INFO kablam! | help: remove this `mut` Oct 15 22:20:32.565 INFO kablam! Oct 15 22:20:32.565 INFO kablam! warning: method is never used: `iter` Oct 15 22:20:32.566 INFO kablam! --> src/tags.rs:105:5 Oct 15 22:20:32.566 INFO kablam! | Oct 15 22:20:32.566 INFO kablam! 105 | pub fn iter(&self) -> Iter{ Oct 15 22:20:32.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:32.566 INFO kablam! | Oct 15 22:20:32.566 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 22:20:32.566 INFO kablam! Oct 15 22:20:32.566 INFO kablam! warning: variable `E` should have a snake case name such as `e` Oct 15 22:20:32.568 INFO kablam! --> src/tags.rs:79:17 Oct 15 22:20:32.568 INFO kablam! | Oct 15 22:20:32.568 INFO kablam! 79 | Err(E) => Err(E) Oct 15 22:20:32.568 INFO kablam! | ^ Oct 15 22:20:32.568 INFO kablam! | Oct 15 22:20:32.568 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 22:20:32.568 INFO kablam! Oct 15 22:20:32.568 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 22:20:32.569 INFO kablam! --> src/main.rs:25:17 Oct 15 22:20:32.569 INFO kablam! | Oct 15 22:20:32.569 INFO kablam! 25 | release.make_release(vtype); Oct 15 22:20:32.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 22:20:32.569 INFO kablam! | Oct 15 22:20:32.569 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 22:20:32.569 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 22:20:32.569 INFO kablam! Oct 15 22:20:32.570 INFO kablam! warning: variable `E` should have a snake case name such as `e` Oct 15 22:20:32.570 INFO kablam! --> src/main.rs:27:17 Oct 15 22:20:32.570 INFO kablam! | Oct 15 22:20:32.570 INFO kablam! 27 | Err(E) => { Oct 15 22:20:32.570 INFO kablam! | ^ Oct 15 22:20:32.570 INFO kablam! Oct 15 22:20:33.499 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.71s Oct 15 22:20:33.507 INFO kablam! su: No module specific data is present Oct 15 22:20:34.282 INFO running `"docker" "rm" "-f" "c9e429ea5a477e09667e1199730475dd672af10682bda6352663bdf8642a20e4"` Oct 15 22:20:34.591 INFO blam! c9e429ea5a477e09667e1199730475dd672af10682bda6352663bdf8642a20e4 Oct 15 22:20:34.604 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 22:20:34.883 INFO blam! 78a187fbdf40d64b4c418199be94c10d3672b6b00b6afef5385e76c9b74fc710 Oct 15 22:20:34.887 INFO running `"docker" "start" "-a" "78a187fbdf40d64b4c418199be94c10d3672b6b00b6afef5385e76c9b74fc710"` Oct 15 22:20:35.823 INFO kablam! usermod: no changes Oct 15 22:20:35.996 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 15 22:20:36.009 INFO kablam! Running /target/debug/deps/release-ececb4ca05d572ce Oct 15 22:20:36.013 INFO blam! Oct 15 22:20:36.013 INFO blam! running 3 tests Oct 15 22:20:36.019 INFO blam! test version::tests::test_version_debug_string ... ok Oct 15 22:20:36.019 INFO blam! test version::tests::test_version_string ... ok Oct 15 22:20:36.019 INFO blam! test version::tests::test_increment_version ... ok Oct 15 22:20:36.019 INFO blam! Oct 15 22:20:36.020 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:20:36.020 INFO blam! Oct 15 22:20:36.024 INFO kablam! su: No module specific data is present Oct 15 22:20:36.896 INFO running `"docker" "rm" "-f" "78a187fbdf40d64b4c418199be94c10d3672b6b00b6afef5385e76c9b74fc710"` Oct 15 22:20:36.985 INFO blam! 78a187fbdf40d64b4c418199be94c10d3672b6b00b6afef5385e76c9b74fc710