Oct 15 11:06:25.552 INFO testing EthanTheMaster/Physics2D against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 11:06:25.552 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 11:06:26.071 INFO blam! 50d8d2cd356b71441f0099a3abf65e1229a51fafddf217a5e82d317bc08d048a Oct 15 11:06:26.075 INFO running `"docker" "start" "-a" "50d8d2cd356b71441f0099a3abf65e1229a51fafddf217a5e82d317bc08d048a"` Oct 15 11:06:27.450 INFO kablam! usermod: no changes Oct 15 11:06:27.907 INFO kablam! Compiling rand v0.4.1 Oct 15 11:06:27.907 INFO kablam! Compiling x11-dl v2.17.1 Oct 15 11:06:38.795 INFO kablam! Compiling winit v0.8.3 Oct 15 11:06:46.300 INFO kablam! Compiling glutin v0.10.1 Oct 15 11:06:50.635 INFO kablam! Compiling pistoncore-glutin_window v0.43.0 Oct 15 11:06:56.811 INFO kablam! Compiling piston_window v0.74.0 Oct 15 11:07:01.901 INFO kablam! Compiling Physics2D v0.1.0 (/source) Oct 15 11:07:05.531 INFO kablam! warning: unused import: `physics::shapes::*` Oct 15 11:07:05.532 INFO kablam! --> src/physics/mod.rs:4:5 Oct 15 11:07:05.533 INFO kablam! | Oct 15 11:07:05.533 INFO kablam! 4 | use physics::shapes::*; Oct 15 11:07:05.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 11:07:05.534 INFO kablam! | Oct 15 11:07:05.535 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:07:05.535 INFO kablam! Oct 15 11:07:05.694 INFO kablam! warning: unused variable: `mass` Oct 15 11:07:05.694 INFO kablam! --> src/physics/shapes.rs:219:28 Oct 15 11:07:05.694 INFO kablam! | Oct 15 11:07:05.695 INFO kablam! 219 | fn set_mass(&mut self, mass: f64) { Oct 15 11:07:05.695 INFO kablam! | ^^^^ help: consider using `_mass` instead Oct 15 11:07:05.695 INFO kablam! | Oct 15 11:07:05.695 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:07:05.695 INFO kablam! Oct 15 11:07:05.732 INFO kablam! warning: crate `Physics2D` should have a snake case name such as `physics2_d` Oct 15 11:07:05.733 INFO kablam! | Oct 15 11:07:05.733 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:07:05.733 INFO kablam! Oct 15 11:07:10.903 INFO kablam! warning: unused variable: `i` Oct 15 11:07:10.904 INFO kablam! --> src/main.rs:39:9 Oct 15 11:07:10.905 INFO kablam! | Oct 15 11:07:10.905 INFO kablam! 39 | for i in 0..10 { Oct 15 11:07:10.906 INFO kablam! | ^ help: consider using `_i` instead Oct 15 11:07:10.907 INFO kablam! | Oct 15 11:07:10.907 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:07:10.908 INFO kablam! Oct 15 11:07:10.908 INFO kablam! warning: unused variable: `fps` Oct 15 11:07:10.909 INFO kablam! --> src/main.rs:82:13 Oct 15 11:07:10.910 INFO kablam! | Oct 15 11:07:10.911 INFO kablam! 82 | let fps = (1.0 / frame_time_sec_total) as u64; Oct 15 11:07:10.911 INFO kablam! | ^^^ help: consider using `_fps` instead Oct 15 11:07:10.912 INFO kablam! Oct 15 11:07:10.912 INFO kablam! warning: variable does not need to be mutable Oct 15 11:07:10.913 INFO kablam! --> src/main.rs:25:9 Oct 15 11:07:10.913 INFO kablam! | Oct 15 11:07:10.913 INFO kablam! 25 | let mut wall1 = Line::new(Vec2D::new(-15.0, 15.0), Vec2D::new(15.0, 15.0)); Oct 15 11:07:10.913 INFO kablam! | ----^^^^^ Oct 15 11:07:10.913 INFO kablam! | | Oct 15 11:07:10.919 INFO kablam! | help: remove this `mut` Oct 15 11:07:10.919 INFO kablam! | Oct 15 11:07:10.919 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:07:10.919 INFO kablam! Oct 15 11:07:10.919 INFO kablam! warning: variable does not need to be mutable Oct 15 11:07:10.919 INFO kablam! --> src/main.rs:26:9 Oct 15 11:07:10.919 INFO kablam! | Oct 15 11:07:10.919 INFO kablam! 26 | let mut wall2 = Line::new(Vec2D::new(15.0, 15.0), Vec2D::new(15.0, -15.0)); Oct 15 11:07:10.919 INFO kablam! | ----^^^^^ Oct 15 11:07:10.919 INFO kablam! | | Oct 15 11:07:10.919 INFO kablam! | help: remove this `mut` Oct 15 11:07:10.919 INFO kablam! Oct 15 11:07:10.919 INFO kablam! warning: variable does not need to be mutable Oct 15 11:07:10.919 INFO kablam! --> src/main.rs:27:9 Oct 15 11:07:10.919 INFO kablam! | Oct 15 11:07:10.919 INFO kablam! 27 | let mut wall3 = Line::new(Vec2D::new(15.0, -15.0), Vec2D::new(-15.0, -15.0)); Oct 15 11:07:10.919 INFO kablam! | ----^^^^^ Oct 15 11:07:10.919 INFO kablam! | | Oct 15 11:07:10.919 INFO kablam! | help: remove this `mut` Oct 15 11:07:10.919 INFO kablam! Oct 15 11:07:10.919 INFO kablam! warning: variable does not need to be mutable Oct 15 11:07:10.919 INFO kablam! --> src/main.rs:28:9 Oct 15 11:07:10.919 INFO kablam! | Oct 15 11:07:10.919 INFO kablam! 28 | let mut wall4 = Line::new(Vec2D::new(-15.0, -15.0), Vec2D::new(-15.0, 15.0)); Oct 15 11:07:10.919 INFO kablam! | ----^^^^^ Oct 15 11:07:10.919 INFO kablam! | | Oct 15 11:07:10.919 INFO kablam! | help: remove this `mut` Oct 15 11:07:10.919 INFO kablam! Oct 15 11:07:10.919 INFO kablam! warning: crate `Physics2D` should have a snake case name such as `physics2_d` Oct 15 11:07:10.919 INFO kablam! | Oct 15 11:07:10.919 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:07:10.919 INFO kablam! Oct 15 11:07:16.729 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 49.24s Oct 15 11:07:16.744 INFO kablam! su: No module specific data is present Oct 15 11:07:18.661 INFO running `"docker" "rm" "-f" "50d8d2cd356b71441f0099a3abf65e1229a51fafddf217a5e82d317bc08d048a"` Oct 15 11:07:18.979 INFO blam! 50d8d2cd356b71441f0099a3abf65e1229a51fafddf217a5e82d317bc08d048a Oct 15 11:07:18.984 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 11:07:19.596 INFO blam! 0aaee80f159c603eb7bdba093791a14b17269cbd8c80d44eb09708c1341706a0 Oct 15 11:07:19.599 INFO running `"docker" "start" "-a" "0aaee80f159c603eb7bdba093791a14b17269cbd8c80d44eb09708c1341706a0"` Oct 15 11:07:21.914 INFO kablam! usermod: no changes Oct 15 11:07:22.234 INFO kablam! Compiling Physics2D v0.1.0 (/source) Oct 15 11:07:29.007 INFO kablam! warning: unused import: `physics::shapes::*` Oct 15 11:07:29.007 INFO kablam! --> src/physics/mod.rs:4:5 Oct 15 11:07:29.007 INFO kablam! | Oct 15 11:07:29.007 INFO kablam! 4 | use physics::shapes::*; Oct 15 11:07:29.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 11:07:29.007 INFO kablam! | Oct 15 11:07:29.007 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:07:29.007 INFO kablam! Oct 15 11:07:29.171 INFO kablam! warning: unused variable: `i` Oct 15 11:07:29.171 INFO kablam! --> src/main.rs:39:9 Oct 15 11:07:29.171 INFO kablam! | Oct 15 11:07:29.171 INFO kablam! 39 | for i in 0..10 { Oct 15 11:07:29.171 INFO kablam! | ^ help: consider using `_i` instead Oct 15 11:07:29.171 INFO kablam! | Oct 15 11:07:29.171 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:07:29.171 INFO kablam! Oct 15 11:07:29.171 INFO kablam! warning: unused variable: `fps` Oct 15 11:07:29.171 INFO kablam! --> src/main.rs:82:13 Oct 15 11:07:29.171 INFO kablam! | Oct 15 11:07:29.171 INFO kablam! 82 | let fps = (1.0 / frame_time_sec_total) as u64; Oct 15 11:07:29.171 INFO kablam! | ^^^ help: consider using `_fps` instead Oct 15 11:07:29.171 INFO kablam! Oct 15 11:07:29.179 INFO kablam! warning: variable does not need to be mutable Oct 15 11:07:29.179 INFO kablam! --> src/main.rs:25:9 Oct 15 11:07:29.179 INFO kablam! | Oct 15 11:07:29.179 INFO kablam! 25 | let mut wall1 = Line::new(Vec2D::new(-15.0, 15.0), Vec2D::new(15.0, 15.0)); Oct 15 11:07:29.179 INFO kablam! | ----^^^^^ Oct 15 11:07:29.179 INFO kablam! | | Oct 15 11:07:29.179 INFO kablam! | help: remove this `mut` Oct 15 11:07:29.179 INFO kablam! | Oct 15 11:07:29.179 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:07:29.179 INFO kablam! Oct 15 11:07:29.179 INFO kablam! warning: variable does not need to be mutable Oct 15 11:07:29.179 INFO kablam! --> src/main.rs:26:9 Oct 15 11:07:29.179 INFO kablam! | Oct 15 11:07:29.179 INFO kablam! 26 | let mut wall2 = Line::new(Vec2D::new(15.0, 15.0), Vec2D::new(15.0, -15.0)); Oct 15 11:07:29.179 INFO kablam! | ----^^^^^ Oct 15 11:07:29.179 INFO kablam! | | Oct 15 11:07:29.179 INFO kablam! | help: remove this `mut` Oct 15 11:07:29.179 INFO kablam! Oct 15 11:07:29.179 INFO kablam! warning: variable does not need to be mutable Oct 15 11:07:29.179 INFO kablam! --> src/main.rs:27:9 Oct 15 11:07:29.179 INFO kablam! | Oct 15 11:07:29.179 INFO kablam! 27 | let mut wall3 = Line::new(Vec2D::new(15.0, -15.0), Vec2D::new(-15.0, -15.0)); Oct 15 11:07:29.179 INFO kablam! | ----^^^^^ Oct 15 11:07:29.179 INFO kablam! | | Oct 15 11:07:29.179 INFO kablam! | help: remove this `mut` Oct 15 11:07:29.179 INFO kablam! Oct 15 11:07:29.179 INFO kablam! warning: variable does not need to be mutable Oct 15 11:07:29.179 INFO kablam! --> src/main.rs:28:9 Oct 15 11:07:29.179 INFO kablam! | Oct 15 11:07:29.179 INFO kablam! 28 | let mut wall4 = Line::new(Vec2D::new(-15.0, -15.0), Vec2D::new(-15.0, 15.0)); Oct 15 11:07:29.179 INFO kablam! | ----^^^^^ Oct 15 11:07:29.179 INFO kablam! | | Oct 15 11:07:29.179 INFO kablam! | help: remove this `mut` Oct 15 11:07:29.179 INFO kablam! Oct 15 11:07:29.179 INFO kablam! warning: crate `Physics2D` should have a snake case name such as `physics2_d` Oct 15 11:07:29.179 INFO kablam! | Oct 15 11:07:29.179 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:07:29.179 INFO kablam! Oct 15 11:07:29.391 INFO kablam! warning: unused variable: `mass` Oct 15 11:07:29.391 INFO kablam! --> src/physics/shapes.rs:219:28 Oct 15 11:07:29.391 INFO kablam! | Oct 15 11:07:29.392 INFO kablam! 219 | fn set_mass(&mut self, mass: f64) { Oct 15 11:07:29.392 INFO kablam! | ^^^^ help: consider using `_mass` instead Oct 15 11:07:29.392 INFO kablam! | Oct 15 11:07:29.392 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:07:29.392 INFO kablam! Oct 15 11:07:29.507 INFO kablam! warning: crate `Physics2D` should have a snake case name such as `physics2_d` Oct 15 11:07:29.507 INFO kablam! | Oct 15 11:07:29.508 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:07:29.508 INFO kablam! Oct 15 11:07:30.333 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.40s Oct 15 11:07:30.351 INFO kablam! su: No module specific data is present Oct 15 11:07:31.363 INFO running `"docker" "rm" "-f" "0aaee80f159c603eb7bdba093791a14b17269cbd8c80d44eb09708c1341706a0"` Oct 15 11:07:31.653 INFO blam! 0aaee80f159c603eb7bdba093791a14b17269cbd8c80d44eb09708c1341706a0 Oct 15 11:07:31.655 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 11:07:32.159 INFO blam! 0267748da3240ba8dddfaff2f7ca152fd9cb95dec47ea44e1da3a490cc135b0c Oct 15 11:07:32.175 INFO running `"docker" "start" "-a" "0267748da3240ba8dddfaff2f7ca152fd9cb95dec47ea44e1da3a490cc135b0c"` Oct 15 11:07:33.530 INFO kablam! usermod: no changes Oct 15 11:07:33.735 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 15 11:07:33.752 INFO kablam! Running /target/debug/deps/Physics2D-53212a0db3d8ba6a Oct 15 11:07:33.752 INFO blam! Oct 15 11:07:33.752 INFO kablam! Running /target/debug/deps/Physics2D-21165c084c495b74 Oct 15 11:07:33.752 INFO blam! running 0 tests Oct 15 11:07:33.752 INFO blam! Oct 15 11:07:33.752 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:07:33.752 INFO blam! Oct 15 11:07:33.759 INFO blam! Oct 15 11:07:33.760 INFO kablam! Doc-tests Physics2D Oct 15 11:07:33.760 INFO blam! running 0 tests Oct 15 11:07:33.760 INFO blam! Oct 15 11:07:33.760 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:07:33.760 INFO blam! Oct 15 11:07:41.454 INFO blam! Oct 15 11:07:41.454 INFO blam! running 0 tests Oct 15 11:07:41.454 INFO blam! Oct 15 11:07:41.455 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:07:41.455 INFO blam! Oct 15 11:07:41.464 INFO kablam! su: No module specific data is present Oct 15 11:07:42.459 INFO running `"docker" "rm" "-f" "0267748da3240ba8dddfaff2f7ca152fd9cb95dec47ea44e1da3a490cc135b0c"` Oct 15 11:07:42.723 INFO blam! 0267748da3240ba8dddfaff2f7ca152fd9cb95dec47ea44e1da3a490cc135b0c