Sep 10 22:20:45.166 INFO checking basichll-0.3.1 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 22:20:45.166 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 22:20:45.166 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-6/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 22:20:45.358 INFO blam! 15d17f5c87bd373d09de51af893850ae43fa5ef2013f7d04f573163c68032ef1 Sep 10 22:20:45.358 INFO running `"docker" "start" "-a" "15d17f5c87bd373d09de51af893850ae43fa5ef2013f7d04f573163c68032ef1"` Sep 10 22:20:46.560 INFO kablam! usermod: no changes Sep 10 22:20:46.618 INFO kablam! Checking basichll v0.3.1 (file:///source) Sep 10 22:20:46.966 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 10 22:20:46.966 INFO kablam! --> src/lib.rs:12:32 Sep 10 22:20:46.966 INFO kablam! | Sep 10 22:20:46.966 INFO kablam! 12 | use std::hash::{ Hash, Hasher, SipHasher }; Sep 10 22:20:46.966 INFO kablam! | ^^^^^^^^^ Sep 10 22:20:46.966 INFO kablam! | Sep 10 22:20:46.966 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 22:20:46.966 INFO kablam! Sep 10 22:20:46.966 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 10 22:20:46.966 INFO kablam! --> src/lib.rs:126:26 Sep 10 22:20:46.966 INFO kablam! | Sep 10 22:20:46.966 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 10 22:20:46.966 INFO kablam! | ^^^^^^^^^^^^^^ Sep 10 22:20:46.966 INFO kablam! Sep 10 22:20:47.046 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 10 22:20:47.046 INFO kablam! --> src/lib.rs:126:26 Sep 10 22:20:47.046 INFO kablam! | Sep 10 22:20:47.046 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 10 22:20:47.046 INFO kablam! | ^^^^^^^^^^^^^^ Sep 10 22:20:47.046 INFO kablam! Sep 10 22:20:47.083 INFO kablam! warning: floating-point types cannot be used in patterns Sep 10 22:20:47.083 INFO kablam! --> src/lib.rs:167:17 Sep 10 22:20:47.083 INFO kablam! | Sep 10 22:20:47.083 INFO kablam! 167 | 0.0 => e, Sep 10 22:20:47.083 INFO kablam! | ^^^ Sep 10 22:20:47.083 INFO kablam! | Sep 10 22:20:47.083 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 10 22:20:47.083 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 10 22:20:47.083 INFO kablam! = note: for more information, see issue #41620 Sep 10 22:20:47.083 INFO kablam! Sep 10 22:20:47.090 INFO kablam! warning: floating-point types cannot be used in patterns Sep 10 22:20:47.090 INFO kablam! --> src/lib.rs:167:17 Sep 10 22:20:47.090 INFO kablam! | Sep 10 22:20:47.090 INFO kablam! 167 | 0.0 => e, Sep 10 22:20:47.090 INFO kablam! | ^^^ Sep 10 22:20:47.090 INFO kablam! | Sep 10 22:20:47.090 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 10 22:20:47.090 INFO kablam! = note: for more information, see issue #41620 Sep 10 22:20:47.090 INFO kablam! Sep 10 22:20:47.702 INFO kablam! error: expected identifier, found `"basic-hll"` Sep 10 22:20:47.702 INFO kablam! --> benches/bench.rs:3:14 Sep 10 22:20:47.702 INFO kablam! | Sep 10 22:20:47.702 INFO kablam! 3 | extern crate "basic-hll" as hll; Sep 10 22:20:47.702 INFO kablam! | ^^^^^^^^^^^ expected identifier Sep 10 22:20:47.702 INFO kablam! Sep 10 22:20:47.703 INFO kablam! error: aborting due to previous error Sep 10 22:20:47.703 INFO kablam! Sep 10 22:20:47.725 INFO kablam! error: Could not compile `basichll`. Sep 10 22:20:47.726 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 22:20:47.841 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 10 22:20:47.841 INFO kablam! --> src/lib.rs:12:32 Sep 10 22:20:47.841 INFO kablam! | Sep 10 22:20:47.841 INFO kablam! 12 | use std::hash::{ Hash, Hasher, SipHasher }; Sep 10 22:20:47.841 INFO kablam! | ^^^^^^^^^ Sep 10 22:20:47.841 INFO kablam! | Sep 10 22:20:47.841 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 22:20:47.841 INFO kablam! Sep 10 22:20:47.841 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 10 22:20:47.841 INFO kablam! --> src/lib.rs:126:26 Sep 10 22:20:47.841 INFO kablam! | Sep 10 22:20:47.841 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 10 22:20:47.841 INFO kablam! | ^^^^^^^^^^^^^^ Sep 10 22:20:47.841 INFO kablam! Sep 10 22:20:48.126 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 10 22:20:48.126 INFO kablam! --> src/lib.rs:126:26 Sep 10 22:20:48.126 INFO kablam! | Sep 10 22:20:48.126 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 10 22:20:48.126 INFO kablam! | ^^^^^^^^^^^^^^ Sep 10 22:20:48.126 INFO kablam! Sep 10 22:20:48.314 INFO kablam! warning: floating-point types cannot be used in patterns Sep 10 22:20:48.314 INFO kablam! --> src/lib.rs:167:17 Sep 10 22:20:48.314 INFO kablam! | Sep 10 22:20:48.314 INFO kablam! 167 | 0.0 => e, Sep 10 22:20:48.314 INFO kablam! | ^^^ Sep 10 22:20:48.314 INFO kablam! | Sep 10 22:20:48.314 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 10 22:20:48.314 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 10 22:20:48.314 INFO kablam! = note: for more information, see issue #41620 Sep 10 22:20:48.314 INFO kablam! Sep 10 22:20:48.374 INFO kablam! warning: floating-point types cannot be used in patterns Sep 10 22:20:48.374 INFO kablam! --> src/lib.rs:167:17 Sep 10 22:20:48.374 INFO kablam! | Sep 10 22:20:48.374 INFO kablam! 167 | 0.0 => e, Sep 10 22:20:48.374 INFO kablam! | ^^^ Sep 10 22:20:48.374 INFO kablam! | Sep 10 22:20:48.374 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 10 22:20:48.374 INFO kablam! = note: for more information, see issue #41620 Sep 10 22:20:48.374 INFO kablam! Sep 10 22:20:49.151 INFO kablam! error: build failed Sep 10 22:20:49.153 INFO kablam! su: No module specific data is present Sep 10 22:20:50.169 INFO running `"docker" "rm" "-f" "15d17f5c87bd373d09de51af893850ae43fa5ef2013f7d04f573163c68032ef1"` Sep 10 22:20:50.283 INFO blam! 15d17f5c87bd373d09de51af893850ae43fa5ef2013f7d04f573163c68032ef1