Oct 26 21:34:16.508 INFO checking samfoo/trees against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 21:34:16.509 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 26 21:34:16.983 INFO blam! 1f8f3db3de126f0dabd319fdd5d9a8cbfad6872eedb564b0d40e08e75d2541a8 Oct 26 21:34:16.991 INFO running `"docker" "start" "-a" "1f8f3db3de126f0dabd319fdd5d9a8cbfad6872eedb564b0d40e08e75d2541a8"` Oct 26 21:34:18.275 INFO kablam! usermod: no changes Oct 26 21:34:18.423 INFO kablam! Compiling matrixmultiply v0.1.13 Oct 26 21:34:18.423 INFO kablam! Checking bitflags v0.5.0 Oct 26 21:34:18.423 INFO kablam! Compiling cairo-rs v0.1.3 Oct 26 21:34:18.423 INFO kablam! Compiling glib-sys v0.3.4 Oct 26 21:34:18.423 INFO kablam! Compiling gobject-sys v0.3.4 Oct 26 21:34:18.423 INFO kablam! Compiling cairo-sys-rs v0.3.4 Oct 26 21:34:18.435 INFO kablam! Checking num-complex v0.1.38 Oct 26 21:34:23.617 INFO kablam! Checking ndarray v0.9.1 Oct 26 21:34:28.763 INFO kablam! Checking glib v0.1.3 Oct 26 21:34:35.131 INFO kablam! Checking ndarray-rand v0.5.0 Oct 26 21:34:35.527 INFO kablam! Checking trees v0.1.0 (/source) Oct 26 21:34:36.203 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 26 21:34:36.203 INFO kablam! --> src/main.rs:10:5 Oct 26 21:34:36.203 INFO kablam! | Oct 26 21:34:36.203 INFO kablam! 10 | use std::io::prelude::*; Oct 26 21:34:36.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 26 21:34:36.203 INFO kablam! | Oct 26 21:34:36.203 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 21:34:36.204 INFO kablam! Oct 26 21:34:36.331 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 26 21:34:36.331 INFO kablam! --> src/main.rs:10:5 Oct 26 21:34:36.331 INFO kablam! | Oct 26 21:34:36.331 INFO kablam! 10 | use std::io::prelude::*; Oct 26 21:34:36.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 26 21:34:36.331 INFO kablam! | Oct 26 21:34:36.331 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 21:34:36.331 INFO kablam! Oct 26 21:34:36.371 INFO kablam! warning: unused variable: `ra` Oct 26 21:34:36.371 INFO kablam! --> src/tree.rs:97:25 Oct 26 21:34:36.371 INFO kablam! | Oct 26 21:34:36.371 INFO kablam! 97 | let ra = 0.3 * PI * rng.next_f64() * l_or_r; Oct 26 21:34:36.371 INFO kablam! | ^^ help: consider using `_ra` instead Oct 26 21:34:36.371 INFO kablam! | Oct 26 21:34:36.371 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 21:34:36.373 INFO kablam! Oct 26 21:34:36.389 INFO kablam! warning: variable does not need to be mutable Oct 26 21:34:36.389 INFO kablam! --> src/main.rs:138:9 Oct 26 21:34:36.389 INFO kablam! | Oct 26 21:34:36.389 INFO kablam! 138 | let mut output = File::create(output()).unwrap(); Oct 26 21:34:36.389 INFO kablam! | ----^^^^^^ Oct 26 21:34:36.389 INFO kablam! | | Oct 26 21:34:36.389 INFO kablam! | help: remove this `mut` Oct 26 21:34:36.395 INFO kablam! | Oct 26 21:34:36.395 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 21:34:36.395 INFO kablam! Oct 26 21:34:36.401 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 21:34:36.402 INFO kablam! --> src/main.rs:141:5 Oct 26 21:34:36.402 INFO kablam! | Oct 26 21:34:36.402 INFO kablam! 141 | surface.write_to_png(&mut f); Oct 26 21:34:36.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:34:36.402 INFO kablam! | Oct 26 21:34:36.402 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 21:34:36.402 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 21:34:36.402 INFO kablam! Oct 26 21:34:36.499 INFO kablam! warning: unused variable: `ra` Oct 26 21:34:36.499 INFO kablam! --> src/tree.rs:97:25 Oct 26 21:34:36.499 INFO kablam! | Oct 26 21:34:36.499 INFO kablam! 97 | let ra = 0.3 * PI * rng.next_f64() * l_or_r; Oct 26 21:34:36.499 INFO kablam! | ^^ help: consider using `_ra` instead Oct 26 21:34:36.499 INFO kablam! | Oct 26 21:34:36.499 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 21:34:36.499 INFO kablam! Oct 26 21:34:36.515 INFO kablam! warning: variable does not need to be mutable Oct 26 21:34:36.515 INFO kablam! --> src/main.rs:138:9 Oct 26 21:34:36.515 INFO kablam! | Oct 26 21:34:36.515 INFO kablam! 138 | let mut output = File::create(output()).unwrap(); Oct 26 21:34:36.515 INFO kablam! | ----^^^^^^ Oct 26 21:34:36.515 INFO kablam! | | Oct 26 21:34:36.515 INFO kablam! | help: remove this `mut` Oct 26 21:34:36.515 INFO kablam! | Oct 26 21:34:36.515 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 21:34:36.515 INFO kablam! Oct 26 21:34:36.523 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 21:34:36.523 INFO kablam! --> src/main.rs:141:5 Oct 26 21:34:36.523 INFO kablam! | Oct 26 21:34:36.523 INFO kablam! 141 | surface.write_to_png(&mut f); Oct 26 21:34:36.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:34:36.523 INFO kablam! | Oct 26 21:34:36.523 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 21:34:36.523 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 21:34:36.523 INFO kablam! Oct 26 21:34:36.585 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.28s Oct 26 21:34:36.592 INFO kablam! su: No module specific data is present Oct 26 21:34:37.390 INFO running `"docker" "rm" "-f" "1f8f3db3de126f0dabd319fdd5d9a8cbfad6872eedb564b0d40e08e75d2541a8"` Oct 26 21:34:37.579 INFO blam! 1f8f3db3de126f0dabd319fdd5d9a8cbfad6872eedb564b0d40e08e75d2541a8