Sep 02 20:03:04.705 INFO checking basichll-0.3.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 20:03:04.705 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 20:03:04.705 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 20:03:04.954 INFO blam! e4fc3e18067504f9b8595a7270d121c9f8e83aee916fbc1ae744b688172b7dba Sep 02 20:03:04.956 INFO running `"docker" "start" "-a" "e4fc3e18067504f9b8595a7270d121c9f8e83aee916fbc1ae744b688172b7dba"` Sep 02 20:03:05.854 INFO kablam! Checking basichll v0.3.1 (file:///source) Sep 02 20:03:06.702 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 02 20:03:06.702 INFO kablam! --> src/lib.rs:12:32 Sep 02 20:03:06.702 INFO kablam! | Sep 02 20:03:06.702 INFO kablam! 12 | use std::hash::{ Hash, Hasher, SipHasher }; Sep 02 20:03:06.702 INFO kablam! | ^^^^^^^^^ Sep 02 20:03:06.702 INFO kablam! | Sep 02 20:03:06.702 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 20:03:06.702 INFO kablam! Sep 02 20:03:06.703 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 02 20:03:06.703 INFO kablam! --> src/lib.rs:126:26 Sep 02 20:03:06.703 INFO kablam! | Sep 02 20:03:06.703 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 02 20:03:06.703 INFO kablam! | ^^^^^^^^^^^^^^ Sep 02 20:03:06.703 INFO kablam! Sep 02 20:03:06.881 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 02 20:03:06.881 INFO kablam! --> src/lib.rs:126:26 Sep 02 20:03:06.881 INFO kablam! | Sep 02 20:03:06.881 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 02 20:03:06.881 INFO kablam! | ^^^^^^^^^^^^^^ Sep 02 20:03:06.881 INFO kablam! Sep 02 20:03:06.919 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 02 20:03:06.919 INFO kablam! --> src/lib.rs:12:32 Sep 02 20:03:06.919 INFO kablam! | Sep 02 20:03:06.919 INFO kablam! 12 | use std::hash::{ Hash, Hasher, SipHasher }; Sep 02 20:03:06.919 INFO kablam! | ^^^^^^^^^ Sep 02 20:03:06.919 INFO kablam! | Sep 02 20:03:06.920 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 20:03:06.920 INFO kablam! Sep 02 20:03:06.920 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 02 20:03:06.920 INFO kablam! --> src/lib.rs:126:26 Sep 02 20:03:06.920 INFO kablam! | Sep 02 20:03:06.920 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 02 20:03:06.920 INFO kablam! | ^^^^^^^^^^^^^^ Sep 02 20:03:06.920 INFO kablam! Sep 02 20:03:06.984 INFO kablam! warning: floating-point types cannot be used in patterns Sep 02 20:03:06.984 INFO kablam! --> src/lib.rs:167:17 Sep 02 20:03:06.984 INFO kablam! | Sep 02 20:03:06.984 INFO kablam! 167 | 0.0 => e, Sep 02 20:03:06.984 INFO kablam! | ^^^ Sep 02 20:03:06.985 INFO kablam! | Sep 02 20:03:06.985 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 02 20:03:06.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 02 20:03:06.986 INFO kablam! = note: for more information, see issue #41620 Sep 02 20:03:06.986 INFO kablam! Sep 02 20:03:07.006 INFO kablam! warning: floating-point types cannot be used in patterns Sep 02 20:03:07.006 INFO kablam! --> src/lib.rs:167:17 Sep 02 20:03:07.006 INFO kablam! | Sep 02 20:03:07.006 INFO kablam! 167 | 0.0 => e, Sep 02 20:03:07.006 INFO kablam! | ^^^ Sep 02 20:03:07.006 INFO kablam! | Sep 02 20:03:07.006 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 02 20:03:07.006 INFO kablam! = note: for more information, see issue #41620 Sep 02 20:03:07.006 INFO kablam! Sep 02 20:03:07.068 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 02 20:03:07.068 INFO kablam! --> src/lib.rs:126:26 Sep 02 20:03:07.068 INFO kablam! | Sep 02 20:03:07.068 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 02 20:03:07.068 INFO kablam! | ^^^^^^^^^^^^^^ Sep 02 20:03:07.068 INFO kablam! Sep 02 20:03:07.168 INFO kablam! warning: floating-point types cannot be used in patterns Sep 02 20:03:07.168 INFO kablam! --> src/lib.rs:167:17 Sep 02 20:03:07.168 INFO kablam! | Sep 02 20:03:07.168 INFO kablam! 167 | 0.0 => e, Sep 02 20:03:07.168 INFO kablam! | ^^^ Sep 02 20:03:07.168 INFO kablam! | Sep 02 20:03:07.169 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 02 20:03:07.169 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 02 20:03:07.170 INFO kablam! = note: for more information, see issue #41620 Sep 02 20:03:07.170 INFO kablam! Sep 02 20:03:07.204 INFO kablam! warning: floating-point types cannot be used in patterns Sep 02 20:03:07.204 INFO kablam! --> src/lib.rs:167:17 Sep 02 20:03:07.204 INFO kablam! | Sep 02 20:03:07.204 INFO kablam! 167 | 0.0 => e, Sep 02 20:03:07.204 INFO kablam! | ^^^ Sep 02 20:03:07.218 INFO kablam! | Sep 02 20:03:07.219 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 02 20:03:07.219 INFO kablam! = note: for more information, see issue #41620 Sep 02 20:03:07.220 INFO kablam! Sep 02 20:03:07.226 INFO kablam! error: expected identifier, found `"basic-hll"` Sep 02 20:03:07.226 INFO kablam! --> benches/bench.rs:3:14 Sep 02 20:03:07.226 INFO kablam! | Sep 02 20:03:07.226 INFO kablam! 3 | extern crate "basic-hll" as hll; Sep 02 20:03:07.226 INFO kablam! | ^^^^^^^^^^^ expected identifier Sep 02 20:03:07.226 INFO kablam! Sep 02 20:03:07.226 INFO kablam! error: aborting due to previous error Sep 02 20:03:07.226 INFO kablam! Sep 02 20:03:07.244 INFO kablam! error: Could not compile `basichll`. Sep 02 20:03:07.245 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 20:03:08.895 INFO kablam! error: build failed Sep 02 20:03:08.896 INFO kablam! su: No module specific data is present Sep 02 20:03:09.319 INFO running `"docker" "rm" "-f" "e4fc3e18067504f9b8595a7270d121c9f8e83aee916fbc1ae744b688172b7dba"` Sep 02 20:03:09.434 INFO blam! e4fc3e18067504f9b8595a7270d121c9f8e83aee916fbc1ae744b688172b7dba