Oct 11 06:50:08.515 INFO testing EthanTheMaster/Physics2D against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:50:08.515 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:50:08.515 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 06:50:08.996 INFO blam! 80c644e7b58faf055f2afd7e3df437e7b82fb84c825ccdbfae4ab512e5dc2696 Oct 11 06:50:09.004 INFO running `"docker" "start" "-a" "80c644e7b58faf055f2afd7e3df437e7b82fb84c825ccdbfae4ab512e5dc2696"` Oct 11 06:50:10.132 INFO kablam! usermod: no changes Oct 11 06:50:10.612 INFO kablam! Compiling rand v0.4.1 Oct 11 06:50:10.620 INFO kablam! Compiling rayon-core v1.3.0 Oct 11 06:50:10.620 INFO kablam! Compiling gfx_core v0.7.2 Oct 11 06:50:10.620 INFO kablam! Compiling gfx_gl v0.4.0 Oct 11 06:50:10.628 INFO kablam! Compiling pistoncore-input v0.20.0 Oct 11 06:50:10.628 INFO kablam! Compiling winit v0.8.3 Oct 11 06:50:17.724 INFO kablam! Compiling rayon v0.8.2 Oct 11 06:50:23.320 INFO kablam! Compiling pistoncore-window v0.30.0 Oct 11 06:50:29.661 INFO kablam! Compiling pistoncore-event_loop v0.35.0 Oct 11 06:50:30.704 INFO kablam! Compiling glutin v0.10.1 Oct 11 06:50:31.493 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 11 06:50:31.700 INFO kablam! Compiling piston v0.35.0 Oct 11 06:50:39.644 INFO kablam! Compiling pistoncore-glutin_window v0.43.0 Oct 11 06:50:39.968 INFO kablam! Compiling image v0.18.0 Oct 11 06:51:02.412 INFO kablam! Compiling gfx v0.16.2 Oct 11 06:51:02.412 INFO kablam! Compiling gfx_device_gl v0.14.6 Oct 11 06:51:08.973 INFO kablam! Compiling piston-gfx_texture v0.30.0 Oct 11 06:51:10.385 INFO kablam! Compiling piston2d-gfx_graphics v0.47.0 Oct 11 06:51:13.392 INFO kablam! Compiling piston_window v0.74.0 Oct 11 06:51:15.457 INFO kablam! Compiling Physics2D v0.1.0 (/source) Oct 11 06:51:17.593 INFO kablam! warning: unused import: `physics::shapes::*` Oct 11 06:51:17.593 INFO kablam! --> src/physics/mod.rs:4:5 Oct 11 06:51:17.593 INFO kablam! | Oct 11 06:51:17.594 INFO kablam! 4 | use physics::shapes::*; Oct 11 06:51:17.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 06:51:17.594 INFO kablam! | Oct 11 06:51:17.595 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:51:17.595 INFO kablam! Oct 11 06:51:17.772 INFO kablam! warning: unused variable: `mass` Oct 11 06:51:17.772 INFO kablam! --> src/physics/shapes.rs:219:28 Oct 11 06:51:17.772 INFO kablam! | Oct 11 06:51:17.772 INFO kablam! 219 | fn set_mass(&mut self, mass: f64) { Oct 11 06:51:17.772 INFO kablam! | ^^^^ help: consider using `_mass` instead Oct 11 06:51:17.772 INFO kablam! | Oct 11 06:51:17.772 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:51:17.772 INFO kablam! Oct 11 06:51:17.821 INFO kablam! warning: crate `Physics2D` should have a snake case name such as `physics2_d` Oct 11 06:51:17.821 INFO kablam! | Oct 11 06:51:17.821 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 06:51:17.821 INFO kablam! Oct 11 06:51:21.016 INFO kablam! warning: unused variable: `i` Oct 11 06:51:21.016 INFO kablam! --> src/main.rs:39:9 Oct 11 06:51:21.016 INFO kablam! | Oct 11 06:51:21.016 INFO kablam! 39 | for i in 0..10 { Oct 11 06:51:21.016 INFO kablam! | ^ help: consider using `_i` instead Oct 11 06:51:21.016 INFO kablam! | Oct 11 06:51:21.016 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:51:21.016 INFO kablam! Oct 11 06:51:21.016 INFO kablam! warning: unused variable: `fps` Oct 11 06:51:21.016 INFO kablam! --> src/main.rs:82:13 Oct 11 06:51:21.016 INFO kablam! | Oct 11 06:51:21.016 INFO kablam! 82 | let fps = (1.0 / frame_time_sec_total) as u64; Oct 11 06:51:21.016 INFO kablam! | ^^^ help: consider using `_fps` instead Oct 11 06:51:21.016 INFO kablam! Oct 11 06:51:21.024 INFO kablam! warning: variable does not need to be mutable Oct 11 06:51:21.024 INFO kablam! --> src/main.rs:25:9 Oct 11 06:51:21.024 INFO kablam! | Oct 11 06:51:21.024 INFO kablam! 25 | let mut wall1 = Line::new(Vec2D::new(-15.0, 15.0), Vec2D::new(15.0, 15.0)); Oct 11 06:51:21.024 INFO kablam! | ----^^^^^ Oct 11 06:51:21.024 INFO kablam! | | Oct 11 06:51:21.024 INFO kablam! | help: remove this `mut` Oct 11 06:51:21.024 INFO kablam! | Oct 11 06:51:21.024 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 06:51:21.024 INFO kablam! Oct 11 06:51:21.024 INFO kablam! warning: variable does not need to be mutable Oct 11 06:51:21.024 INFO kablam! --> src/main.rs:26:9 Oct 11 06:51:21.024 INFO kablam! | Oct 11 06:51:21.024 INFO kablam! 26 | let mut wall2 = Line::new(Vec2D::new(15.0, 15.0), Vec2D::new(15.0, -15.0)); Oct 11 06:51:21.024 INFO kablam! | ----^^^^^ Oct 11 06:51:21.024 INFO kablam! | | Oct 11 06:51:21.024 INFO kablam! | help: remove this `mut` Oct 11 06:51:21.024 INFO kablam! Oct 11 06:51:21.024 INFO kablam! warning: variable does not need to be mutable Oct 11 06:51:21.024 INFO kablam! --> src/main.rs:27:9 Oct 11 06:51:21.024 INFO kablam! | Oct 11 06:51:21.024 INFO kablam! 27 | let mut wall3 = Line::new(Vec2D::new(15.0, -15.0), Vec2D::new(-15.0, -15.0)); Oct 11 06:51:21.024 INFO kablam! | ----^^^^^ Oct 11 06:51:21.024 INFO kablam! | | Oct 11 06:51:21.024 INFO kablam! | help: remove this `mut` Oct 11 06:51:21.024 INFO kablam! Oct 11 06:51:21.024 INFO kablam! warning: variable does not need to be mutable Oct 11 06:51:21.024 INFO kablam! --> src/main.rs:28:9 Oct 11 06:51:21.024 INFO kablam! | Oct 11 06:51:21.024 INFO kablam! 28 | let mut wall4 = Line::new(Vec2D::new(-15.0, -15.0), Vec2D::new(-15.0, 15.0)); Oct 11 06:51:21.024 INFO kablam! | ----^^^^^ Oct 11 06:51:21.024 INFO kablam! | | Oct 11 06:51:21.024 INFO kablam! | help: remove this `mut` Oct 11 06:51:21.024 INFO kablam! Oct 11 06:51:21.024 INFO kablam! warning: crate `Physics2D` should have a snake case name such as `physics2_d` Oct 11 06:51:21.025 INFO kablam! | Oct 11 06:51:21.025 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 06:51:21.025 INFO kablam! Oct 11 06:51:25.580 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 15s Oct 11 06:51:25.584 INFO kablam! su: No module specific data is present Oct 11 06:51:26.074 INFO running `"docker" "rm" "-f" "80c644e7b58faf055f2afd7e3df437e7b82fb84c825ccdbfae4ab512e5dc2696"` Oct 11 06:51:26.384 INFO blam! 80c644e7b58faf055f2afd7e3df437e7b82fb84c825ccdbfae4ab512e5dc2696 Oct 11 06:51:26.386 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:51:26.386 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 06:51:27.090 INFO blam! aece308d8439414272852277f99780e59d1a0e201b7d23612a4cc3ef8ed77a22 Oct 11 06:51:27.092 INFO running `"docker" "start" "-a" "aece308d8439414272852277f99780e59d1a0e201b7d23612a4cc3ef8ed77a22"` Oct 11 06:51:27.877 INFO kablam! usermod: no changes Oct 11 06:51:28.072 INFO kablam! Compiling Physics2D v0.1.0 (/source) Oct 11 06:51:31.056 INFO kablam! warning: unused import: `physics::shapes::*` Oct 11 06:51:31.056 INFO kablam! --> src/physics/mod.rs:4:5 Oct 11 06:51:31.056 INFO kablam! | Oct 11 06:51:31.056 INFO kablam! 4 | use physics::shapes::*; Oct 11 06:51:31.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 06:51:31.056 INFO kablam! | Oct 11 06:51:31.056 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:51:31.056 INFO kablam! Oct 11 06:51:31.256 INFO kablam! warning: unused variable: `mass` Oct 11 06:51:31.256 INFO kablam! --> src/physics/shapes.rs:219:28 Oct 11 06:51:31.256 INFO kablam! | Oct 11 06:51:31.256 INFO kablam! 219 | fn set_mass(&mut self, mass: f64) { Oct 11 06:51:31.256 INFO kablam! | ^^^^ help: consider using `_mass` instead Oct 11 06:51:31.256 INFO kablam! | Oct 11 06:51:31.256 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:51:31.256 INFO kablam! Oct 11 06:51:31.309 INFO kablam! warning: crate `Physics2D` should have a snake case name such as `physics2_d` Oct 11 06:51:31.309 INFO kablam! | Oct 11 06:51:31.309 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 06:51:31.309 INFO kablam! Oct 11 06:51:31.373 INFO kablam! warning: unused variable: `i` Oct 11 06:51:31.373 INFO kablam! --> src/main.rs:39:9 Oct 11 06:51:31.373 INFO kablam! | Oct 11 06:51:31.373 INFO kablam! 39 | for i in 0..10 { Oct 11 06:51:31.373 INFO kablam! | ^ help: consider using `_i` instead Oct 11 06:51:31.373 INFO kablam! | Oct 11 06:51:31.373 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:51:31.373 INFO kablam! Oct 11 06:51:31.373 INFO kablam! warning: unused variable: `fps` Oct 11 06:51:31.373 INFO kablam! --> src/main.rs:82:13 Oct 11 06:51:31.373 INFO kablam! | Oct 11 06:51:31.373 INFO kablam! 82 | let fps = (1.0 / frame_time_sec_total) as u64; Oct 11 06:51:31.373 INFO kablam! | ^^^ help: consider using `_fps` instead Oct 11 06:51:31.373 INFO kablam! Oct 11 06:51:31.379 INFO kablam! warning: variable does not need to be mutable Oct 11 06:51:31.379 INFO kablam! --> src/main.rs:25:9 Oct 11 06:51:31.379 INFO kablam! | Oct 11 06:51:31.379 INFO kablam! 25 | let mut wall1 = Line::new(Vec2D::new(-15.0, 15.0), Vec2D::new(15.0, 15.0)); Oct 11 06:51:31.379 INFO kablam! | ----^^^^^ Oct 11 06:51:31.379 INFO kablam! | | Oct 11 06:51:31.379 INFO kablam! | help: remove this `mut` Oct 11 06:51:31.379 INFO kablam! | Oct 11 06:51:31.379 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 06:51:31.379 INFO kablam! Oct 11 06:51:31.379 INFO kablam! warning: variable does not need to be mutable Oct 11 06:51:31.379 INFO kablam! --> src/main.rs:26:9 Oct 11 06:51:31.379 INFO kablam! | Oct 11 06:51:31.379 INFO kablam! 26 | let mut wall2 = Line::new(Vec2D::new(15.0, 15.0), Vec2D::new(15.0, -15.0)); Oct 11 06:51:31.379 INFO kablam! | ----^^^^^ Oct 11 06:51:31.379 INFO kablam! | | Oct 11 06:51:31.379 INFO kablam! | help: remove this `mut` Oct 11 06:51:31.379 INFO kablam! Oct 11 06:51:31.379 INFO kablam! warning: variable does not need to be mutable Oct 11 06:51:31.379 INFO kablam! --> src/main.rs:27:9 Oct 11 06:51:31.379 INFO kablam! | Oct 11 06:51:31.379 INFO kablam! 27 | let mut wall3 = Line::new(Vec2D::new(15.0, -15.0), Vec2D::new(-15.0, -15.0)); Oct 11 06:51:31.379 INFO kablam! | ----^^^^^ Oct 11 06:51:31.379 INFO kablam! | | Oct 11 06:51:31.379 INFO kablam! | help: remove this `mut` Oct 11 06:51:31.379 INFO kablam! Oct 11 06:51:31.379 INFO kablam! warning: variable does not need to be mutable Oct 11 06:51:31.379 INFO kablam! --> src/main.rs:28:9 Oct 11 06:51:31.379 INFO kablam! | Oct 11 06:51:31.379 INFO kablam! 28 | let mut wall4 = Line::new(Vec2D::new(-15.0, -15.0), Vec2D::new(-15.0, 15.0)); Oct 11 06:51:31.379 INFO kablam! | ----^^^^^ Oct 11 06:51:31.379 INFO kablam! | | Oct 11 06:51:31.379 INFO kablam! | help: remove this `mut` Oct 11 06:51:31.379 INFO kablam! Oct 11 06:51:31.379 INFO kablam! warning: crate `Physics2D` should have a snake case name such as `physics2_d` Oct 11 06:51:31.379 INFO kablam! | Oct 11 06:51:31.379 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 06:51:31.380 INFO kablam! Oct 11 06:51:31.952 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.05s Oct 11 06:51:31.968 INFO kablam! su: No module specific data is present Oct 11 06:51:32.578 INFO running `"docker" "rm" "-f" "aece308d8439414272852277f99780e59d1a0e201b7d23612a4cc3ef8ed77a22"` Oct 11 06:51:33.133 INFO blam! aece308d8439414272852277f99780e59d1a0e201b7d23612a4cc3ef8ed77a22 Oct 11 06:51:33.135 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:51:33.135 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 06:51:33.780 INFO blam! c70f310c6e0da17d8996b976f854bd5b20f1491a92e205dfc41458450fdb9bb7 Oct 11 06:51:33.780 INFO running `"docker" "start" "-a" "c70f310c6e0da17d8996b976f854bd5b20f1491a92e205dfc41458450fdb9bb7"` Oct 11 06:51:34.801 INFO kablam! usermod: no changes Oct 11 06:51:35.024 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 11 06:51:35.028 INFO kablam! Running /target/debug/deps/Physics2D-2f018f525833ae65 Oct 11 06:51:35.035 INFO blam! Oct 11 06:51:35.035 INFO blam! running 0 tests Oct 11 06:51:35.035 INFO blam! Oct 11 06:51:35.035 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:51:35.035 INFO blam! Oct 11 06:51:35.036 INFO kablam! Running /target/debug/deps/Physics2D-04b04b56d0c8bd03 Oct 11 06:51:35.038 INFO blam! Oct 11 06:51:35.038 INFO blam! running 0 tests Oct 11 06:51:35.038 INFO blam! Oct 11 06:51:35.038 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:51:35.038 INFO blam! Oct 11 06:51:35.045 INFO kablam! Doc-tests Physics2D Oct 11 06:51:39.920 INFO blam! Oct 11 06:51:39.920 INFO blam! running 0 tests Oct 11 06:51:39.920 INFO blam! Oct 11 06:51:39.920 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:51:39.920 INFO blam! Oct 11 06:51:39.940 INFO kablam! su: No module specific data is present Oct 11 06:51:40.594 INFO running `"docker" "rm" "-f" "c70f310c6e0da17d8996b976f854bd5b20f1491a92e205dfc41458450fdb9bb7"` Oct 11 06:51:40.800 INFO blam! c70f310c6e0da17d8996b976f854bd5b20f1491a92e205dfc41458450fdb9bb7