Oct 27 02:26:53.214 INFO checking kardeiz/rayon-issue against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 02:26:53.216 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/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 27 02:26:53.772 INFO blam! bd45d06578dd84081515583f81368f9d1bfa1c584dae545f4056470306f3b8f9 Oct 27 02:26:53.775 INFO running `"docker" "start" "-a" "bd45d06578dd84081515583f81368f9d1bfa1c584dae545f4056470306f3b8f9"` Oct 27 02:26:56.081 INFO kablam! usermod: no changes Oct 27 02:26:56.223 INFO kablam! Compiling rust-crypto v0.2.36 Oct 27 02:26:56.223 INFO kablam! Checking num_cpus v1.2.1 Oct 27 02:26:56.227 INFO kablam! Checking serde_json v0.9.9 Oct 27 02:26:56.227 INFO kablam! Compiling syn v0.11.8 Oct 27 02:26:57.675 INFO kablam! Checking rayon v0.6.0 Oct 27 02:27:07.775 INFO kablam! Compiling serde_codegen_internals v0.14.1 Oct 27 02:27:10.821 INFO kablam! Compiling serde_derive v0.9.11 Oct 27 02:27:18.887 INFO kablam! Checking rayon-issue v0.1.0 (/source) Oct 27 02:27:19.683 INFO kablam! warning: unused `#[macro_use]` import Oct 27 02:27:19.683 INFO kablam! --> src/main.rs:13:1 Oct 27 02:27:19.684 INFO kablam! | Oct 27 02:27:19.684 INFO kablam! 13 | #[macro_use] Oct 27 02:27:19.684 INFO kablam! | ^^^^^^^^^^^^ Oct 27 02:27:19.685 INFO kablam! | Oct 27 02:27:19.685 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 02:27:19.685 INFO kablam! Oct 27 02:27:19.686 INFO kablam! warning: unused import: `std::fs::File` Oct 27 02:27:19.686 INFO kablam! --> src/main.rs:20:5 Oct 27 02:27:19.686 INFO kablam! | Oct 27 02:27:19.687 INFO kablam! 20 | use std::fs::File; Oct 27 02:27:19.687 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 02:27:19.687 INFO kablam! Oct 27 02:27:19.687 INFO kablam! warning: unused import: `PathBuf` Oct 27 02:27:19.688 INFO kablam! --> src/main.rs:21:23 Oct 27 02:27:19.688 INFO kablam! | Oct 27 02:27:19.689 INFO kablam! 21 | use std::path::{Path, PathBuf}; Oct 27 02:27:19.689 INFO kablam! | ^^^^^^^ Oct 27 02:27:19.689 INFO kablam! Oct 27 02:27:19.689 INFO kablam! warning: unused `#[macro_use]` import Oct 27 02:27:19.690 INFO kablam! --> src/main.rs:13:1 Oct 27 02:27:19.690 INFO kablam! | Oct 27 02:27:19.690 INFO kablam! 13 | #[macro_use] Oct 27 02:27:19.691 INFO kablam! | ^^^^^^^^^^^^ Oct 27 02:27:19.691 INFO kablam! | Oct 27 02:27:19.691 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 02:27:19.691 INFO kablam! Oct 27 02:27:19.692 INFO kablam! warning: unused import: `std::fs::File` Oct 27 02:27:19.692 INFO kablam! --> src/main.rs:20:5 Oct 27 02:27:19.692 INFO kablam! | Oct 27 02:27:19.693 INFO kablam! 20 | use std::fs::File; Oct 27 02:27:19.693 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 02:27:19.693 INFO kablam! Oct 27 02:27:19.693 INFO kablam! warning: unused import: `PathBuf` Oct 27 02:27:19.694 INFO kablam! --> src/main.rs:21:23 Oct 27 02:27:19.694 INFO kablam! | Oct 27 02:27:19.694 INFO kablam! 21 | use std::path::{Path, PathBuf}; Oct 27 02:27:19.695 INFO kablam! | ^^^^^^^ Oct 27 02:27:19.695 INFO kablam! Oct 27 02:27:19.786 INFO kablam! warning: the feature `field_init_shorthand` has been stable since 1.17.0 and no longer requires an attribute to enable Oct 27 02:27:19.787 INFO kablam! --> src/main.rs:1:12 Oct 27 02:27:19.787 INFO kablam! | Oct 27 02:27:19.787 INFO kablam! 1 | #![feature(field_init_shorthand)] Oct 27 02:27:19.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 02:27:19.788 INFO kablam! | Oct 27 02:27:19.788 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 02:27:19.789 INFO kablam! Oct 27 02:27:19.789 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Oct 27 02:27:19.789 INFO kablam! --> src/main.rs:5:12 Oct 27 02:27:19.789 INFO kablam! | Oct 27 02:27:19.790 INFO kablam! 5 | #![feature(associated_consts)] Oct 27 02:27:19.790 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 02:27:19.791 INFO kablam! Oct 27 02:27:19.791 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 27 02:27:19.791 INFO kablam! --> src/main.rs:7:12 Oct 27 02:27:19.792 INFO kablam! | Oct 27 02:27:19.792 INFO kablam! 7 | #![feature(conservative_impl_trait)] Oct 27 02:27:19.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:27:19.792 INFO kablam! Oct 27 02:27:19.793 INFO kablam! warning: the feature `field_init_shorthand` has been stable since 1.17.0 and no longer requires an attribute to enable Oct 27 02:27:19.793 INFO kablam! --> src/main.rs:1:12 Oct 27 02:27:19.793 INFO kablam! | Oct 27 02:27:19.794 INFO kablam! 1 | #![feature(field_init_shorthand)] Oct 27 02:27:19.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 02:27:19.794 INFO kablam! | Oct 27 02:27:19.795 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 02:27:19.795 INFO kablam! Oct 27 02:27:19.803 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Oct 27 02:27:19.803 INFO kablam! --> src/main.rs:5:12 Oct 27 02:27:19.804 INFO kablam! | Oct 27 02:27:19.804 INFO kablam! 5 | #![feature(associated_consts)] Oct 27 02:27:19.804 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 02:27:19.805 INFO kablam! Oct 27 02:27:19.805 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 27 02:27:19.805 INFO kablam! --> src/main.rs:7:12 Oct 27 02:27:19.806 INFO kablam! | Oct 27 02:27:19.806 INFO kablam! 7 | #![feature(conservative_impl_trait)] Oct 27 02:27:19.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:27:19.806 INFO kablam! Oct 27 02:27:19.807 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.67s Oct 27 02:27:19.807 INFO kablam! su: No module specific data is present Oct 27 02:27:20.268 INFO running `"docker" "rm" "-f" "bd45d06578dd84081515583f81368f9d1bfa1c584dae545f4056470306f3b8f9"` Oct 27 02:27:20.389 INFO blam! bd45d06578dd84081515583f81368f9d1bfa1c584dae545f4056470306f3b8f9