Oct 15 06:23:19.100 INFO testing Tehforsch/twoxel against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 06:23:19.100 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 06:23:19.451 INFO blam! 7fb621413196721dc0e7d4b0b14e72d0cc445f739957cc0100e6977fc0744507 Oct 15 06:23:19.454 INFO running `"docker" "start" "-a" "7fb621413196721dc0e7d4b0b14e72d0cc445f739957cc0100e6977fc0744507"` Oct 15 06:23:20.363 INFO kablam! usermod: no changes Oct 15 06:23:20.655 INFO kablam! Compiling shared_library v0.1.8 Oct 15 06:23:20.655 INFO kablam! Compiling tempfile v2.2.0 Oct 15 06:23:20.666 INFO kablam! Compiling rayon-core v1.2.1 Oct 15 06:23:20.667 INFO kablam! Compiling pistoncore-input v0.17.1 Oct 15 06:23:20.667 INFO kablam! Compiling x11-dl v2.17.2 Oct 15 06:23:20.667 INFO kablam! Compiling target_build_utils v0.3.1 Oct 15 06:23:20.667 INFO kablam! Compiling gfx_device_gl v0.13.1 Oct 15 06:23:23.592 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 06:23:26.351 INFO kablam! Compiling rayon v0.8.2 Oct 15 06:23:29.404 INFO kablam! Compiling libloading v0.3.4 Oct 15 06:23:35.895 INFO kablam! Compiling pistoncore-window v0.26.2 Oct 15 06:23:39.025 INFO kablam! Compiling pistoncore-event_loop v0.31.4 Oct 15 06:23:41.639 INFO kablam! Compiling piston v0.31.4 Oct 15 06:23:42.717 INFO kablam! Compiling dlib v0.3.1 Oct 15 06:23:43.768 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 15 06:23:44.472 INFO kablam! Compiling wayland-sys v0.7.8 Oct 15 06:23:50.135 INFO kablam! Compiling wayland-client v0.7.8 Oct 15 06:23:53.253 INFO kablam! Compiling image v0.12.4 Oct 15 06:23:56.119 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 15 06:23:56.119 INFO kablam! Compiling wayland-window v0.4.4 Oct 15 06:24:00.561 INFO kablam! Compiling winit v0.5.11 Oct 15 06:24:08.135 INFO kablam! Compiling glutin v0.7.4 Oct 15 06:24:20.000 INFO kablam! Compiling pistoncore-glutin_window v0.35.1 Oct 15 06:24:22.783 INFO kablam! Compiling piston-gfx_texture v0.22.1 Oct 15 06:24:22.795 INFO kablam! Compiling piston2d-opengl_graphics v0.42.1 Oct 15 06:24:28.966 INFO kablam! Compiling piston2d-gfx_graphics v0.38.0 Oct 15 06:24:35.212 INFO kablam! Compiling piston_window v0.64.0 Oct 15 06:24:37.893 INFO kablam! Compiling twoxel v0.1.0 (/source) Oct 15 06:24:40.815 INFO kablam! warning: unused import: `simulation::Simulation` Oct 15 06:24:40.815 INFO kablam! --> src/simulation/collisions.rs:2:5 Oct 15 06:24:40.815 INFO kablam! | Oct 15 06:24:40.815 INFO kablam! 2 | use simulation::Simulation; Oct 15 06:24:40.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:24:40.815 INFO kablam! | Oct 15 06:24:40.815 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:24:40.815 INFO kablam! Oct 15 06:24:40.815 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:24:40.815 INFO kablam! --> src/simulation/collisions.rs:126:20 Oct 15 06:24:40.815 INFO kablam! | Oct 15 06:24:40.815 INFO kablam! 126 | if (i >= polygon1.vertices.len()) { Oct 15 06:24:40.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:24:40.815 INFO kablam! | Oct 15 06:24:40.815 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 06:24:40.815 INFO kablam! Oct 15 06:24:41.037 INFO kablam! warning: unreachable pattern Oct 15 06:24:41.037 INFO kablam! --> src/simulation/collisions.rs:85:9 Oct 15 06:24:41.038 INFO kablam! | Oct 15 06:24:41.039 INFO kablam! 85 | _ => None Oct 15 06:24:41.039 INFO kablam! | ^ Oct 15 06:24:41.040 INFO kablam! | Oct 15 06:24:41.040 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 15 06:24:41.040 INFO kablam! Oct 15 06:24:41.040 INFO kablam! warning: unreachable pattern Oct 15 06:24:41.041 INFO kablam! --> src/render/mod.rs:18:13 Oct 15 06:24:41.041 INFO kablam! | Oct 15 06:24:41.041 INFO kablam! 18 | _ => {} Oct 15 06:24:41.047 INFO kablam! | ^ Oct 15 06:24:41.047 INFO kablam! Oct 15 06:24:41.047 INFO kablam! warning: unused variable: `circle1` Oct 15 06:24:41.047 INFO kablam! --> src/simulation/collisions.rs:105:18 Oct 15 06:24:41.047 INFO kablam! | Oct 15 06:24:41.047 INFO kablam! 105 | fn circle_circle(circle1: &Circle, circle2: &Circle) -> Option { Oct 15 06:24:41.047 INFO kablam! | ^^^^^^^ help: consider using `_circle1` instead Oct 15 06:24:41.047 INFO kablam! | Oct 15 06:24:41.047 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:24:41.047 INFO kablam! Oct 15 06:24:41.047 INFO kablam! warning: unused variable: `circle2` Oct 15 06:24:41.047 INFO kablam! --> src/simulation/collisions.rs:105:36 Oct 15 06:24:41.047 INFO kablam! | Oct 15 06:24:41.047 INFO kablam! 105 | fn circle_circle(circle1: &Circle, circle2: &Circle) -> Option { Oct 15 06:24:41.047 INFO kablam! | ^^^^^^^ help: consider using `_circle2` instead Oct 15 06:24:41.047 INFO kablam! Oct 15 06:24:41.047 INFO kablam! warning: unused variable: `i` Oct 15 06:24:41.047 INFO kablam! --> src/simulation/collisions.rs:45:13 Oct 15 06:24:41.047 INFO kablam! | Oct 15 06:24:41.047 INFO kablam! 45 | for i in 1..10 { Oct 15 06:24:41.047 INFO kablam! | ^ help: consider using `_i` instead Oct 15 06:24:41.047 INFO kablam! Oct 15 06:24:41.047 INFO kablam! warning: unused variable: `Nothing` Oct 15 06:24:41.047 INFO kablam! --> src/simulation/collisions.rs:58:25 Oct 15 06:24:41.047 INFO kablam! | Oct 15 06:24:41.047 INFO kablam! 58 | Nothing => {} Oct 15 06:24:41.047 INFO kablam! | ^^^^^^^ help: consider using `_Nothing` instead Oct 15 06:24:41.047 INFO kablam! Oct 15 06:24:41.052 INFO kablam! warning: variable does not need to be mutable Oct 15 06:24:41.052 INFO kablam! --> src/simulation/mod.rs:82:9 Oct 15 06:24:41.052 INFO kablam! | Oct 15 06:24:41.052 INFO kablam! 82 | let mut sim = Simulation::new(bodies); Oct 15 06:24:41.052 INFO kablam! | ----^^^ Oct 15 06:24:41.052 INFO kablam! | | Oct 15 06:24:41.052 INFO kablam! | help: remove this `mut` Oct 15 06:24:41.052 INFO kablam! | Oct 15 06:24:41.052 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:24:41.052 INFO kablam! Oct 15 06:24:41.085 INFO kablam! warning: method is never used: `find_collisions` Oct 15 06:24:41.085 INFO kablam! --> src/simulation/collisions.rs:26:5 Oct 15 06:24:41.085 INFO kablam! | Oct 15 06:24:41.085 INFO kablam! 26 | pub fn find_collisions(&mut self, bodies: &mut Vec) { Oct 15 06:24:41.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:24:41.085 INFO kablam! | Oct 15 06:24:41.087 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:24:41.087 INFO kablam! Oct 15 06:24:41.091 INFO kablam! warning: variable `Nothing` should have a snake case name such as `nothing` Oct 15 06:24:41.091 INFO kablam! --> src/simulation/collisions.rs:58:25 Oct 15 06:24:41.091 INFO kablam! | Oct 15 06:24:41.091 INFO kablam! 58 | Nothing => {} Oct 15 06:24:41.091 INFO kablam! | ^^^^^^^ Oct 15 06:24:41.091 INFO kablam! | Oct 15 06:24:41.091 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 06:24:41.091 INFO kablam! Oct 15 06:24:46.252 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 25s Oct 15 06:24:46.265 INFO kablam! su: No module specific data is present Oct 15 06:24:47.819 INFO running `"docker" "rm" "-f" "7fb621413196721dc0e7d4b0b14e72d0cc445f739957cc0100e6977fc0744507"` Oct 15 06:24:48.168 INFO blam! 7fb621413196721dc0e7d4b0b14e72d0cc445f739957cc0100e6977fc0744507 Oct 15 06:24:48.172 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 06:24:48.527 INFO blam! 63cb6f7e1ebbfe70db7b482c8bab4f5a9443de51dc3262a8842bc6188756e5d2 Oct 15 06:24:48.529 INFO running `"docker" "start" "-a" "63cb6f7e1ebbfe70db7b482c8bab4f5a9443de51dc3262a8842bc6188756e5d2"` Oct 15 06:24:50.171 INFO kablam! usermod: no changes Oct 15 06:24:50.518 INFO kablam! Compiling twoxel v0.1.0 (/source) Oct 15 06:24:53.494 INFO kablam! warning: unused import: `simulation::Simulation` Oct 15 06:24:53.494 INFO kablam! --> src/simulation/collisions.rs:2:5 Oct 15 06:24:53.494 INFO kablam! | Oct 15 06:24:53.494 INFO kablam! 2 | use simulation::Simulation; Oct 15 06:24:53.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:24:53.494 INFO kablam! | Oct 15 06:24:53.494 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:24:53.494 INFO kablam! Oct 15 06:24:53.494 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:24:53.494 INFO kablam! --> src/simulation/collisions.rs:126:20 Oct 15 06:24:53.494 INFO kablam! | Oct 15 06:24:53.494 INFO kablam! 126 | if (i >= polygon1.vertices.len()) { Oct 15 06:24:53.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:24:53.494 INFO kablam! | Oct 15 06:24:53.494 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 06:24:53.494 INFO kablam! Oct 15 06:24:53.699 INFO kablam! warning: unreachable pattern Oct 15 06:24:53.699 INFO kablam! --> src/simulation/collisions.rs:85:9 Oct 15 06:24:53.699 INFO kablam! | Oct 15 06:24:53.699 INFO kablam! 85 | _ => None Oct 15 06:24:53.699 INFO kablam! | ^ Oct 15 06:24:53.699 INFO kablam! | Oct 15 06:24:53.699 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 15 06:24:53.699 INFO kablam! Oct 15 06:24:53.699 INFO kablam! warning: unreachable pattern Oct 15 06:24:53.699 INFO kablam! --> src/render/mod.rs:18:13 Oct 15 06:24:53.699 INFO kablam! | Oct 15 06:24:53.699 INFO kablam! 18 | _ => {} Oct 15 06:24:53.699 INFO kablam! | ^ Oct 15 06:24:53.699 INFO kablam! Oct 15 06:24:53.699 INFO kablam! warning: unused variable: `circle1` Oct 15 06:24:53.699 INFO kablam! --> src/simulation/collisions.rs:105:18 Oct 15 06:24:53.699 INFO kablam! | Oct 15 06:24:53.699 INFO kablam! 105 | fn circle_circle(circle1: &Circle, circle2: &Circle) -> Option { Oct 15 06:24:53.699 INFO kablam! | ^^^^^^^ help: consider using `_circle1` instead Oct 15 06:24:53.699 INFO kablam! | Oct 15 06:24:53.699 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:24:53.699 INFO kablam! Oct 15 06:24:53.699 INFO kablam! warning: unused variable: `circle2` Oct 15 06:24:53.700 INFO kablam! --> src/simulation/collisions.rs:105:36 Oct 15 06:24:53.700 INFO kablam! | Oct 15 06:24:53.700 INFO kablam! 105 | fn circle_circle(circle1: &Circle, circle2: &Circle) -> Option { Oct 15 06:24:53.700 INFO kablam! | ^^^^^^^ help: consider using `_circle2` instead Oct 15 06:24:53.700 INFO kablam! Oct 15 06:24:53.700 INFO kablam! warning: unused variable: `i` Oct 15 06:24:53.700 INFO kablam! --> src/simulation/collisions.rs:45:13 Oct 15 06:24:53.700 INFO kablam! | Oct 15 06:24:53.700 INFO kablam! 45 | for i in 1..10 { Oct 15 06:24:53.700 INFO kablam! | ^ help: consider using `_i` instead Oct 15 06:24:53.700 INFO kablam! Oct 15 06:24:53.700 INFO kablam! warning: unused variable: `Nothing` Oct 15 06:24:53.700 INFO kablam! --> src/simulation/collisions.rs:58:25 Oct 15 06:24:53.700 INFO kablam! | Oct 15 06:24:53.700 INFO kablam! 58 | Nothing => {} Oct 15 06:24:53.700 INFO kablam! | ^^^^^^^ help: consider using `_Nothing` instead Oct 15 06:24:53.700 INFO kablam! Oct 15 06:24:53.714 INFO kablam! warning: variable does not need to be mutable Oct 15 06:24:53.714 INFO kablam! --> src/simulation/mod.rs:82:9 Oct 15 06:24:53.714 INFO kablam! | Oct 15 06:24:53.714 INFO kablam! 82 | let mut sim = Simulation::new(bodies); Oct 15 06:24:53.714 INFO kablam! | ----^^^ Oct 15 06:24:53.715 INFO kablam! | | Oct 15 06:24:53.715 INFO kablam! | help: remove this `mut` Oct 15 06:24:53.715 INFO kablam! | Oct 15 06:24:53.715 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:24:53.715 INFO kablam! Oct 15 06:24:53.759 INFO kablam! warning: method is never used: `find_collisions` Oct 15 06:24:53.759 INFO kablam! --> src/simulation/collisions.rs:26:5 Oct 15 06:24:53.759 INFO kablam! | Oct 15 06:24:53.759 INFO kablam! 26 | pub fn find_collisions(&mut self, bodies: &mut Vec) { Oct 15 06:24:53.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:24:53.759 INFO kablam! | Oct 15 06:24:53.759 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:24:53.759 INFO kablam! Oct 15 06:24:53.761 INFO kablam! warning: variable `Nothing` should have a snake case name such as `nothing` Oct 15 06:24:53.761 INFO kablam! --> src/simulation/collisions.rs:58:25 Oct 15 06:24:53.761 INFO kablam! | Oct 15 06:24:53.761 INFO kablam! 58 | Nothing => {} Oct 15 06:24:53.761 INFO kablam! | ^^^^^^^ Oct 15 06:24:53.761 INFO kablam! | Oct 15 06:24:53.761 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 06:24:53.761 INFO kablam! Oct 15 06:24:55.128 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.93s Oct 15 06:24:55.143 INFO kablam! su: No module specific data is present Oct 15 06:24:56.260 INFO running `"docker" "rm" "-f" "63cb6f7e1ebbfe70db7b482c8bab4f5a9443de51dc3262a8842bc6188756e5d2"` Oct 15 06:24:56.641 INFO blam! 63cb6f7e1ebbfe70db7b482c8bab4f5a9443de51dc3262a8842bc6188756e5d2 Oct 15 06:24:56.648 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 06:24:57.187 INFO blam! ff431958ced4df184a2c659cd668e6c1c1c00f44db21898ca0982625d35be3f1 Oct 15 06:24:57.191 INFO running `"docker" "start" "-a" "ff431958ced4df184a2c659cd668e6c1c1c00f44db21898ca0982625d35be3f1"` Oct 15 06:24:58.538 INFO kablam! usermod: no changes Oct 15 06:24:58.775 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 15 06:24:58.799 INFO kablam! Running /target/debug/deps/twoxel-6154f0501e070b85 Oct 15 06:24:58.811 INFO blam! Oct 15 06:24:58.811 INFO blam! running 1 test Oct 15 06:24:58.814 INFO blam! test simulation::polygon::tests::test_projection ... ok Oct 15 06:24:58.815 INFO kablam! su: No module specific data is present Oct 15 06:24:58.815 INFO blam! Oct 15 06:24:58.815 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:24:58.815 INFO blam! Oct 15 06:24:59.973 INFO running `"docker" "rm" "-f" "ff431958ced4df184a2c659cd668e6c1c1c00f44db21898ca0982625d35be3f1"` Oct 15 06:25:00.363 INFO blam! ff431958ced4df184a2c659cd668e6c1c1c00f44db21898ca0982625d35be3f1