Sep 19 14:22:32.366 INFO checking sgrif/cotli-helper against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 14:22:32.366 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 14:22:32.366 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 14:22:32.636 INFO blam! 81b0103ca0c2fa1f2e3b98928402a33a107443dae14741047cc61ca2afa74412 Sep 19 14:22:32.639 INFO running `"docker" "start" "-a" "81b0103ca0c2fa1f2e3b98928402a33a107443dae14741047cc61ca2afa74412"` Sep 19 14:22:33.886 INFO kablam! usermod: no changes Sep 19 14:22:33.962 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 19 14:22:33.962 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 19 14:22:33.962 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 19 14:22:33.962 INFO kablam! files will be included as a test target: Sep 19 14:22:33.962 INFO kablam! Sep 19 14:22:33.962 INFO kablam! * /source/tests/support.rs Sep 19 14:22:33.962 INFO kablam! Sep 19 14:22:33.962 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 19 14:22:33.962 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 19 14:22:33.962 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 19 14:22:33.962 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 19 14:22:33.962 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 19 14:22:33.962 INFO kablam! Sep 19 14:22:33.962 INFO kablam! For more information on this warning you can consult Sep 19 14:22:33.962 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 19 14:22:34.062 INFO kablam! Checking libc v0.2.22 Sep 19 14:22:34.062 INFO kablam! Checking bitflags v0.8.2 Sep 19 14:22:34.062 INFO kablam! Checking strsim v0.6.0 Sep 19 14:22:34.062 INFO kablam! Checking unicode-segmentation v1.2.0 Sep 19 14:22:34.062 INFO kablam! Checking ansi_term v0.9.0 Sep 19 14:22:34.062 INFO kablam! Checking serde v1.0.8 Sep 19 14:22:34.062 INFO kablam! Checking either v1.1.0 Sep 19 14:22:34.062 INFO kablam! Checking ordermap v0.2.10 Sep 19 14:22:34.707 INFO kablam! Checking byteorder v1.0.0 Sep 19 14:22:35.774 INFO kablam! Compiling serde_derive_internals v0.15.1 Sep 19 14:22:36.042 INFO kablam! Checking itertools v0.6.0 Sep 19 14:22:38.766 INFO kablam! Checking term_size v0.3.0 Sep 19 14:22:38.766 INFO kablam! Checking atty v0.2.2 Sep 19 14:22:38.766 INFO kablam! Checking rand v0.3.15 Sep 19 14:22:39.616 INFO kablam! Checking clap v2.24.2 Sep 19 14:22:45.719 INFO kablam! Compiling serde_derive v1.0.8 Sep 19 14:23:03.912 INFO kablam! Checking toml v0.4.1 Sep 19 14:23:05.774 INFO kablam! Checking cotli-helper v0.1.0 (/source) Sep 19 14:23:08.414 INFO kablam! warning: floating-point types cannot be used in patterns Sep 19 14:23:08.414 INFO kablam! --> src/aura/mod.rs:119:14 Sep 19 14:23:08.414 INFO kablam! | Sep 19 14:23:08.414 INFO kablam! 119 | (0.0, _, None) => true, Sep 19 14:23:08.414 INFO kablam! | ^^^ Sep 19 14:23:08.414 INFO kablam! | Sep 19 14:23:08.414 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 19 14:23:08.414 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 14:23:08.415 INFO kablam! = note: for more information, see issue #41620 Sep 19 14:23:08.415 INFO kablam! Sep 19 14:23:08.482 INFO kablam! warning: floating-point types cannot be used in patterns Sep 19 14:23:08.482 INFO kablam! --> src/aura/mod.rs:119:14 Sep 19 14:23:08.482 INFO kablam! | Sep 19 14:23:08.482 INFO kablam! 119 | (0.0, _, None) => true, Sep 19 14:23:08.482 INFO kablam! | ^^^ Sep 19 14:23:08.482 INFO kablam! | Sep 19 14:23:08.482 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 14:23:08.482 INFO kablam! = note: for more information, see issue #41620 Sep 19 14:23:08.482 INFO kablam! Sep 19 14:23:08.918 INFO kablam! warning: floating-point types cannot be used in patterns Sep 19 14:23:08.918 INFO kablam! --> src/aura/mod.rs:119:14 Sep 19 14:23:08.918 INFO kablam! | Sep 19 14:23:08.918 INFO kablam! 119 | (0.0, _, None) => true, Sep 19 14:23:08.918 INFO kablam! | ^^^ Sep 19 14:23:08.918 INFO kablam! | Sep 19 14:23:08.918 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 19 14:23:08.918 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 14:23:08.918 INFO kablam! = note: for more information, see issue #41620 Sep 19 14:23:08.918 INFO kablam! Sep 19 14:23:08.986 INFO kablam! warning: floating-point types cannot be used in patterns Sep 19 14:23:08.986 INFO kablam! --> src/aura/mod.rs:119:14 Sep 19 14:23:08.986 INFO kablam! | Sep 19 14:23:08.986 INFO kablam! 119 | (0.0, _, None) => true, Sep 19 14:23:08.986 INFO kablam! | ^^^ Sep 19 14:23:08.986 INFO kablam! | Sep 19 14:23:08.986 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 19 14:23:08.986 INFO kablam! = note: for more information, see issue #41620 Sep 19 14:23:08.986 INFO kablam! Sep 19 14:23:09.266 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 19 14:23:09.266 INFO kablam! --> src/lib.rs:2:12 Sep 19 14:23:09.267 INFO kablam! | Sep 19 14:23:09.267 INFO kablam! 2 | #![feature(conservative_impl_trait)] Sep 19 14:23:09.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 14:23:09.268 INFO kablam! | Sep 19 14:23:09.268 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 14:23:09.268 INFO kablam! Sep 19 14:23:10.184 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 19 14:23:10.190 INFO kablam! --> src/lib.rs:2:12 Sep 19 14:23:10.190 INFO kablam! | Sep 19 14:23:10.191 INFO kablam! 2 | #![feature(conservative_impl_trait)] Sep 19 14:23:10.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 14:23:10.192 INFO kablam! | Sep 19 14:23:10.206 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 14:23:10.207 INFO kablam! Sep 19 14:23:10.932 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 37.02s Sep 19 14:23:10.958 INFO kablam! su: No module specific data is present Sep 19 14:23:12.702 INFO running `"docker" "rm" "-f" "81b0103ca0c2fa1f2e3b98928402a33a107443dae14741047cc61ca2afa74412"` Sep 19 14:23:12.814 INFO blam! 81b0103ca0c2fa1f2e3b98928402a33a107443dae14741047cc61ca2afa74412