Oct 16 03:24:07.019 INFO testing luke-0.1.4 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 03:24:07.019 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 16 03:24:07.211 INFO blam! ef794e44ca30fde844a093a1af5b920a2e0a1253de604630c505d6abc7343ab4 Oct 16 03:24:07.212 INFO running `"docker" "start" "-a" "ef794e44ca30fde844a093a1af5b920a2e0a1253de604630c505d6abc7343ab4"` Oct 16 03:24:07.733 INFO kablam! usermod: no changes Oct 16 03:24:07.970 INFO kablam! Compiling x11 v2.18.1 Oct 16 03:24:07.970 INFO kablam! Compiling vnc v0.4.0 Oct 16 03:24:07.970 INFO kablam! Compiling websocket v0.17.1 Oct 16 03:24:15.196 INFO kablam! Compiling openai v0.4.1 Oct 16 03:24:21.321 INFO kablam! Compiling luke v0.1.4 (/source) Oct 16 03:24:21.796 INFO kablam! warning: unused import: `std::f64::*` Oct 16 03:24:21.796 INFO kablam! --> src/luke_t.rs:2:5 Oct 16 03:24:21.796 INFO kablam! | Oct 16 03:24:21.796 INFO kablam! 2 | use std::f64::*; Oct 16 03:24:21.796 INFO kablam! | ^^^^^^^^^^^ Oct 16 03:24:21.797 INFO kablam! | Oct 16 03:24:21.797 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 03:24:21.797 INFO kablam! Oct 16 03:24:21.797 INFO kablam! warning: unnecessary parentheses around assigned value Oct 16 03:24:21.797 INFO kablam! --> src/luke_t.rs:29:18 Oct 16 03:24:21.798 INFO kablam! | Oct 16 03:24:21.798 INFO kablam! 29 | let radians = (((oclock) * PI) / 6.0); Oct 16 03:24:21.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 03:24:21.798 INFO kablam! | Oct 16 03:24:21.798 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 03:24:21.799 INFO kablam! Oct 16 03:24:21.799 INFO kablam! warning: unnecessary parentheses around assigned value Oct 16 03:24:21.799 INFO kablam! --> src/luke_t.rs:81:27 Oct 16 03:24:21.799 INFO kablam! | Oct 16 03:24:21.799 INFO kablam! 81 | if x>0 { horz -= (safe_space[ (width*y + (x-1)) as usize ] as f64); } Oct 16 03:24:21.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 03:24:21.800 INFO kablam! Oct 16 03:24:21.800 INFO kablam! warning: unnecessary parentheses around assigned value Oct 16 03:24:21.800 INFO kablam! --> src/luke_t.rs:82:27 Oct 16 03:24:21.800 INFO kablam! | Oct 16 03:24:21.801 INFO kablam! 82 | if y>0 { vert -= (safe_space[ (width*(y-1) + x) as usize ] as f64); } Oct 16 03:24:21.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 03:24:21.804 INFO kablam! Oct 16 03:24:21.804 INFO kablam! warning: unnecessary parentheses around assigned value Oct 16 03:24:21.804 INFO kablam! --> src/luke_t.rs:83:35 Oct 16 03:24:21.804 INFO kablam! | Oct 16 03:24:21.804 INFO kablam! 83 | if (x+1) src/luke_t.rs:84:36 Oct 16 03:24:21.804 INFO kablam! | Oct 16 03:24:21.804 INFO kablam! 84 | if (y+1) src/luke_a.rs:1:31 Oct 16 03:24:21.804 INFO kablam! | Oct 16 03:24:21.804 INFO kablam! 1 | use std::hash::{Hash, Hasher, SipHasher}; Oct 16 03:24:21.804 INFO kablam! | ^^^^^^^^^ Oct 16 03:24:21.804 INFO kablam! | Oct 16 03:24:21.804 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 03:24:21.804 INFO kablam! Oct 16 03:24:21.804 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 03:24:21.804 INFO kablam! --> src/luke_a.rs:58:16 Oct 16 03:24:21.804 INFO kablam! | Oct 16 03:24:21.804 INFO kablam! 58 | let mut s = SipHasher::new(); Oct 16 03:24:21.804 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 03:24:21.804 INFO kablam! Oct 16 03:24:21.818 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 16 03:24:21.818 INFO kablam! --> src/luke_a.rs:58:16 Oct 16 03:24:21.818 INFO kablam! | Oct 16 03:24:21.818 INFO kablam! 58 | let mut s = SipHasher::new(); Oct 16 03:24:21.818 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 03:24:21.818 INFO kablam! Oct 16 03:24:21.895 INFO kablam! warning: value assigned to `b` is never read Oct 16 03:24:21.895 INFO kablam! --> src/luke_t.rs:8:12 Oct 16 03:24:21.895 INFO kablam! | Oct 16 03:24:21.895 INFO kablam! 8 | let mut b = false; Oct 16 03:24:21.895 INFO kablam! | ^ Oct 16 03:24:21.895 INFO kablam! | Oct 16 03:24:21.895 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 16 03:24:21.895 INFO kablam! Oct 16 03:24:21.912 INFO kablam! warning: struct is never constructed: `ABone` Oct 16 03:24:21.912 INFO kablam! --> src/luke_a.rs:6:1 Oct 16 03:24:21.912 INFO kablam! | Oct 16 03:24:21.912 INFO kablam! 6 | struct ABone; Oct 16 03:24:21.912 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 03:24:21.912 INFO kablam! | Oct 16 03:24:21.912 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 03:24:21.912 INFO kablam! Oct 16 03:24:21.912 INFO kablam! warning: struct is never constructed: `AColour` Oct 16 03:24:21.912 INFO kablam! --> src/luke_a.rs:10:1 Oct 16 03:24:21.912 INFO kablam! | Oct 16 03:24:21.912 INFO kablam! 10 | struct AColour { Oct 16 03:24:21.912 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 03:24:21.912 INFO kablam! Oct 16 03:24:21.912 INFO kablam! warning: struct is never constructed: `AGlass` Oct 16 03:24:21.912 INFO kablam! --> src/luke_a.rs:19:1 Oct 16 03:24:21.912 INFO kablam! | Oct 16 03:24:21.912 INFO kablam! 19 | struct AGlass { Oct 16 03:24:21.912 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 03:24:21.912 INFO kablam! Oct 16 03:24:21.912 INFO kablam! warning: struct is never constructed: `AString` Oct 16 03:24:21.912 INFO kablam! --> src/luke_a.rs:37:1 Oct 16 03:24:21.912 INFO kablam! | Oct 16 03:24:21.912 INFO kablam! 37 | struct AString { Oct 16 03:24:21.912 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 03:24:21.912 INFO kablam! Oct 16 03:24:21.912 INFO kablam! warning: enum is never used: `AObject` Oct 16 03:24:21.912 INFO kablam! --> src/luke_a.rs:43:1 Oct 16 03:24:21.912 INFO kablam! | Oct 16 03:24:21.912 INFO kablam! 43 | enum AObject { Oct 16 03:24:21.912 INFO kablam! | ^^^^^^^^^^^^ Oct 16 03:24:21.912 INFO kablam! Oct 16 03:24:21.912 INFO kablam! warning: struct is never constructed: `ACategory` Oct 16 03:24:21.912 INFO kablam! --> src/luke_a.rs:52:1 Oct 16 03:24:21.912 INFO kablam! | Oct 16 03:24:21.912 INFO kablam! 52 | struct ACategory { Oct 16 03:24:21.912 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 03:24:21.912 INFO kablam! Oct 16 03:24:21.912 INFO kablam! warning: function is never used: `hash` Oct 16 03:24:21.912 INFO kablam! --> src/luke_a.rs:57:1 Oct 16 03:24:21.912 INFO kablam! | Oct 16 03:24:21.912 INFO kablam! 57 | fn hash(t: &T) -> u64 { Oct 16 03:24:21.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:24:21.912 INFO kablam! Oct 16 03:24:21.912 INFO kablam! warning: function is never used: `scan` Oct 16 03:24:21.912 INFO kablam! --> src/luke_a.rs:63:1 Oct 16 03:24:21.912 INFO kablam! | Oct 16 03:24:21.912 INFO kablam! 63 | fn scan(cat: &ACategory) -> HashSet<(usize,usize)> { Oct 16 03:24:21.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:24:21.912 INFO kablam! Oct 16 03:24:22.303 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.55s Oct 16 03:24:22.312 INFO kablam! su: No module specific data is present Oct 16 03:24:22.654 INFO running `"docker" "rm" "-f" "ef794e44ca30fde844a093a1af5b920a2e0a1253de604630c505d6abc7343ab4"` Oct 16 03:24:22.736 INFO blam! ef794e44ca30fde844a093a1af5b920a2e0a1253de604630c505d6abc7343ab4 Oct 16 03:24:22.738 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 16 03:24:22.987 INFO blam! e166242ec3cec151bc38f677b249bedbb5d847e202d519c99e318b7b9e9c3262 Oct 16 03:24:22.989 INFO running `"docker" "start" "-a" "e166242ec3cec151bc38f677b249bedbb5d847e202d519c99e318b7b9e9c3262"` Oct 16 03:24:23.541 INFO kablam! usermod: no changes Oct 16 03:24:23.665 INFO kablam! Compiling luke v0.1.4 (/source) Oct 16 03:24:24.219 INFO kablam! warning: unused import: `std::f64::*` Oct 16 03:24:24.219 INFO kablam! --> src/luke_t.rs:2:5 Oct 16 03:24:24.219 INFO kablam! | Oct 16 03:24:24.219 INFO kablam! 2 | use std::f64::*; Oct 16 03:24:24.219 INFO kablam! | ^^^^^^^^^^^ Oct 16 03:24:24.219 INFO kablam! | Oct 16 03:24:24.219 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 03:24:24.219 INFO kablam! Oct 16 03:24:24.219 INFO kablam! warning: unnecessary parentheses around assigned value Oct 16 03:24:24.219 INFO kablam! --> src/luke_t.rs:29:18 Oct 16 03:24:24.219 INFO kablam! | Oct 16 03:24:24.219 INFO kablam! 29 | let radians = (((oclock) * PI) / 6.0); Oct 16 03:24:24.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 03:24:24.219 INFO kablam! | Oct 16 03:24:24.219 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 03:24:24.219 INFO kablam! Oct 16 03:24:24.219 INFO kablam! warning: unnecessary parentheses around assigned value Oct 16 03:24:24.219 INFO kablam! --> src/luke_t.rs:81:27 Oct 16 03:24:24.219 INFO kablam! | Oct 16 03:24:24.219 INFO kablam! 81 | if x>0 { horz -= (safe_space[ (width*y + (x-1)) as usize ] as f64); } Oct 16 03:24:24.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 03:24:24.219 INFO kablam! Oct 16 03:24:24.219 INFO kablam! warning: unnecessary parentheses around assigned value Oct 16 03:24:24.219 INFO kablam! --> src/luke_t.rs:82:27 Oct 16 03:24:24.219 INFO kablam! | Oct 16 03:24:24.219 INFO kablam! 82 | if y>0 { vert -= (safe_space[ (width*(y-1) + x) as usize ] as f64); } Oct 16 03:24:24.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 16 03:24:24.219 INFO kablam! Oct 16 03:24:24.219 INFO kablam! warning: unnecessary parentheses around assigned value Oct 16 03:24:24.219 INFO kablam! --> src/luke_t.rs:83:35 Oct 16 03:24:24.219 INFO kablam! | Oct 16 03:24:24.219 INFO kablam! 83 | if (x+1) src/luke_t.rs:84:36 Oct 16 03:24:24.219 INFO kablam! | Oct 16 03:24:24.219 INFO kablam! 84 | if (y+1) src/luke_a.rs:1:31 Oct 16 03:24:24.235 INFO kablam! | Oct 16 03:24:24.235 INFO kablam! 1 | use std::hash::{Hash, Hasher, SipHasher}; Oct 16 03:24:24.235 INFO kablam! | ^^^^^^^^^ Oct 16 03:24:24.235 INFO kablam! | Oct 16 03:24:24.235 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 03:24:24.235 INFO kablam! Oct 16 03:24:24.235 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 03:24:24.235 INFO kablam! --> src/luke_a.rs:58:16 Oct 16 03:24:24.235 INFO kablam! | Oct 16 03:24:24.235 INFO kablam! 58 | let mut s = SipHasher::new(); Oct 16 03:24:24.235 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 03:24:24.235 INFO kablam! Oct 16 03:24:24.316 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 16 03:24:24.317 INFO kablam! --> src/luke_a.rs:58:16 Oct 16 03:24:24.317 INFO kablam! | Oct 16 03:24:24.317 INFO kablam! 58 | let mut s = SipHasher::new(); Oct 16 03:24:24.317 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 03:24:24.317 INFO kablam! Oct 16 03:24:24.376 INFO kablam! warning: value assigned to `b` is never read Oct 16 03:24:24.376 INFO kablam! --> src/luke_t.rs:8:12 Oct 16 03:24:24.376 INFO kablam! | Oct 16 03:24:24.376 INFO kablam! 8 | let mut b = false; Oct 16 03:24:24.376 INFO kablam! | ^ Oct 16 03:24:24.376 INFO kablam! | Oct 16 03:24:24.376 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 16 03:24:24.376 INFO kablam! Oct 16 03:24:24.431 INFO kablam! warning: struct is never constructed: `ABone` Oct 16 03:24:24.431 INFO kablam! --> src/luke_a.rs:6:1 Oct 16 03:24:24.431 INFO kablam! | Oct 16 03:24:24.431 INFO kablam! 6 | struct ABone; Oct 16 03:24:24.431 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 03:24:24.431 INFO kablam! | Oct 16 03:24:24.431 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 03:24:24.431 INFO kablam! Oct 16 03:24:24.431 INFO kablam! warning: struct is never constructed: `AColour` Oct 16 03:24:24.431 INFO kablam! --> src/luke_a.rs:10:1 Oct 16 03:24:24.431 INFO kablam! | Oct 16 03:24:24.431 INFO kablam! 10 | struct AColour { Oct 16 03:24:24.431 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 03:24:24.431 INFO kablam! Oct 16 03:24:24.431 INFO kablam! warning: struct is never constructed: `AGlass` Oct 16 03:24:24.431 INFO kablam! --> src/luke_a.rs:19:1 Oct 16 03:24:24.431 INFO kablam! | Oct 16 03:24:24.431 INFO kablam! 19 | struct AGlass { Oct 16 03:24:24.431 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 03:24:24.431 INFO kablam! Oct 16 03:24:24.431 INFO kablam! warning: struct is never constructed: `AString` Oct 16 03:24:24.431 INFO kablam! --> src/luke_a.rs:37:1 Oct 16 03:24:24.431 INFO kablam! | Oct 16 03:24:24.431 INFO kablam! 37 | struct AString { Oct 16 03:24:24.431 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 03:24:24.431 INFO kablam! Oct 16 03:24:24.431 INFO kablam! warning: enum is never used: `AObject` Oct 16 03:24:24.431 INFO kablam! --> src/luke_a.rs:43:1 Oct 16 03:24:24.431 INFO kablam! | Oct 16 03:24:24.431 INFO kablam! 43 | enum AObject { Oct 16 03:24:24.431 INFO kablam! | ^^^^^^^^^^^^ Oct 16 03:24:24.431 INFO kablam! Oct 16 03:24:24.431 INFO kablam! warning: struct is never constructed: `ACategory` Oct 16 03:24:24.431 INFO kablam! --> src/luke_a.rs:52:1 Oct 16 03:24:24.431 INFO kablam! | Oct 16 03:24:24.431 INFO kablam! 52 | struct ACategory { Oct 16 03:24:24.431 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 03:24:24.431 INFO kablam! Oct 16 03:24:24.431 INFO kablam! warning: function is never used: `hash` Oct 16 03:24:24.431 INFO kablam! --> src/luke_a.rs:57:1 Oct 16 03:24:24.431 INFO kablam! | Oct 16 03:24:24.431 INFO kablam! 57 | fn hash(t: &T) -> u64 { Oct 16 03:24:24.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:24:24.431 INFO kablam! Oct 16 03:24:24.431 INFO kablam! warning: function is never used: `scan` Oct 16 03:24:24.431 INFO kablam! --> src/luke_a.rs:63:1 Oct 16 03:24:24.431 INFO kablam! | Oct 16 03:24:24.431 INFO kablam! 63 | fn scan(cat: &ACategory) -> HashSet<(usize,usize)> { Oct 16 03:24:24.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 03:24:24.431 INFO kablam! Oct 16 03:24:24.880 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.32s Oct 16 03:24:24.894 INFO kablam! su: No module specific data is present Oct 16 03:24:25.337 INFO running `"docker" "rm" "-f" "e166242ec3cec151bc38f677b249bedbb5d847e202d519c99e318b7b9e9c3262"` Oct 16 03:24:25.555 INFO blam! e166242ec3cec151bc38f677b249bedbb5d847e202d519c99e318b7b9e9c3262 Oct 16 03:24:25.561 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 16 03:24:25.899 INFO blam! ba3dee373c7761121c1ff3d709ff2df7c6c318c0b0b48339d494790633779a77 Oct 16 03:24:25.901 INFO running `"docker" "start" "-a" "ba3dee373c7761121c1ff3d709ff2df7c6c318c0b0b48339d494790633779a77"` Oct 16 03:24:26.339 INFO kablam! usermod: no changes Oct 16 03:24:26.471 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 16 03:24:26.477 INFO kablam! Running /target/debug/deps/luke-0053e51d6bb50901 Oct 16 03:24:26.480 INFO blam! Oct 16 03:24:26.480 INFO blam! running 1 test Oct 16 03:24:26.482 INFO blam! test test_clock_numericals ... ok Oct 16 03:24:26.482 INFO blam! Oct 16 03:24:26.482 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:24:26.482 INFO blam! Oct 16 03:24:26.483 INFO kablam! Doc-tests luke Oct 16 03:24:27.325 INFO blam! Oct 16 03:24:27.326 INFO blam! running 0 tests Oct 16 03:24:27.326 INFO blam! Oct 16 03:24:27.326 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 03:24:27.326 INFO blam! Oct 16 03:24:27.327 INFO kablam! su: No module specific data is present Oct 16 03:24:27.950 INFO running `"docker" "rm" "-f" "ba3dee373c7761121c1ff3d709ff2df7c6c318c0b0b48339d494790633779a77"` Oct 16 03:24:28.094 INFO blam! ba3dee373c7761121c1ff3d709ff2df7c6c318c0b0b48339d494790633779a77