Oct 13 18:06:18.833 INFO checking angular-0.1.1 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 18:06:18.833 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 18:06:19.100 INFO blam! c69c1bf11879f75711706ad23db8b1f6939d1d76092eb2e02b45be8c285f3c17 Oct 13 18:06:19.102 INFO running `"docker" "start" "-a" "c69c1bf11879f75711706ad23db8b1f6939d1d76092eb2e02b45be8c285f3c17"` Oct 13 18:06:19.856 INFO kablam! usermod: no changes Oct 13 18:06:19.989 INFO kablam! Checking hamcrest v0.1.5 Oct 13 18:06:19.990 INFO kablam! Checking angular v0.1.1 (/source) Oct 13 18:06:25.892 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 13 18:06:25.892 INFO kablam! --> src/lib.rs:301:20 Oct 13 18:06:25.892 INFO kablam! | Oct 13 18:06:25.893 INFO kablam! 301 | use hamcrest::{assert_that, is, close_to}; Oct 13 18:06:25.893 INFO kablam! | ^^^^^^^^^^^ Oct 13 18:06:25.893 INFO kablam! | Oct 13 18:06:25.893 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 18:06:25.893 INFO kablam! Oct 13 18:06:25.893 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 13 18:06:25.893 INFO kablam! --> src/lib.rs:367:9 Oct 13 18:06:25.893 INFO kablam! | Oct 13 18:06:25.893 INFO kablam! 367 | assert_that(Degrees(180.0).min_dist(Degrees(0.0)).in_degrees(), is(close_to(180.0, 0.000001))); Oct 13 18:06:25.893 INFO kablam! | ^^^^^^^^^^^ Oct 13 18:06:25.893 INFO kablam! Oct 13 18:06:25.893 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 13 18:06:25.893 INFO kablam! --> src/lib.rs:368:9 Oct 13 18:06:25.893 INFO kablam! | Oct 13 18:06:25.893 INFO kablam! 368 | assert_that(Degrees(0.1).min_dist(Degrees(359.9)).in_degrees(), is(close_to(0.2, 0.000001))); Oct 13 18:06:25.893 INFO kablam! | ^^^^^^^^^^^ Oct 13 18:06:25.893 INFO kablam! Oct 13 18:06:25.893 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 13 18:06:25.893 INFO kablam! --> src/lib.rs:369:9 Oct 13 18:06:25.893 INFO kablam! | Oct 13 18:06:25.893 INFO kablam! 369 | assert_that(Degrees(1.0).min_dist(Degrees(2.0)).in_degrees(), is(close_to(1.0, 0.000001))); Oct 13 18:06:25.893 INFO kablam! | ^^^^^^^^^^^ Oct 13 18:06:25.893 INFO kablam! Oct 13 18:06:25.893 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 13 18:06:25.893 INFO kablam! --> src/lib.rs:374:9 Oct 13 18:06:25.893 INFO kablam! | Oct 13 18:06:25.893 INFO kablam! 374 | assert_that(mean_angle(&[Degrees(90.0)]).in_degrees(), is(close_to(90.0, 0.000001))); Oct 13 18:06:25.893 INFO kablam! | ^^^^^^^^^^^ Oct 13 18:06:25.893 INFO kablam! Oct 13 18:06:25.893 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 13 18:06:25.893 INFO kablam! --> src/lib.rs:375:9 Oct 13 18:06:25.893 INFO kablam! | Oct 13 18:06:25.893 INFO kablam! 375 | assert_that(mean_angle(&[Degrees(90.0), Degrees(90.0)]).in_degrees(), is(close_to(90.0, 0.000001))); Oct 13 18:06:25.893 INFO kablam! | ^^^^^^^^^^^ Oct 13 18:06:25.893 INFO kablam! Oct 13 18:06:25.893 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 13 18:06:25.893 INFO kablam! --> src/lib.rs:376:9 Oct 13 18:06:25.893 INFO kablam! | Oct 13 18:06:25.893 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 13 18:06:25.893 INFO kablam! | ^^^^^^^^^^^ Oct 13 18:06:25.893 INFO kablam! Oct 13 18:06:25.893 INFO kablam! warning: use of deprecated item 'hamcrest::assert_that': Use the assert_that! macro instead Oct 13 18:06:25.893 INFO kablam! --> src/lib.rs:377:9 Oct 13 18:06:25.893 INFO kablam! | Oct 13 18:06:25.893 INFO kablam! 377 | assert_that(mean_angle(&[Degrees(20.0), Degrees(350.0)]).in_degrees(), is(close_to(5.0, 0.000001))); Oct 13 18:06:25.893 INFO kablam! | ^^^^^^^^^^^ Oct 13 18:06:25.893 INFO kablam! Oct 13 18:06:26.149 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.27s Oct 13 18:06:26.158 INFO kablam! su: No module specific data is present Oct 13 18:06:26.526 INFO running `"docker" "rm" "-f" "c69c1bf11879f75711706ad23db8b1f6939d1d76092eb2e02b45be8c285f3c17"` Oct 13 18:06:26.736 INFO blam! c69c1bf11879f75711706ad23db8b1f6939d1d76092eb2e02b45be8c285f3c17