Oct 11 05:46:49.050 INFO testing Libbum/space-habitats against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:46:49.051 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:46:49.051 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:46:49.554 INFO blam! 37c8c04710d40c553ad48043ef430d55051fe159d1c23778fbe3a781f544d7b0 Oct 11 05:46:49.564 INFO running `"docker" "start" "-a" "37c8c04710d40c553ad48043ef430d55051fe159d1c23778fbe3a781f544d7b0"` Oct 11 05:46:51.276 INFO kablam! usermod: no changes Oct 11 05:46:51.543 INFO kablam! Compiling num-bigint v0.1.43 Oct 11 05:46:51.552 INFO kablam! Compiling glfw-sys v3.2.2 Oct 11 05:46:51.553 INFO kablam! Compiling freetype-sys v0.6.0 Oct 11 05:46:51.553 INFO kablam! Compiling nalgebra v0.13.1 Oct 11 05:46:53.268 INFO kablam! Compiling freetype-rs v0.16.0 Oct 11 05:47:00.073 INFO kablam! Compiling num-rational v0.1.42 Oct 11 05:47:05.381 INFO kablam! Compiling num v0.1.42 Oct 11 05:47:05.381 INFO kablam! Compiling image v0.17.0 Oct 11 05:47:07.441 INFO kablam! Compiling glfw v0.19.0 Oct 11 05:47:38.604 INFO kablam! Compiling ncollide_math v0.8.0 Oct 11 05:47:40.517 INFO kablam! Compiling ncollide_utils v0.8.0 Oct 11 05:47:43.208 INFO kablam! Compiling ncollide_procedural v0.8.0 Oct 11 05:47:47.152 INFO kablam! Compiling kiss3d v0.12.0 Oct 11 05:47:59.192 INFO kablam! Compiling space-habitats v0.1.0 (/source) Oct 11 05:48:03.940 INFO kablam! warning: struct is never constructed: `Room` Oct 11 05:48:03.940 INFO kablam! --> src/main.rs:33:1 Oct 11 05:48:03.940 INFO kablam! | Oct 11 05:48:03.940 INFO kablam! 33 | struct Room { Oct 11 05:48:03.940 INFO kablam! | ^^^^^^^^^^^ Oct 11 05:48:03.940 INFO kablam! | Oct 11 05:48:03.940 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:48:03.940 INFO kablam! Oct 11 05:48:03.940 INFO kablam! warning: method is never used: `new` Oct 11 05:48:03.940 INFO kablam! --> src/main.rs:49:5 Oct 11 05:48:03.940 INFO kablam! | Oct 11 05:48:03.940 INFO kablam! 49 | fn new(name: &str, radius: f32, color: Color, position: Point3) -> Room { Oct 11 05:48:03.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:48:03.941 INFO kablam! Oct 11 05:48:03.941 INFO kablam! warning: struct is never constructed: `Color` Oct 11 05:48:03.941 INFO kablam! --> src/main.rs:62:1 Oct 11 05:48:03.941 INFO kablam! | Oct 11 05:48:03.941 INFO kablam! 62 | struct Color { Oct 11 05:48:03.941 INFO kablam! | ^^^^^^^^^^^^ Oct 11 05:48:03.941 INFO kablam! Oct 11 05:48:03.941 INFO kablam! warning: method is never used: `new` Oct 11 05:48:03.941 INFO kablam! --> src/main.rs:70:5 Oct 11 05:48:03.941 INFO kablam! | Oct 11 05:48:03.941 INFO kablam! 70 | fn new(red: f32, green: f32, blue: f32) -> Color { Oct 11 05:48:03.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:48:03.941 INFO kablam! Oct 11 05:48:03.941 INFO kablam! warning: function is never used: `find_disjoint_position` Oct 11 05:48:03.941 INFO kablam! --> src/main.rs:80:1 Oct 11 05:48:03.941 INFO kablam! | Oct 11 05:48:03.941 INFO kablam! 80 | / fn find_disjoint_position( Oct 11 05:48:03.941 INFO kablam! 81 | | from: &Vec, Oct 11 05:48:03.941 INFO kablam! 82 | | distance: f32, Oct 11 05:48:03.941 INFO kablam! 83 | | between: &Range, Oct 11 05:48:03.941 INFO kablam! ... | Oct 11 05:48:03.941 INFO kablam! 104 | | } Oct 11 05:48:03.941 INFO kablam! 105 | | } Oct 11 05:48:03.941 INFO kablam! | |_^ Oct 11 05:48:03.941 INFO kablam! Oct 11 05:48:03.941 INFO kablam! warning: function is never used: `construct_rooms` Oct 11 05:48:03.941 INFO kablam! --> src/main.rs:108:1 Oct 11 05:48:03.941 INFO kablam! | Oct 11 05:48:03.941 INFO kablam! 108 | fn construct_rooms() -> Vec { Oct 11 05:48:03.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:48:03.941 INFO kablam! Oct 11 05:48:06.536 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 15s Oct 11 05:48:06.542 INFO kablam! su: No module specific data is present Oct 11 05:48:06.895 INFO running `"docker" "rm" "-f" "37c8c04710d40c553ad48043ef430d55051fe159d1c23778fbe3a781f544d7b0"` Oct 11 05:48:07.032 INFO blam! 37c8c04710d40c553ad48043ef430d55051fe159d1c23778fbe3a781f544d7b0 Oct 11 05:48:07.033 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:48:07.034 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:48:07.385 INFO blam! eeb6a32886e7219b6fe39529c843ad9d034343aaa404a7da795ac81e6d302ce8 Oct 11 05:48:07.386 INFO running `"docker" "start" "-a" "eeb6a32886e7219b6fe39529c843ad9d034343aaa404a7da795ac81e6d302ce8"` Oct 11 05:48:08.346 INFO kablam! usermod: no changes Oct 11 05:48:08.536 INFO kablam! Compiling space-habitats v0.1.0 (/source) Oct 11 05:48:14.227 INFO kablam! warning: struct is never constructed: `Room` Oct 11 05:48:14.227 INFO kablam! --> src/main.rs:33:1 Oct 11 05:48:14.227 INFO kablam! | Oct 11 05:48:14.227 INFO kablam! 33 | struct Room { Oct 11 05:48:14.227 INFO kablam! | ^^^^^^^^^^^ Oct 11 05:48:14.227 INFO kablam! | Oct 11 05:48:14.227 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:48:14.227 INFO kablam! Oct 11 05:48:14.227 INFO kablam! warning: method is never used: `new` Oct 11 05:48:14.227 INFO kablam! --> src/main.rs:49:5 Oct 11 05:48:14.227 INFO kablam! | Oct 11 05:48:14.227 INFO kablam! 49 | fn new(name: &str, radius: f32, color: Color, position: Point3) -> Room { Oct 11 05:48:14.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:48:14.227 INFO kablam! Oct 11 05:48:14.227 INFO kablam! warning: struct is never constructed: `Color` Oct 11 05:48:14.227 INFO kablam! --> src/main.rs:62:1 Oct 11 05:48:14.227 INFO kablam! | Oct 11 05:48:14.227 INFO kablam! 62 | struct Color { Oct 11 05:48:14.227 INFO kablam! | ^^^^^^^^^^^^ Oct 11 05:48:14.227 INFO kablam! Oct 11 05:48:14.227 INFO kablam! warning: method is never used: `new` Oct 11 05:48:14.227 INFO kablam! --> src/main.rs:70:5 Oct 11 05:48:14.227 INFO kablam! | Oct 11 05:48:14.227 INFO kablam! 70 | fn new(red: f32, green: f32, blue: f32) -> Color { Oct 11 05:48:14.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:48:14.227 INFO kablam! Oct 11 05:48:14.227 INFO kablam! warning: function is never used: `find_disjoint_position` Oct 11 05:48:14.227 INFO kablam! --> src/main.rs:80:1 Oct 11 05:48:14.227 INFO kablam! | Oct 11 05:48:14.227 INFO kablam! 80 | / fn find_disjoint_position( Oct 11 05:48:14.227 INFO kablam! 81 | | from: &Vec, Oct 11 05:48:14.227 INFO kablam! 82 | | distance: f32, Oct 11 05:48:14.227 INFO kablam! 83 | | between: &Range, Oct 11 05:48:14.227 INFO kablam! ... | Oct 11 05:48:14.227 INFO kablam! 104 | | } Oct 11 05:48:14.227 INFO kablam! 105 | | } Oct 11 05:48:14.227 INFO kablam! | |_^ Oct 11 05:48:14.227 INFO kablam! Oct 11 05:48:14.227 INFO kablam! warning: function is never used: `construct_rooms` Oct 11 05:48:14.227 INFO kablam! --> src/main.rs:108:1 Oct 11 05:48:14.227 INFO kablam! | Oct 11 05:48:14.227 INFO kablam! 108 | fn construct_rooms() -> Vec { Oct 11 05:48:14.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:48:14.227 INFO kablam! Oct 11 05:48:17.006 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.62s Oct 11 05:48:17.011 INFO kablam! su: No module specific data is present Oct 11 05:48:17.580 INFO running `"docker" "rm" "-f" "eeb6a32886e7219b6fe39529c843ad9d034343aaa404a7da795ac81e6d302ce8"` Oct 11 05:48:17.772 INFO blam! eeb6a32886e7219b6fe39529c843ad9d034343aaa404a7da795ac81e6d302ce8 Oct 11 05:48:17.778 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:48:17.778 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:48:18.159 INFO blam! 76999a4cc2cc68865eae7f3fe0a8c9cf993c1df1f9a80b5bf1d910f2767bd6be Oct 11 05:48:18.161 INFO running `"docker" "start" "-a" "76999a4cc2cc68865eae7f3fe0a8c9cf993c1df1f9a80b5bf1d910f2767bd6be"` Oct 11 05:48:19.373 INFO kablam! usermod: no changes Oct 11 05:48:19.559 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 11 05:48:19.577 INFO kablam! Running /target/debug/deps/space_habitats-ad9074698f019fc0 Oct 11 05:48:19.589 INFO blam! Oct 11 05:48:19.589 INFO blam! running 3 tests Oct 11 05:48:19.590 INFO blam! test sphere_packing::identify_f_known ... ok Oct 11 05:48:19.590 INFO blam! test sphere_packing::pairs_of_spheres ... ok Oct 11 05:48:19.601 INFO blam! test sphere_packing::init_spheres_err ... ok Oct 11 05:48:19.601 INFO blam! Oct 11 05:48:19.601 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:48:19.601 INFO blam! Oct 11 05:48:19.619 INFO kablam! su: No module specific data is present Oct 11 05:48:20.176 INFO running `"docker" "rm" "-f" "76999a4cc2cc68865eae7f3fe0a8c9cf993c1df1f9a80b5bf1d910f2767bd6be"` Oct 11 05:48:20.418 INFO blam! 76999a4cc2cc68865eae7f3fe0a8c9cf993c1df1f9a80b5bf1d910f2767bd6be