Oct 27 10:54:44.308 INFO checking Libbum/space-habitats against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 10:54:44.310 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 27 10:54:44.783 INFO blam! d01fbc1f2c08ba30edd09b0b76a664a71899a2244456675b90644625ccfd421a Oct 27 10:54:44.786 INFO running `"docker" "start" "-a" "d01fbc1f2c08ba30edd09b0b76a664a71899a2244456675b90644625ccfd421a"` Oct 27 10:54:46.889 INFO kablam! usermod: no changes Oct 27 10:54:47.199 INFO kablam! Checking num-complex v0.1.42 Oct 27 10:54:47.207 INFO kablam! Checking num-bigint v0.1.43 Oct 27 10:54:47.207 INFO kablam! Checking rayon-core v1.3.0 Oct 27 10:54:47.215 INFO kablam! Checking png v0.11.0 Oct 27 10:54:47.265 INFO kablam! Compiling freetype-sys v0.6.0 Oct 27 10:54:47.271 INFO kablam! Compiling gl v0.6.5 Oct 27 10:54:50.663 INFO kablam! Checking freetype-rs v0.16.0 Oct 27 10:54:53.412 INFO kablam! Checking alga v0.5.2 Oct 27 10:54:53.572 INFO kablam! Checking rayon v0.8.2 Oct 27 10:54:55.771 INFO kablam! Checking num-rational v0.1.42 Oct 27 10:54:59.855 INFO kablam! Checking num v0.1.42 Oct 27 10:55:00.651 INFO kablam! Checking glfw v0.19.0 Oct 27 10:55:03.431 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 27 10:55:05.891 INFO kablam! Checking nalgebra v0.13.1 Oct 27 10:55:06.319 INFO kablam! Checking image v0.17.0 Oct 27 10:55:37.768 INFO kablam! Checking ncollide_math v0.8.0 Oct 27 10:55:39.119 INFO kablam! Checking ncollide_utils v0.8.0 Oct 27 10:55:41.073 INFO kablam! Checking ncollide_procedural v0.8.0 Oct 27 10:55:43.989 INFO kablam! Checking kiss3d v0.12.0 Oct 27 10:55:48.459 INFO kablam! Checking space-habitats v0.1.0 (/source) Oct 27 10:55:52.367 INFO kablam! warning: struct is never constructed: `Room` Oct 27 10:55:52.367 INFO kablam! --> src/main.rs:33:1 Oct 27 10:55:52.367 INFO kablam! | Oct 27 10:55:52.367 INFO kablam! 33 | struct Room { Oct 27 10:55:52.367 INFO kablam! | ^^^^^^^^^^^ Oct 27 10:55:52.367 INFO kablam! | Oct 27 10:55:52.367 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 10:55:52.367 INFO kablam! Oct 27 10:55:52.367 INFO kablam! warning: method is never used: `new` Oct 27 10:55:52.367 INFO kablam! --> src/main.rs:49:5 Oct 27 10:55:52.367 INFO kablam! | Oct 27 10:55:52.367 INFO kablam! 49 | fn new(name: &str, radius: f32, color: Color, position: Point3) -> Room { Oct 27 10:55:52.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:55:52.367 INFO kablam! Oct 27 10:55:52.367 INFO kablam! warning: struct is never constructed: `Color` Oct 27 10:55:52.371 INFO kablam! --> src/main.rs:62:1 Oct 27 10:55:52.371 INFO kablam! | Oct 27 10:55:52.371 INFO kablam! 62 | struct Color { Oct 27 10:55:52.371 INFO kablam! | ^^^^^^^^^^^^ Oct 27 10:55:52.371 INFO kablam! Oct 27 10:55:52.371 INFO kablam! warning: method is never used: `new` Oct 27 10:55:52.371 INFO kablam! --> src/main.rs:70:5 Oct 27 10:55:52.371 INFO kablam! | Oct 27 10:55:52.371 INFO kablam! 70 | fn new(red: f32, green: f32, blue: f32) -> Color { Oct 27 10:55:52.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:55:52.371 INFO kablam! Oct 27 10:55:52.371 INFO kablam! warning: function is never used: `find_disjoint_position` Oct 27 10:55:52.371 INFO kablam! --> src/main.rs:80:1 Oct 27 10:55:52.371 INFO kablam! | Oct 27 10:55:52.371 INFO kablam! 80 | / fn find_disjoint_position( Oct 27 10:55:52.371 INFO kablam! 81 | | from: &Vec, Oct 27 10:55:52.371 INFO kablam! 82 | | distance: f32, Oct 27 10:55:52.371 INFO kablam! 83 | | between: &Range, Oct 27 10:55:52.371 INFO kablam! ... | Oct 27 10:55:52.371 INFO kablam! 104 | | } Oct 27 10:55:52.371 INFO kablam! 105 | | } Oct 27 10:55:52.371 INFO kablam! | |_^ Oct 27 10:55:52.371 INFO kablam! Oct 27 10:55:52.371 INFO kablam! warning: function is never used: `construct_rooms` Oct 27 10:55:52.371 INFO kablam! --> src/main.rs:108:1 Oct 27 10:55:52.371 INFO kablam! | Oct 27 10:55:52.371 INFO kablam! 108 | fn construct_rooms() -> Vec { Oct 27 10:55:52.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:55:52.371 INFO kablam! Oct 27 10:55:52.419 INFO kablam! warning: struct is never constructed: `Room` Oct 27 10:55:52.419 INFO kablam! --> src/main.rs:33:1 Oct 27 10:55:52.419 INFO kablam! | Oct 27 10:55:52.419 INFO kablam! 33 | struct Room { Oct 27 10:55:52.419 INFO kablam! | ^^^^^^^^^^^ Oct 27 10:55:52.419 INFO kablam! | Oct 27 10:55:52.422 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 10:55:52.423 INFO kablam! Oct 27 10:55:52.423 INFO kablam! warning: method is never used: `new` Oct 27 10:55:52.423 INFO kablam! --> src/main.rs:49:5 Oct 27 10:55:52.423 INFO kablam! | Oct 27 10:55:52.423 INFO kablam! 49 | fn new(name: &str, radius: f32, color: Color, position: Point3) -> Room { Oct 27 10:55:52.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:55:52.423 INFO kablam! Oct 27 10:55:52.423 INFO kablam! warning: struct is never constructed: `Color` Oct 27 10:55:52.423 INFO kablam! --> src/main.rs:62:1 Oct 27 10:55:52.423 INFO kablam! | Oct 27 10:55:52.423 INFO kablam! 62 | struct Color { Oct 27 10:55:52.423 INFO kablam! | ^^^^^^^^^^^^ Oct 27 10:55:52.423 INFO kablam! Oct 27 10:55:52.423 INFO kablam! warning: method is never used: `new` Oct 27 10:55:52.423 INFO kablam! --> src/main.rs:70:5 Oct 27 10:55:52.423 INFO kablam! | Oct 27 10:55:52.423 INFO kablam! 70 | fn new(red: f32, green: f32, blue: f32) -> Color { Oct 27 10:55:52.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:55:52.423 INFO kablam! Oct 27 10:55:52.423 INFO kablam! warning: function is never used: `find_disjoint_position` Oct 27 10:55:52.423 INFO kablam! --> src/main.rs:80:1 Oct 27 10:55:52.423 INFO kablam! | Oct 27 10:55:52.423 INFO kablam! 80 | / fn find_disjoint_position( Oct 27 10:55:52.423 INFO kablam! 81 | | from: &Vec, Oct 27 10:55:52.423 INFO kablam! 82 | | distance: f32, Oct 27 10:55:52.423 INFO kablam! 83 | | between: &Range, Oct 27 10:55:52.423 INFO kablam! ... | Oct 27 10:55:52.423 INFO kablam! 104 | | } Oct 27 10:55:52.423 INFO kablam! 105 | | } Oct 27 10:55:52.423 INFO kablam! | |_^ Oct 27 10:55:52.423 INFO kablam! Oct 27 10:55:52.423 INFO kablam! warning: function is never used: `construct_rooms` Oct 27 10:55:52.423 INFO kablam! --> src/main.rs:108:1 Oct 27 10:55:52.423 INFO kablam! | Oct 27 10:55:52.423 INFO kablam! 108 | fn construct_rooms() -> Vec { Oct 27 10:55:52.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:55:52.423 INFO kablam! Oct 27 10:55:52.464 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 05s Oct 27 10:55:52.491 INFO kablam! su: No module specific data is present Oct 27 10:55:53.489 INFO running `"docker" "rm" "-f" "d01fbc1f2c08ba30edd09b0b76a664a71899a2244456675b90644625ccfd421a"` Oct 27 10:55:53.779 INFO blam! d01fbc1f2c08ba30edd09b0b76a664a71899a2244456675b90644625ccfd421a