Oct 27 10:41:52.348 INFO checking Measter/mandeltrace against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 10:41:52.348 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 10:41:52.719 INFO blam! 0d147120b75e8a22d4da221c3b16cc5c72a80d079a65632861a0138ce45f45a2 Oct 27 10:41:52.719 INFO running `"docker" "start" "-a" "0d147120b75e8a22d4da221c3b16cc5c72a80d079a65632861a0138ce45f45a2"` Oct 27 10:41:53.751 INFO kablam! usermod: no changes Oct 27 10:41:54.042 INFO kablam! Checking clicolors-control v0.2.0 Oct 27 10:41:54.042 INFO kablam! Checking num-complex v0.1.42 Oct 27 10:41:54.042 INFO kablam! Checking itertools v0.6.5 Oct 27 10:41:54.055 INFO kablam! Checking parking_lot_core v0.2.11 Oct 27 10:41:54.071 INFO kablam! Checking num-bigint v0.1.43 Oct 27 10:41:54.079 INFO kablam! Checking rusttype v0.2.3 Oct 27 10:41:54.083 INFO kablam! Checking png v0.11.0 Oct 27 10:41:54.083 INFO kablam! Compiling syn v0.12.13 Oct 27 10:41:55.955 INFO kablam! Checking rayon v0.7.1 Oct 27 10:41:56.368 INFO kablam! Checking parking_lot v0.5.3 Oct 27 10:42:01.024 INFO kablam! Checking alga v0.5.2 Oct 27 10:42:01.119 INFO kablam! Checking quickcheck v0.2.27 Oct 27 10:42:03.867 INFO kablam! Checking console v0.6.1 Oct 27 10:42:05.635 INFO kablam! Checking num-rational v0.1.42 Oct 27 10:42:08.895 INFO kablam! Checking indicatif v0.9.0 Oct 27 10:42:09.283 INFO kablam! Checking num v0.1.42 Oct 27 10:42:09.283 INFO kablam! Checking image v0.18.0 Oct 27 10:42:14.928 INFO kablam! Checking nalgebra v0.11.2 Oct 27 10:42:18.764 INFO kablam! Compiling structopt-derive v0.2.3 Oct 27 10:42:24.451 INFO kablam! Checking structopt v0.2.3 Oct 27 10:42:44.477 INFO kablam! Checking imageproc v0.13.0 Oct 27 10:42:49.572 INFO kablam! Checking mandeltrace v0.1.0 (/source) Oct 27 10:42:55.823 INFO kablam! warning: unused `#[macro_use]` import Oct 27 10:42:55.823 INFO kablam! --> src/main.rs:18:1 Oct 27 10:42:55.824 INFO kablam! | Oct 27 10:42:55.824 INFO kablam! 18 | #[macro_use] extern crate structopt; Oct 27 10:42:55.824 INFO kablam! | ^^^^^^^^^^^^ Oct 27 10:42:55.825 INFO kablam! | Oct 27 10:42:55.825 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:42:55.825 INFO kablam! Oct 27 10:42:55.831 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 10:42:55.831 INFO kablam! --> src/main.rs:27:1 Oct 27 10:42:55.832 INFO kablam! | Oct 27 10:42:55.832 INFO kablam! 27 | / arg_enum!{ Oct 27 10:42:55.832 INFO kablam! 28 | | #[derive(Debug, Copy, Clone)] Oct 27 10:42:55.832 INFO kablam! 29 | | enum DrawMode { Oct 27 10:42:55.833 INFO kablam! 30 | | All, Oct 27 10:42:55.833 INFO kablam! ... | Oct 27 10:42:55.833 INFO kablam! 33 | | } Oct 27 10:42:55.833 INFO kablam! 34 | | } Oct 27 10:42:55.834 INFO kablam! | |_^ Oct 27 10:42:55.834 INFO kablam! | Oct 27 10:42:55.834 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 10:42:55.835 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 27 10:42:55.835 INFO kablam! Oct 27 10:42:56.652 INFO kablam! warning: unused `#[macro_use]` import Oct 27 10:42:56.653 INFO kablam! --> src/main.rs:18:1 Oct 27 10:42:56.653 INFO kablam! | Oct 27 10:42:56.653 INFO kablam! 18 | #[macro_use] extern crate structopt; Oct 27 10:42:56.654 INFO kablam! | ^^^^^^^^^^^^ Oct 27 10:42:56.654 INFO kablam! | Oct 27 10:42:56.654 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:42:56.655 INFO kablam! Oct 27 10:42:56.671 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 10:42:56.671 INFO kablam! --> src/main.rs:27:1 Oct 27 10:42:56.671 INFO kablam! | Oct 27 10:42:56.671 INFO kablam! 27 | / arg_enum!{ Oct 27 10:42:56.671 INFO kablam! 28 | | #[derive(Debug, Copy, Clone)] Oct 27 10:42:56.671 INFO kablam! 29 | | enum DrawMode { Oct 27 10:42:56.671 INFO kablam! 30 | | All, Oct 27 10:42:56.671 INFO kablam! ... | Oct 27 10:42:56.671 INFO kablam! 33 | | } Oct 27 10:42:56.671 INFO kablam! 34 | | } Oct 27 10:42:56.671 INFO kablam! | |_^ Oct 27 10:42:56.671 INFO kablam! | Oct 27 10:42:56.671 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 10:42:56.671 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 27 10:42:56.671 INFO kablam! Oct 27 10:42:56.987 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 03s Oct 27 10:42:57.000 INFO kablam! su: No module specific data is present Oct 27 10:42:57.853 INFO running `"docker" "rm" "-f" "0d147120b75e8a22d4da221c3b16cc5c72a80d079a65632861a0138ce45f45a2"` Oct 27 10:42:58.183 INFO blam! 0d147120b75e8a22d4da221c3b16cc5c72a80d079a65632861a0138ce45f45a2