Oct 16 17:58:33.171 INFO testing angular-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 17:58:33.171 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 16 17:58:33.427 INFO blam! 79c9433110b3378837dd87a23005215b634343e4e8ff629932955f3005742689 Oct 16 17:58:33.433 INFO running `"docker" "start" "-a" "79c9433110b3378837dd87a23005215b634343e4e8ff629932955f3005742689"` Oct 16 17:58:34.134 INFO kablam! usermod: no changes Oct 16 17:58:34.188 INFO kablam! Compiling angular v0.1.1 (/source) Oct 16 17:58:35.539 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.38s Oct 16 17:58:35.539 INFO kablam! su: No module specific data is present Oct 16 17:58:36.011 INFO running `"docker" "rm" "-f" "79c9433110b3378837dd87a23005215b634343e4e8ff629932955f3005742689"` Oct 16 17:58:36.171 INFO blam! 79c9433110b3378837dd87a23005215b634343e4e8ff629932955f3005742689 Oct 16 17:58:36.177 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 16 17:58:36.494 INFO blam! 7cb02e2ad7d4a64053c65e8747764308374a20e0a09d7d009e5e84829fac5687 Oct 16 17:58:36.496 INFO running `"docker" "start" "-a" "7cb02e2ad7d4a64053c65e8747764308374a20e0a09d7d009e5e84829fac5687"` Oct 16 17:58:37.292 INFO kablam! usermod: no changes Oct 16 17:58:37.405 INFO kablam! Compiling hamcrest v0.1.5 Oct 16 17:58:39.551 INFO kablam! Compiling angular v0.1.1 (/source) Oct 16 17:58:42.065 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 16 17:58:42.065 INFO kablam! --> src/lib.rs:301:20 Oct 16 17:58:42.065 INFO kablam! | Oct 16 17:58:42.065 INFO kablam! 301 | use hamcrest::{assert_that, is, close_to}; Oct 16 17:58:42.065 INFO kablam! | ^^^^^^^^^^^ Oct 16 17:58:42.065 INFO kablam! | Oct 16 17:58:42.065 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 17:58:42.065 INFO kablam! Oct 16 17:58:42.067 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 16 17:58:42.067 INFO kablam! --> src/lib.rs:367:9 Oct 16 17:58:42.067 INFO kablam! | Oct 16 17:58:42.067 INFO kablam! 367 | assert_that(Degrees(180.0).min_dist(Degrees(0.0)).in_degrees(), is(close_to(180.0, 0.000001))); Oct 16 17:58:42.067 INFO kablam! | ^^^^^^^^^^^ Oct 16 17:58:42.067 INFO kablam! Oct 16 17:58:42.067 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 16 17:58:42.067 INFO kablam! --> src/lib.rs:368:9 Oct 16 17:58:42.067 INFO kablam! | Oct 16 17:58:42.067 INFO kablam! 368 | assert_that(Degrees(0.1).min_dist(Degrees(359.9)).in_degrees(), is(close_to(0.2, 0.000001))); Oct 16 17:58:42.067 INFO kablam! | ^^^^^^^^^^^ Oct 16 17:58:42.067 INFO kablam! Oct 16 17:58:42.067 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 16 17:58:42.067 INFO kablam! --> src/lib.rs:369:9 Oct 16 17:58:42.067 INFO kablam! | Oct 16 17:58:42.067 INFO kablam! 369 | assert_that(Degrees(1.0).min_dist(Degrees(2.0)).in_degrees(), is(close_to(1.0, 0.000001))); Oct 16 17:58:42.067 INFO kablam! | ^^^^^^^^^^^ Oct 16 17:58:42.067 INFO kablam! Oct 16 17:58:42.067 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 16 17:58:42.067 INFO kablam! --> src/lib.rs:374:9 Oct 16 17:58:42.067 INFO kablam! | Oct 16 17:58:42.067 INFO kablam! 374 | assert_that(mean_angle(&[Degrees(90.0)]).in_degrees(), is(close_to(90.0, 0.000001))); Oct 16 17:58:42.067 INFO kablam! | ^^^^^^^^^^^ Oct 16 17:58:42.067 INFO kablam! Oct 16 17:58:42.067 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 16 17:58:42.067 INFO kablam! --> src/lib.rs:375:9 Oct 16 17:58:42.067 INFO kablam! | Oct 16 17:58:42.067 INFO kablam! 375 | assert_that(mean_angle(&[Degrees(90.0), Degrees(90.0)]).in_degrees(), is(close_to(90.0, 0.000001))); Oct 16 17:58:42.067 INFO kablam! | ^^^^^^^^^^^ Oct 16 17:58:42.067 INFO kablam! Oct 16 17:58:42.067 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 16 17:58:42.067 INFO kablam! --> src/lib.rs:376:9 Oct 16 17:58:42.067 INFO kablam! | Oct 16 17:58:42.067 INFO kablam! 376 | assert_that(mean_angle(&[Degrees(90.0), Degrees(180.0), Degrees(270.0)]).in_degrees(), is(close_to(180.0, 0.000001))); Oct 16 17:58:42.067 INFO kablam! | ^^^^^^^^^^^ Oct 16 17:58:42.067 INFO kablam! Oct 16 17:58:42.067 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 16 17:58:42.067 INFO kablam! --> src/lib.rs:377:9 Oct 16 17:58:42.067 INFO kablam! | Oct 16 17:58:42.067 INFO kablam! 377 | assert_that(mean_angle(&[Degrees(20.0), Degrees(350.0)]).in_degrees(), is(close_to(5.0, 0.000001))); Oct 16 17:58:42.067 INFO kablam! | ^^^^^^^^^^^ Oct 16 17:58:42.067 INFO kablam! Oct 16 17:58:44.925 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.60s Oct 16 17:58:44.927 INFO kablam! su: No module specific data is present Oct 16 17:58:45.693 INFO running `"docker" "rm" "-f" "7cb02e2ad7d4a64053c65e8747764308374a20e0a09d7d009e5e84829fac5687"` Oct 16 17:58:45.885 INFO blam! 7cb02e2ad7d4a64053c65e8747764308374a20e0a09d7d009e5e84829fac5687 Oct 16 17:58:45.887 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 16 17:58:46.214 INFO blam! 12b92df818ef018a527d340ead053cf2e50ff65fe2307e1591a8f6cd0c62a892 Oct 16 17:58:46.223 INFO running `"docker" "start" "-a" "12b92df818ef018a527d340ead053cf2e50ff65fe2307e1591a8f6cd0c62a892"` Oct 16 17:58:47.089 INFO kablam! usermod: no changes Oct 16 17:58:47.179 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 16 17:58:47.185 INFO kablam! Running /target/debug/deps/angular-45f530ab1b2fe0d4 Oct 16 17:58:47.187 INFO blam! Oct 16 17:58:47.187 INFO blam! running 6 tests Oct 16 17:58:47.192 INFO blam! test tests::test_mean_angle ... ok Oct 16 17:58:47.244 INFO blam! test tests::test_angle_math_multiplicative ... ok Oct 16 17:58:47.251 INFO blam! test tests::test_angle_normalization ... ok Oct 16 17:58:47.251 INFO blam! test tests::test_angle_math_additive ... ok Oct 16 17:58:47.254 INFO blam! test tests::test_angle_minimal_distance ... ok Oct 16 17:58:47.264 INFO blam! test tests::test_angle_conversions ... ok Oct 16 17:58:47.264 INFO blam! Oct 16 17:58:47.265 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:58:47.265 INFO blam! Oct 16 17:58:47.265 INFO kablam! Doc-tests angular Oct 16 17:58:49.083 INFO blam! Oct 16 17:58:49.083 INFO blam! running 1 test Oct 16 17:58:51.003 INFO blam! test src/lib.rs - Angle::min_dist (line 92) ... ok Oct 16 17:58:51.003 INFO blam! Oct 16 17:58:51.003 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:58:51.003 INFO blam! Oct 16 17:58:51.014 INFO kablam! su: No module specific data is present Oct 16 17:58:51.333 INFO running `"docker" "rm" "-f" "12b92df818ef018a527d340ead053cf2e50ff65fe2307e1591a8f6cd0c62a892"` Oct 16 17:58:51.460 INFO blam! 12b92df818ef018a527d340ead053cf2e50ff65fe2307e1591a8f6cd0c62a892