Oct 15 09:09:48.161 INFO testing Libbum/space-habitats against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 09:09:48.161 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 09:09:48.587 INFO blam! 3c51cd6e0918f15e1c5297977cd9d4a4bc7a5801601336d647f6506c0f96f44f Oct 15 09:09:48.600 INFO running `"docker" "start" "-a" "3c51cd6e0918f15e1c5297977cd9d4a4bc7a5801601336d647f6506c0f96f44f"` Oct 15 09:09:50.023 INFO kablam! usermod: no changes Oct 15 09:09:50.263 INFO kablam! Compiling rayon-core v1.3.0 Oct 15 09:09:50.263 INFO kablam! Compiling gl_generator v0.6.1 Oct 15 09:09:50.263 INFO kablam! Compiling freetype-sys v0.6.0 Oct 15 09:09:50.263 INFO kablam! Compiling nalgebra v0.13.1 Oct 15 09:09:50.263 INFO kablam! Compiling glfw v0.19.0 Oct 15 09:09:52.359 INFO kablam! Compiling freetype-rs v0.16.0 Oct 15 09:09:56.939 INFO kablam! Compiling rayon v0.8.2 Oct 15 09:09:58.916 INFO kablam! Compiling gl v0.6.5 Oct 15 09:10:05.959 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 15 09:10:11.787 INFO kablam! Compiling image v0.17.0 Oct 15 09:10:49.251 INFO kablam! Compiling ncollide_math v0.8.0 Oct 15 09:10:50.593 INFO kablam! Compiling ncollide_utils v0.8.0 Oct 15 09:10:52.470 INFO kablam! Compiling ncollide_procedural v0.8.0 Oct 15 09:10:55.134 INFO kablam! Compiling kiss3d v0.12.0 Oct 15 09:11:07.290 INFO kablam! Compiling space-habitats v0.1.0 (/source) Oct 15 09:11:10.195 INFO kablam! warning: struct is never constructed: `Room` Oct 15 09:11:10.195 INFO kablam! --> src/main.rs:33:1 Oct 15 09:11:10.195 INFO kablam! | Oct 15 09:11:10.195 INFO kablam! 33 | struct Room { Oct 15 09:11:10.195 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:11:10.195 INFO kablam! | Oct 15 09:11:10.195 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:11:10.195 INFO kablam! Oct 15 09:11:10.195 INFO kablam! warning: method is never used: `new` Oct 15 09:11:10.195 INFO kablam! --> src/main.rs:49:5 Oct 15 09:11:10.195 INFO kablam! | Oct 15 09:11:10.195 INFO kablam! 49 | fn new(name: &str, radius: f32, color: Color, position: Point3) -> Room { Oct 15 09:11:10.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:11:10.195 INFO kablam! Oct 15 09:11:10.195 INFO kablam! warning: struct is never constructed: `Color` Oct 15 09:11:10.195 INFO kablam! --> src/main.rs:62:1 Oct 15 09:11:10.195 INFO kablam! | Oct 15 09:11:10.195 INFO kablam! 62 | struct Color { Oct 15 09:11:10.195 INFO kablam! | ^^^^^^^^^^^^ Oct 15 09:11:10.195 INFO kablam! Oct 15 09:11:10.195 INFO kablam! warning: method is never used: `new` Oct 15 09:11:10.195 INFO kablam! --> src/main.rs:70:5 Oct 15 09:11:10.195 INFO kablam! | Oct 15 09:11:10.195 INFO kablam! 70 | fn new(red: f32, green: f32, blue: f32) -> Color { Oct 15 09:11:10.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:11:10.195 INFO kablam! Oct 15 09:11:10.195 INFO kablam! warning: function is never used: `find_disjoint_position` Oct 15 09:11:10.195 INFO kablam! --> src/main.rs:80:1 Oct 15 09:11:10.195 INFO kablam! | Oct 15 09:11:10.195 INFO kablam! 80 | / fn find_disjoint_position( Oct 15 09:11:10.195 INFO kablam! 81 | | from: &Vec, Oct 15 09:11:10.195 INFO kablam! 82 | | distance: f32, Oct 15 09:11:10.195 INFO kablam! 83 | | between: &Range, Oct 15 09:11:10.195 INFO kablam! ... | Oct 15 09:11:10.196 INFO kablam! 104 | | } Oct 15 09:11:10.196 INFO kablam! 105 | | } Oct 15 09:11:10.196 INFO kablam! | |_^ Oct 15 09:11:10.196 INFO kablam! Oct 15 09:11:10.196 INFO kablam! warning: function is never used: `construct_rooms` Oct 15 09:11:10.196 INFO kablam! --> src/main.rs:108:1 Oct 15 09:11:10.196 INFO kablam! | Oct 15 09:11:10.196 INFO kablam! 108 | fn construct_rooms() -> Vec { Oct 15 09:11:10.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:11:10.196 INFO kablam! Oct 15 09:11:13.047 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 22s Oct 15 09:11:13.055 INFO kablam! su: No module specific data is present Oct 15 09:11:14.533 INFO running `"docker" "rm" "-f" "3c51cd6e0918f15e1c5297977cd9d4a4bc7a5801601336d647f6506c0f96f44f"` Oct 15 09:11:14.871 INFO blam! 3c51cd6e0918f15e1c5297977cd9d4a4bc7a5801601336d647f6506c0f96f44f Oct 15 09:11:14.873 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 09:11:15.323 INFO blam! 8eb6f418e9e04bf4c559d571e907bc6ee6bc93690f025d22650b9d775d74ac22 Oct 15 09:11:15.325 INFO running `"docker" "start" "-a" "8eb6f418e9e04bf4c559d571e907bc6ee6bc93690f025d22650b9d775d74ac22"` Oct 15 09:11:17.073 INFO kablam! usermod: no changes Oct 15 09:11:17.351 INFO kablam! Compiling space-habitats v0.1.0 (/source) Oct 15 09:11:20.115 INFO kablam! warning: struct is never constructed: `Room` Oct 15 09:11:20.115 INFO kablam! --> src/main.rs:33:1 Oct 15 09:11:20.115 INFO kablam! | Oct 15 09:11:20.115 INFO kablam! 33 | struct Room { Oct 15 09:11:20.115 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:11:20.115 INFO kablam! | Oct 15 09:11:20.115 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:11:20.115 INFO kablam! Oct 15 09:11:20.115 INFO kablam! warning: method is never used: `new` Oct 15 09:11:20.115 INFO kablam! --> src/main.rs:49:5 Oct 15 09:11:20.115 INFO kablam! | Oct 15 09:11:20.115 INFO kablam! 49 | fn new(name: &str, radius: f32, color: Color, position: Point3) -> Room { Oct 15 09:11:20.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:11:20.115 INFO kablam! Oct 15 09:11:20.115 INFO kablam! warning: struct is never constructed: `Color` Oct 15 09:11:20.115 INFO kablam! --> src/main.rs:62:1 Oct 15 09:11:20.115 INFO kablam! | Oct 15 09:11:20.115 INFO kablam! 62 | struct Color { Oct 15 09:11:20.115 INFO kablam! | ^^^^^^^^^^^^ Oct 15 09:11:20.115 INFO kablam! Oct 15 09:11:20.115 INFO kablam! warning: method is never used: `new` Oct 15 09:11:20.115 INFO kablam! --> src/main.rs:70:5 Oct 15 09:11:20.115 INFO kablam! | Oct 15 09:11:20.115 INFO kablam! 70 | fn new(red: f32, green: f32, blue: f32) -> Color { Oct 15 09:11:20.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:11:20.115 INFO kablam! Oct 15 09:11:20.115 INFO kablam! warning: function is never used: `find_disjoint_position` Oct 15 09:11:20.115 INFO kablam! --> src/main.rs:80:1 Oct 15 09:11:20.115 INFO kablam! | Oct 15 09:11:20.115 INFO kablam! 80 | / fn find_disjoint_position( Oct 15 09:11:20.115 INFO kablam! 81 | | from: &Vec, Oct 15 09:11:20.115 INFO kablam! 82 | | distance: f32, Oct 15 09:11:20.115 INFO kablam! 83 | | between: &Range, Oct 15 09:11:20.115 INFO kablam! ... | Oct 15 09:11:20.115 INFO kablam! 104 | | } Oct 15 09:11:20.115 INFO kablam! 105 | | } Oct 15 09:11:20.115 INFO kablam! | |_^ Oct 15 09:11:20.115 INFO kablam! Oct 15 09:11:20.115 INFO kablam! warning: function is never used: `construct_rooms` Oct 15 09:11:20.115 INFO kablam! --> src/main.rs:108:1 Oct 15 09:11:20.115 INFO kablam! | Oct 15 09:11:20.115 INFO kablam! 108 | fn construct_rooms() -> Vec { Oct 15 09:11:20.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:11:20.116 INFO kablam! Oct 15 09:11:22.724 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.62s Oct 15 09:11:22.730 INFO kablam! su: No module specific data is present Oct 15 09:11:23.635 INFO running `"docker" "rm" "-f" "8eb6f418e9e04bf4c559d571e907bc6ee6bc93690f025d22650b9d775d74ac22"` Oct 15 09:11:23.903 INFO blam! 8eb6f418e9e04bf4c559d571e907bc6ee6bc93690f025d22650b9d775d74ac22 Oct 15 09:11:23.919 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 09:11:24.479 INFO blam! eed034642a6c8c3af3e0c1b7d19311358bb1c240bbc66f9c06dbb078d2892a7b Oct 15 09:11:24.482 INFO running `"docker" "start" "-a" "eed034642a6c8c3af3e0c1b7d19311358bb1c240bbc66f9c06dbb078d2892a7b"` Oct 15 09:11:25.918 INFO kablam! usermod: no changes Oct 15 09:11:26.122 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 15 09:11:26.126 INFO kablam! Running /target/debug/deps/space_habitats-ad9074698f019fc0 Oct 15 09:11:26.166 INFO blam! Oct 15 09:11:26.166 INFO blam! running 3 tests Oct 15 09:11:26.166 INFO blam! test sphere_packing::identify_f_known ... ok Oct 15 09:11:26.166 INFO blam! test sphere_packing::pairs_of_spheres ... ok Oct 15 09:11:26.168 INFO blam! test sphere_packing::init_spheres_err ... ok Oct 15 09:11:26.168 INFO blam! Oct 15 09:11:26.168 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:11:26.168 INFO blam! Oct 15 09:11:26.180 INFO kablam! su: No module specific data is present Oct 15 09:11:26.995 INFO running `"docker" "rm" "-f" "eed034642a6c8c3af3e0c1b7d19311358bb1c240bbc66f9c06dbb078d2892a7b"` Oct 15 09:11:27.363 INFO blam! eed034642a6c8c3af3e0c1b7d19311358bb1c240bbc66f9c06dbb078d2892a7b