Oct 16 03:24:06.733 INFO testing luke-0.1.4 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 03:24:06.733 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 03:24:06.984 INFO blam! 42cf8b5d60ab55c313b90c5ce408a9373fd617354f62dae916c2d121c06a81b8 Oct 16 03:24:06.985 INFO running `"docker" "start" "-a" "42cf8b5d60ab55c313b90c5ce408a9373fd617354f62dae916c2d121c06a81b8"` Oct 16 03:24:07.350 INFO kablam! usermod: no changes Oct 16 03:24:07.518 INFO kablam! Compiling x11 v2.18.1 Oct 16 03:24:07.527 INFO kablam! Compiling png v0.6.2 Oct 16 03:24:07.527 INFO kablam! Compiling vnc v0.4.0 Oct 16 03:24:07.527 INFO kablam! Compiling websocket v0.17.1 Oct 16 03:24:10.737 INFO kablam! Compiling image v0.12.4 Oct 16 03:24:22.878 INFO kablam! Compiling openai v0.4.1 Oct 16 03:24:28.054 INFO kablam! Compiling luke v0.1.4 (/source) Oct 16 03:24:28.553 INFO kablam! warning: unused import: `std::f64::*` Oct 16 03:24:28.553 INFO kablam! --> src/luke_t.rs:2:5 Oct 16 03:24:28.553 INFO kablam! | Oct 16 03:24:28.553 INFO kablam! 2 | use std::f64::*; Oct 16 03:24:28.553 INFO kablam! | ^^^^^^^^^^^ Oct 16 03:24:28.553 INFO kablam! | Oct 16 03:24:28.553 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 03:24:28.553 INFO kablam! Oct 16 03:24:28.553 INFO kablam! warning: unnecessary parentheses around assigned value Oct 16 03:24:28.553 INFO kablam! --> src/luke_t.rs:29:18 Oct 16 03:24:28.553 INFO kablam! | Oct 16 03:24:28.553 INFO kablam! 29 | let radians = (((oclock) * PI) / 6.0); Oct 16 03:24:28.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 03:24:28.553 INFO kablam! | Oct 16 03:24:28.553 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 03:24:28.553 INFO kablam! Oct 16 03:24:28.553 INFO kablam! warning: unnecessary parentheses around assigned value Oct 16 03:24:28.553 INFO kablam! --> src/luke_t.rs:81:27 Oct 16 03:24:28.553 INFO kablam! | Oct 16 03:24:28.553 INFO kablam! 81 | if x>0 { horz -= (safe_space[ (width*y + (x-1)) as usize ] as f64); } Oct 16 03:24:28.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 03:24:28.553 INFO kablam! Oct 16 03:24:28.553 INFO kablam! warning: unnecessary parentheses around assigned value Oct 16 03:24:28.553 INFO kablam! --> src/luke_t.rs:82:27 Oct 16 03:24:28.553 INFO kablam! | Oct 16 03:24:28.553 INFO kablam! 82 | if y>0 { vert -= (safe_space[ (width*(y-1) + x) as usize ] as f64); } Oct 16 03:24:28.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 03:24:28.553 INFO kablam! Oct 16 03:24:28.553 INFO kablam! warning: unnecessary parentheses around assigned value Oct 16 03:24:28.553 INFO kablam! --> src/luke_t.rs:83:35 Oct 16 03:24:28.553 INFO kablam! | Oct 16 03:24:28.553 INFO kablam! 83 | if (x+1) src/luke_t.rs:84:36 Oct 16 03:24:28.553 INFO kablam! | Oct 16 03:24:28.553 INFO kablam! 84 | if (y+1) src/luke_a.rs:1:31 Oct 16 03:24:28.561 INFO kablam! | Oct 16 03:24:28.561 INFO kablam! 1 | use std::hash::{Hash, Hasher, SipHasher}; Oct 16 03:24:28.561 INFO kablam! | ^^^^^^^^^ Oct 16 03:24:28.561 INFO kablam! | Oct 16 03:24:28.561 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 03:24:28.561 INFO kablam! Oct 16 03:24:28.561 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 03:24:28.561 INFO kablam! --> src/luke_a.rs:58:16 Oct 16 03:24:28.561 INFO kablam! | Oct 16 03:24:28.561 INFO kablam! 58 | let mut s = SipHasher::new(); Oct 16 03:24:28.561 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 03:24:28.561 INFO kablam! Oct 16 03:24:28.576 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 16 03:24:28.576 INFO kablam! --> src/luke_a.rs:58:16 Oct 16 03:24:28.576 INFO kablam! | Oct 16 03:24:28.576 INFO kablam! 58 | let mut s = SipHasher::new(); Oct 16 03:24:28.576 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 03:24:28.576 INFO kablam! Oct 16 03:24:28.641 INFO kablam! warning: value assigned to `b` is never read Oct 16 03:24:28.641 INFO kablam! --> src/luke_t.rs:8:12 Oct 16 03:24:28.641 INFO kablam! | Oct 16 03:24:28.641 INFO kablam! 8 | let mut b = false; Oct 16 03:24:28.641 INFO kablam! | ^ Oct 16 03:24:28.641 INFO kablam! | Oct 16 03:24:28.641 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 16 03:24:28.641 INFO kablam! Oct 16 03:24:28.664 INFO kablam! warning: struct is never constructed: `ABone` Oct 16 03:24:28.664 INFO kablam! --> src/luke_a.rs:6:1 Oct 16 03:24:28.664 INFO kablam! | Oct 16 03:24:28.664 INFO kablam! 6 | struct ABone; Oct 16 03:24:28.664 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 03:24:28.664 INFO kablam! | Oct 16 03:24:28.664 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 03:24:28.664 INFO kablam! Oct 16 03:24:28.664 INFO kablam! warning: struct is never constructed: `AColour` Oct 16 03:24:28.664 INFO kablam! --> src/luke_a.rs:10:1 Oct 16 03:24:28.664 INFO kablam! | Oct 16 03:24:28.664 INFO kablam! 10 | struct AColour { Oct 16 03:24:28.664 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 03:24:28.664 INFO kablam! Oct 16 03:24:28.664 INFO kablam! warning: struct is never constructed: `AGlass` Oct 16 03:24:28.664 INFO kablam! --> src/luke_a.rs:19:1 Oct 16 03:24:28.664 INFO kablam! | Oct 16 03:24:28.664 INFO kablam! 19 | struct AGlass { Oct 16 03:24:28.664 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 03:24:28.664 INFO kablam! Oct 16 03:24:28.664 INFO kablam! warning: struct is never constructed: `AString` Oct 16 03:24:28.664 INFO kablam! --> src/luke_a.rs:37:1 Oct 16 03:24:28.664 INFO kablam! | Oct 16 03:24:28.664 INFO kablam! 37 | struct AString { Oct 16 03:24:28.664 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 03:24:28.664 INFO kablam! Oct 16 03:24:28.664 INFO kablam! warning: enum is never used: `AObject` Oct 16 03:24:28.664 INFO kablam! --> src/luke_a.rs:43:1 Oct 16 03:24:28.664 INFO kablam! | Oct 16 03:24:28.664 INFO kablam! 43 | enum AObject { Oct 16 03:24:28.664 INFO kablam! | ^^^^^^^^^^^^ Oct 16 03:24:28.664 INFO kablam! Oct 16 03:24:28.664 INFO kablam! warning: struct is never constructed: `ACategory` Oct 16 03:24:28.664 INFO kablam! --> src/luke_a.rs:52:1 Oct 16 03:24:28.664 INFO kablam! | Oct 16 03:24:28.664 INFO kablam! 52 | struct ACategory { Oct 16 03:24:28.664 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 03:24:28.664 INFO kablam! Oct 16 03:24:28.664 INFO kablam! warning: function is never used: `hash` Oct 16 03:24:28.664 INFO kablam! --> src/luke_a.rs:57:1 Oct 16 03:24:28.664 INFO kablam! | Oct 16 03:24:28.664 INFO kablam! 57 | fn hash(t: &T) -> u64 { Oct 16 03:24:28.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:24:28.664 INFO kablam! Oct 16 03:24:28.664 INFO kablam! warning: function is never used: `scan` Oct 16 03:24:28.664 INFO kablam! --> src/luke_a.rs:63:1 Oct 16 03:24:28.664 INFO kablam! | Oct 16 03:24:28.664 INFO kablam! 63 | fn scan(cat: &ACategory) -> HashSet<(usize,usize)> { Oct 16 03:24:28.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:24:28.664 INFO kablam! Oct 16 03:24:28.963 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.60s Oct 16 03:24:28.972 INFO kablam! su: No module specific data is present Oct 16 03:24:29.342 INFO running `"docker" "rm" "-f" "42cf8b5d60ab55c313b90c5ce408a9373fd617354f62dae916c2d121c06a81b8"` Oct 16 03:24:29.447 INFO blam! 42cf8b5d60ab55c313b90c5ce408a9373fd617354f62dae916c2d121c06a81b8 Oct 16 03:24:29.449 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 03:24:29.642 INFO blam! 1b4e84a0d18e1214a95a04e4475e720aeb47c15bcd8d0446709f836a7bee6b40 Oct 16 03:24:29.648 INFO running `"docker" "start" "-a" "1b4e84a0d18e1214a95a04e4475e720aeb47c15bcd8d0446709f836a7bee6b40"` Oct 16 03:24:30.076 INFO kablam! usermod: no changes Oct 16 03:24:30.200 INFO kablam! Compiling luke v0.1.4 (/source) Oct 16 03:24:30.649 INFO kablam! warning: unused import: `std::f64::*` Oct 16 03:24:30.649 INFO kablam! --> src/luke_t.rs:2:5 Oct 16 03:24:30.649 INFO kablam! | Oct 16 03:24:30.649 INFO kablam! 2 | use std::f64::*; Oct 16 03:24:30.649 INFO kablam! | ^^^^^^^^^^^ Oct 16 03:24:30.649 INFO kablam! | Oct 16 03:24:30.649 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 03:24:30.649 INFO kablam! Oct 16 03:24:30.649 INFO kablam! warning: unnecessary parentheses around assigned value Oct 16 03:24:30.649 INFO kablam! --> src/luke_t.rs:29:18 Oct 16 03:24:30.649 INFO kablam! | Oct 16 03:24:30.649 INFO kablam! 29 | let radians = (((oclock) * PI) / 6.0); Oct 16 03:24:30.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 03:24:30.649 INFO kablam! | Oct 16 03:24:30.649 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 03:24:30.649 INFO kablam! Oct 16 03:24:30.649 INFO kablam! warning: unnecessary parentheses around assigned value Oct 16 03:24:30.649 INFO kablam! --> src/luke_t.rs:81:27 Oct 16 03:24:30.649 INFO kablam! | Oct 16 03:24:30.649 INFO kablam! 81 | if x>0 { horz -= (safe_space[ (width*y + (x-1)) as usize ] as f64); } Oct 16 03:24:30.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 03:24:30.649 INFO kablam! Oct 16 03:24:30.649 INFO kablam! warning: unnecessary parentheses around assigned value Oct 16 03:24:30.649 INFO kablam! --> src/luke_t.rs:82:27 Oct 16 03:24:30.649 INFO kablam! | Oct 16 03:24:30.650 INFO kablam! 82 | if y>0 { vert -= (safe_space[ (width*(y-1) + x) as usize ] as f64); } Oct 16 03:24:30.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 03:24:30.650 INFO kablam! Oct 16 03:24:30.650 INFO kablam! warning: unnecessary parentheses around assigned value Oct 16 03:24:30.650 INFO kablam! --> src/luke_t.rs:83:35 Oct 16 03:24:30.650 INFO kablam! | Oct 16 03:24:30.650 INFO kablam! 83 | if (x+1) src/luke_t.rs:84:36 Oct 16 03:24:30.650 INFO kablam! | Oct 16 03:24:30.650 INFO kablam! 84 | if (y+1) src/luke_a.rs:1:31 Oct 16 03:24:30.663 INFO kablam! | Oct 16 03:24:30.663 INFO kablam! 1 | use std::hash::{Hash, Hasher, SipHasher}; Oct 16 03:24:30.663 INFO kablam! | ^^^^^^^^^ Oct 16 03:24:30.663 INFO kablam! | Oct 16 03:24:30.663 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 03:24:30.663 INFO kablam! Oct 16 03:24:30.663 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 03:24:30.663 INFO kablam! --> src/luke_a.rs:58:16 Oct 16 03:24:30.663 INFO kablam! | Oct 16 03:24:30.663 INFO kablam! 58 | let mut s = SipHasher::new(); Oct 16 03:24:30.663 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 03:24:30.663 INFO kablam! Oct 16 03:24:30.737 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 16 03:24:30.737 INFO kablam! --> src/luke_a.rs:58:16 Oct 16 03:24:30.737 INFO kablam! | Oct 16 03:24:30.737 INFO kablam! 58 | let mut s = SipHasher::new(); Oct 16 03:24:30.737 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 03:24:30.737 INFO kablam! Oct 16 03:24:30.790 INFO kablam! warning: value assigned to `b` is never read Oct 16 03:24:30.790 INFO kablam! --> src/luke_t.rs:8:12 Oct 16 03:24:30.790 INFO kablam! | Oct 16 03:24:30.790 INFO kablam! 8 | let mut b = false; Oct 16 03:24:30.790 INFO kablam! | ^ Oct 16 03:24:30.790 INFO kablam! | Oct 16 03:24:30.790 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 16 03:24:30.790 INFO kablam! Oct 16 03:24:30.825 INFO kablam! warning: struct is never constructed: `ABone` Oct 16 03:24:30.825 INFO kablam! --> src/luke_a.rs:6:1 Oct 16 03:24:30.825 INFO kablam! | Oct 16 03:24:30.825 INFO kablam! 6 | struct ABone; Oct 16 03:24:30.825 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 03:24:30.825 INFO kablam! | Oct 16 03:24:30.825 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 03:24:30.825 INFO kablam! Oct 16 03:24:30.825 INFO kablam! warning: struct is never constructed: `AColour` Oct 16 03:24:30.825 INFO kablam! --> src/luke_a.rs:10:1 Oct 16 03:24:30.825 INFO kablam! | Oct 16 03:24:30.825 INFO kablam! 10 | struct AColour { Oct 16 03:24:30.825 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 03:24:30.825 INFO kablam! Oct 16 03:24:30.825 INFO kablam! warning: struct is never constructed: `AGlass` Oct 16 03:24:30.825 INFO kablam! --> src/luke_a.rs:19:1 Oct 16 03:24:30.825 INFO kablam! | Oct 16 03:24:30.825 INFO kablam! 19 | struct AGlass { Oct 16 03:24:30.825 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 03:24:30.827 INFO kablam! Oct 16 03:24:30.827 INFO kablam! warning: struct is never constructed: `AString` Oct 16 03:24:30.827 INFO kablam! --> src/luke_a.rs:37:1 Oct 16 03:24:30.827 INFO kablam! | Oct 16 03:24:30.827 INFO kablam! 37 | struct AString { Oct 16 03:24:30.827 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 03:24:30.827 INFO kablam! Oct 16 03:24:30.827 INFO kablam! warning: enum is never used: `AObject` Oct 16 03:24:30.827 INFO kablam! --> src/luke_a.rs:43:1 Oct 16 03:24:30.827 INFO kablam! | Oct 16 03:24:30.827 INFO kablam! 43 | enum AObject { Oct 16 03:24:30.827 INFO kablam! | ^^^^^^^^^^^^ Oct 16 03:24:30.827 INFO kablam! Oct 16 03:24:30.827 INFO kablam! warning: struct is never constructed: `ACategory` Oct 16 03:24:30.827 INFO kablam! --> src/luke_a.rs:52:1 Oct 16 03:24:30.827 INFO kablam! | Oct 16 03:24:30.827 INFO kablam! 52 | struct ACategory { Oct 16 03:24:30.827 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 03:24:30.827 INFO kablam! Oct 16 03:24:30.827 INFO kablam! warning: function is never used: `hash` Oct 16 03:24:30.827 INFO kablam! --> src/luke_a.rs:57:1 Oct 16 03:24:30.827 INFO kablam! | Oct 16 03:24:30.827 INFO kablam! 57 | fn hash(t: &T) -> u64 { Oct 16 03:24:30.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:24:30.827 INFO kablam! Oct 16 03:24:30.827 INFO kablam! warning: function is never used: `scan` Oct 16 03:24:30.827 INFO kablam! --> src/luke_a.rs:63:1 Oct 16 03:24:30.827 INFO kablam! | Oct 16 03:24:30.827 INFO kablam! 63 | fn scan(cat: &ACategory) -> HashSet<(usize,usize)> { Oct 16 03:24:30.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:24:30.827 INFO kablam! Oct 16 03:24:31.219 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.12s Oct 16 03:24:31.229 INFO kablam! su: No module specific data is present Oct 16 03:24:31.531 INFO running `"docker" "rm" "-f" "1b4e84a0d18e1214a95a04e4475e720aeb47c15bcd8d0446709f836a7bee6b40"` Oct 16 03:24:31.642 INFO blam! 1b4e84a0d18e1214a95a04e4475e720aeb47c15bcd8d0446709f836a7bee6b40 Oct 16 03:24:31.645 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 03:24:31.987 INFO blam! 4b982eca36ae4c7e22bdc650ad4d91d257d9dc3c5985773dc301e7fa98e550c4 Oct 16 03:24:31.995 INFO running `"docker" "start" "-a" "4b982eca36ae4c7e22bdc650ad4d91d257d9dc3c5985773dc301e7fa98e550c4"` Oct 16 03:24:32.689 INFO kablam! usermod: no changes Oct 16 03:24:32.802 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 16 03:24:32.803 INFO kablam! Running /target/debug/deps/luke-aec68535cbfd6d0a Oct 16 03:24:32.804 INFO blam! Oct 16 03:24:32.804 INFO blam! running 1 test Oct 16 03:24:32.807 INFO blam! test test_clock_numericals ... ok Oct 16 03:24:32.807 INFO blam! Oct 16 03:24:32.807 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:24:32.807 INFO blam! Oct 16 03:24:32.811 INFO kablam! Doc-tests luke Oct 16 03:24:33.708 INFO blam! Oct 16 03:24:33.708 INFO blam! running 0 tests Oct 16 03:24:33.708 INFO blam! Oct 16 03:24:33.708 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:24:33.708 INFO blam! Oct 16 03:24:33.717 INFO kablam! su: No module specific data is present Oct 16 03:24:34.103 INFO running `"docker" "rm" "-f" "4b982eca36ae4c7e22bdc650ad4d91d257d9dc3c5985773dc301e7fa98e550c4"` Oct 16 03:24:34.278 INFO blam! 4b982eca36ae4c7e22bdc650ad4d91d257d9dc3c5985773dc301e7fa98e550c4