Sep 04 12:37:42.020 INFO checking lase-0.0.1 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 12:37:42.020 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 12:37:42.020 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 12:37:42.173 INFO blam! ea46a7aa6d38f5289f17c391a8c0b2e72f3aa8a4096c99ababcc67ebc56d734a Sep 04 12:37:42.175 INFO running `"docker" "start" "-a" "ea46a7aa6d38f5289f17c391a8c0b2e72f3aa8a4096c99ababcc67ebc56d734a"` Sep 04 12:37:42.859 INFO kablam! Checking ilda v0.0.2 Sep 04 12:37:43.553 INFO kablam! Checking etherdream v0.0.7 Sep 04 12:37:44.481 INFO kablam! Checking lase v0.0.1 (file:///source) Sep 04 12:37:45.985 INFO kablam! warning: unused import: `lase::Dac` Sep 04 12:37:45.985 INFO kablam! --> examples/ball.rs:5:5 Sep 04 12:37:45.985 INFO kablam! | Sep 04 12:37:45.985 INFO kablam! 5 | use lase::Dac; Sep 04 12:37:45.985 INFO kablam! | ^^^^^^^^^ Sep 04 12:37:45.985 INFO kablam! | Sep 04 12:37:45.985 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 12:37:45.985 INFO kablam! Sep 04 12:37:45.986 INFO kablam! warning: unused import: `lase::tools::ETHERDREAM_Y_MAX` Sep 04 12:37:45.986 INFO kablam! --> examples/ball.rs:10:5 Sep 04 12:37:45.986 INFO kablam! | Sep 04 12:37:45.986 INFO kablam! 10 | use lase::tools::ETHERDREAM_Y_MAX; Sep 04 12:37:45.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 12:37:45.986 INFO kablam! Sep 04 12:37:45.986 INFO kablam! warning: unused import: `lase::tools::ETHERDREAM_Y_MIN` Sep 04 12:37:45.986 INFO kablam! --> examples/ball.rs:11:5 Sep 04 12:37:45.986 INFO kablam! | Sep 04 12:37:45.986 INFO kablam! 11 | use lase::tools::ETHERDREAM_Y_MIN; Sep 04 12:37:45.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 12:37:45.986 INFO kablam! Sep 04 12:37:46.001 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Sep 04 12:37:46.001 INFO kablam! --> examples/ball.rs:124:7 Sep 04 12:37:46.001 INFO kablam! | Sep 04 12:37:46.001 INFO kablam! 124 | thread::sleep_ms(10); Sep 04 12:37:46.001 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 04 12:37:46.001 INFO kablam! | Sep 04 12:37:46.002 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 12:37:46.002 INFO kablam! Sep 04 12:37:46.015 INFO kablam! warning: unused import: `lase::Dac` Sep 04 12:37:46.015 INFO kablam! --> examples/circle.rs:5:5 Sep 04 12:37:46.015 INFO kablam! | Sep 04 12:37:46.015 INFO kablam! 5 | use lase::Dac; Sep 04 12:37:46.015 INFO kablam! | ^^^^^^^^^ Sep 04 12:37:46.015 INFO kablam! | Sep 04 12:37:46.015 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 12:37:46.015 INFO kablam! Sep 04 12:37:46.079 INFO kablam! warning: static variable `pos` should have an upper case name such as `POS` Sep 04 12:37:46.079 INFO kablam! --> examples/circle.rs:20:3 Sep 04 12:37:46.080 INFO kablam! | Sep 04 12:37:46.080 INFO kablam! 20 | static mut pos: i32 = 0; Sep 04 12:37:46.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 12:37:46.080 INFO kablam! | Sep 04 12:37:46.080 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 04 12:37:46.080 INFO kablam! Sep 04 12:37:46.123 INFO kablam! warning: variable does not need to be mutable Sep 04 12:37:46.123 INFO kablam! --> examples/ball.rs:115:7 Sep 04 12:37:46.124 INFO kablam! | Sep 04 12:37:46.124 INFO kablam! 115 | let mut circle = Arc::new(RwLock::new(Circle::new(8000))); Sep 04 12:37:46.124 INFO kablam! | ----^^^^^^ Sep 04 12:37:46.124 INFO kablam! | | Sep 04 12:37:46.124 INFO kablam! | help: remove this `mut` Sep 04 12:37:46.124 INFO kablam! | Sep 04 12:37:46.124 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 12:37:46.124 INFO kablam! Sep 04 12:37:46.124 INFO kablam! warning: variable does not need to be mutable Sep 04 12:37:46.124 INFO kablam! --> examples/ball.rs:116:7 Sep 04 12:37:46.124 INFO kablam! | Sep 04 12:37:46.124 INFO kablam! 116 | let mut circle2 = circle.clone(); Sep 04 12:37:46.124 INFO kablam! | ----^^^^^^^ Sep 04 12:37:46.124 INFO kablam! | | Sep 04 12:37:46.124 INFO kablam! | help: remove this `mut` Sep 04 12:37:46.124 INFO kablam! Sep 04 12:37:46.125 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 12:37:46.125 INFO kablam! --> examples/ball.rs:128:3 Sep 04 12:37:46.125 INFO kablam! | Sep 04 12:37:46.125 INFO kablam! 128 | / dac.play_function(|num_points: u16| { Sep 04 12:37:46.125 INFO kablam! 129 | | circle2.read().unwrap().get_points(num_points, &mut pos) Sep 04 12:37:46.125 INFO kablam! 130 | | }); Sep 04 12:37:46.125 INFO kablam! | |_____^ Sep 04 12:37:46.125 INFO kablam! | Sep 04 12:37:46.125 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 04 12:37:46.125 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 12:37:46.125 INFO kablam! Sep 04 12:37:46.137 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.31s Sep 04 12:37:46.140 INFO kablam! su: No module specific data is present Sep 04 12:37:46.730 INFO running `"docker" "rm" "-f" "ea46a7aa6d38f5289f17c391a8c0b2e72f3aa8a4096c99ababcc67ebc56d734a"` Sep 04 12:37:46.868 INFO blam! ea46a7aa6d38f5289f17c391a8c0b2e72f3aa8a4096c99ababcc67ebc56d734a