Oct 12 00:18:53.937 INFO testing etherdream-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 00:18:53.937 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 12 00:18:54.197 INFO blam! 9215e0b451d04173598b8f3ccf6bc45fcdd1cd3eb1a4f2f597b2f2aa6752923a Oct 12 00:18:54.199 INFO running `"docker" "start" "-a" "9215e0b451d04173598b8f3ccf6bc45fcdd1cd3eb1a4f2f597b2f2aa6752923a"` Oct 12 00:18:54.622 INFO kablam! usermod: no changes Oct 12 00:18:54.667 INFO kablam! Compiling etherdream v0.1.1 (/source) Oct 12 00:18:55.760 INFO kablam! warning: method is never used: `hello` Oct 12 00:18:55.760 INFO kablam! --> src/dac.rs:184:3 Oct 12 00:18:55.760 INFO kablam! | Oct 12 00:18:55.761 INFO kablam! 184 | fn hello(&mut self) -> Result { Oct 12 00:18:55.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 00:18:55.761 INFO kablam! | Oct 12 00:18:55.761 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 00:18:55.761 INFO kablam! Oct 12 00:18:56.284 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.64s Oct 12 00:18:56.288 INFO kablam! su: No module specific data is present Oct 12 00:18:56.994 INFO running `"docker" "rm" "-f" "9215e0b451d04173598b8f3ccf6bc45fcdd1cd3eb1a4f2f597b2f2aa6752923a"` Oct 12 00:18:57.095 INFO blam! 9215e0b451d04173598b8f3ccf6bc45fcdd1cd3eb1a4f2f597b2f2aa6752923a Oct 12 00:18:57.098 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 12 00:18:57.321 INFO blam! 4509fa0feada42375139e452d17ac0fc040a457e6bcc44c67c14fc0e1bd226a4 Oct 12 00:18:57.325 INFO running `"docker" "start" "-a" "4509fa0feada42375139e452d17ac0fc040a457e6bcc44c67c14fc0e1bd226a4"` Oct 12 00:18:57.753 INFO kablam! usermod: no changes Oct 12 00:18:57.802 INFO kablam! Compiling etherdream v0.1.1 (/source) Oct 12 00:18:59.660 INFO kablam! warning: static variable `pos` should have an upper case name such as `POS` Oct 12 00:18:59.660 INFO kablam! --> examples/circle.rs:32:3 Oct 12 00:18:59.660 INFO kablam! | Oct 12 00:18:59.660 INFO kablam! 32 | static mut pos: i32 = 0; Oct 12 00:18:59.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 00:18:59.660 INFO kablam! | Oct 12 00:18:59.660 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 12 00:18:59.660 INFO kablam! Oct 12 00:19:00.080 INFO kablam! warning: unused import: `etherdream::protocol::X_MAX` Oct 12 00:19:00.080 INFO kablam! --> examples/spiral.rs:8:5 Oct 12 00:19:00.080 INFO kablam! | Oct 12 00:19:00.080 INFO kablam! 8 | use etherdream::protocol::X_MAX; Oct 12 00:19:00.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 00:19:00.080 INFO kablam! | Oct 12 00:19:00.080 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 00:19:00.080 INFO kablam! Oct 12 00:19:00.080 INFO kablam! warning: unused import: `etherdream::protocol::Y_MAX` Oct 12 00:19:00.080 INFO kablam! --> examples/spiral.rs:9:5 Oct 12 00:19:00.080 INFO kablam! | Oct 12 00:19:00.080 INFO kablam! 9 | use etherdream::protocol::Y_MAX; Oct 12 00:19:00.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 00:19:00.080 INFO kablam! Oct 12 00:19:00.195 INFO kablam! warning: static variable `pos` should have an upper case name such as `POS` Oct 12 00:19:00.195 INFO kablam! --> examples/spiral.rs:40:3 Oct 12 00:19:00.195 INFO kablam! | Oct 12 00:19:00.196 INFO kablam! 40 | static mut pos: i32 = 0; Oct 12 00:19:00.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 00:19:00.196 INFO kablam! | Oct 12 00:19:00.196 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 12 00:19:00.197 INFO kablam! Oct 12 00:19:00.533 INFO kablam! warning: unused import: `etherdream::protocol::Y_MAX` Oct 12 00:19:00.533 INFO kablam! --> examples/ball.rs:11:5 Oct 12 00:19:00.533 INFO kablam! | Oct 12 00:19:00.533 INFO kablam! 11 | use etherdream::protocol::Y_MAX; Oct 12 00:19:00.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 00:19:00.533 INFO kablam! | Oct 12 00:19:00.533 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 00:19:00.533 INFO kablam! Oct 12 00:19:00.535 INFO kablam! warning: unused import: `etherdream::protocol::Y_MIN` Oct 12 00:19:00.537 INFO kablam! --> examples/ball.rs:12:5 Oct 12 00:19:00.537 INFO kablam! | Oct 12 00:19:00.537 INFO kablam! 12 | use etherdream::protocol::Y_MIN; Oct 12 00:19:00.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 00:19:00.538 INFO kablam! Oct 12 00:19:00.568 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 12 00:19:00.568 INFO kablam! --> examples/ball.rs:126:7 Oct 12 00:19:00.568 INFO kablam! | Oct 12 00:19:00.568 INFO kablam! 126 | thread::sleep_ms(10); Oct 12 00:19:00.568 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 00:19:00.580 INFO kablam! | Oct 12 00:19:00.582 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 00:19:00.582 INFO kablam! Oct 12 00:19:00.732 INFO kablam! warning: variable does not need to be mutable Oct 12 00:19:00.733 INFO kablam! --> examples/ball.rs:117:7 Oct 12 00:19:00.733 INFO kablam! | Oct 12 00:19:00.733 INFO kablam! 117 | let mut circle = Arc::new(RwLock::new(Circle::new(8000))); Oct 12 00:19:00.733 INFO kablam! | ----^^^^^^ Oct 12 00:19:00.733 INFO kablam! | | Oct 12 00:19:00.733 INFO kablam! | help: remove this `mut` Oct 12 00:19:00.733 INFO kablam! | Oct 12 00:19:00.733 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 00:19:00.733 INFO kablam! Oct 12 00:19:00.735 INFO kablam! warning: variable does not need to be mutable Oct 12 00:19:00.735 INFO kablam! --> examples/ball.rs:118:7 Oct 12 00:19:00.735 INFO kablam! | Oct 12 00:19:00.736 INFO kablam! 118 | let mut circle2 = circle.clone(); Oct 12 00:19:00.736 INFO kablam! | ----^^^^^^^ Oct 12 00:19:00.736 INFO kablam! | | Oct 12 00:19:00.737 INFO kablam! | help: remove this `mut` Oct 12 00:19:00.737 INFO kablam! Oct 12 00:19:00.744 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 00:19:00.744 INFO kablam! --> examples/ball.rs:130:3 Oct 12 00:19:00.744 INFO kablam! | Oct 12 00:19:00.744 INFO kablam! 130 | / dac.play_function(|num_points: u16| { Oct 12 00:19:00.744 INFO kablam! 131 | | circle2.read().unwrap().get_points(num_points, &mut pos) Oct 12 00:19:00.744 INFO kablam! 132 | | }); Oct 12 00:19:00.744 INFO kablam! | |_____^ Oct 12 00:19:00.756 INFO kablam! | Oct 12 00:19:00.756 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 00:19:00.756 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 00:19:00.756 INFO kablam! Oct 12 00:19:00.945 INFO kablam! warning: method is never used: `hello` Oct 12 00:19:00.945 INFO kablam! --> src/dac.rs:184:3 Oct 12 00:19:00.945 INFO kablam! | Oct 12 00:19:00.945 INFO kablam! 184 | fn hello(&mut self) -> Result { Oct 12 00:19:00.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 00:19:00.945 INFO kablam! | Oct 12 00:19:00.945 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 00:19:00.945 INFO kablam! Oct 12 00:19:01.887 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.12s Oct 12 00:19:01.893 INFO kablam! su: No module specific data is present Oct 12 00:19:02.356 INFO running `"docker" "rm" "-f" "4509fa0feada42375139e452d17ac0fc040a457e6bcc44c67c14fc0e1bd226a4"` Oct 12 00:19:02.648 INFO blam! 4509fa0feada42375139e452d17ac0fc040a457e6bcc44c67c14fc0e1bd226a4 Oct 12 00:19:02.656 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 12 00:19:03.152 INFO blam! 951626b6e945d15d9820a6daca8c0955cb88a097eed6e4d4756d68a5c5cd893f Oct 12 00:19:03.156 INFO running `"docker" "start" "-a" "951626b6e945d15d9820a6daca8c0955cb88a097eed6e4d4756d68a5c5cd893f"` Oct 12 00:19:04.368 INFO kablam! usermod: no changes Oct 12 00:19:04.408 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 12 00:19:04.412 INFO kablam! Running /target/debug/deps/etherdream-5d4afa502e11922a Oct 12 00:19:04.420 INFO blam! Oct 12 00:19:04.420 INFO blam! running 7 tests Oct 12 00:19:04.420 INFO blam! test protocol::tests::test_dac_status_parse ... ok Oct 12 00:19:04.420 INFO blam! test protocol::tests::test_broadcast_parse ... ok Oct 12 00:19:04.420 INFO blam! test protocol::tests::test_mac_address_parse ... ok Oct 12 00:19:04.420 INFO blam! test protocol::tests::test_point_xy_rgb ... ok Oct 12 00:19:04.420 INFO blam! test protocol::tests::test_point_xy_luma ... ok Oct 12 00:19:04.420 INFO blam! test protocol::tests::test_point_xy_blank ... ok Oct 12 00:19:04.420 INFO blam! test protocol::tests::test_point_xy_binary ... ok Oct 12 00:19:04.420 INFO blam! Oct 12 00:19:04.420 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 00:19:04.420 INFO blam! Oct 12 00:19:04.424 INFO kablam! Doc-tests etherdream Oct 12 00:19:06.042 INFO blam! Oct 12 00:19:06.042 INFO blam! running 0 tests Oct 12 00:19:06.042 INFO blam! Oct 12 00:19:06.042 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 00:19:06.042 INFO blam! Oct 12 00:19:06.052 INFO kablam! su: No module specific data is present Oct 12 00:19:06.641 INFO running `"docker" "rm" "-f" "951626b6e945d15d9820a6daca8c0955cb88a097eed6e4d4756d68a5c5cd893f"` Oct 12 00:19:06.896 INFO blam! 951626b6e945d15d9820a6daca8c0955cb88a097eed6e4d4756d68a5c5cd893f