Oct 15 11:06:28.362 INFO testing EthanTheMaster/Physics2D against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:06:28.362 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 11:06:28.835 INFO blam! aaab99ce3f2f83987ffa67c655c875703cc4402c4e6713585bd3d66d4bf68573 Oct 15 11:06:28.835 INFO running `"docker" "start" "-a" "aaab99ce3f2f83987ffa67c655c875703cc4402c4e6713585bd3d66d4bf68573"` Oct 15 11:06:30.211 INFO kablam! usermod: no changes Oct 15 11:06:30.644 INFO kablam! Compiling rand v0.4.1 Oct 15 11:06:30.644 INFO kablam! Compiling rayon-core v1.3.0 Oct 15 11:06:30.648 INFO kablam! Compiling gfx_core v0.7.2 Oct 15 11:06:30.648 INFO kablam! Compiling gfx_gl v0.4.0 Oct 15 11:06:37.423 INFO kablam! Compiling rayon v0.8.2 Oct 15 11:06:45.815 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 15 11:06:54.147 INFO kablam! Compiling image v0.18.0 Oct 15 11:07:32.899 INFO kablam! Compiling gfx v0.16.2 Oct 15 11:07:32.899 INFO kablam! Compiling gfx_device_gl v0.14.6 Oct 15 11:07:44.279 INFO kablam! Compiling piston-gfx_texture v0.30.0 Oct 15 11:07:46.864 INFO kablam! Compiling piston2d-gfx_graphics v0.47.0 Oct 15 11:07:52.103 INFO kablam! Compiling piston_window v0.74.0 Oct 15 11:07:57.414 INFO kablam! Compiling Physics2D v0.1.0 (/source) Oct 15 11:08:01.275 INFO kablam! warning: unused import: `physics::shapes::*` Oct 15 11:08:01.275 INFO kablam! --> src/physics/mod.rs:4:5 Oct 15 11:08:01.275 INFO kablam! | Oct 15 11:08:01.275 INFO kablam! 4 | use physics::shapes::*; Oct 15 11:08:01.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 11:08:01.275 INFO kablam! | Oct 15 11:08:01.275 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:08:01.275 INFO kablam! Oct 15 11:08:01.435 INFO kablam! warning: unused variable: `mass` Oct 15 11:08:01.435 INFO kablam! --> src/physics/shapes.rs:219:28 Oct 15 11:08:01.435 INFO kablam! | Oct 15 11:08:01.435 INFO kablam! 219 | fn set_mass(&mut self, mass: f64) { Oct 15 11:08:01.435 INFO kablam! | ^^^^ help: consider using `_mass` instead Oct 15 11:08:01.435 INFO kablam! | Oct 15 11:08:01.435 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:08:01.435 INFO kablam! Oct 15 11:08:01.467 INFO kablam! warning: crate `Physics2D` should have a snake case name such as `physics2_d` Oct 15 11:08:01.467 INFO kablam! | Oct 15 11:08:01.467 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:08:01.467 INFO kablam! Oct 15 11:08:06.275 INFO kablam! warning: unused variable: `i` Oct 15 11:08:06.275 INFO kablam! --> src/main.rs:39:9 Oct 15 11:08:06.275 INFO kablam! | Oct 15 11:08:06.275 INFO kablam! 39 | for i in 0..10 { Oct 15 11:08:06.275 INFO kablam! | ^ help: consider using `_i` instead Oct 15 11:08:06.275 INFO kablam! | Oct 15 11:08:06.275 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:08:06.275 INFO kablam! Oct 15 11:08:06.275 INFO kablam! warning: unused variable: `fps` Oct 15 11:08:06.275 INFO kablam! --> src/main.rs:82:13 Oct 15 11:08:06.275 INFO kablam! | Oct 15 11:08:06.275 INFO kablam! 82 | let fps = (1.0 / frame_time_sec_total) as u64; Oct 15 11:08:06.275 INFO kablam! | ^^^ help: consider using `_fps` instead Oct 15 11:08:06.275 INFO kablam! Oct 15 11:08:06.275 INFO kablam! warning: variable does not need to be mutable Oct 15 11:08:06.275 INFO kablam! --> src/main.rs:25:9 Oct 15 11:08:06.275 INFO kablam! | Oct 15 11:08:06.275 INFO kablam! 25 | let mut wall1 = Line::new(Vec2D::new(-15.0, 15.0), Vec2D::new(15.0, 15.0)); Oct 15 11:08:06.275 INFO kablam! | ----^^^^^ Oct 15 11:08:06.275 INFO kablam! | | Oct 15 11:08:06.275 INFO kablam! | help: remove this `mut` Oct 15 11:08:06.275 INFO kablam! | Oct 15 11:08:06.275 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:08:06.275 INFO kablam! Oct 15 11:08:06.275 INFO kablam! warning: variable does not need to be mutable Oct 15 11:08:06.275 INFO kablam! --> src/main.rs:26:9 Oct 15 11:08:06.275 INFO kablam! | Oct 15 11:08:06.275 INFO kablam! 26 | let mut wall2 = Line::new(Vec2D::new(15.0, 15.0), Vec2D::new(15.0, -15.0)); Oct 15 11:08:06.275 INFO kablam! | ----^^^^^ Oct 15 11:08:06.275 INFO kablam! | | Oct 15 11:08:06.275 INFO kablam! | help: remove this `mut` Oct 15 11:08:06.275 INFO kablam! Oct 15 11:08:06.275 INFO kablam! warning: variable does not need to be mutable Oct 15 11:08:06.275 INFO kablam! --> src/main.rs:27:9 Oct 15 11:08:06.275 INFO kablam! | Oct 15 11:08:06.275 INFO kablam! 27 | let mut wall3 = Line::new(Vec2D::new(15.0, -15.0), Vec2D::new(-15.0, -15.0)); Oct 15 11:08:06.275 INFO kablam! | ----^^^^^ Oct 15 11:08:06.275 INFO kablam! | | Oct 15 11:08:06.275 INFO kablam! | help: remove this `mut` Oct 15 11:08:06.275 INFO kablam! Oct 15 11:08:06.275 INFO kablam! warning: variable does not need to be mutable Oct 15 11:08:06.275 INFO kablam! --> src/main.rs:28:9 Oct 15 11:08:06.275 INFO kablam! | Oct 15 11:08:06.275 INFO kablam! 28 | let mut wall4 = Line::new(Vec2D::new(-15.0, -15.0), Vec2D::new(-15.0, 15.0)); Oct 15 11:08:06.275 INFO kablam! | ----^^^^^ Oct 15 11:08:06.275 INFO kablam! | | Oct 15 11:08:06.275 INFO kablam! | help: remove this `mut` Oct 15 11:08:06.275 INFO kablam! Oct 15 11:08:06.275 INFO kablam! warning: crate `Physics2D` should have a snake case name such as `physics2_d` Oct 15 11:08:06.275 INFO kablam! | Oct 15 11:08:06.275 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:08:06.275 INFO kablam! Oct 15 11:08:11.507 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 41s Oct 15 11:08:11.520 INFO kablam! su: No module specific data is present Oct 15 11:08:12.940 INFO running `"docker" "rm" "-f" "aaab99ce3f2f83987ffa67c655c875703cc4402c4e6713585bd3d66d4bf68573"` Oct 15 11:08:13.185 INFO blam! aaab99ce3f2f83987ffa67c655c875703cc4402c4e6713585bd3d66d4bf68573 Oct 15 11:08:13.195 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 11:08:13.756 INFO blam! 24d6b81a3343c56811cc0c64f279c20cda99ada062e85fd4aecab9e5fea36339 Oct 15 11:08:13.759 INFO running `"docker" "start" "-a" "24d6b81a3343c56811cc0c64f279c20cda99ada062e85fd4aecab9e5fea36339"` Oct 15 11:08:14.987 INFO kablam! usermod: no changes Oct 15 11:08:15.255 INFO kablam! Compiling Physics2D v0.1.0 (/source) Oct 15 11:08:20.287 INFO kablam! warning: unused variable: `i` Oct 15 11:08:20.287 INFO kablam! --> src/main.rs:39:9 Oct 15 11:08:20.287 INFO kablam! | Oct 15 11:08:20.287 INFO kablam! 39 | for i in 0..10 { Oct 15 11:08:20.287 INFO kablam! | ^ help: consider using `_i` instead Oct 15 11:08:20.287 INFO kablam! | Oct 15 11:08:20.287 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:08:20.287 INFO kablam! Oct 15 11:08:20.295 INFO kablam! warning: unused variable: `fps` Oct 15 11:08:20.295 INFO kablam! --> src/main.rs:82:13 Oct 15 11:08:20.295 INFO kablam! | Oct 15 11:08:20.295 INFO kablam! 82 | let fps = (1.0 / frame_time_sec_total) as u64; Oct 15 11:08:20.295 INFO kablam! | ^^^ help: consider using `_fps` instead Oct 15 11:08:20.295 INFO kablam! Oct 15 11:08:20.303 INFO kablam! warning: variable does not need to be mutable Oct 15 11:08:20.303 INFO kablam! --> src/main.rs:25:9 Oct 15 11:08:20.303 INFO kablam! | Oct 15 11:08:20.303 INFO kablam! 25 | let mut wall1 = Line::new(Vec2D::new(-15.0, 15.0), Vec2D::new(15.0, 15.0)); Oct 15 11:08:20.303 INFO kablam! | ----^^^^^ Oct 15 11:08:20.303 INFO kablam! | | Oct 15 11:08:20.303 INFO kablam! | help: remove this `mut` Oct 15 11:08:20.303 INFO kablam! | Oct 15 11:08:20.303 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:08:20.303 INFO kablam! Oct 15 11:08:20.303 INFO kablam! warning: variable does not need to be mutable Oct 15 11:08:20.304 INFO kablam! --> src/main.rs:26:9 Oct 15 11:08:20.304 INFO kablam! | Oct 15 11:08:20.304 INFO kablam! 26 | let mut wall2 = Line::new(Vec2D::new(15.0, 15.0), Vec2D::new(15.0, -15.0)); Oct 15 11:08:20.304 INFO kablam! | ----^^^^^ Oct 15 11:08:20.304 INFO kablam! | | Oct 15 11:08:20.304 INFO kablam! | help: remove this `mut` Oct 15 11:08:20.304 INFO kablam! Oct 15 11:08:20.304 INFO kablam! warning: variable does not need to be mutable Oct 15 11:08:20.304 INFO kablam! --> src/main.rs:27:9 Oct 15 11:08:20.304 INFO kablam! | Oct 15 11:08:20.304 INFO kablam! 27 | let mut wall3 = Line::new(Vec2D::new(15.0, -15.0), Vec2D::new(-15.0, -15.0)); Oct 15 11:08:20.304 INFO kablam! | ----^^^^^ Oct 15 11:08:20.304 INFO kablam! | | Oct 15 11:08:20.304 INFO kablam! | help: remove this `mut` Oct 15 11:08:20.304 INFO kablam! Oct 15 11:08:20.304 INFO kablam! warning: variable does not need to be mutable Oct 15 11:08:20.304 INFO kablam! --> src/main.rs:28:9 Oct 15 11:08:20.304 INFO kablam! | Oct 15 11:08:20.304 INFO kablam! 28 | let mut wall4 = Line::new(Vec2D::new(-15.0, -15.0), Vec2D::new(-15.0, 15.0)); Oct 15 11:08:20.304 INFO kablam! | ----^^^^^ Oct 15 11:08:20.304 INFO kablam! | | Oct 15 11:08:20.304 INFO kablam! | help: remove this `mut` Oct 15 11:08:20.304 INFO kablam! Oct 15 11:08:20.304 INFO kablam! warning: crate `Physics2D` should have a snake case name such as `physics2_d` Oct 15 11:08:20.304 INFO kablam! | Oct 15 11:08:20.304 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:08:20.304 INFO kablam! Oct 15 11:08:20.487 INFO kablam! warning: unused import: `physics::shapes::*` Oct 15 11:08:20.487 INFO kablam! --> src/physics/mod.rs:4:5 Oct 15 11:08:20.487 INFO kablam! | Oct 15 11:08:20.487 INFO kablam! 4 | use physics::shapes::*; Oct 15 11:08:20.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 11:08:20.487 INFO kablam! | Oct 15 11:08:20.487 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:08:20.487 INFO kablam! Oct 15 11:08:20.767 INFO kablam! warning: unused variable: `mass` Oct 15 11:08:20.767 INFO kablam! --> src/physics/shapes.rs:219:28 Oct 15 11:08:20.767 INFO kablam! | Oct 15 11:08:20.767 INFO kablam! 219 | fn set_mass(&mut self, mass: f64) { Oct 15 11:08:20.767 INFO kablam! | ^^^^ help: consider using `_mass` instead Oct 15 11:08:20.767 INFO kablam! | Oct 15 11:08:20.767 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:08:20.767 INFO kablam! Oct 15 11:08:20.811 INFO kablam! warning: crate `Physics2D` should have a snake case name such as `physics2_d` Oct 15 11:08:20.811 INFO kablam! | Oct 15 11:08:20.811 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:08:20.811 INFO kablam! Oct 15 11:08:21.424 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.38s Oct 15 11:08:21.431 INFO kablam! su: No module specific data is present Oct 15 11:08:22.613 INFO running `"docker" "rm" "-f" "24d6b81a3343c56811cc0c64f279c20cda99ada062e85fd4aecab9e5fea36339"` Oct 15 11:08:22.891 INFO blam! 24d6b81a3343c56811cc0c64f279c20cda99ada062e85fd4aecab9e5fea36339 Oct 15 11:08:22.895 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 11:08:23.275 INFO blam! 660341f5d364aee6ea1c917e1056d8d2bba82929724cedc6407ce97a2a8b53d3 Oct 15 11:08:23.279 INFO running `"docker" "start" "-a" "660341f5d364aee6ea1c917e1056d8d2bba82929724cedc6407ce97a2a8b53d3"` Oct 15 11:08:24.663 INFO kablam! usermod: no changes Oct 15 11:08:24.931 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 15 11:08:24.942 INFO kablam! Running /target/debug/deps/Physics2D-2f018f525833ae65 Oct 15 11:08:24.942 INFO blam! Oct 15 11:08:24.942 INFO kablam! Running /target/debug/deps/Physics2D-04b04b56d0c8bd03 Oct 15 11:08:24.942 INFO blam! running 0 tests Oct 15 11:08:24.942 INFO blam! Oct 15 11:08:24.943 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:08:24.943 INFO blam! Oct 15 11:08:24.963 INFO blam! Oct 15 11:08:24.963 INFO kablam! Doc-tests Physics2D Oct 15 11:08:24.963 INFO blam! running 0 tests Oct 15 11:08:24.963 INFO blam! Oct 15 11:08:24.963 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:08:24.963 INFO blam! Oct 15 11:08:31.599 INFO blam! Oct 15 11:08:31.599 INFO blam! running 0 tests Oct 15 11:08:31.599 INFO blam! Oct 15 11:08:31.599 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:08:31.599 INFO blam! Oct 15 11:08:31.608 INFO kablam! su: No module specific data is present Oct 15 11:08:32.119 INFO running `"docker" "rm" "-f" "660341f5d364aee6ea1c917e1056d8d2bba82929724cedc6407ce97a2a8b53d3"` Oct 15 11:08:32.426 INFO blam! 660341f5d364aee6ea1c917e1056d8d2bba82929724cedc6407ce97a2a8b53d3