Oct 12 23:54:04.459 INFO testing slotbaer/chronow against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 23:54:04.459 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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:54:04.930 INFO blam! 888eb9109a8f4ccd58e3ec75515f76912d2c1eb6bdbe4fb0770f3604a239e5c3 Oct 12 23:54:04.939 INFO running `"docker" "start" "-a" "888eb9109a8f4ccd58e3ec75515f76912d2c1eb6bdbe4fb0770f3604a239e5c3"` Oct 12 23:54:06.140 INFO kablam! usermod: no changes Oct 12 23:54:06.204 INFO kablam! Compiling time v0.1.38 Oct 12 23:54:07.459 INFO kablam! Compiling chrono v0.4.0 Oct 12 23:54:09.879 INFO kablam! Compiling chronow v0.1.0 (/source) Oct 12 23:54:10.207 INFO kablam! warning: variable does not need to be mutable Oct 12 23:54:10.207 INFO kablam! --> src/groups.rs:53:18 Oct 12 23:54:10.207 INFO kablam! | Oct 12 23:54:10.207 INFO kablam! 53 | pub fn add_it_is(mut set: & mut HashSet) -> () { Oct 12 23:54:10.207 INFO kablam! | ----^^^ Oct 12 23:54:10.207 INFO kablam! | | Oct 12 23:54:10.207 INFO kablam! | help: remove this `mut` Oct 12 23:54:10.207 INFO kablam! | Oct 12 23:54:10.207 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 23:54:10.208 INFO kablam! Oct 12 23:54:10.215 INFO kablam! warning: variable does not need to be mutable Oct 12 23:54:10.215 INFO kablam! --> src/time_to_groups.rs:73:24 Oct 12 23:54:10.215 INFO kablam! | Oct 12 23:54:10.215 INFO kablam! 73 | fn minute_before_after(mut set: & mut HashSet, m: Group, ba: Group) -> () { Oct 12 23:54:10.215 INFO kablam! | ----^^^ Oct 12 23:54:10.215 INFO kablam! | | Oct 12 23:54:10.215 INFO kablam! | help: remove this `mut` Oct 12 23:54:10.215 INFO kablam! Oct 12 23:54:10.215 INFO kablam! warning: variable does not need to be mutable Oct 12 23:54:10.215 INFO kablam! --> src/time_to_groups.rs:79:18 Oct 12 23:54:10.215 INFO kablam! | Oct 12 23:54:10.215 INFO kablam! 79 | fn minute_before(mut set: & mut HashSet, m: Group) -> () { Oct 12 23:54:10.215 INFO kablam! | ----^^^ Oct 12 23:54:10.215 INFO kablam! | | Oct 12 23:54:10.215 INFO kablam! | help: remove this `mut` Oct 12 23:54:10.215 INFO kablam! Oct 12 23:54:10.216 INFO kablam! warning: variable does not need to be mutable Oct 12 23:54:10.216 INFO kablam! --> src/time_to_groups.rs:84:17 Oct 12 23:54:10.216 INFO kablam! | Oct 12 23:54:10.216 INFO kablam! 84 | fn minute_after(mut set: & mut HashSet, m: Group) -> () { Oct 12 23:54:10.216 INFO kablam! | ----^^^ Oct 12 23:54:10.217 INFO kablam! | | Oct 12 23:54:10.217 INFO kablam! | help: remove this `mut` Oct 12 23:54:10.217 INFO kablam! Oct 12 23:54:10.217 INFO kablam! warning: variable does not need to be mutable Oct 12 23:54:10.217 INFO kablam! --> src/time_to_groups.rs:89:19 Oct 12 23:54:10.217 INFO kablam! | Oct 12 23:54:10.217 INFO kablam! 89 | fn minute_ba_half(mut set: & mut HashSet, ba: Group) -> () { Oct 12 23:54:10.217 INFO kablam! | ----^^^ Oct 12 23:54:10.217 INFO kablam! | | Oct 12 23:54:10.217 INFO kablam! | help: remove this `mut` Oct 12 23:54:10.217 INFO kablam! Oct 12 23:54:10.220 INFO kablam! warning: constant item is never used: `MINUTES_THREEQUARTER` Oct 12 23:54:10.220 INFO kablam! --> src/groups.rs:30:1 Oct 12 23:54:10.220 INFO kablam! | Oct 12 23:54:10.220 INFO kablam! 30 | pub const MINUTES_THREEQUARTER: Group = Group { base: 22, length: 11}; Oct 12 23:54:10.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:54:10.220 INFO kablam! | Oct 12 23:54:10.221 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:54:10.221 INFO kablam! Oct 12 23:54:10.221 INFO kablam! warning: function is never used: `get_it_is` Oct 12 23:54:10.221 INFO kablam! --> src/groups.rs:48:1 Oct 12 23:54:10.221 INFO kablam! | Oct 12 23:54:10.221 INFO kablam! 48 | pub fn get_it_is() -> HashSet { Oct 12 23:54:10.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:54:10.221 INFO kablam! Oct 12 23:54:10.221 INFO kablam! warning: function is never used: `remove_it_is` Oct 12 23:54:10.221 INFO kablam! --> src/groups.rs:58:1 Oct 12 23:54:10.221 INFO kablam! | Oct 12 23:54:10.221 INFO kablam! 58 | pub fn remove_it_is(set: & mut HashSet) -> () { Oct 12 23:54:10.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:54:10.221 INFO kablam! Oct 12 23:54:10.221 INFO kablam! warning: method is never used: `set_it_is` Oct 12 23:54:10.221 INFO kablam! --> src/state.rs:52:5 Oct 12 23:54:10.221 INFO kablam! | Oct 12 23:54:10.222 INFO kablam! 52 | pub fn set_it_is(mut self, is_it_on: bool) -> () { Oct 12 23:54:10.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:54:10.222 INFO kablam! Oct 12 23:54:10.835 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.67s Oct 12 23:54:10.837 INFO kablam! su: No module specific data is present Oct 12 23:54:11.125 INFO running `"docker" "rm" "-f" "888eb9109a8f4ccd58e3ec75515f76912d2c1eb6bdbe4fb0770f3604a239e5c3"` Oct 12 23:54:11.287 INFO blam! 888eb9109a8f4ccd58e3ec75515f76912d2c1eb6bdbe4fb0770f3604a239e5c3 Oct 12 23:54:11.289 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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:54:11.521 INFO blam! 86d51ac2aabb6e87bc0e8ffa3cc73398eb2530945934a571d77ba862b2c15cf8 Oct 12 23:54:11.524 INFO running `"docker" "start" "-a" "86d51ac2aabb6e87bc0e8ffa3cc73398eb2530945934a571d77ba862b2c15cf8"` Oct 12 23:54:12.075 INFO kablam! usermod: no changes Oct 12 23:54:12.114 INFO kablam! Compiling chronow v0.1.0 (/source) Oct 12 23:54:12.415 INFO kablam! warning: variable does not need to be mutable Oct 12 23:54:12.415 INFO kablam! --> src/groups.rs:53:18 Oct 12 23:54:12.415 INFO kablam! | Oct 12 23:54:12.415 INFO kablam! 53 | pub fn add_it_is(mut set: & mut HashSet) -> () { Oct 12 23:54:12.415 INFO kablam! | ----^^^ Oct 12 23:54:12.415 INFO kablam! | | Oct 12 23:54:12.415 INFO kablam! | help: remove this `mut` Oct 12 23:54:12.415 INFO kablam! | Oct 12 23:54:12.415 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 23:54:12.415 INFO kablam! Oct 12 23:54:12.417 INFO kablam! warning: variable does not need to be mutable Oct 12 23:54:12.417 INFO kablam! --> src/time_to_groups.rs:73:24 Oct 12 23:54:12.417 INFO kablam! | Oct 12 23:54:12.417 INFO kablam! 73 | fn minute_before_after(mut set: & mut HashSet, m: Group, ba: Group) -> () { Oct 12 23:54:12.417 INFO kablam! | ----^^^ Oct 12 23:54:12.417 INFO kablam! | | Oct 12 23:54:12.417 INFO kablam! | help: remove this `mut` Oct 12 23:54:12.417 INFO kablam! Oct 12 23:54:12.418 INFO kablam! warning: variable does not need to be mutable Oct 12 23:54:12.418 INFO kablam! --> src/time_to_groups.rs:79:18 Oct 12 23:54:12.418 INFO kablam! | Oct 12 23:54:12.418 INFO kablam! 79 | fn minute_before(mut set: & mut HashSet, m: Group) -> () { Oct 12 23:54:12.418 INFO kablam! | ----^^^ Oct 12 23:54:12.418 INFO kablam! | | Oct 12 23:54:12.418 INFO kablam! | help: remove this `mut` Oct 12 23:54:12.418 INFO kablam! Oct 12 23:54:12.418 INFO kablam! warning: variable does not need to be mutable Oct 12 23:54:12.418 INFO kablam! --> src/time_to_groups.rs:84:17 Oct 12 23:54:12.418 INFO kablam! | Oct 12 23:54:12.418 INFO kablam! 84 | fn minute_after(mut set: & mut HashSet, m: Group) -> () { Oct 12 23:54:12.418 INFO kablam! | ----^^^ Oct 12 23:54:12.418 INFO kablam! | | Oct 12 23:54:12.418 INFO kablam! | help: remove this `mut` Oct 12 23:54:12.418 INFO kablam! Oct 12 23:54:12.418 INFO kablam! warning: variable does not need to be mutable Oct 12 23:54:12.418 INFO kablam! --> src/time_to_groups.rs:89:19 Oct 12 23:54:12.418 INFO kablam! | Oct 12 23:54:12.418 INFO kablam! 89 | fn minute_ba_half(mut set: & mut HashSet, ba: Group) -> () { Oct 12 23:54:12.418 INFO kablam! | ----^^^ Oct 12 23:54:12.418 INFO kablam! | | Oct 12 23:54:12.418 INFO kablam! | help: remove this `mut` Oct 12 23:54:12.418 INFO kablam! Oct 12 23:54:12.420 INFO kablam! warning: constant item is never used: `MINUTES_THREEQUARTER` Oct 12 23:54:12.420 INFO kablam! --> src/groups.rs:30:1 Oct 12 23:54:12.420 INFO kablam! | Oct 12 23:54:12.420 INFO kablam! 30 | pub const MINUTES_THREEQUARTER: Group = Group { base: 22, length: 11}; Oct 12 23:54:12.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:54:12.420 INFO kablam! | Oct 12 23:54:12.420 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:54:12.420 INFO kablam! Oct 12 23:54:12.420 INFO kablam! warning: function is never used: `get_it_is` Oct 12 23:54:12.420 INFO kablam! --> src/groups.rs:48:1 Oct 12 23:54:12.420 INFO kablam! | Oct 12 23:54:12.420 INFO kablam! 48 | pub fn get_it_is() -> HashSet { Oct 12 23:54:12.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:54:12.420 INFO kablam! Oct 12 23:54:12.420 INFO kablam! warning: function is never used: `remove_it_is` Oct 12 23:54:12.420 INFO kablam! --> src/groups.rs:58:1 Oct 12 23:54:12.420 INFO kablam! | Oct 12 23:54:12.420 INFO kablam! 58 | pub fn remove_it_is(set: & mut HashSet) -> () { Oct 12 23:54:12.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:54:12.420 INFO kablam! Oct 12 23:54:12.420 INFO kablam! warning: method is never used: `set_it_is` Oct 12 23:54:12.420 INFO kablam! --> src/state.rs:52:5 Oct 12 23:54:12.420 INFO kablam! | Oct 12 23:54:12.420 INFO kablam! 52 | pub fn set_it_is(mut self, is_it_on: bool) -> () { Oct 12 23:54:12.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:54:12.420 INFO kablam! Oct 12 23:54:12.758 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.66s Oct 12 23:54:12.762 INFO kablam! su: No module specific data is present Oct 12 23:54:12.968 INFO running `"docker" "rm" "-f" "86d51ac2aabb6e87bc0e8ffa3cc73398eb2530945934a571d77ba862b2c15cf8"` Oct 12 23:54:13.032 INFO blam! 86d51ac2aabb6e87bc0e8ffa3cc73398eb2530945934a571d77ba862b2c15cf8 Oct 12 23:54:13.036 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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:54:13.237 INFO blam! 7e0b025107b3573b2e9c603dd6e19a887963a6890173c2f21042d90a484200e3 Oct 12 23:54:13.238 INFO running `"docker" "start" "-a" "7e0b025107b3573b2e9c603dd6e19a887963a6890173c2f21042d90a484200e3"` Oct 12 23:54:13.648 INFO kablam! usermod: no changes Oct 12 23:54:13.684 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 12 23:54:13.684 INFO kablam! Running /target/debug/deps/chronow-26c2f251b20f27e6 Oct 12 23:54:13.689 INFO blam! Oct 12 23:54:13.689 INFO blam! running 0 tests Oct 12 23:54:13.689 INFO blam! Oct 12 23:54:13.689 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:54:13.689 INFO blam! Oct 12 23:54:13.692 INFO kablam! su: No module specific data is present Oct 12 23:54:13.974 INFO running `"docker" "rm" "-f" "7e0b025107b3573b2e9c603dd6e19a887963a6890173c2f21042d90a484200e3"` Oct 12 23:54:14.040 INFO blam! 7e0b025107b3573b2e9c603dd6e19a887963a6890173c2f21042d90a484200e3