Oct 12 06:02:07.815 INFO testing ang-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 06:02:07.815 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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 12 06:02:08.140 INFO blam! d99843837cdb2b1641b483c9fdc24df7f3079d888287483aa7a2a898d0ab329d Oct 12 06:02:08.156 INFO running `"docker" "start" "-a" "d99843837cdb2b1641b483c9fdc24df7f3079d888287483aa7a2a898d0ab329d"` Oct 12 06:02:08.733 INFO kablam! usermod: no changes Oct 12 06:02:08.822 INFO kablam! Compiling ang v0.2.0 (/source) Oct 12 06:02:09.681 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.91s Oct 12 06:02:09.684 INFO kablam! su: No module specific data is present Oct 12 06:02:10.050 INFO running `"docker" "rm" "-f" "d99843837cdb2b1641b483c9fdc24df7f3079d888287483aa7a2a898d0ab329d"` Oct 12 06:02:10.244 INFO blam! d99843837cdb2b1641b483c9fdc24df7f3079d888287483aa7a2a898d0ab329d Oct 12 06:02:10.246 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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 12 06:02:10.444 INFO blam! 10fd2686ec44331d0d80bfb805fe09a277abd49e81eaf12e7a00d7fe8157673a Oct 12 06:02:10.456 INFO running `"docker" "start" "-a" "10fd2686ec44331d0d80bfb805fe09a277abd49e81eaf12e7a00d7fe8157673a"` Oct 12 06:02:10.987 INFO kablam! usermod: no changes Oct 12 06:02:11.172 INFO kablam! Compiling hamcrest v0.1.5 Oct 12 06:02:14.002 INFO kablam! Compiling ang v0.2.0 (/source) Oct 12 06:02:16.620 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 12 06:02:16.620 INFO kablam! --> src/lib.rs:402:20 Oct 12 06:02:16.620 INFO kablam! | Oct 12 06:02:16.620 INFO kablam! 402 | use hamcrest::{assert_that, is, close_to}; Oct 12 06:02:16.620 INFO kablam! | ^^^^^^^^^^^ Oct 12 06:02:16.620 INFO kablam! | Oct 12 06:02:16.620 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 06:02:16.620 INFO kablam! Oct 12 06:02:16.620 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 12 06:02:16.620 INFO kablam! --> src/lib.rs:531:9 Oct 12 06:02:16.620 INFO kablam! | Oct 12 06:02:16.620 INFO kablam! 531 | assert_that(Degrees(180.0).min_dist(Degrees(0.0)).in_degrees(), is(close_to(180.0, 0.000001))); Oct 12 06:02:16.620 INFO kablam! | ^^^^^^^^^^^ Oct 12 06:02:16.620 INFO kablam! Oct 12 06:02:16.620 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 12 06:02:16.621 INFO kablam! --> src/lib.rs:532:9 Oct 12 06:02:16.621 INFO kablam! | Oct 12 06:02:16.621 INFO kablam! 532 | assert_that(Degrees(0.1).min_dist(Degrees(359.9)).in_degrees(), is(close_to(0.2, 0.000001))); Oct 12 06:02:16.621 INFO kablam! | ^^^^^^^^^^^ Oct 12 06:02:16.621 INFO kablam! Oct 12 06:02:16.621 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 12 06:02:16.621 INFO kablam! --> src/lib.rs:533:9 Oct 12 06:02:16.621 INFO kablam! | Oct 12 06:02:16.621 INFO kablam! 533 | assert_that(Degrees(1.0).min_dist(Degrees(2.0)).in_degrees(), is(close_to(1.0, 0.000001))); Oct 12 06:02:16.621 INFO kablam! | ^^^^^^^^^^^ Oct 12 06:02:16.621 INFO kablam! Oct 12 06:02:16.621 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 12 06:02:16.621 INFO kablam! --> src/lib.rs:538:9 Oct 12 06:02:16.621 INFO kablam! | Oct 12 06:02:16.621 INFO kablam! 538 | assert_that(mean_angle(&[Degrees(90.0)]).in_degrees(), Oct 12 06:02:16.621 INFO kablam! | ^^^^^^^^^^^ Oct 12 06:02:16.621 INFO kablam! Oct 12 06:02:16.621 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 12 06:02:16.621 INFO kablam! --> src/lib.rs:540:9 Oct 12 06:02:16.621 INFO kablam! | Oct 12 06:02:16.621 INFO kablam! 540 | assert_that(mean_angle(&[Degrees(90.0), Degrees(90.0)]).in_degrees(), Oct 12 06:02:16.621 INFO kablam! | ^^^^^^^^^^^ Oct 12 06:02:16.621 INFO kablam! Oct 12 06:02:16.621 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 12 06:02:16.621 INFO kablam! --> src/lib.rs:542:9 Oct 12 06:02:16.621 INFO kablam! | Oct 12 06:02:16.621 INFO kablam! 542 | assert_that(mean_angle(&[Degrees(90.0), Degrees(180.0), Degrees(270.0)]).in_degrees(), Oct 12 06:02:16.621 INFO kablam! | ^^^^^^^^^^^ Oct 12 06:02:16.621 INFO kablam! Oct 12 06:02:16.621 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 12 06:02:16.621 INFO kablam! --> src/lib.rs:544:9 Oct 12 06:02:16.621 INFO kablam! | Oct 12 06:02:16.621 INFO kablam! 544 | assert_that(mean_angle(&[Degrees(20.0), Degrees(350.0)]).in_degrees(), Oct 12 06:02:16.621 INFO kablam! | ^^^^^^^^^^^ Oct 12 06:02:16.621 INFO kablam! Oct 12 06:02:19.280 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.27s Oct 12 06:02:19.285 INFO kablam! su: No module specific data is present Oct 12 06:02:19.662 INFO running `"docker" "rm" "-f" "10fd2686ec44331d0d80bfb805fe09a277abd49e81eaf12e7a00d7fe8157673a"` Oct 12 06:02:19.960 INFO blam! 10fd2686ec44331d0d80bfb805fe09a277abd49e81eaf12e7a00d7fe8157673a Oct 12 06:02:19.966 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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 12 06:02:20.445 INFO blam! 50f65eb46d176fc1517ea19bb42af72126e5ffa873aa962e8dd3963ab020e3cd Oct 12 06:02:20.450 INFO running `"docker" "start" "-a" "50f65eb46d176fc1517ea19bb42af72126e5ffa873aa962e8dd3963ab020e3cd"` Oct 12 06:02:20.880 INFO kablam! usermod: no changes Oct 12 06:02:20.949 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 12 06:02:20.966 INFO kablam! Running /target/debug/deps/ang-6003c08dd3d9e889 Oct 12 06:02:20.973 INFO blam! Oct 12 06:02:20.973 INFO blam! running 6 tests Oct 12 06:02:20.973 INFO blam! test tests::test_mean_angle ... ok Oct 12 06:02:21.051 INFO blam! test tests::test_angle_minimal_distance ... ok Oct 12 06:02:21.052 INFO blam! test tests::test_angle_normalization ... ok Oct 12 06:02:21.066 INFO blam! test tests::test_angle_math_multiplicative ... ok Oct 12 06:02:21.074 INFO blam! test tests::test_angle_conversions ... ok Oct 12 06:02:21.097 INFO blam! test tests::test_angle_math_additive ... ok Oct 12 06:02:21.097 INFO blam! Oct 12 06:02:21.097 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 06:02:21.097 INFO blam! Oct 12 06:02:21.100 INFO kablam! Doc-tests ang Oct 12 06:02:22.133 INFO blam! Oct 12 06:02:22.133 INFO blam! running 3 tests Oct 12 06:02:23.716 INFO blam! test src/lib.rs - Angle::min_dist (line 106) ... ok Oct 12 06:02:23.815 INFO blam! test src/lib.rs - mean_angle (line 367) ... ok Oct 12 06:02:23.817 INFO blam! test src/lib.rs - Angle::normalized (line 68) ... ok Oct 12 06:02:23.817 INFO blam! Oct 12 06:02:23.817 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 06:02:23.817 INFO blam! Oct 12 06:02:23.831 INFO kablam! su: No module specific data is present Oct 12 06:02:24.106 INFO running `"docker" "rm" "-f" "50f65eb46d176fc1517ea19bb42af72126e5ffa873aa962e8dd3963ab020e3cd"` Oct 12 06:02:24.181 INFO blam! 50f65eb46d176fc1517ea19bb42af72126e5ffa873aa962e8dd3963ab020e3cd