Oct 15 06:23:20.429 INFO testing Tehforsch/twoxel against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:23:20.431 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 06:23:21.063 INFO blam! e0ab2fc00bb0da2a4d4adf919ce0c2fcb4d58c54a0270c189b60fd10655da48a Oct 15 06:23:21.065 INFO running `"docker" "start" "-a" "e0ab2fc00bb0da2a4d4adf919ce0c2fcb4d58c54a0270c189b60fd10655da48a"` Oct 15 06:23:22.634 INFO kablam! usermod: no changes Oct 15 06:23:22.944 INFO kablam! Compiling num_cpus v1.6.2 Oct 15 06:23:22.944 INFO kablam! Compiling x11-dl v2.17.2 Oct 15 06:23:22.947 INFO kablam! Compiling shared_library v0.1.8 Oct 15 06:23:22.947 INFO kablam! Compiling tempfile v2.2.0 Oct 15 06:23:22.952 INFO kablam! Compiling gfx_core v0.6.1 Oct 15 06:23:22.952 INFO kablam! Compiling png v0.6.2 Oct 15 06:23:22.952 INFO kablam! Compiling glutin v0.7.4 Oct 15 06:23:22.952 INFO kablam! Compiling gfx_gl v0.3.1 Oct 15 06:23:30.832 INFO kablam! Compiling gl v0.6.3 Oct 15 06:23:34.475 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 06:23:34.476 INFO kablam! Compiling rayon-core v1.2.1 Oct 15 06:23:34.632 INFO kablam! Compiling target_build_utils v0.3.1 Oct 15 06:23:47.384 INFO kablam! Compiling rayon v0.8.2 Oct 15 06:23:47.640 INFO kablam! Compiling libloading v0.3.4 Oct 15 06:24:03.833 INFO kablam! Compiling dlib v0.3.1 Oct 15 06:24:06.271 INFO kablam! Compiling wayland-sys v0.7.8 Oct 15 06:24:09.156 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 15 06:24:12.555 INFO kablam! Compiling wayland-client v0.7.8 Oct 15 06:24:21.790 INFO kablam! Compiling image v0.12.4 Oct 15 06:24:23.099 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 15 06:24:23.100 INFO kablam! Compiling wayland-window v0.4.4 Oct 15 06:24:29.825 INFO kablam! Compiling winit v0.5.11 Oct 15 06:24:50.235 INFO kablam! Compiling pistoncore-glutin_window v0.35.1 Oct 15 06:24:58.343 INFO kablam! Compiling piston2d-opengl_graphics v0.42.1 Oct 15 06:25:07.329 INFO kablam! Compiling gfx v0.14.1 Oct 15 06:25:07.329 INFO kablam! Compiling gfx_device_gl v0.13.1 Oct 15 06:25:15.363 INFO kablam! Compiling piston-gfx_texture v0.22.1 Oct 15 06:25:17.379 INFO kablam! Compiling piston2d-gfx_graphics v0.38.0 Oct 15 06:25:21.044 INFO kablam! Compiling piston_window v0.64.0 Oct 15 06:25:23.519 INFO kablam! Compiling twoxel v0.1.0 (/source) Oct 15 06:25:25.954 INFO kablam! warning: unused import: `simulation::Simulation` Oct 15 06:25:25.954 INFO kablam! --> src/simulation/collisions.rs:2:5 Oct 15 06:25:25.954 INFO kablam! | Oct 15 06:25:25.954 INFO kablam! 2 | use simulation::Simulation; Oct 15 06:25:25.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:25:25.954 INFO kablam! | Oct 15 06:25:25.954 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:25:25.954 INFO kablam! Oct 15 06:25:25.954 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:25:25.954 INFO kablam! --> src/simulation/collisions.rs:126:20 Oct 15 06:25:25.954 INFO kablam! | Oct 15 06:25:25.954 INFO kablam! 126 | if (i >= polygon1.vertices.len()) { Oct 15 06:25:25.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:25:25.954 INFO kablam! | Oct 15 06:25:25.954 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 06:25:25.954 INFO kablam! Oct 15 06:25:26.135 INFO kablam! warning: unreachable pattern Oct 15 06:25:26.135 INFO kablam! --> src/simulation/collisions.rs:85:9 Oct 15 06:25:26.135 INFO kablam! | Oct 15 06:25:26.135 INFO kablam! 85 | _ => None Oct 15 06:25:26.135 INFO kablam! | ^ Oct 15 06:25:26.135 INFO kablam! | Oct 15 06:25:26.135 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 15 06:25:26.135 INFO kablam! Oct 15 06:25:26.135 INFO kablam! warning: unreachable pattern Oct 15 06:25:26.135 INFO kablam! --> src/render/mod.rs:18:13 Oct 15 06:25:26.135 INFO kablam! | Oct 15 06:25:26.135 INFO kablam! 18 | _ => {} Oct 15 06:25:26.135 INFO kablam! | ^ Oct 15 06:25:26.135 INFO kablam! Oct 15 06:25:26.135 INFO kablam! warning: unused variable: `circle1` Oct 15 06:25:26.135 INFO kablam! --> src/simulation/collisions.rs:105:18 Oct 15 06:25:26.135 INFO kablam! | Oct 15 06:25:26.135 INFO kablam! 105 | fn circle_circle(circle1: &Circle, circle2: &Circle) -> Option { Oct 15 06:25:26.135 INFO kablam! | ^^^^^^^ help: consider using `_circle1` instead Oct 15 06:25:26.135 INFO kablam! | Oct 15 06:25:26.135 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:25:26.135 INFO kablam! Oct 15 06:25:26.135 INFO kablam! warning: unused variable: `circle2` Oct 15 06:25:26.135 INFO kablam! --> src/simulation/collisions.rs:105:36 Oct 15 06:25:26.135 INFO kablam! | Oct 15 06:25:26.135 INFO kablam! 105 | fn circle_circle(circle1: &Circle, circle2: &Circle) -> Option { Oct 15 06:25:26.135 INFO kablam! | ^^^^^^^ help: consider using `_circle2` instead Oct 15 06:25:26.135 INFO kablam! Oct 15 06:25:26.135 INFO kablam! warning: unused variable: `i` Oct 15 06:25:26.135 INFO kablam! --> src/simulation/collisions.rs:45:13 Oct 15 06:25:26.135 INFO kablam! | Oct 15 06:25:26.135 INFO kablam! 45 | for i in 1..10 { Oct 15 06:25:26.135 INFO kablam! | ^ help: consider using `_i` instead Oct 15 06:25:26.135 INFO kablam! Oct 15 06:25:26.135 INFO kablam! warning: unused variable: `Nothing` Oct 15 06:25:26.135 INFO kablam! --> src/simulation/collisions.rs:58:25 Oct 15 06:25:26.135 INFO kablam! | Oct 15 06:25:26.135 INFO kablam! 58 | Nothing => {} Oct 15 06:25:26.135 INFO kablam! | ^^^^^^^ help: consider using `_Nothing` instead Oct 15 06:25:26.135 INFO kablam! Oct 15 06:25:26.143 INFO kablam! warning: variable does not need to be mutable Oct 15 06:25:26.143 INFO kablam! --> src/simulation/mod.rs:82:9 Oct 15 06:25:26.143 INFO kablam! | Oct 15 06:25:26.143 INFO kablam! 82 | let mut sim = Simulation::new(bodies); Oct 15 06:25:26.143 INFO kablam! | ----^^^ Oct 15 06:25:26.143 INFO kablam! | | Oct 15 06:25:26.143 INFO kablam! | help: remove this `mut` Oct 15 06:25:26.143 INFO kablam! | Oct 15 06:25:26.143 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:25:26.143 INFO kablam! Oct 15 06:25:26.163 INFO kablam! warning: method is never used: `find_collisions` Oct 15 06:25:26.163 INFO kablam! --> src/simulation/collisions.rs:26:5 Oct 15 06:25:26.163 INFO kablam! | Oct 15 06:25:26.163 INFO kablam! 26 | pub fn find_collisions(&mut self, bodies: &mut Vec) { Oct 15 06:25:26.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:25:26.163 INFO kablam! | Oct 15 06:25:26.163 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:25:26.163 INFO kablam! Oct 15 06:25:26.163 INFO kablam! warning: variable `Nothing` should have a snake case name such as `nothing` Oct 15 06:25:26.163 INFO kablam! --> src/simulation/collisions.rs:58:25 Oct 15 06:25:26.163 INFO kablam! | Oct 15 06:25:26.163 INFO kablam! 58 | Nothing => {} Oct 15 06:25:26.163 INFO kablam! | ^^^^^^^ Oct 15 06:25:26.163 INFO kablam! | Oct 15 06:25:26.163 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 06:25:26.163 INFO kablam! Oct 15 06:25:29.943 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 07s Oct 15 06:25:29.957 INFO kablam! su: No module specific data is present Oct 15 06:25:30.307 INFO running `"docker" "rm" "-f" "e0ab2fc00bb0da2a4d4adf919ce0c2fcb4d58c54a0270c189b60fd10655da48a"` Oct 15 06:25:30.615 INFO blam! e0ab2fc00bb0da2a4d4adf919ce0c2fcb4d58c54a0270c189b60fd10655da48a Oct 15 06:25:30.631 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 06:25:31.147 INFO blam! bfe95d983738dd4c2ea3be34b2c224ef0bb0b6481248ac5c208878aa24ad5634 Oct 15 06:25:31.159 INFO running `"docker" "start" "-a" "bfe95d983738dd4c2ea3be34b2c224ef0bb0b6481248ac5c208878aa24ad5634"` Oct 15 06:25:32.024 INFO kablam! usermod: no changes Oct 15 06:25:32.181 INFO kablam! Compiling twoxel v0.1.0 (/source) Oct 15 06:25:34.249 INFO kablam! warning: unused import: `simulation::Simulation` Oct 15 06:25:34.249 INFO kablam! --> src/simulation/collisions.rs:2:5 Oct 15 06:25:34.249 INFO kablam! | Oct 15 06:25:34.249 INFO kablam! 2 | use simulation::Simulation; Oct 15 06:25:34.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:25:34.249 INFO kablam! | Oct 15 06:25:34.249 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:25:34.249 INFO kablam! Oct 15 06:25:34.249 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:25:34.249 INFO kablam! --> src/simulation/collisions.rs:126:20 Oct 15 06:25:34.249 INFO kablam! | Oct 15 06:25:34.249 INFO kablam! 126 | if (i >= polygon1.vertices.len()) { Oct 15 06:25:34.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:25:34.249 INFO kablam! | Oct 15 06:25:34.249 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 06:25:34.249 INFO kablam! Oct 15 06:25:34.425 INFO kablam! warning: unreachable pattern Oct 15 06:25:34.425 INFO kablam! --> src/simulation/collisions.rs:85:9 Oct 15 06:25:34.425 INFO kablam! | Oct 15 06:25:34.425 INFO kablam! 85 | _ => None Oct 15 06:25:34.425 INFO kablam! | ^ Oct 15 06:25:34.425 INFO kablam! | Oct 15 06:25:34.425 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 15 06:25:34.425 INFO kablam! Oct 15 06:25:34.425 INFO kablam! warning: unreachable pattern Oct 15 06:25:34.425 INFO kablam! --> src/render/mod.rs:18:13 Oct 15 06:25:34.425 INFO kablam! | Oct 15 06:25:34.425 INFO kablam! 18 | _ => {} Oct 15 06:25:34.425 INFO kablam! | ^ Oct 15 06:25:34.425 INFO kablam! Oct 15 06:25:34.426 INFO kablam! warning: unused variable: `circle1` Oct 15 06:25:34.426 INFO kablam! --> src/simulation/collisions.rs:105:18 Oct 15 06:25:34.426 INFO kablam! | Oct 15 06:25:34.426 INFO kablam! 105 | fn circle_circle(circle1: &Circle, circle2: &Circle) -> Option { Oct 15 06:25:34.426 INFO kablam! | ^^^^^^^ help: consider using `_circle1` instead Oct 15 06:25:34.426 INFO kablam! | Oct 15 06:25:34.426 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:25:34.426 INFO kablam! Oct 15 06:25:34.426 INFO kablam! warning: unused variable: `circle2` Oct 15 06:25:34.426 INFO kablam! --> src/simulation/collisions.rs:105:36 Oct 15 06:25:34.426 INFO kablam! | Oct 15 06:25:34.426 INFO kablam! 105 | fn circle_circle(circle1: &Circle, circle2: &Circle) -> Option { Oct 15 06:25:34.426 INFO kablam! | ^^^^^^^ help: consider using `_circle2` instead Oct 15 06:25:34.426 INFO kablam! Oct 15 06:25:34.426 INFO kablam! warning: unused variable: `i` Oct 15 06:25:34.426 INFO kablam! --> src/simulation/collisions.rs:45:13 Oct 15 06:25:34.426 INFO kablam! | Oct 15 06:25:34.426 INFO kablam! 45 | for i in 1..10 { Oct 15 06:25:34.426 INFO kablam! | ^ help: consider using `_i` instead Oct 15 06:25:34.426 INFO kablam! Oct 15 06:25:34.427 INFO kablam! warning: unused variable: `Nothing` Oct 15 06:25:34.427 INFO kablam! --> src/simulation/collisions.rs:58:25 Oct 15 06:25:34.427 INFO kablam! | Oct 15 06:25:34.427 INFO kablam! 58 | Nothing => {} Oct 15 06:25:34.427 INFO kablam! | ^^^^^^^ help: consider using `_Nothing` instead Oct 15 06:25:34.427 INFO kablam! Oct 15 06:25:34.438 INFO kablam! warning: variable does not need to be mutable Oct 15 06:25:34.438 INFO kablam! --> src/simulation/mod.rs:82:9 Oct 15 06:25:34.438 INFO kablam! | Oct 15 06:25:34.438 INFO kablam! 82 | let mut sim = Simulation::new(bodies); Oct 15 06:25:34.438 INFO kablam! | ----^^^ Oct 15 06:25:34.438 INFO kablam! | | Oct 15 06:25:34.438 INFO kablam! | help: remove this `mut` Oct 15 06:25:34.438 INFO kablam! | Oct 15 06:25:34.438 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:25:34.438 INFO kablam! Oct 15 06:25:34.468 INFO kablam! warning: method is never used: `find_collisions` Oct 15 06:25:34.468 INFO kablam! --> src/simulation/collisions.rs:26:5 Oct 15 06:25:34.468 INFO kablam! | Oct 15 06:25:34.468 INFO kablam! 26 | pub fn find_collisions(&mut self, bodies: &mut Vec) { Oct 15 06:25:34.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:25:34.468 INFO kablam! | Oct 15 06:25:34.468 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:25:34.468 INFO kablam! Oct 15 06:25:34.470 INFO kablam! warning: variable `Nothing` should have a snake case name such as `nothing` Oct 15 06:25:34.470 INFO kablam! --> src/simulation/collisions.rs:58:25 Oct 15 06:25:34.470 INFO kablam! | Oct 15 06:25:34.470 INFO kablam! 58 | Nothing => {} Oct 15 06:25:34.470 INFO kablam! | ^^^^^^^ Oct 15 06:25:34.470 INFO kablam! | Oct 15 06:25:34.470 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 06:25:34.470 INFO kablam! Oct 15 06:25:35.204 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.16s Oct 15 06:25:35.221 INFO kablam! su: No module specific data is present Oct 15 06:25:35.707 INFO running `"docker" "rm" "-f" "bfe95d983738dd4c2ea3be34b2c224ef0bb0b6481248ac5c208878aa24ad5634"` Oct 15 06:25:35.912 INFO blam! bfe95d983738dd4c2ea3be34b2c224ef0bb0b6481248ac5c208878aa24ad5634 Oct 15 06:25:35.919 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 06:25:36.263 INFO blam! 3f826d5824593122d100ab5bfc592ed024676ec2b4debd08d2f166e91d97b3af Oct 15 06:25:36.265 INFO running `"docker" "start" "-a" "3f826d5824593122d100ab5bfc592ed024676ec2b4debd08d2f166e91d97b3af"` Oct 15 06:25:36.994 INFO kablam! usermod: no changes Oct 15 06:25:37.200 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 15 06:25:37.230 INFO kablam! Running /target/debug/deps/twoxel-f8b86db54376872f Oct 15 06:25:37.236 INFO blam! Oct 15 06:25:37.237 INFO blam! running 1 test Oct 15 06:25:37.252 INFO blam! test simulation::polygon::tests::test_projection ... ok Oct 15 06:25:37.252 INFO blam! Oct 15 06:25:37.252 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:25:37.252 INFO blam! Oct 15 06:25:37.258 INFO kablam! su: No module specific data is present Oct 15 06:25:37.765 INFO running `"docker" "rm" "-f" "3f826d5824593122d100ab5bfc592ed024676ec2b4debd08d2f166e91d97b3af"` Oct 15 06:25:37.981 INFO blam! 3f826d5824593122d100ab5bfc592ed024676ec2b4debd08d2f166e91d97b3af