Oct 16 11:49:16.381 INFO testing expedite-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 11:49:16.381 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 16 11:49:16.656 INFO blam! 40c133fb1bac700ca3f5c8eae24b6fe64a714e05c2c6b373b30b9f0a1613376c Oct 16 11:49:16.671 INFO running `"docker" "start" "-a" "40c133fb1bac700ca3f5c8eae24b6fe64a714e05c2c6b373b30b9f0a1613376c"` Oct 16 11:49:17.819 INFO kablam! usermod: no changes Oct 16 11:49:17.890 INFO kablam! Compiling expedite v0.1.0 (/source) Oct 16 11:49:18.587 INFO kablam! warning: unused import: `datetime::time_change::TimeChange` Oct 16 11:49:18.587 INFO kablam! --> src/datetime/date.rs:2:5 Oct 16 11:49:18.587 INFO kablam! | Oct 16 11:49:18.587 INFO kablam! 2 | use datetime::time_change::TimeChange; Oct 16 11:49:18.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 11:49:18.587 INFO kablam! | Oct 16 11:49:18.587 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 11:49:18.587 INFO kablam! Oct 16 11:49:18.587 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 16 11:49:18.587 INFO kablam! --> src/datetime/date.rs:62:12 Oct 16 11:49:18.587 INFO kablam! | Oct 16 11:49:18.587 INFO kablam! 62 | if (n >= 0) { Oct 16 11:49:18.587 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 16 11:49:18.587 INFO kablam! | Oct 16 11:49:18.587 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 11:49:18.587 INFO kablam! Oct 16 11:49:18.587 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 16 11:49:18.587 INFO kablam! --> src/datetime/date.rs:73:12 Oct 16 11:49:18.587 INFO kablam! | Oct 16 11:49:18.587 INFO kablam! 73 | if (after_this_year > 0) { Oct 16 11:49:18.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 11:49:18.587 INFO kablam! Oct 16 11:49:18.587 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 16 11:49:18.587 INFO kablam! --> src/datetime/date.rs:84:12 Oct 16 11:49:18.587 INFO kablam! | Oct 16 11:49:18.587 INFO kablam! 84 | if (n > self.month) { Oct 16 11:49:18.587 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 11:49:18.587 INFO kablam! Oct 16 11:49:18.587 INFO kablam! warning: unnecessary parentheses around assigned value Oct 16 11:49:18.587 INFO kablam! --> src/datetime/date.rs:104:16 Oct 16 11:49:18.587 INFO kablam! | Oct 16 11:49:18.587 INFO kablam! 104 | jdn += (365u32.wrapping_mul(y)); Oct 16 11:49:18.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 11:49:18.587 INFO kablam! Oct 16 11:49:18.587 INFO kablam! warning: unnecessary parentheses around assigned value Oct 16 11:49:18.587 INFO kablam! --> src/datetime/date.rs:105:16 Oct 16 11:49:18.587 INFO kablam! | Oct 16 11:49:18.587 INFO kablam! 105 | jdn += (y / 4); Oct 16 11:49:18.587 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 16 11:49:18.587 INFO kablam! Oct 16 11:49:18.587 INFO kablam! warning: unnecessary parentheses around assigned value Oct 16 11:49:18.587 INFO kablam! --> src/datetime/date.rs:106:16 Oct 16 11:49:18.587 INFO kablam! | Oct 16 11:49:18.587 INFO kablam! 106 | jdn -= (y / 100); Oct 16 11:49:18.587 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 16 11:49:18.588 INFO kablam! Oct 16 11:49:18.588 INFO kablam! warning: unnecessary parentheses around assigned value Oct 16 11:49:18.588 INFO kablam! --> src/datetime/date.rs:107:16 Oct 16 11:49:18.588 INFO kablam! | Oct 16 11:49:18.588 INFO kablam! 107 | jdn += (y / 400); Oct 16 11:49:18.588 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 16 11:49:18.588 INFO kablam! Oct 16 11:49:18.661 INFO kablam! warning: unused variable: `month` Oct 16 11:49:18.661 INFO kablam! --> src/datetime/date.rs:96:13 Oct 16 11:49:18.661 INFO kablam! | Oct 16 11:49:18.661 INFO kablam! 96 | let month = self.month; Oct 16 11:49:18.661 INFO kablam! | ^^^^^ help: consider using `_month` instead Oct 16 11:49:18.661 INFO kablam! | Oct 16 11:49:18.663 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 11:49:18.663 INFO kablam! Oct 16 11:49:19.536 INFO kablam! warning: variable does not need to be mutable Oct 16 11:49:19.536 INFO kablam! --> src/main.rs:16:9 Oct 16 11:49:19.537 INFO kablam! | Oct 16 11:49:19.537 INFO kablam! 16 | let mut map = hash!{'{' => '}', '[' => ']', '(' => ')'}; Oct 16 11:49:19.537 INFO kablam! | ----^^^ Oct 16 11:49:19.538 INFO kablam! | | Oct 16 11:49:19.538 INFO kablam! | help: remove this `mut` Oct 16 11:49:19.538 INFO kablam! | Oct 16 11:49:19.538 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 11:49:19.539 INFO kablam! Oct 16 11:49:20.252 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.41s Oct 16 11:49:20.255 INFO kablam! su: No module specific data is present Oct 16 11:49:20.740 INFO running `"docker" "rm" "-f" "40c133fb1bac700ca3f5c8eae24b6fe64a714e05c2c6b373b30b9f0a1613376c"` Oct 16 11:49:20.951 INFO blam! 40c133fb1bac700ca3f5c8eae24b6fe64a714e05c2c6b373b30b9f0a1613376c Oct 16 11:49:20.960 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 16 11:49:21.249 INFO blam! 65a041de6cbb6ea44e77f32f0880c5d4ce19f4f8409bf5ad9fb7f05b8021b7d0 Oct 16 11:49:21.259 INFO running `"docker" "start" "-a" "65a041de6cbb6ea44e77f32f0880c5d4ce19f4f8409bf5ad9fb7f05b8021b7d0"` Oct 16 11:49:22.171 INFO kablam! usermod: no changes Oct 16 11:49:22.223 INFO kablam! Compiling expedite v0.1.0 (/source) Oct 16 11:49:23.119 INFO kablam! warning: unused import: `datetime::time_change::TimeChange` Oct 16 11:49:23.119 INFO kablam! --> src/datetime/date.rs:2:5 Oct 16 11:49:23.119 INFO kablam! | Oct 16 11:49:23.119 INFO kablam! 2 | use datetime::time_change::TimeChange; Oct 16 11:49:23.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 11:49:23.119 INFO kablam! | Oct 16 11:49:23.119 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 11:49:23.119 INFO kablam! Oct 16 11:49:23.119 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 16 11:49:23.119 INFO kablam! --> src/datetime/date.rs:62:12 Oct 16 11:49:23.119 INFO kablam! | Oct 16 11:49:23.119 INFO kablam! 62 | if (n >= 0) { Oct 16 11:49:23.119 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 16 11:49:23.119 INFO kablam! | Oct 16 11:49:23.119 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 11:49:23.119 INFO kablam! Oct 16 11:49:23.119 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 16 11:49:23.119 INFO kablam! --> src/datetime/date.rs:73:12 Oct 16 11:49:23.119 INFO kablam! | Oct 16 11:49:23.119 INFO kablam! 73 | if (after_this_year > 0) { Oct 16 11:49:23.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 11:49:23.119 INFO kablam! Oct 16 11:49:23.119 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 16 11:49:23.119 INFO kablam! --> src/datetime/date.rs:84:12 Oct 16 11:49:23.119 INFO kablam! | Oct 16 11:49:23.119 INFO kablam! 84 | if (n > self.month) { Oct 16 11:49:23.119 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 11:49:23.119 INFO kablam! Oct 16 11:49:23.119 INFO kablam! warning: unnecessary parentheses around assigned value Oct 16 11:49:23.119 INFO kablam! --> src/datetime/date.rs:104:16 Oct 16 11:49:23.119 INFO kablam! | Oct 16 11:49:23.119 INFO kablam! 104 | jdn += (365u32.wrapping_mul(y)); Oct 16 11:49:23.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 11:49:23.119 INFO kablam! Oct 16 11:49:23.119 INFO kablam! warning: unnecessary parentheses around assigned value Oct 16 11:49:23.119 INFO kablam! --> src/datetime/date.rs:105:16 Oct 16 11:49:23.119 INFO kablam! | Oct 16 11:49:23.119 INFO kablam! 105 | jdn += (y / 4); Oct 16 11:49:23.119 INFO kablam! | ^^^^^^^ help: remove these parentheses Oct 16 11:49:23.119 INFO kablam! Oct 16 11:49:23.119 INFO kablam! warning: unnecessary parentheses around assigned value Oct 16 11:49:23.119 INFO kablam! --> src/datetime/date.rs:106:16 Oct 16 11:49:23.119 INFO kablam! | Oct 16 11:49:23.119 INFO kablam! 106 | jdn -= (y / 100); Oct 16 11:49:23.120 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 16 11:49:23.120 INFO kablam! Oct 16 11:49:23.120 INFO kablam! warning: unnecessary parentheses around assigned value Oct 16 11:49:23.120 INFO kablam! --> src/datetime/date.rs:107:16 Oct 16 11:49:23.120 INFO kablam! | Oct 16 11:49:23.120 INFO kablam! 107 | jdn += (y / 400); Oct 16 11:49:23.120 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 16 11:49:23.120 INFO kablam! Oct 16 11:49:23.275 INFO kablam! warning: variable does not need to be mutable Oct 16 11:49:23.275 INFO kablam! --> src/main.rs:16:9 Oct 16 11:49:23.275 INFO kablam! | Oct 16 11:49:23.275 INFO kablam! 16 | let mut map = hash!{'{' => '}', '[' => ']', '(' => ')'}; Oct 16 11:49:23.275 INFO kablam! | ----^^^ Oct 16 11:49:23.275 INFO kablam! | | Oct 16 11:49:23.275 INFO kablam! | help: remove this `mut` Oct 16 11:49:23.275 INFO kablam! | Oct 16 11:49:23.275 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 11:49:23.275 INFO kablam! Oct 16 11:49:23.295 INFO kablam! warning: unused variable: `month` Oct 16 11:49:23.295 INFO kablam! --> src/datetime/date.rs:96:13 Oct 16 11:49:23.295 INFO kablam! | Oct 16 11:49:23.295 INFO kablam! 96 | let month = self.month; Oct 16 11:49:23.295 INFO kablam! | ^^^^^ help: consider using `_month` instead Oct 16 11:49:23.295 INFO kablam! | Oct 16 11:49:23.295 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 11:49:23.295 INFO kablam! Oct 16 11:49:24.195 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.99s Oct 16 11:49:24.203 INFO kablam! su: No module specific data is present Oct 16 11:49:24.936 INFO running `"docker" "rm" "-f" "65a041de6cbb6ea44e77f32f0880c5d4ce19f4f8409bf5ad9fb7f05b8021b7d0"` Oct 16 11:49:25.199 INFO blam! 65a041de6cbb6ea44e77f32f0880c5d4ce19f4f8409bf5ad9fb7f05b8021b7d0 Oct 16 11:49:25.201 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 16 11:49:25.916 INFO blam! def7c6901329c0b4b248035d7125e22502ac533890c761d36a9e5e777447aa7e Oct 16 11:49:25.918 INFO running `"docker" "start" "-a" "def7c6901329c0b4b248035d7125e22502ac533890c761d36a9e5e777447aa7e"` Oct 16 11:49:26.558 INFO kablam! usermod: no changes Oct 16 11:49:26.598 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 11:49:26.599 INFO kablam! Running /target/debug/deps/expedite-1b008bdc70bdedbb Oct 16 11:49:26.603 INFO blam! Oct 16 11:49:26.603 INFO blam! running 1 test Oct 16 11:49:26.610 INFO blam! test tests::it_works ... ok Oct 16 11:49:26.610 INFO kablam! Running /target/debug/deps/expedite-e5636ac62d512ef5 Oct 16 11:49:26.610 INFO blam! Oct 16 11:49:26.610 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 11:49:26.610 INFO blam! Oct 16 11:49:26.611 INFO blam! Oct 16 11:49:26.611 INFO blam! running 0 tests Oct 16 11:49:26.611 INFO blam! Oct 16 11:49:26.611 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 11:49:26.611 INFO blam! Oct 16 11:49:26.611 INFO kablam! Doc-tests expedite Oct 16 11:49:27.774 INFO blam! Oct 16 11:49:27.774 INFO blam! running 0 tests Oct 16 11:49:27.774 INFO blam! Oct 16 11:49:27.774 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 11:49:27.774 INFO blam! Oct 16 11:49:27.782 INFO kablam! su: No module specific data is present Oct 16 11:49:28.777 INFO running `"docker" "rm" "-f" "def7c6901329c0b4b248035d7125e22502ac533890c761d36a9e5e777447aa7e"` Oct 16 11:49:29.101 INFO blam! def7c6901329c0b4b248035d7125e22502ac533890c761d36a9e5e777447aa7e