Oct 13 12:48:37.603 INFO checking lase-0.0.2 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 12:48:37.604 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 12:48:37.898 INFO blam! 26b0f4e0f22acb0dd3d7cdf3e016de355dcc582f14092fe5252301a12959b150 Oct 13 12:48:37.900 INFO running `"docker" "start" "-a" "26b0f4e0f22acb0dd3d7cdf3e016de355dcc582f14092fe5252301a12959b150"` Oct 13 12:48:38.484 INFO kablam! usermod: no changes Oct 13 12:48:38.522 INFO kablam! Checking point v0.3.1 Oct 13 12:48:38.522 INFO kablam! Checking ilda v0.0.2 Oct 13 12:48:39.345 INFO kablam! Checking etherdream v0.1.1 Oct 13 12:48:40.665 INFO kablam! Checking lase v0.0.2 (/source) Oct 13 12:48:43.407 INFO kablam! warning: unused import: `lase::Dac` Oct 13 12:48:43.408 INFO kablam! --> examples/square.rs:6:5 Oct 13 12:48:43.408 INFO kablam! | Oct 13 12:48:43.408 INFO kablam! 6 | use lase::Dac; Oct 13 12:48:43.408 INFO kablam! | ^^^^^^^^^ Oct 13 12:48:43.409 INFO kablam! | Oct 13 12:48:43.409 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 12:48:43.409 INFO kablam! Oct 13 12:48:43.736 INFO kablam! warning: unused import: `lase::Dac` Oct 13 12:48:43.736 INFO kablam! --> examples/ball.rs:5:5 Oct 13 12:48:43.736 INFO kablam! | Oct 13 12:48:43.736 INFO kablam! 5 | use lase::Dac; Oct 13 12:48:43.736 INFO kablam! | ^^^^^^^^^ Oct 13 12:48:43.736 INFO kablam! | Oct 13 12:48:43.736 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 12:48:43.736 INFO kablam! Oct 13 12:48:43.736 INFO kablam! warning: unused import: `lase::tools::ETHERDREAM_Y_MAX` Oct 13 12:48:43.736 INFO kablam! --> examples/ball.rs:10:5 Oct 13 12:48:43.736 INFO kablam! | Oct 13 12:48:43.736 INFO kablam! 10 | use lase::tools::ETHERDREAM_Y_MAX; Oct 13 12:48:43.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:48:43.736 INFO kablam! Oct 13 12:48:43.736 INFO kablam! warning: unused import: `lase::tools::ETHERDREAM_Y_MIN` Oct 13 12:48:43.736 INFO kablam! --> examples/ball.rs:11:5 Oct 13 12:48:43.736 INFO kablam! | Oct 13 12:48:43.736 INFO kablam! 11 | use lase::tools::ETHERDREAM_Y_MIN; Oct 13 12:48:43.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:48:43.736 INFO kablam! Oct 13 12:48:43.740 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 13 12:48:43.740 INFO kablam! --> examples/ball.rs:124:7 Oct 13 12:48:43.740 INFO kablam! | Oct 13 12:48:43.740 INFO kablam! 124 | thread::sleep_ms(10); Oct 13 12:48:43.740 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 12:48:43.740 INFO kablam! | Oct 13 12:48:43.740 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 12:48:43.740 INFO kablam! Oct 13 12:48:43.782 INFO kablam! warning: variable does not need to be mutable Oct 13 12:48:43.783 INFO kablam! --> examples/ball.rs:115:7 Oct 13 12:48:43.783 INFO kablam! | Oct 13 12:48:43.783 INFO kablam! 115 | let mut circle = Arc::new(RwLock::new(Circle::new(8000))); Oct 13 12:48:43.784 INFO kablam! | ----^^^^^^ Oct 13 12:48:43.784 INFO kablam! | | Oct 13 12:48:43.784 INFO kablam! | help: remove this `mut` Oct 13 12:48:43.784 INFO kablam! | Oct 13 12:48:43.785 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 12:48:43.785 INFO kablam! Oct 13 12:48:43.785 INFO kablam! warning: variable does not need to be mutable Oct 13 12:48:43.786 INFO kablam! --> examples/ball.rs:116:7 Oct 13 12:48:43.786 INFO kablam! | Oct 13 12:48:43.786 INFO kablam! 116 | let mut circle2 = circle.clone(); Oct 13 12:48:43.786 INFO kablam! | ----^^^^^^^ Oct 13 12:48:43.787 INFO kablam! | | Oct 13 12:48:43.787 INFO kablam! | help: remove this `mut` Oct 13 12:48:43.787 INFO kablam! Oct 13 12:48:43.787 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 12:48:43.788 INFO kablam! --> examples/ball.rs:128:3 Oct 13 12:48:43.788 INFO kablam! | Oct 13 12:48:43.788 INFO kablam! 128 | / dac.play_function(|num_points: u16| { Oct 13 12:48:43.789 INFO kablam! 129 | | circle2.read().unwrap().get_points(num_points, &mut pos) Oct 13 12:48:43.789 INFO kablam! 130 | | }); Oct 13 12:48:43.789 INFO kablam! | |_____^ Oct 13 12:48:43.789 INFO kablam! | Oct 13 12:48:43.789 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 12:48:43.790 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 12:48:43.790 INFO kablam! Oct 13 12:48:43.857 INFO kablam! warning: unused import: `lase::Dac` Oct 13 12:48:43.857 INFO kablam! --> examples/circle.rs:5:5 Oct 13 12:48:43.857 INFO kablam! | Oct 13 12:48:43.858 INFO kablam! 5 | use lase::Dac; Oct 13 12:48:43.858 INFO kablam! | ^^^^^^^^^ Oct 13 12:48:43.858 INFO kablam! | Oct 13 12:48:43.858 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 12:48:43.859 INFO kablam! Oct 13 12:48:43.900 INFO kablam! warning: static variable `pos` should have an upper case name such as `POS` Oct 13 12:48:43.900 INFO kablam! --> examples/circle.rs:20:3 Oct 13 12:48:43.900 INFO kablam! | Oct 13 12:48:43.900 INFO kablam! 20 | static mut pos: i32 = 0; Oct 13 12:48:43.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 12:48:43.900 INFO kablam! | Oct 13 12:48:43.900 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 13 12:48:43.900 INFO kablam! Oct 13 12:48:43.929 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.42s Oct 13 12:48:43.934 INFO kablam! su: No module specific data is present Oct 13 12:48:44.734 INFO running `"docker" "rm" "-f" "26b0f4e0f22acb0dd3d7cdf3e016de355dcc582f14092fe5252301a12959b150"` Oct 13 12:48:44.993 INFO blam! 26b0f4e0f22acb0dd3d7cdf3e016de355dcc582f14092fe5252301a12959b150