Oct 11 15:07:27.409 INFO testing physics-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 15:07:27.410 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 15:07:27.410 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 15:07:27.889 INFO blam! 2daad8760bbd029d01daf199f01fc904d054ac7021bdfe06c7ebbc85a4f2c5e9 Oct 11 15:07:27.892 INFO running `"docker" "start" "-a" "2daad8760bbd029d01daf199f01fc904d054ac7021bdfe06c7ebbc85a4f2c5e9"` Oct 11 15:07:28.980 INFO kablam! usermod: no changes Oct 11 15:07:29.072 INFO kablam! Compiling nalgebra v0.8.2 Oct 11 15:07:42.044 INFO kablam! Compiling collisions v0.1.3 Oct 11 15:07:44.484 INFO kablam! Compiling physics v0.1.2 (/source) Oct 11 15:07:46.240 INFO kablam! warning: unused import: `CollidableShape` Oct 11 15:07:46.240 INFO kablam! --> src/lib.rs:6:48 Oct 11 15:07:46.240 INFO kablam! | Oct 11 15:07:46.240 INFO kablam! 6 | use self::collisions::collidable::{Collidable, CollidableShape}; Oct 11 15:07:46.240 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 15:07:46.240 INFO kablam! | Oct 11 15:07:46.240 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 15:07:46.240 INFO kablam! Oct 11 15:07:46.304 INFO kablam! warning: unused variable: `face` Oct 11 15:07:46.304 INFO kablam! --> src/lib.rs:79:63 Oct 11 15:07:46.304 INFO kablam! | Oct 11 15:07:46.304 INFO kablam! 79 | pub fn resolve_circle_with_circle(a: &Physical, b: &Physical, face: usize, support: Vector2) -> Resolution Oct 11 15:07:46.304 INFO kablam! | ^^^^ help: consider using `_face` instead Oct 11 15:07:46.304 INFO kablam! | Oct 11 15:07:46.304 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 15:07:46.304 INFO kablam! Oct 11 15:07:46.397 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.40s Oct 11 15:07:46.402 INFO kablam! su: No module specific data is present Oct 11 15:07:46.791 INFO running `"docker" "rm" "-f" "2daad8760bbd029d01daf199f01fc904d054ac7021bdfe06c7ebbc85a4f2c5e9"` Oct 11 15:07:46.932 INFO blam! 2daad8760bbd029d01daf199f01fc904d054ac7021bdfe06c7ebbc85a4f2c5e9 Oct 11 15:07:46.934 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 15:07:46.934 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 15:07:47.208 INFO blam! cc5700b2805c942c02ebe2d1f185c653f6e54d92b6d318a36f1a2ebeb04b2cab Oct 11 15:07:47.224 INFO running `"docker" "start" "-a" "cc5700b2805c942c02ebe2d1f185c653f6e54d92b6d318a36f1a2ebeb04b2cab"` Oct 11 15:07:47.780 INFO kablam! usermod: no changes Oct 11 15:07:47.879 INFO kablam! Compiling physics v0.1.2 (/source) Oct 11 15:07:49.528 INFO kablam! warning: unused variable: `face` Oct 11 15:07:49.528 INFO kablam! --> src/lib.rs:79:63 Oct 11 15:07:49.528 INFO kablam! | Oct 11 15:07:49.528 INFO kablam! 79 | pub fn resolve_circle_with_circle(a: &Physical, b: &Physical, face: usize, support: Vector2) -> Resolution Oct 11 15:07:49.528 INFO kablam! | ^^^^ help: consider using `_face` instead Oct 11 15:07:49.528 INFO kablam! | Oct 11 15:07:49.528 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 15:07:49.528 INFO kablam! Oct 11 15:07:50.119 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.31s Oct 11 15:07:50.119 INFO kablam! su: No module specific data is present Oct 11 15:07:50.414 INFO running `"docker" "rm" "-f" "cc5700b2805c942c02ebe2d1f185c653f6e54d92b6d318a36f1a2ebeb04b2cab"` Oct 11 15:07:50.586 INFO blam! cc5700b2805c942c02ebe2d1f185c653f6e54d92b6d318a36f1a2ebeb04b2cab Oct 11 15:07:50.588 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 15:07:50.588 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 15:07:50.865 INFO blam! 583a5aa4f2a2a072509ebab179d8622da13efac514c541a08db059776f470873 Oct 11 15:07:50.870 INFO running `"docker" "start" "-a" "583a5aa4f2a2a072509ebab179d8622da13efac514c541a08db059776f470873"` Oct 11 15:07:51.426 INFO kablam! usermod: no changes Oct 11 15:07:51.478 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 15:07:51.479 INFO kablam! Running /target/debug/deps/physics-d124b71a5887ebc3 Oct 11 15:07:51.493 INFO blam! Oct 11 15:07:51.493 INFO blam! running 1 test Oct 11 15:07:51.493 INFO blam! test test_resolve_poly_with_any ... ok Oct 11 15:07:51.493 INFO blam! Oct 11 15:07:51.493 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 15:07:51.493 INFO blam! Oct 11 15:07:51.497 INFO kablam! Doc-tests physics Oct 11 15:07:54.588 INFO blam! Oct 11 15:07:54.588 INFO blam! running 0 tests Oct 11 15:07:54.588 INFO blam! Oct 11 15:07:54.588 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 15:07:54.588 INFO blam! Oct 11 15:07:54.593 INFO kablam! su: No module specific data is present Oct 11 15:07:54.996 INFO running `"docker" "rm" "-f" "583a5aa4f2a2a072509ebab179d8622da13efac514c541a08db059776f470873"` Oct 11 15:07:55.119 INFO blam! 583a5aa4f2a2a072509ebab179d8622da13efac514c541a08db059776f470873