Oct 15 09:09:45.885 INFO testing Libbum/space-habitats against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 09:09:45.887 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:46.320 INFO blam! 5c0d0eda116c52f66e627c902f5de9f53c74f1f639f1ad10f3c496775a928669 Oct 15 09:09:46.323 INFO running `"docker" "start" "-a" "5c0d0eda116c52f66e627c902f5de9f53c74f1f639f1ad10f3c496775a928669"` Oct 15 09:09:47.855 INFO kablam! usermod: no changes Oct 15 09:09:48.079 INFO kablam! Compiling freetype-sys v0.6.0 Oct 15 09:09:48.082 INFO kablam! Compiling gl_generator v0.6.1 Oct 15 09:09:48.083 INFO kablam! Compiling png v0.11.0 Oct 15 09:09:48.083 INFO kablam! Compiling rayon-core v1.3.0 Oct 15 09:09:48.119 INFO kablam! Compiling nalgebra v0.13.1 Oct 15 09:09:48.119 INFO kablam! Compiling glfw v0.19.0 Oct 15 09:09:55.291 INFO kablam! Compiling freetype-rs v0.16.0 Oct 15 09:09:57.035 INFO kablam! Compiling rayon v0.8.2 Oct 15 09:10:00.095 INFO kablam! Compiling gl v0.6.5 Oct 15 09:10:08.023 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 15 09:10:14.103 INFO kablam! Compiling image v0.17.0 Oct 15 09:10:48.982 INFO kablam! Compiling ncollide_math v0.8.0 Oct 15 09:10:50.171 INFO kablam! Compiling ncollide_utils v0.8.0 Oct 15 09:10:51.920 INFO kablam! Compiling ncollide_procedural v0.8.0 Oct 15 09:10:54.444 INFO kablam! Compiling kiss3d v0.12.0 Oct 15 09:11:04.930 INFO kablam! Compiling space-habitats v0.1.0 (/source) Oct 15 09:11:07.407 INFO kablam! warning: struct is never constructed: `Room` Oct 15 09:11:07.407 INFO kablam! --> src/main.rs:33:1 Oct 15 09:11:07.407 INFO kablam! | Oct 15 09:11:07.407 INFO kablam! 33 | struct Room { Oct 15 09:11:07.407 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:11:07.407 INFO kablam! | Oct 15 09:11:07.407 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:11:07.407 INFO kablam! Oct 15 09:11:07.407 INFO kablam! warning: method is never used: `new` Oct 15 09:11:07.407 INFO kablam! --> src/main.rs:49:5 Oct 15 09:11:07.407 INFO kablam! | Oct 15 09:11:07.407 INFO kablam! 49 | fn new(name: &str, radius: f32, color: Color, position: Point3) -> Room { Oct 15 09:11:07.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:11:07.407 INFO kablam! Oct 15 09:11:07.407 INFO kablam! warning: struct is never constructed: `Color` Oct 15 09:11:07.407 INFO kablam! --> src/main.rs:62:1 Oct 15 09:11:07.407 INFO kablam! | Oct 15 09:11:07.407 INFO kablam! 62 | struct Color { Oct 15 09:11:07.407 INFO kablam! | ^^^^^^^^^^^^ Oct 15 09:11:07.407 INFO kablam! Oct 15 09:11:07.407 INFO kablam! warning: method is never used: `new` Oct 15 09:11:07.407 INFO kablam! --> src/main.rs:70:5 Oct 15 09:11:07.407 INFO kablam! | Oct 15 09:11:07.407 INFO kablam! 70 | fn new(red: f32, green: f32, blue: f32) -> Color { Oct 15 09:11:07.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:11:07.407 INFO kablam! Oct 15 09:11:07.407 INFO kablam! warning: function is never used: `find_disjoint_position` Oct 15 09:11:07.407 INFO kablam! --> src/main.rs:80:1 Oct 15 09:11:07.407 INFO kablam! | Oct 15 09:11:07.407 INFO kablam! 80 | / fn find_disjoint_position( Oct 15 09:11:07.407 INFO kablam! 81 | | from: &Vec, Oct 15 09:11:07.407 INFO kablam! 82 | | distance: f32, Oct 15 09:11:07.407 INFO kablam! 83 | | between: &Range, Oct 15 09:11:07.407 INFO kablam! ... | Oct 15 09:11:07.407 INFO kablam! 104 | | } Oct 15 09:11:07.407 INFO kablam! 105 | | } Oct 15 09:11:07.407 INFO kablam! | |_^ Oct 15 09:11:07.407 INFO kablam! Oct 15 09:11:07.407 INFO kablam! warning: function is never used: `construct_rooms` Oct 15 09:11:07.407 INFO kablam! --> src/main.rs:108:1 Oct 15 09:11:07.407 INFO kablam! | Oct 15 09:11:07.407 INFO kablam! 108 | fn construct_rooms() -> Vec { Oct 15 09:11:07.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:11:07.407 INFO kablam! Oct 15 09:11:10.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 22s Oct 15 09:11:10.879 INFO kablam! su: No module specific data is present Oct 15 09:11:11.571 INFO running `"docker" "rm" "-f" "5c0d0eda116c52f66e627c902f5de9f53c74f1f639f1ad10f3c496775a928669"` Oct 15 09:11:11.975 INFO blam! 5c0d0eda116c52f66e627c902f5de9f53c74f1f639f1ad10f3c496775a928669 Oct 15 09:11:11.981 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:12.496 INFO blam! 33d766de4d6ad7aa548e3c2e00573500a268463f695d2c59f8ce0448f1491e49 Oct 15 09:11:12.499 INFO running `"docker" "start" "-a" "33d766de4d6ad7aa548e3c2e00573500a268463f695d2c59f8ce0448f1491e49"` Oct 15 09:11:13.917 INFO kablam! usermod: no changes Oct 15 09:11:14.099 INFO kablam! Compiling space-habitats v0.1.0 (/source) Oct 15 09:11:16.735 INFO kablam! warning: struct is never constructed: `Room` Oct 15 09:11:16.735 INFO kablam! --> src/main.rs:33:1 Oct 15 09:11:16.735 INFO kablam! | Oct 15 09:11:16.735 INFO kablam! 33 | struct Room { Oct 15 09:11:16.735 INFO kablam! | ^^^^^^^^^^^ Oct 15 09:11:16.735 INFO kablam! | Oct 15 09:11:16.735 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:11:16.735 INFO kablam! Oct 15 09:11:16.735 INFO kablam! warning: method is never used: `new` Oct 15 09:11:16.735 INFO kablam! --> src/main.rs:49:5 Oct 15 09:11:16.735 INFO kablam! | Oct 15 09:11:16.735 INFO kablam! 49 | fn new(name: &str, radius: f32, color: Color, position: Point3) -> Room { Oct 15 09:11:16.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:11:16.735 INFO kablam! Oct 15 09:11:16.735 INFO kablam! warning: struct is never constructed: `Color` Oct 15 09:11:16.735 INFO kablam! --> src/main.rs:62:1 Oct 15 09:11:16.735 INFO kablam! | Oct 15 09:11:16.735 INFO kablam! 62 | struct Color { Oct 15 09:11:16.735 INFO kablam! | ^^^^^^^^^^^^ Oct 15 09:11:16.735 INFO kablam! Oct 15 09:11:16.735 INFO kablam! warning: method is never used: `new` Oct 15 09:11:16.735 INFO kablam! --> src/main.rs:70:5 Oct 15 09:11:16.735 INFO kablam! | Oct 15 09:11:16.735 INFO kablam! 70 | fn new(red: f32, green: f32, blue: f32) -> Color { Oct 15 09:11:16.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:11:16.735 INFO kablam! Oct 15 09:11:16.735 INFO kablam! warning: function is never used: `find_disjoint_position` Oct 15 09:11:16.735 INFO kablam! --> src/main.rs:80:1 Oct 15 09:11:16.735 INFO kablam! | Oct 15 09:11:16.735 INFO kablam! 80 | / fn find_disjoint_position( Oct 15 09:11:16.735 INFO kablam! 81 | | from: &Vec, Oct 15 09:11:16.735 INFO kablam! 82 | | distance: f32, Oct 15 09:11:16.735 INFO kablam! 83 | | between: &Range, Oct 15 09:11:16.735 INFO kablam! ... | Oct 15 09:11:16.735 INFO kablam! 104 | | } Oct 15 09:11:16.735 INFO kablam! 105 | | } Oct 15 09:11:16.735 INFO kablam! | |_^ Oct 15 09:11:16.735 INFO kablam! Oct 15 09:11:16.735 INFO kablam! warning: function is never used: `construct_rooms` Oct 15 09:11:16.735 INFO kablam! --> src/main.rs:108:1 Oct 15 09:11:16.735 INFO kablam! | Oct 15 09:11:16.736 INFO kablam! 108 | fn construct_rooms() -> Vec { Oct 15 09:11:16.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:11:16.736 INFO kablam! Oct 15 09:11:19.606 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.66s Oct 15 09:11:19.635 INFO kablam! su: No module specific data is present Oct 15 09:11:20.569 INFO running `"docker" "rm" "-f" "33d766de4d6ad7aa548e3c2e00573500a268463f695d2c59f8ce0448f1491e49"` Oct 15 09:11:20.923 INFO blam! 33d766de4d6ad7aa548e3c2e00573500a268463f695d2c59f8ce0448f1491e49 Oct 15 09:11:20.935 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:21.332 INFO blam! 63bf6140bfb4434e4e07e6497a13464461c4de5503ced3eb40b4cb55efa8eed1 Oct 15 09:11:21.355 INFO running `"docker" "start" "-a" "63bf6140bfb4434e4e07e6497a13464461c4de5503ced3eb40b4cb55efa8eed1"` Oct 15 09:11:22.835 INFO kablam! usermod: no changes Oct 15 09:11:23.011 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 15 09:11:23.011 INFO kablam! Running /target/debug/deps/space_habitats-885f46b00ed5058a Oct 15 09:11:23.023 INFO blam! Oct 15 09:11:23.023 INFO blam! running 3 tests Oct 15 09:11:23.023 INFO blam! test sphere_packing::pairs_of_spheres ... ok Oct 15 09:11:23.023 INFO blam! test sphere_packing::init_spheres_err ... ok Oct 15 09:11:23.026 INFO blam! test sphere_packing::identify_f_known ... ok Oct 15 09:11:23.026 INFO blam! Oct 15 09:11:23.026 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:11:23.026 INFO blam! Oct 15 09:11:23.059 INFO kablam! su: No module specific data is present Oct 15 09:11:23.715 INFO running `"docker" "rm" "-f" "63bf6140bfb4434e4e07e6497a13464461c4de5503ced3eb40b4cb55efa8eed1"` Oct 15 09:11:23.939 INFO blam! 63bf6140bfb4434e4e07e6497a13464461c4de5503ced3eb40b4cb55efa8eed1