Oct 13 03:48:00.021 INFO checking Libbum/space-habitats against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 03:48:00.023 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 03:48:00.285 INFO blam! f358cfd6e266fe4d59d544cdeb51bc4ad8c96ece9159f163efed8cd2018a1b05 Oct 13 03:48:00.286 INFO running `"docker" "start" "-a" "f358cfd6e266fe4d59d544cdeb51bc4ad8c96ece9159f163efed8cd2018a1b05"` Oct 13 03:48:01.592 INFO kablam! usermod: no changes Oct 13 03:48:01.804 INFO kablam! Checking alga v0.5.2 Oct 13 03:48:01.804 INFO kablam! Compiling glfw-sys v3.2.2 Oct 13 03:48:01.804 INFO kablam! Checking rayon-core v1.3.0 Oct 13 03:48:01.804 INFO kablam! Compiling gl_generator v0.6.1 Oct 13 03:48:01.804 INFO kablam! Compiling freetype-sys v0.6.0 Oct 13 03:48:04.942 INFO kablam! Checking freetype-rs v0.16.0 Oct 13 03:48:06.269 INFO kablam! Checking rayon v0.8.2 Oct 13 03:48:09.692 INFO kablam! Compiling gl v0.6.5 Oct 13 03:48:12.160 INFO kablam! Checking nalgebra v0.13.1 Oct 13 03:48:15.756 INFO kablam! Checking glfw v0.19.0 Oct 13 03:48:16.264 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 13 03:48:19.448 INFO kablam! Checking image v0.17.0 Oct 13 03:48:52.743 INFO kablam! Checking ncollide_math v0.8.0 Oct 13 03:48:54.524 INFO kablam! Checking ncollide_utils v0.8.0 Oct 13 03:48:56.649 INFO kablam! Checking ncollide_procedural v0.8.0 Oct 13 03:48:59.506 INFO kablam! Checking kiss3d v0.12.0 Oct 13 03:49:04.749 INFO kablam! Checking space-habitats v0.1.0 (/source) Oct 13 03:49:08.724 INFO kablam! warning: struct is never constructed: `Room` Oct 13 03:49:08.724 INFO kablam! --> src/main.rs:33:1 Oct 13 03:49:08.724 INFO kablam! | Oct 13 03:49:08.724 INFO kablam! 33 | struct Room { Oct 13 03:49:08.724 INFO kablam! | ^^^^^^^^^^^ Oct 13 03:49:08.724 INFO kablam! | Oct 13 03:49:08.724 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:49:08.724 INFO kablam! Oct 13 03:49:08.724 INFO kablam! warning: method is never used: `new` Oct 13 03:49:08.724 INFO kablam! --> src/main.rs:49:5 Oct 13 03:49:08.724 INFO kablam! | Oct 13 03:49:08.724 INFO kablam! 49 | fn new(name: &str, radius: f32, color: Color, position: Point3) -> Room { Oct 13 03:49:08.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:49:08.725 INFO kablam! Oct 13 03:49:08.725 INFO kablam! warning: struct is never constructed: `Color` Oct 13 03:49:08.725 INFO kablam! --> src/main.rs:62:1 Oct 13 03:49:08.725 INFO kablam! | Oct 13 03:49:08.725 INFO kablam! 62 | struct Color { Oct 13 03:49:08.725 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:49:08.725 INFO kablam! Oct 13 03:49:08.725 INFO kablam! warning: method is never used: `new` Oct 13 03:49:08.725 INFO kablam! --> src/main.rs:70:5 Oct 13 03:49:08.725 INFO kablam! | Oct 13 03:49:08.725 INFO kablam! 70 | fn new(red: f32, green: f32, blue: f32) -> Color { Oct 13 03:49:08.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:49:08.725 INFO kablam! Oct 13 03:49:08.725 INFO kablam! warning: function is never used: `find_disjoint_position` Oct 13 03:49:08.725 INFO kablam! --> src/main.rs:80:1 Oct 13 03:49:08.725 INFO kablam! | Oct 13 03:49:08.725 INFO kablam! 80 | / fn find_disjoint_position( Oct 13 03:49:08.725 INFO kablam! 81 | | from: &Vec, Oct 13 03:49:08.725 INFO kablam! 82 | | distance: f32, Oct 13 03:49:08.725 INFO kablam! 83 | | between: &Range, Oct 13 03:49:08.725 INFO kablam! ... | Oct 13 03:49:08.725 INFO kablam! 104 | | } Oct 13 03:49:08.725 INFO kablam! 105 | | } Oct 13 03:49:08.725 INFO kablam! | |_^ Oct 13 03:49:08.725 INFO kablam! Oct 13 03:49:08.725 INFO kablam! warning: function is never used: `construct_rooms` Oct 13 03:49:08.725 INFO kablam! --> src/main.rs:108:1 Oct 13 03:49:08.725 INFO kablam! | Oct 13 03:49:08.725 INFO kablam! 108 | fn construct_rooms() -> Vec { Oct 13 03:49:08.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:49:08.725 INFO kablam! Oct 13 03:49:09.432 INFO kablam! warning: struct is never constructed: `Room` Oct 13 03:49:09.432 INFO kablam! --> src/main.rs:33:1 Oct 13 03:49:09.432 INFO kablam! | Oct 13 03:49:09.432 INFO kablam! 33 | struct Room { Oct 13 03:49:09.433 INFO kablam! | ^^^^^^^^^^^ Oct 13 03:49:09.433 INFO kablam! | Oct 13 03:49:09.433 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:49:09.433 INFO kablam! Oct 13 03:49:09.433 INFO kablam! warning: method is never used: `new` Oct 13 03:49:09.433 INFO kablam! --> src/main.rs:49:5 Oct 13 03:49:09.433 INFO kablam! | Oct 13 03:49:09.433 INFO kablam! 49 | fn new(name: &str, radius: f32, color: Color, position: Point3) -> Room { Oct 13 03:49:09.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:49:09.433 INFO kablam! Oct 13 03:49:09.433 INFO kablam! warning: struct is never constructed: `Color` Oct 13 03:49:09.433 INFO kablam! --> src/main.rs:62:1 Oct 13 03:49:09.433 INFO kablam! | Oct 13 03:49:09.433 INFO kablam! 62 | struct Color { Oct 13 03:49:09.433 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:49:09.433 INFO kablam! Oct 13 03:49:09.433 INFO kablam! warning: method is never used: `new` Oct 13 03:49:09.433 INFO kablam! --> src/main.rs:70:5 Oct 13 03:49:09.433 INFO kablam! | Oct 13 03:49:09.433 INFO kablam! 70 | fn new(red: f32, green: f32, blue: f32) -> Color { Oct 13 03:49:09.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:49:09.433 INFO kablam! Oct 13 03:49:09.433 INFO kablam! warning: function is never used: `find_disjoint_position` Oct 13 03:49:09.433 INFO kablam! --> src/main.rs:80:1 Oct 13 03:49:09.433 INFO kablam! | Oct 13 03:49:09.433 INFO kablam! 80 | / fn find_disjoint_position( Oct 13 03:49:09.433 INFO kablam! 81 | | from: &Vec, Oct 13 03:49:09.433 INFO kablam! 82 | | distance: f32, Oct 13 03:49:09.433 INFO kablam! 83 | | between: &Range, Oct 13 03:49:09.433 INFO kablam! ... | Oct 13 03:49:09.433 INFO kablam! 104 | | } Oct 13 03:49:09.433 INFO kablam! 105 | | } Oct 13 03:49:09.433 INFO kablam! | |_^ Oct 13 03:49:09.433 INFO kablam! Oct 13 03:49:09.433 INFO kablam! warning: function is never used: `construct_rooms` Oct 13 03:49:09.433 INFO kablam! --> src/main.rs:108:1 Oct 13 03:49:09.433 INFO kablam! | Oct 13 03:49:09.433 INFO kablam! 108 | fn construct_rooms() -> Vec { Oct 13 03:49:09.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:49:09.433 INFO kablam! Oct 13 03:49:09.488 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 07s Oct 13 03:49:09.495 INFO kablam! su: No module specific data is present Oct 13 03:49:10.576 INFO running `"docker" "rm" "-f" "f358cfd6e266fe4d59d544cdeb51bc4ad8c96ece9159f163efed8cd2018a1b05"` Oct 13 03:49:10.916 INFO blam! f358cfd6e266fe4d59d544cdeb51bc4ad8c96ece9159f163efed8cd2018a1b05