Oct 27 22:40:07.212 INFO checking etherdream-0.1.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 22:40:07.212 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 27 22:40:07.549 INFO blam! e9c5cbd03eca079c7d75ed685bf85f2c0666b8e88ed0cdc1106657f029d63572 Oct 27 22:40:07.552 INFO running `"docker" "start" "-a" "e9c5cbd03eca079c7d75ed685bf85f2c0666b8e88ed0cdc1106657f029d63572"` Oct 27 22:40:08.367 INFO kablam! usermod: no changes Oct 27 22:40:08.443 INFO kablam! Checking ilda v0.0.2 Oct 27 22:40:09.231 INFO kablam! Checking etherdream v0.1.1 (/source) Oct 27 22:40:10.409 INFO kablam! warning: method is never used: `hello` Oct 27 22:40:10.409 INFO kablam! --> src/dac.rs:184:3 Oct 27 22:40:10.409 INFO kablam! | Oct 27 22:40:10.409 INFO kablam! 184 | fn hello(&mut self) -> Result { Oct 27 22:40:10.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:40:10.409 INFO kablam! | Oct 27 22:40:10.409 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 22:40:10.409 INFO kablam! Oct 27 22:40:11.007 INFO kablam! warning: method is never used: `hello` Oct 27 22:40:11.007 INFO kablam! --> src/dac.rs:184:3 Oct 27 22:40:11.007 INFO kablam! | Oct 27 22:40:11.007 INFO kablam! 184 | fn hello(&mut self) -> Result { Oct 27 22:40:11.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:40:11.007 INFO kablam! | Oct 27 22:40:11.007 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 22:40:11.007 INFO kablam! Oct 27 22:40:13.189 INFO kablam! warning: static variable `pos` should have an upper case name such as `POS` Oct 27 22:40:13.189 INFO kablam! --> examples/circle.rs:32:3 Oct 27 22:40:13.189 INFO kablam! | Oct 27 22:40:13.189 INFO kablam! 32 | static mut pos: i32 = 0; Oct 27 22:40:13.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:40:13.203 INFO kablam! | Oct 27 22:40:13.203 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 27 22:40:13.203 INFO kablam! Oct 27 22:40:14.155 INFO kablam! warning: unused import: `etherdream::protocol::Y_MAX` Oct 27 22:40:14.155 INFO kablam! --> examples/ball.rs:11:5 Oct 27 22:40:14.156 INFO kablam! | Oct 27 22:40:14.156 INFO kablam! 11 | use etherdream::protocol::Y_MAX; Oct 27 22:40:14.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:40:14.157 INFO kablam! | Oct 27 22:40:14.157 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 22:40:14.158 INFO kablam! Oct 27 22:40:14.158 INFO kablam! warning: unused import: `etherdream::protocol::Y_MIN` Oct 27 22:40:14.158 INFO kablam! --> examples/ball.rs:12:5 Oct 27 22:40:14.159 INFO kablam! | Oct 27 22:40:14.159 INFO kablam! 12 | use etherdream::protocol::Y_MIN; Oct 27 22:40:14.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:40:14.160 INFO kablam! Oct 27 22:40:14.180 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 22:40:14.180 INFO kablam! --> examples/ball.rs:126:7 Oct 27 22:40:14.180 INFO kablam! | Oct 27 22:40:14.180 INFO kablam! 126 | thread::sleep_ms(10); Oct 27 22:40:14.180 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 22:40:14.180 INFO kablam! | Oct 27 22:40:14.180 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 22:40:14.180 INFO kablam! Oct 27 22:40:14.284 INFO kablam! warning: unused import: `etherdream::protocol::X_MAX` Oct 27 22:40:14.284 INFO kablam! --> examples/spiral.rs:8:5 Oct 27 22:40:14.284 INFO kablam! | Oct 27 22:40:14.284 INFO kablam! 8 | use etherdream::protocol::X_MAX; Oct 27 22:40:14.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:40:14.284 INFO kablam! | Oct 27 22:40:14.284 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 22:40:14.284 INFO kablam! Oct 27 22:40:14.284 INFO kablam! warning: unused import: `etherdream::protocol::Y_MAX` Oct 27 22:40:14.284 INFO kablam! --> examples/spiral.rs:9:5 Oct 27 22:40:14.284 INFO kablam! | Oct 27 22:40:14.284 INFO kablam! 9 | use etherdream::protocol::Y_MAX; Oct 27 22:40:14.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:40:14.285 INFO kablam! Oct 27 22:40:14.443 INFO kablam! warning: variable does not need to be mutable Oct 27 22:40:14.443 INFO kablam! --> examples/ball.rs:117:7 Oct 27 22:40:14.443 INFO kablam! | Oct 27 22:40:14.443 INFO kablam! 117 | let mut circle = Arc::new(RwLock::new(Circle::new(8000))); Oct 27 22:40:14.443 INFO kablam! | ----^^^^^^ Oct 27 22:40:14.443 INFO kablam! | | Oct 27 22:40:14.443 INFO kablam! | help: remove this `mut` Oct 27 22:40:14.443 INFO kablam! | Oct 27 22:40:14.443 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 22:40:14.443 INFO kablam! Oct 27 22:40:14.443 INFO kablam! warning: variable does not need to be mutable Oct 27 22:40:14.443 INFO kablam! --> examples/ball.rs:118:7 Oct 27 22:40:14.443 INFO kablam! | Oct 27 22:40:14.443 INFO kablam! 118 | let mut circle2 = circle.clone(); Oct 27 22:40:14.443 INFO kablam! | ----^^^^^^^ Oct 27 22:40:14.443 INFO kablam! | | Oct 27 22:40:14.443 INFO kablam! | help: remove this `mut` Oct 27 22:40:14.443 INFO kablam! Oct 27 22:40:14.443 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 22:40:14.443 INFO kablam! --> examples/ball.rs:130:3 Oct 27 22:40:14.443 INFO kablam! | Oct 27 22:40:14.443 INFO kablam! 130 | / dac.play_function(|num_points: u16| { Oct 27 22:40:14.443 INFO kablam! 131 | | circle2.read().unwrap().get_points(num_points, &mut pos) Oct 27 22:40:14.443 INFO kablam! 132 | | }); Oct 27 22:40:14.443 INFO kablam! | |_____^ Oct 27 22:40:14.443 INFO kablam! | Oct 27 22:40:14.443 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 22:40:14.443 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 22:40:14.443 INFO kablam! Oct 27 22:40:14.443 INFO kablam! warning: static variable `pos` should have an upper case name such as `POS` Oct 27 22:40:14.443 INFO kablam! --> examples/spiral.rs:40:3 Oct 27 22:40:14.443 INFO kablam! | Oct 27 22:40:14.443 INFO kablam! 40 | static mut pos: i32 = 0; Oct 27 22:40:14.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:40:14.443 INFO kablam! | Oct 27 22:40:14.443 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 27 22:40:14.443 INFO kablam! Oct 27 22:40:14.499 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.10s Oct 27 22:40:14.507 INFO kablam! su: No module specific data is present Oct 27 22:40:15.207 INFO running `"docker" "rm" "-f" "e9c5cbd03eca079c7d75ed685bf85f2c0666b8e88ed0cdc1106657f029d63572"` Oct 27 22:40:15.647 INFO blam! e9c5cbd03eca079c7d75ed685bf85f2c0666b8e88ed0cdc1106657f029d63572