Oct 16 12:00:25.401 INFO testing etherdream-0.1.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 12:00:25.401 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 12:00:25.604 INFO blam! 1063a5c441a0d37375992a4fe701afaf4f7c1474dc126032b6729a2ef08d637a Oct 16 12:00:25.606 INFO running `"docker" "start" "-a" "1063a5c441a0d37375992a4fe701afaf4f7c1474dc126032b6729a2ef08d637a"` Oct 16 12:00:26.091 INFO kablam! usermod: no changes Oct 16 12:00:26.137 INFO kablam! Compiling point v0.3.1 Oct 16 12:00:26.789 INFO kablam! Compiling etherdream v0.1.1 (/source) Oct 16 12:00:27.679 INFO kablam! warning: method is never used: `hello` Oct 16 12:00:27.679 INFO kablam! --> src/dac.rs:184:3 Oct 16 12:00:27.679 INFO kablam! | Oct 16 12:00:27.679 INFO kablam! 184 | fn hello(&mut self) -> Result { Oct 16 12:00:27.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:00:27.679 INFO kablam! | Oct 16 12:00:27.679 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 12:00:27.679 INFO kablam! Oct 16 12:00:27.948 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.84s Oct 16 12:00:27.951 INFO kablam! su: No module specific data is present Oct 16 12:00:28.279 INFO running `"docker" "rm" "-f" "1063a5c441a0d37375992a4fe701afaf4f7c1474dc126032b6729a2ef08d637a"` Oct 16 12:00:28.425 INFO blam! 1063a5c441a0d37375992a4fe701afaf4f7c1474dc126032b6729a2ef08d637a Oct 16 12:00:28.429 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 12:00:28.625 INFO blam! 25a66b5279326ea89a83bf1b508eff678e8487f5241d92c228a7c5db7a13d752 Oct 16 12:00:28.627 INFO running `"docker" "start" "-a" "25a66b5279326ea89a83bf1b508eff678e8487f5241d92c228a7c5db7a13d752"` Oct 16 12:00:29.212 INFO kablam! usermod: no changes Oct 16 12:00:29.280 INFO kablam! Compiling etherdream v0.1.1 (/source) Oct 16 12:00:31.975 INFO kablam! warning: unused import: `etherdream::protocol::X_MAX` Oct 16 12:00:31.975 INFO kablam! --> examples/spiral.rs:8:5 Oct 16 12:00:31.975 INFO kablam! | Oct 16 12:00:31.975 INFO kablam! 8 | use etherdream::protocol::X_MAX; Oct 16 12:00:31.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:00:31.975 INFO kablam! | Oct 16 12:00:31.975 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 12:00:31.975 INFO kablam! Oct 16 12:00:31.975 INFO kablam! warning: unused import: `etherdream::protocol::Y_MAX` Oct 16 12:00:31.975 INFO kablam! --> examples/spiral.rs:9:5 Oct 16 12:00:31.975 INFO kablam! | Oct 16 12:00:31.975 INFO kablam! 9 | use etherdream::protocol::Y_MAX; Oct 16 12:00:31.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:00:31.975 INFO kablam! Oct 16 12:00:32.167 INFO kablam! warning: static variable `pos` should have an upper case name such as `POS` Oct 16 12:00:32.167 INFO kablam! --> examples/spiral.rs:40:3 Oct 16 12:00:32.167 INFO kablam! | Oct 16 12:00:32.167 INFO kablam! 40 | static mut pos: i32 = 0; Oct 16 12:00:32.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:00:32.167 INFO kablam! | Oct 16 12:00:32.167 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 16 12:00:32.167 INFO kablam! Oct 16 12:00:32.179 INFO kablam! warning: static variable `pos` should have an upper case name such as `POS` Oct 16 12:00:32.179 INFO kablam! --> examples/circle.rs:32:3 Oct 16 12:00:32.179 INFO kablam! | Oct 16 12:00:32.179 INFO kablam! 32 | static mut pos: i32 = 0; Oct 16 12:00:32.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:00:32.195 INFO kablam! | Oct 16 12:00:32.195 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 16 12:00:32.195 INFO kablam! Oct 16 12:00:32.508 INFO kablam! warning: method is never used: `hello` Oct 16 12:00:32.508 INFO kablam! --> src/dac.rs:184:3 Oct 16 12:00:32.508 INFO kablam! | Oct 16 12:00:32.508 INFO kablam! 184 | fn hello(&mut self) -> Result { Oct 16 12:00:32.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:00:32.508 INFO kablam! | Oct 16 12:00:32.508 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 12:00:32.508 INFO kablam! Oct 16 12:00:32.612 INFO kablam! warning: unused import: `etherdream::protocol::Y_MAX` Oct 16 12:00:32.612 INFO kablam! --> examples/ball.rs:11:5 Oct 16 12:00:32.612 INFO kablam! | Oct 16 12:00:32.612 INFO kablam! 11 | use etherdream::protocol::Y_MAX; Oct 16 12:00:32.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:00:32.615 INFO kablam! | Oct 16 12:00:32.615 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 12:00:32.615 INFO kablam! Oct 16 12:00:32.615 INFO kablam! warning: unused import: `etherdream::protocol::Y_MIN` Oct 16 12:00:32.615 INFO kablam! --> examples/ball.rs:12:5 Oct 16 12:00:32.615 INFO kablam! | Oct 16 12:00:32.615 INFO kablam! 12 | use etherdream::protocol::Y_MIN; Oct 16 12:00:32.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:00:32.615 INFO kablam! Oct 16 12:00:32.656 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 16 12:00:32.656 INFO kablam! --> examples/ball.rs:126:7 Oct 16 12:00:32.656 INFO kablam! | Oct 16 12:00:32.656 INFO kablam! 126 | thread::sleep_ms(10); Oct 16 12:00:32.656 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:00:32.656 INFO kablam! | Oct 16 12:00:32.656 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 12:00:32.656 INFO kablam! Oct 16 12:00:32.909 INFO kablam! warning: variable does not need to be mutable Oct 16 12:00:32.909 INFO kablam! --> examples/ball.rs:117:7 Oct 16 12:00:32.909 INFO kablam! | Oct 16 12:00:32.909 INFO kablam! 117 | let mut circle = Arc::new(RwLock::new(Circle::new(8000))); Oct 16 12:00:32.909 INFO kablam! | ----^^^^^^ Oct 16 12:00:32.909 INFO kablam! | | Oct 16 12:00:32.909 INFO kablam! | help: remove this `mut` Oct 16 12:00:32.909 INFO kablam! | Oct 16 12:00:32.910 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 12:00:32.910 INFO kablam! Oct 16 12:00:32.910 INFO kablam! warning: variable does not need to be mutable Oct 16 12:00:32.910 INFO kablam! --> examples/ball.rs:118:7 Oct 16 12:00:32.910 INFO kablam! | Oct 16 12:00:32.910 INFO kablam! 118 | let mut circle2 = circle.clone(); Oct 16 12:00:32.910 INFO kablam! | ----^^^^^^^ Oct 16 12:00:32.910 INFO kablam! | | Oct 16 12:00:32.910 INFO kablam! | help: remove this `mut` Oct 16 12:00:32.910 INFO kablam! Oct 16 12:00:32.911 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 12:00:32.911 INFO kablam! --> examples/ball.rs:130:3 Oct 16 12:00:32.911 INFO kablam! | Oct 16 12:00:32.911 INFO kablam! 130 | / dac.play_function(|num_points: u16| { Oct 16 12:00:32.911 INFO kablam! 131 | | circle2.read().unwrap().get_points(num_points, &mut pos) Oct 16 12:00:32.911 INFO kablam! 132 | | }); Oct 16 12:00:32.911 INFO kablam! | |_____^ Oct 16 12:00:32.943 INFO kablam! | Oct 16 12:00:32.943 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 12:00:32.943 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 12:00:32.943 INFO kablam! Oct 16 12:00:34.516 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.28s Oct 16 12:00:34.522 INFO kablam! su: No module specific data is present Oct 16 12:00:35.171 INFO running `"docker" "rm" "-f" "25a66b5279326ea89a83bf1b508eff678e8487f5241d92c228a7c5db7a13d752"` Oct 16 12:00:35.425 INFO blam! 25a66b5279326ea89a83bf1b508eff678e8487f5241d92c228a7c5db7a13d752 Oct 16 12:00:35.432 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 12:00:35.993 INFO blam! 0fcbaf3259f4c9cffb1a785a685e3598ba7d64503be992a60048bade6a2bb5d6 Oct 16 12:00:35.993 INFO running `"docker" "start" "-a" "0fcbaf3259f4c9cffb1a785a685e3598ba7d64503be992a60048bade6a2bb5d6"` Oct 16 12:00:36.658 INFO kablam! usermod: no changes Oct 16 12:00:36.707 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 16 12:00:36.721 INFO kablam! Running /target/debug/deps/etherdream-7d619d79f652f2c3 Oct 16 12:00:36.727 INFO blam! Oct 16 12:00:36.727 INFO blam! running 7 tests Oct 16 12:00:36.728 INFO blam! test protocol::tests::test_point_xy_binary ... ok Oct 16 12:00:36.728 INFO blam! test protocol::tests::test_point_xy_luma ... ok Oct 16 12:00:36.728 INFO blam! test protocol::tests::test_point_xy_blank ... ok Oct 16 12:00:36.729 INFO blam! test protocol::tests::test_broadcast_parse ... ok Oct 16 12:00:36.729 INFO blam! test protocol::tests::test_mac_address_parse ... ok Oct 16 12:00:36.729 INFO blam! test protocol::tests::test_point_xy_rgb ... ok Oct 16 12:00:36.736 INFO blam! test protocol::tests::test_dac_status_parse ... ok Oct 16 12:00:36.736 INFO kablam! Doc-tests etherdream Oct 16 12:00:36.736 INFO blam! Oct 16 12:00:36.736 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:00:36.736 INFO blam! Oct 16 12:00:38.155 INFO blam! Oct 16 12:00:38.156 INFO blam! running 0 tests Oct 16 12:00:38.156 INFO blam! Oct 16 12:00:38.156 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:00:38.157 INFO blam! Oct 16 12:00:38.163 INFO kablam! su: No module specific data is present Oct 16 12:00:38.895 INFO running `"docker" "rm" "-f" "0fcbaf3259f4c9cffb1a785a685e3598ba7d64503be992a60048bade6a2bb5d6"` Oct 16 12:00:39.117 INFO blam! 0fcbaf3259f4c9cffb1a785a685e3598ba7d64503be992a60048bade6a2bb5d6