Oct 27 10:54:43.105 INFO checking Libbum/space-habitats against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 10:54:43.105 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 10:54:43.571 INFO blam! 33d96d5310812ae69f269b2e6a3c625fe6b6959ca86b93a1a3c2ae135974c5f9 Oct 27 10:54:43.574 INFO running `"docker" "start" "-a" "33d96d5310812ae69f269b2e6a3c625fe6b6959ca86b93a1a3c2ae135974c5f9"` Oct 27 10:54:45.318 INFO kablam! usermod: no changes Oct 27 10:54:45.581 INFO kablam! Compiling freetype-sys v0.6.0 Oct 27 10:54:45.582 INFO kablam! Checking alga v0.5.2 Oct 27 10:54:45.582 INFO kablam! Compiling glfw-sys v3.2.2 Oct 27 10:54:45.584 INFO kablam! Checking image v0.17.0 Oct 27 10:54:50.708 INFO kablam! Checking freetype-rs v0.16.0 Oct 27 10:55:00.359 INFO kablam! Checking nalgebra v0.13.1 Oct 27 10:55:00.955 INFO kablam! Checking glfw v0.19.0 Oct 27 10:55:32.559 INFO kablam! Checking ncollide_math v0.8.0 Oct 27 10:55:34.133 INFO kablam! Checking ncollide_utils v0.8.0 Oct 27 10:55:36.255 INFO kablam! Checking ncollide_procedural v0.8.0 Oct 27 10:55:39.308 INFO kablam! Checking kiss3d v0.12.0 Oct 27 10:55:43.848 INFO kablam! Checking space-habitats v0.1.0 (/source) Oct 27 10:55:47.538 INFO kablam! warning: struct is never constructed: `Room` Oct 27 10:55:47.538 INFO kablam! --> src/main.rs:33:1 Oct 27 10:55:47.539 INFO kablam! | Oct 27 10:55:47.539 INFO kablam! 33 | struct Room { Oct 27 10:55:47.539 INFO kablam! | ^^^^^^^^^^^ Oct 27 10:55:47.540 INFO kablam! | Oct 27 10:55:47.540 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 10:55:47.540 INFO kablam! Oct 27 10:55:47.540 INFO kablam! warning: method is never used: `new` Oct 27 10:55:47.541 INFO kablam! --> src/main.rs:49:5 Oct 27 10:55:47.541 INFO kablam! | Oct 27 10:55:47.541 INFO kablam! 49 | fn new(name: &str, radius: f32, color: Color, position: Point3) -> Room { Oct 27 10:55:47.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:55:47.542 INFO kablam! Oct 27 10:55:47.542 INFO kablam! warning: struct is never constructed: `Color` Oct 27 10:55:47.542 INFO kablam! --> src/main.rs:62:1 Oct 27 10:55:47.543 INFO kablam! | Oct 27 10:55:47.543 INFO kablam! 62 | struct Color { Oct 27 10:55:47.543 INFO kablam! | ^^^^^^^^^^^^ Oct 27 10:55:47.544 INFO kablam! Oct 27 10:55:47.544 INFO kablam! warning: method is never used: `new` Oct 27 10:55:47.544 INFO kablam! --> src/main.rs:70:5 Oct 27 10:55:47.544 INFO kablam! | Oct 27 10:55:47.545 INFO kablam! 70 | fn new(red: f32, green: f32, blue: f32) -> Color { Oct 27 10:55:47.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:55:47.545 INFO kablam! Oct 27 10:55:47.545 INFO kablam! warning: function is never used: `find_disjoint_position` Oct 27 10:55:47.546 INFO kablam! --> src/main.rs:80:1 Oct 27 10:55:47.546 INFO kablam! | Oct 27 10:55:47.546 INFO kablam! 80 | / fn find_disjoint_position( Oct 27 10:55:47.546 INFO kablam! 81 | | from: &Vec, Oct 27 10:55:47.547 INFO kablam! 82 | | distance: f32, Oct 27 10:55:47.547 INFO kablam! 83 | | between: &Range, Oct 27 10:55:47.547 INFO kablam! ... | Oct 27 10:55:47.548 INFO kablam! 104 | | } Oct 27 10:55:47.548 INFO kablam! 105 | | } Oct 27 10:55:47.548 INFO kablam! | |_^ Oct 27 10:55:47.548 INFO kablam! Oct 27 10:55:47.549 INFO kablam! warning: function is never used: `construct_rooms` Oct 27 10:55:47.549 INFO kablam! --> src/main.rs:108:1 Oct 27 10:55:47.549 INFO kablam! | Oct 27 10:55:47.549 INFO kablam! 108 | fn construct_rooms() -> Vec { Oct 27 10:55:47.550 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:55:47.550 INFO kablam! Oct 27 10:55:47.657 INFO kablam! warning: struct is never constructed: `Room` Oct 27 10:55:47.657 INFO kablam! --> src/main.rs:33:1 Oct 27 10:55:47.658 INFO kablam! | Oct 27 10:55:47.658 INFO kablam! 33 | struct Room { Oct 27 10:55:47.658 INFO kablam! | ^^^^^^^^^^^ Oct 27 10:55:47.659 INFO kablam! | Oct 27 10:55:47.659 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 10:55:47.659 INFO kablam! Oct 27 10:55:47.660 INFO kablam! warning: method is never used: `new` Oct 27 10:55:47.660 INFO kablam! --> src/main.rs:49:5 Oct 27 10:55:47.660 INFO kablam! | Oct 27 10:55:47.661 INFO kablam! 49 | fn new(name: &str, radius: f32, color: Color, position: Point3) -> Room { Oct 27 10:55:47.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:55:47.661 INFO kablam! Oct 27 10:55:47.662 INFO kablam! warning: struct is never constructed: `Color` Oct 27 10:55:47.662 INFO kablam! --> src/main.rs:62:1 Oct 27 10:55:47.662 INFO kablam! | Oct 27 10:55:47.663 INFO kablam! 62 | struct Color { Oct 27 10:55:47.663 INFO kablam! | ^^^^^^^^^^^^ Oct 27 10:55:47.663 INFO kablam! Oct 27 10:55:47.663 INFO kablam! warning: method is never used: `new` Oct 27 10:55:47.664 INFO kablam! --> src/main.rs:70:5 Oct 27 10:55:47.664 INFO kablam! | Oct 27 10:55:47.664 INFO kablam! 70 | fn new(red: f32, green: f32, blue: f32) -> Color { Oct 27 10:55:47.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:55:47.665 INFO kablam! Oct 27 10:55:47.665 INFO kablam! warning: function is never used: `find_disjoint_position` Oct 27 10:55:47.665 INFO kablam! --> src/main.rs:80:1 Oct 27 10:55:47.666 INFO kablam! | Oct 27 10:55:47.666 INFO kablam! 80 | / fn find_disjoint_position( Oct 27 10:55:47.666 INFO kablam! 81 | | from: &Vec, Oct 27 10:55:47.667 INFO kablam! 82 | | distance: f32, Oct 27 10:55:47.667 INFO kablam! 83 | | between: &Range, Oct 27 10:55:47.667 INFO kablam! ... | Oct 27 10:55:47.667 INFO kablam! 104 | | } Oct 27 10:55:47.668 INFO kablam! 105 | | } Oct 27 10:55:47.668 INFO kablam! | |_^ Oct 27 10:55:47.668 INFO kablam! Oct 27 10:55:47.669 INFO kablam! warning: function is never used: `construct_rooms` Oct 27 10:55:47.669 INFO kablam! --> src/main.rs:108:1 Oct 27 10:55:47.669 INFO kablam! | Oct 27 10:55:47.669 INFO kablam! 108 | fn construct_rooms() -> Vec { Oct 27 10:55:47.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:55:47.670 INFO kablam! Oct 27 10:55:47.739 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 02s Oct 27 10:55:47.740 INFO kablam! su: No module specific data is present Oct 27 10:55:48.513 INFO running `"docker" "rm" "-f" "33d96d5310812ae69f269b2e6a3c625fe6b6959ca86b93a1a3c2ae135974c5f9"` Oct 27 10:55:48.803 INFO blam! 33d96d5310812ae69f269b2e6a3c625fe6b6959ca86b93a1a3c2ae135974c5f9