Oct 22 04:42:44.547 INFO checking angular-0.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 04:42:44.549 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 22 04:42:44.917 INFO blam! e29c07c2922dadae20ebe227dddabceca942fd33dcd36e19c30f7bcea3c9d301 Oct 22 04:42:44.918 INFO running `"docker" "start" "-a" "e29c07c2922dadae20ebe227dddabceca942fd33dcd36e19c30f7bcea3c9d301"` Oct 22 04:42:46.305 INFO kablam! usermod: no changes Oct 22 04:42:46.472 INFO kablam! Checking angular v0.1.1 (/source) Oct 22 04:42:49.733 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 22 04:42:49.734 INFO kablam! --> src/lib.rs:301:20 Oct 22 04:42:49.734 INFO kablam! | Oct 22 04:42:49.734 INFO kablam! 301 | use hamcrest::{assert_that, is, close_to}; Oct 22 04:42:49.735 INFO kablam! | ^^^^^^^^^^^ Oct 22 04:42:49.735 INFO kablam! | Oct 22 04:42:49.735 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 04:42:49.735 INFO kablam! Oct 22 04:42:49.735 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 22 04:42:49.736 INFO kablam! --> src/lib.rs:367:9 Oct 22 04:42:49.736 INFO kablam! | Oct 22 04:42:49.736 INFO kablam! 367 | assert_that(Degrees(180.0).min_dist(Degrees(0.0)).in_degrees(), is(close_to(180.0, 0.000001))); Oct 22 04:42:49.737 INFO kablam! | ^^^^^^^^^^^ Oct 22 04:42:49.737 INFO kablam! Oct 22 04:42:49.737 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 22 04:42:49.737 INFO kablam! --> src/lib.rs:368:9 Oct 22 04:42:49.738 INFO kablam! | Oct 22 04:42:49.738 INFO kablam! 368 | assert_that(Degrees(0.1).min_dist(Degrees(359.9)).in_degrees(), is(close_to(0.2, 0.000001))); Oct 22 04:42:49.738 INFO kablam! | ^^^^^^^^^^^ Oct 22 04:42:49.738 INFO kablam! Oct 22 04:42:49.738 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 22 04:42:49.739 INFO kablam! --> src/lib.rs:369:9 Oct 22 04:42:49.739 INFO kablam! | Oct 22 04:42:49.739 INFO kablam! 369 | assert_that(Degrees(1.0).min_dist(Degrees(2.0)).in_degrees(), is(close_to(1.0, 0.000001))); Oct 22 04:42:49.739 INFO kablam! | ^^^^^^^^^^^ Oct 22 04:42:49.740 INFO kablam! Oct 22 04:42:49.740 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 22 04:42:49.740 INFO kablam! --> src/lib.rs:374:9 Oct 22 04:42:49.741 INFO kablam! | Oct 22 04:42:49.741 INFO kablam! 374 | assert_that(mean_angle(&[Degrees(90.0)]).in_degrees(), is(close_to(90.0, 0.000001))); Oct 22 04:42:49.741 INFO kablam! | ^^^^^^^^^^^ Oct 22 04:42:49.741 INFO kablam! Oct 22 04:42:49.742 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 22 04:42:49.742 INFO kablam! --> src/lib.rs:375:9 Oct 22 04:42:49.742 INFO kablam! | Oct 22 04:42:49.742 INFO kablam! 375 | assert_that(mean_angle(&[Degrees(90.0), Degrees(90.0)]).in_degrees(), is(close_to(90.0, 0.000001))); Oct 22 04:42:49.743 INFO kablam! | ^^^^^^^^^^^ Oct 22 04:42:49.743 INFO kablam! Oct 22 04:42:49.743 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 22 04:42:49.743 INFO kablam! --> src/lib.rs:376:9 Oct 22 04:42:49.744 INFO kablam! | Oct 22 04:42:49.744 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 22 04:42:49.744 INFO kablam! | ^^^^^^^^^^^ Oct 22 04:42:49.744 INFO kablam! Oct 22 04:42:49.745 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 22 04:42:49.745 INFO kablam! --> src/lib.rs:377:9 Oct 22 04:42:49.745 INFO kablam! | Oct 22 04:42:49.745 INFO kablam! 377 | assert_that(mean_angle(&[Degrees(20.0), Degrees(350.0)]).in_degrees(), is(close_to(5.0, 0.000001))); Oct 22 04:42:49.746 INFO kablam! | ^^^^^^^^^^^ Oct 22 04:42:49.746 INFO kablam! Oct 22 04:42:49.981 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.65s Oct 22 04:42:49.981 INFO kablam! su: No module specific data is present Oct 22 04:42:50.683 INFO running `"docker" "rm" "-f" "e29c07c2922dadae20ebe227dddabceca942fd33dcd36e19c30f7bcea3c9d301"` Oct 22 04:42:50.856 INFO blam! e29c07c2922dadae20ebe227dddabceca942fd33dcd36e19c30f7bcea3c9d301