Oct 27 19:55:25.541 INFO checking lase-0.0.2 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 19:55:25.541 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 19:55:25.922 INFO blam! cecc7406d43c7650b16cdadd79e8aa94678e058523582414a8066765df84f42e Oct 27 19:55:25.925 INFO running `"docker" "start" "-a" "cecc7406d43c7650b16cdadd79e8aa94678e058523582414a8066765df84f42e"` Oct 27 19:55:26.275 INFO kablam! usermod: no changes Oct 27 19:55:26.319 INFO kablam! Checking point v0.3.1 Oct 27 19:55:26.323 INFO kablam! Checking ilda v0.0.2 Oct 27 19:55:27.071 INFO kablam! Checking etherdream v0.1.1 Oct 27 19:55:28.008 INFO kablam! Checking lase v0.0.2 (/source) Oct 27 19:55:30.883 INFO kablam! warning: unused import: `lase::Dac` Oct 27 19:55:30.883 INFO kablam! --> examples/ball.rs:5:5 Oct 27 19:55:30.883 INFO kablam! | Oct 27 19:55:30.883 INFO kablam! 5 | use lase::Dac; Oct 27 19:55:30.883 INFO kablam! | ^^^^^^^^^ Oct 27 19:55:30.883 INFO kablam! | Oct 27 19:55:30.883 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 19:55:30.883 INFO kablam! Oct 27 19:55:30.883 INFO kablam! warning: unused import: `lase::tools::ETHERDREAM_Y_MAX` Oct 27 19:55:30.883 INFO kablam! --> examples/ball.rs:10:5 Oct 27 19:55:30.883 INFO kablam! | Oct 27 19:55:30.883 INFO kablam! 10 | use lase::tools::ETHERDREAM_Y_MAX; Oct 27 19:55:30.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:55:30.883 INFO kablam! Oct 27 19:55:30.883 INFO kablam! warning: unused import: `lase::tools::ETHERDREAM_Y_MIN` Oct 27 19:55:30.883 INFO kablam! --> examples/ball.rs:11:5 Oct 27 19:55:30.883 INFO kablam! | Oct 27 19:55:30.883 INFO kablam! 11 | use lase::tools::ETHERDREAM_Y_MIN; Oct 27 19:55:30.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:55:30.883 INFO kablam! Oct 27 19:55:30.891 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 19:55:30.891 INFO kablam! --> examples/ball.rs:124:7 Oct 27 19:55:30.891 INFO kablam! | Oct 27 19:55:30.891 INFO kablam! 124 | thread::sleep_ms(10); Oct 27 19:55:30.891 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 19:55:30.891 INFO kablam! | Oct 27 19:55:30.891 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 19:55:30.891 INFO kablam! Oct 27 19:55:30.955 INFO kablam! warning: variable does not need to be mutable Oct 27 19:55:30.955 INFO kablam! --> examples/ball.rs:115:7 Oct 27 19:55:30.955 INFO kablam! | Oct 27 19:55:30.955 INFO kablam! 115 | let mut circle = Arc::new(RwLock::new(Circle::new(8000))); Oct 27 19:55:30.955 INFO kablam! | ----^^^^^^ Oct 27 19:55:30.955 INFO kablam! | | Oct 27 19:55:30.955 INFO kablam! | help: remove this `mut` Oct 27 19:55:30.955 INFO kablam! | Oct 27 19:55:30.955 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 19:55:30.955 INFO kablam! Oct 27 19:55:30.955 INFO kablam! warning: variable does not need to be mutable Oct 27 19:55:30.955 INFO kablam! --> examples/ball.rs:116:7 Oct 27 19:55:30.955 INFO kablam! | Oct 27 19:55:30.955 INFO kablam! 116 | let mut circle2 = circle.clone(); Oct 27 19:55:30.955 INFO kablam! | ----^^^^^^^ Oct 27 19:55:30.955 INFO kablam! | | Oct 27 19:55:30.955 INFO kablam! | help: remove this `mut` Oct 27 19:55:30.955 INFO kablam! Oct 27 19:55:30.955 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:55:30.955 INFO kablam! --> examples/ball.rs:128:3 Oct 27 19:55:30.955 INFO kablam! | Oct 27 19:55:30.955 INFO kablam! 128 | / dac.play_function(|num_points: u16| { Oct 27 19:55:30.955 INFO kablam! 129 | | circle2.read().unwrap().get_points(num_points, &mut pos) Oct 27 19:55:30.955 INFO kablam! 130 | | }); Oct 27 19:55:30.955 INFO kablam! | |_____^ Oct 27 19:55:30.955 INFO kablam! | Oct 27 19:55:30.955 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 19:55:30.955 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:55:30.955 INFO kablam! Oct 27 19:55:31.059 INFO kablam! warning: unused import: `lase::Dac` Oct 27 19:55:31.059 INFO kablam! --> examples/square.rs:6:5 Oct 27 19:55:31.059 INFO kablam! | Oct 27 19:55:31.060 INFO kablam! 6 | use lase::Dac; Oct 27 19:55:31.060 INFO kablam! | ^^^^^^^^^ Oct 27 19:55:31.060 INFO kablam! | Oct 27 19:55:31.060 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 19:55:31.060 INFO kablam! Oct 27 19:55:31.115 INFO kablam! warning: unused import: `lase::Dac` Oct 27 19:55:31.115 INFO kablam! --> examples/circle.rs:5:5 Oct 27 19:55:31.116 INFO kablam! | Oct 27 19:55:31.116 INFO kablam! 5 | use lase::Dac; Oct 27 19:55:31.116 INFO kablam! | ^^^^^^^^^ Oct 27 19:55:31.116 INFO kablam! | Oct 27 19:55:31.117 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 19:55:31.117 INFO kablam! Oct 27 19:55:31.157 INFO kablam! warning: static variable `pos` should have an upper case name such as `POS` Oct 27 19:55:31.157 INFO kablam! --> examples/circle.rs:20:3 Oct 27 19:55:31.157 INFO kablam! | Oct 27 19:55:31.157 INFO kablam! 20 | static mut pos: i32 = 0; Oct 27 19:55:31.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:55:31.157 INFO kablam! | Oct 27 19:55:31.157 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 27 19:55:31.157 INFO kablam! Oct 27 19:55:31.187 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.88s Oct 27 19:55:31.187 INFO kablam! su: No module specific data is present Oct 27 19:55:32.009 INFO running `"docker" "rm" "-f" "cecc7406d43c7650b16cdadd79e8aa94678e058523582414a8066765df84f42e"` Oct 27 19:55:32.323 INFO blam! cecc7406d43c7650b16cdadd79e8aa94678e058523582414a8066765df84f42e