Oct 11 04:15:53.937 INFO testing Tehforsch/twoxel against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:15:53.937 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:15:53.937 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 04:15:54.316 INFO blam! 160d23ddf69a9286976a3855c3bbf0a6fc0dc0840854156a348217ee91c9c2e6 Oct 11 04:15:54.332 INFO running `"docker" "start" "-a" "160d23ddf69a9286976a3855c3bbf0a6fc0dc0840854156a348217ee91c9c2e6"` Oct 11 04:15:55.556 INFO kablam! usermod: no changes Oct 11 04:15:55.847 INFO kablam! Compiling deflate v0.7.16 Oct 11 04:15:55.853 INFO kablam! Compiling shared_library v0.1.8 Oct 11 04:15:55.884 INFO kablam! Compiling tempfile v2.2.0 Oct 11 04:15:55.884 INFO kablam! Compiling phf_generator v0.7.21 Oct 11 04:15:55.884 INFO kablam! Compiling rayon-core v1.2.1 Oct 11 04:15:55.884 INFO kablam! Compiling gfx_core v0.6.1 Oct 11 04:15:55.884 INFO kablam! Compiling glutin v0.7.4 Oct 11 04:15:55.884 INFO kablam! Compiling x11-dl v2.17.2 Oct 11 04:15:59.085 INFO kablam! Compiling fs2 v0.2.5 Oct 11 04:16:04.312 INFO kablam! Compiling phf_codegen v0.7.21 Oct 11 04:16:05.436 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 11 04:16:05.692 INFO kablam! Compiling memmap v0.4.0 Oct 11 04:16:05.692 INFO kablam! Compiling rayon v0.8.2 Oct 11 04:16:06.028 INFO kablam! Compiling png v0.6.2 Oct 11 04:16:09.760 INFO kablam! Compiling target_build_utils v0.3.1 Oct 11 04:16:24.752 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 11 04:16:32.008 INFO kablam! Compiling image v0.12.4 Oct 11 04:16:41.159 INFO kablam! Compiling libloading v0.3.4 Oct 11 04:16:52.607 INFO kablam! Compiling dlib v0.3.1 Oct 11 04:16:53.776 INFO kablam! Compiling wayland-sys v0.7.8 Oct 11 04:16:54.716 INFO kablam! Compiling piston2d-opengl_graphics v0.42.1 Oct 11 04:16:57.148 INFO kablam! Compiling wayland-client v0.7.8 Oct 11 04:17:01.148 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 11 04:17:01.148 INFO kablam! Compiling wayland-window v0.4.4 Oct 11 04:17:06.560 INFO kablam! Compiling winit v0.5.11 Oct 11 04:17:09.250 INFO kablam! Compiling gfx v0.14.1 Oct 11 04:17:09.251 INFO kablam! Compiling gfx_device_gl v0.13.1 Oct 11 04:17:24.742 INFO kablam! Compiling piston-gfx_texture v0.22.1 Oct 11 04:17:27.611 INFO kablam! Compiling pistoncore-glutin_window v0.35.1 Oct 11 04:17:31.933 INFO kablam! Compiling piston2d-gfx_graphics v0.38.0 Oct 11 04:17:38.217 INFO kablam! Compiling piston_window v0.64.0 Oct 11 04:17:43.770 INFO kablam! Compiling twoxel v0.1.0 (/source) Oct 11 04:17:49.772 INFO kablam! warning: unused import: `simulation::Simulation` Oct 11 04:17:49.772 INFO kablam! --> src/simulation/collisions.rs:2:5 Oct 11 04:17:49.772 INFO kablam! | Oct 11 04:17:49.772 INFO kablam! 2 | use simulation::Simulation; Oct 11 04:17:49.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:17:49.772 INFO kablam! | Oct 11 04:17:49.772 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:17:49.772 INFO kablam! Oct 11 04:17:49.784 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:17:49.784 INFO kablam! --> src/simulation/collisions.rs:126:20 Oct 11 04:17:49.784 INFO kablam! | Oct 11 04:17:49.784 INFO kablam! 126 | if (i >= polygon1.vertices.len()) { Oct 11 04:17:49.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:17:49.784 INFO kablam! | Oct 11 04:17:49.784 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 04:17:49.784 INFO kablam! Oct 11 04:17:49.952 INFO kablam! warning: unreachable pattern Oct 11 04:17:49.952 INFO kablam! --> src/simulation/collisions.rs:85:9 Oct 11 04:17:49.952 INFO kablam! | Oct 11 04:17:49.952 INFO kablam! 85 | _ => None Oct 11 04:17:49.952 INFO kablam! | ^ Oct 11 04:17:49.952 INFO kablam! | Oct 11 04:17:49.952 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 11 04:17:49.952 INFO kablam! Oct 11 04:17:49.952 INFO kablam! warning: unreachable pattern Oct 11 04:17:49.952 INFO kablam! --> src/render/mod.rs:18:13 Oct 11 04:17:49.952 INFO kablam! | Oct 11 04:17:49.952 INFO kablam! 18 | _ => {} Oct 11 04:17:49.952 INFO kablam! | ^ Oct 11 04:17:49.952 INFO kablam! Oct 11 04:17:49.952 INFO kablam! warning: unused variable: `circle1` Oct 11 04:17:49.952 INFO kablam! --> src/simulation/collisions.rs:105:18 Oct 11 04:17:49.952 INFO kablam! | Oct 11 04:17:49.952 INFO kablam! 105 | fn circle_circle(circle1: &Circle, circle2: &Circle) -> Option { Oct 11 04:17:49.952 INFO kablam! | ^^^^^^^ help: consider using `_circle1` instead Oct 11 04:17:49.953 INFO kablam! | Oct 11 04:17:49.953 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:17:49.953 INFO kablam! Oct 11 04:17:49.953 INFO kablam! warning: unused variable: `circle2` Oct 11 04:17:49.953 INFO kablam! --> src/simulation/collisions.rs:105:36 Oct 11 04:17:49.953 INFO kablam! | Oct 11 04:17:49.953 INFO kablam! 105 | fn circle_circle(circle1: &Circle, circle2: &Circle) -> Option { Oct 11 04:17:49.953 INFO kablam! | ^^^^^^^ help: consider using `_circle2` instead Oct 11 04:17:49.953 INFO kablam! Oct 11 04:17:49.953 INFO kablam! warning: unused variable: `i` Oct 11 04:17:49.953 INFO kablam! --> src/simulation/collisions.rs:45:13 Oct 11 04:17:49.953 INFO kablam! | Oct 11 04:17:49.953 INFO kablam! 45 | for i in 1..10 { Oct 11 04:17:49.953 INFO kablam! | ^ help: consider using `_i` instead Oct 11 04:17:49.953 INFO kablam! Oct 11 04:17:49.956 INFO kablam! warning: unused variable: `Nothing` Oct 11 04:17:49.956 INFO kablam! --> src/simulation/collisions.rs:58:25 Oct 11 04:17:49.956 INFO kablam! | Oct 11 04:17:49.956 INFO kablam! 58 | Nothing => {} Oct 11 04:17:49.956 INFO kablam! | ^^^^^^^ help: consider using `_Nothing` instead Oct 11 04:17:49.956 INFO kablam! Oct 11 04:17:49.964 INFO kablam! warning: variable does not need to be mutable Oct 11 04:17:49.964 INFO kablam! --> src/simulation/mod.rs:82:9 Oct 11 04:17:49.964 INFO kablam! | Oct 11 04:17:49.964 INFO kablam! 82 | let mut sim = Simulation::new(bodies); Oct 11 04:17:49.964 INFO kablam! | ----^^^ Oct 11 04:17:49.964 INFO kablam! | | Oct 11 04:17:49.964 INFO kablam! | help: remove this `mut` Oct 11 04:17:49.964 INFO kablam! | Oct 11 04:17:49.968 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 04:17:49.968 INFO kablam! Oct 11 04:17:49.993 INFO kablam! warning: method is never used: `find_collisions` Oct 11 04:17:49.993 INFO kablam! --> src/simulation/collisions.rs:26:5 Oct 11 04:17:49.993 INFO kablam! | Oct 11 04:17:49.993 INFO kablam! 26 | pub fn find_collisions(&mut self, bodies: &mut Vec) { Oct 11 04:17:49.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:17:49.993 INFO kablam! | Oct 11 04:17:49.993 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:17:49.993 INFO kablam! Oct 11 04:17:49.996 INFO kablam! warning: variable `Nothing` should have a snake case name such as `nothing` Oct 11 04:17:49.996 INFO kablam! --> src/simulation/collisions.rs:58:25 Oct 11 04:17:49.996 INFO kablam! | Oct 11 04:17:49.996 INFO kablam! 58 | Nothing => {} Oct 11 04:17:49.996 INFO kablam! | ^^^^^^^ Oct 11 04:17:49.996 INFO kablam! | Oct 11 04:17:49.996 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 04:17:49.996 INFO kablam! Oct 11 04:17:54.956 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 59s Oct 11 04:17:54.978 INFO kablam! su: No module specific data is present Oct 11 04:17:55.600 INFO running `"docker" "rm" "-f" "160d23ddf69a9286976a3855c3bbf0a6fc0dc0840854156a348217ee91c9c2e6"` Oct 11 04:17:55.922 INFO blam! 160d23ddf69a9286976a3855c3bbf0a6fc0dc0840854156a348217ee91c9c2e6 Oct 11 04:17:55.928 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:17:55.928 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 04:17:56.320 INFO blam! 4e5bc0717ce8a4ddf49e4c19485f5d274e3214c0baff985ecb9d34c90d306890 Oct 11 04:17:56.323 INFO running `"docker" "start" "-a" "4e5bc0717ce8a4ddf49e4c19485f5d274e3214c0baff985ecb9d34c90d306890"` Oct 11 04:17:57.528 INFO kablam! usermod: no changes Oct 11 04:17:57.779 INFO kablam! Compiling twoxel v0.1.0 (/source) Oct 11 04:18:03.560 INFO kablam! warning: unused import: `simulation::Simulation` Oct 11 04:18:03.560 INFO kablam! --> src/simulation/collisions.rs:2:5 Oct 11 04:18:03.560 INFO kablam! | Oct 11 04:18:03.560 INFO kablam! 2 | use simulation::Simulation; Oct 11 04:18:03.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:18:03.560 INFO kablam! | Oct 11 04:18:03.560 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:18:03.560 INFO kablam! Oct 11 04:18:03.560 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:18:03.560 INFO kablam! --> src/simulation/collisions.rs:126:20 Oct 11 04:18:03.560 INFO kablam! | Oct 11 04:18:03.560 INFO kablam! 126 | if (i >= polygon1.vertices.len()) { Oct 11 04:18:03.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:18:03.560 INFO kablam! | Oct 11 04:18:03.560 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 04:18:03.560 INFO kablam! Oct 11 04:18:03.747 INFO kablam! warning: unreachable pattern Oct 11 04:18:03.747 INFO kablam! --> src/simulation/collisions.rs:85:9 Oct 11 04:18:03.747 INFO kablam! | Oct 11 04:18:03.747 INFO kablam! 85 | _ => None Oct 11 04:18:03.747 INFO kablam! | ^ Oct 11 04:18:03.747 INFO kablam! | Oct 11 04:18:03.747 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 11 04:18:03.747 INFO kablam! Oct 11 04:18:03.747 INFO kablam! warning: unreachable pattern Oct 11 04:18:03.747 INFO kablam! --> src/render/mod.rs:18:13 Oct 11 04:18:03.747 INFO kablam! | Oct 11 04:18:03.747 INFO kablam! 18 | _ => {} Oct 11 04:18:03.747 INFO kablam! | ^ Oct 11 04:18:03.747 INFO kablam! Oct 11 04:18:03.747 INFO kablam! warning: unused variable: `circle1` Oct 11 04:18:03.747 INFO kablam! --> src/simulation/collisions.rs:105:18 Oct 11 04:18:03.747 INFO kablam! | Oct 11 04:18:03.747 INFO kablam! 105 | fn circle_circle(circle1: &Circle, circle2: &Circle) -> Option { Oct 11 04:18:03.747 INFO kablam! | ^^^^^^^ help: consider using `_circle1` instead Oct 11 04:18:03.747 INFO kablam! | Oct 11 04:18:03.747 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:18:03.747 INFO kablam! Oct 11 04:18:03.747 INFO kablam! warning: unused variable: `circle2` Oct 11 04:18:03.747 INFO kablam! --> src/simulation/collisions.rs:105:36 Oct 11 04:18:03.747 INFO kablam! | Oct 11 04:18:03.747 INFO kablam! 105 | fn circle_circle(circle1: &Circle, circle2: &Circle) -> Option { Oct 11 04:18:03.747 INFO kablam! | ^^^^^^^ help: consider using `_circle2` instead Oct 11 04:18:03.747 INFO kablam! Oct 11 04:18:03.747 INFO kablam! warning: unused variable: `i` Oct 11 04:18:03.747 INFO kablam! --> src/simulation/collisions.rs:45:13 Oct 11 04:18:03.747 INFO kablam! | Oct 11 04:18:03.747 INFO kablam! 45 | for i in 1..10 { Oct 11 04:18:03.747 INFO kablam! | ^ help: consider using `_i` instead Oct 11 04:18:03.747 INFO kablam! Oct 11 04:18:03.747 INFO kablam! warning: unused variable: `Nothing` Oct 11 04:18:03.747 INFO kablam! --> src/simulation/collisions.rs:58:25 Oct 11 04:18:03.747 INFO kablam! | Oct 11 04:18:03.747 INFO kablam! 58 | Nothing => {} Oct 11 04:18:03.747 INFO kablam! | ^^^^^^^ help: consider using `_Nothing` instead Oct 11 04:18:03.747 INFO kablam! Oct 11 04:18:03.760 INFO kablam! warning: variable does not need to be mutable Oct 11 04:18:03.761 INFO kablam! --> src/simulation/mod.rs:82:9 Oct 11 04:18:03.761 INFO kablam! | Oct 11 04:18:03.761 INFO kablam! 82 | let mut sim = Simulation::new(bodies); Oct 11 04:18:03.762 INFO kablam! | ----^^^ Oct 11 04:18:03.762 INFO kablam! | | Oct 11 04:18:03.762 INFO kablam! | help: remove this `mut` Oct 11 04:18:03.763 INFO kablam! | Oct 11 04:18:03.763 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 04:18:03.763 INFO kablam! Oct 11 04:18:03.788 INFO kablam! warning: method is never used: `find_collisions` Oct 11 04:18:03.789 INFO kablam! --> src/simulation/collisions.rs:26:5 Oct 11 04:18:03.789 INFO kablam! | Oct 11 04:18:03.789 INFO kablam! 26 | pub fn find_collisions(&mut self, bodies: &mut Vec) { Oct 11 04:18:03.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:18:03.790 INFO kablam! | Oct 11 04:18:03.790 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:18:03.791 INFO kablam! Oct 11 04:18:03.791 INFO kablam! warning: variable `Nothing` should have a snake case name such as `nothing` Oct 11 04:18:03.791 INFO kablam! --> src/simulation/collisions.rs:58:25 Oct 11 04:18:03.791 INFO kablam! | Oct 11 04:18:03.792 INFO kablam! 58 | Nothing => {} Oct 11 04:18:03.792 INFO kablam! | ^^^^^^^ Oct 11 04:18:03.792 INFO kablam! | Oct 11 04:18:03.792 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 04:18:03.793 INFO kablam! Oct 11 04:18:04.776 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.22s Oct 11 04:18:04.808 INFO kablam! su: No module specific data is present Oct 11 04:18:06.156 INFO running `"docker" "rm" "-f" "4e5bc0717ce8a4ddf49e4c19485f5d274e3214c0baff985ecb9d34c90d306890"` Oct 11 04:18:06.416 INFO blam! 4e5bc0717ce8a4ddf49e4c19485f5d274e3214c0baff985ecb9d34c90d306890 Oct 11 04:18:06.426 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:18:06.426 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 04:18:06.800 INFO blam! 9318ee181b0ecd586d4f0d89b1eb74a3f24f266fa69672e05cf992b6337a8eac Oct 11 04:18:06.804 INFO running `"docker" "start" "-a" "9318ee181b0ecd586d4f0d89b1eb74a3f24f266fa69672e05cf992b6337a8eac"` Oct 11 04:18:08.212 INFO kablam! usermod: no changes Oct 11 04:18:08.432 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 11 04:18:08.452 INFO kablam! Running /target/debug/deps/twoxel-f8b86db54376872f Oct 11 04:18:08.453 INFO blam! Oct 11 04:18:08.453 INFO blam! running 1 test Oct 11 04:18:08.453 INFO blam! test simulation::polygon::tests::test_projection ... ok Oct 11 04:18:08.453 INFO blam! Oct 11 04:18:08.453 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:18:08.453 INFO blam! Oct 11 04:18:08.465 INFO kablam! su: No module specific data is present Oct 11 04:18:09.421 INFO running `"docker" "rm" "-f" "9318ee181b0ecd586d4f0d89b1eb74a3f24f266fa69672e05cf992b6337a8eac"` Oct 11 04:18:09.651 INFO blam! 9318ee181b0ecd586d4f0d89b1eb74a3f24f266fa69672e05cf992b6337a8eac