Oct 16 02:27:46.693 INFO testing mote-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 02:27:46.693 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 02:27:46.884 INFO blam! 26b462bdacf1ff9bf2516f04da1ae1a88917bbcb476eb561e864e4ea8c3a58b7 Oct 16 02:27:46.888 INFO running `"docker" "start" "-a" "26b462bdacf1ff9bf2516f04da1ae1a88917bbcb476eb561e864e4ea8c3a58b7"` Oct 16 02:27:47.356 INFO kablam! usermod: no changes Oct 16 02:27:47.399 INFO kablam! Compiling rgb v0.7.2 Oct 16 02:27:47.399 INFO kablam! Compiling serial-core v0.4.0 Oct 16 02:27:47.399 INFO kablam! Compiling ioctl-rs v0.1.6 Oct 16 02:27:48.279 INFO kablam! Compiling serial-unix v0.4.0 Oct 16 02:27:49.327 INFO kablam! Compiling serial v0.4.0 Oct 16 02:27:50.017 INFO kablam! Compiling mote v0.1.2 (/source) Oct 16 02:27:50.772 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.40s Oct 16 02:27:50.776 INFO kablam! su: No module specific data is present Oct 16 02:27:51.106 INFO running `"docker" "rm" "-f" "26b462bdacf1ff9bf2516f04da1ae1a88917bbcb476eb561e864e4ea8c3a58b7"` Oct 16 02:27:51.212 INFO blam! 26b462bdacf1ff9bf2516f04da1ae1a88917bbcb476eb561e864e4ea8c3a58b7 Oct 16 02:27:51.220 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 02:27:51.473 INFO blam! f235bf63812b6e18f1c2887d10962c32705206574a3f563697bcb9d8afbdd4dd Oct 16 02:27:51.476 INFO running `"docker" "start" "-a" "f235bf63812b6e18f1c2887d10962c32705206574a3f563697bcb9d8afbdd4dd"` Oct 16 02:27:52.033 INFO kablam! usermod: no changes Oct 16 02:27:52.091 INFO kablam! Compiling mote v0.1.2 (/source) Oct 16 02:27:53.804 INFO kablam! warning: constant item is never used: `GREEN` Oct 16 02:27:53.804 INFO kablam! --> examples/solid.rs:9:1 Oct 16 02:27:53.805 INFO kablam! | Oct 16 02:27:53.805 INFO kablam! 9 | const GREEN: rgb::RGB8 = rgb::RGB8 { r: 0, g: 255, b: 0 }; Oct 16 02:27:53.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:27:53.805 INFO kablam! | Oct 16 02:27:53.806 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 02:27:53.806 INFO kablam! Oct 16 02:27:53.806 INFO kablam! warning: constant item is never used: `BLUE` Oct 16 02:27:53.807 INFO kablam! --> examples/solid.rs:11:1 Oct 16 02:27:53.807 INFO kablam! | Oct 16 02:27:53.807 INFO kablam! 11 | const BLUE: rgb::RGB8 = rgb::RGB8 { r: 0, g: 0, b: 255 }; Oct 16 02:27:53.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:27:53.808 INFO kablam! Oct 16 02:27:53.897 INFO kablam! warning: unused import: `rand::distributions::IndependentSample` Oct 16 02:27:53.898 INFO kablam! --> examples/wave.rs:5:5 Oct 16 02:27:53.898 INFO kablam! | Oct 16 02:27:53.898 INFO kablam! 5 | use rand::distributions::IndependentSample; Oct 16 02:27:53.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:27:53.899 INFO kablam! | Oct 16 02:27:53.899 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 02:27:53.900 INFO kablam! Oct 16 02:27:54.071 INFO kablam! warning: unused variable: `between` Oct 16 02:27:54.071 INFO kablam! --> examples/wave.rs:24:9 Oct 16 02:27:54.071 INFO kablam! | Oct 16 02:27:54.071 INFO kablam! 24 | let between = rand::distributions::Range::new(0, mote::TOTAL_PIXELS); Oct 16 02:27:54.071 INFO kablam! | ^^^^^^^ help: consider using `_between` instead Oct 16 02:27:54.103 INFO kablam! | Oct 16 02:27:54.103 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 02:27:54.103 INFO kablam! Oct 16 02:27:54.103 INFO kablam! warning: unused variable: `rng` Oct 16 02:27:54.103 INFO kablam! --> examples/wave.rs:25:13 Oct 16 02:27:54.103 INFO kablam! | Oct 16 02:27:54.103 INFO kablam! 25 | let mut rng = rand::thread_rng(); Oct 16 02:27:54.103 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 16 02:27:54.103 INFO kablam! Oct 16 02:27:54.103 INFO kablam! warning: variable does not need to be mutable Oct 16 02:27:54.103 INFO kablam! --> examples/wave.rs:25:9 Oct 16 02:27:54.103 INFO kablam! | Oct 16 02:27:54.103 INFO kablam! 25 | let mut rng = rand::thread_rng(); Oct 16 02:27:54.103 INFO kablam! | ----^^^ Oct 16 02:27:54.103 INFO kablam! | | Oct 16 02:27:54.103 INFO kablam! | help: remove this `mut` Oct 16 02:27:54.115 INFO kablam! | Oct 16 02:27:54.115 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 02:27:54.115 INFO kablam! Oct 16 02:27:54.115 INFO kablam! warning: constant item is never used: `GREEN` Oct 16 02:27:54.115 INFO kablam! --> examples/wave.rs:9:1 Oct 16 02:27:54.115 INFO kablam! | Oct 16 02:27:54.115 INFO kablam! 9 | const GREEN: rgb::RGB8 = rgb::RGB8 { r: 0, g: 255, b: 0 }; Oct 16 02:27:54.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:27:54.115 INFO kablam! | Oct 16 02:27:54.115 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 02:27:54.115 INFO kablam! Oct 16 02:27:54.115 INFO kablam! warning: constant item is never used: `BLUE` Oct 16 02:27:54.115 INFO kablam! --> examples/wave.rs:11:1 Oct 16 02:27:54.115 INFO kablam! | Oct 16 02:27:54.115 INFO kablam! 11 | const BLUE: rgb::RGB8 = rgb::RGB8 { r: 0, g: 0, b: 255 }; Oct 16 02:27:54.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:27:54.115 INFO kablam! Oct 16 02:27:54.817 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.76s Oct 16 02:27:54.821 INFO kablam! su: No module specific data is present Oct 16 02:27:55.114 INFO running `"docker" "rm" "-f" "f235bf63812b6e18f1c2887d10962c32705206574a3f563697bcb9d8afbdd4dd"` Oct 16 02:27:55.182 INFO blam! f235bf63812b6e18f1c2887d10962c32705206574a3f563697bcb9d8afbdd4dd Oct 16 02:27:55.186 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 02:27:55.368 INFO blam! 2576cae94d40cc1544a7e0162d1276dfdc8f9de1f3445fbe0cfbd06a84733203 Oct 16 02:27:55.368 INFO running `"docker" "start" "-a" "2576cae94d40cc1544a7e0162d1276dfdc8f9de1f3445fbe0cfbd06a84733203"` Oct 16 02:27:55.965 INFO kablam! usermod: no changes Oct 16 02:27:56.070 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 16 02:27:56.076 INFO kablam! Running /target/debug/deps/mote-8afc195f69bfd0b7 Oct 16 02:27:56.078 INFO blam! Oct 16 02:27:56.078 INFO blam! running 0 tests Oct 16 02:27:56.078 INFO blam! Oct 16 02:27:56.078 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:27:56.078 INFO blam! Oct 16 02:27:56.083 INFO kablam! Doc-tests mote Oct 16 02:27:57.396 INFO blam! Oct 16 02:27:57.396 INFO blam! running 0 tests Oct 16 02:27:57.398 INFO blam! Oct 16 02:27:57.399 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:27:57.399 INFO blam! Oct 16 02:27:57.403 INFO kablam! su: No module specific data is present Oct 16 02:27:58.055 INFO running `"docker" "rm" "-f" "2576cae94d40cc1544a7e0162d1276dfdc8f9de1f3445fbe0cfbd06a84733203"` Oct 16 02:27:58.191 INFO blam! 2576cae94d40cc1544a7e0162d1276dfdc8f9de1f3445fbe0cfbd06a84733203