Sep 01 09:56:38.180 INFO checking basichll-0.3.1 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 09:56:38.180 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 09:56:38.180 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-1/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 09:56:38.365 INFO blam! 678f1497ef26b77cfb04ad556bdbe1cf2dc204cf74516d8181f3ff5dd8ea5980 Sep 01 09:56:38.367 INFO running `"docker" "start" "-a" "678f1497ef26b77cfb04ad556bdbe1cf2dc204cf74516d8181f3ff5dd8ea5980"` Sep 01 09:56:38.941 INFO kablam! Checking basichll v0.3.1 (file:///source) Sep 01 09:56:39.465 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 01 09:56:39.465 INFO kablam! --> src/lib.rs:12:32 Sep 01 09:56:39.465 INFO kablam! | Sep 01 09:56:39.465 INFO kablam! 12 | use std::hash::{ Hash, Hasher, SipHasher }; Sep 01 09:56:39.465 INFO kablam! | ^^^^^^^^^ Sep 01 09:56:39.465 INFO kablam! | Sep 01 09:56:39.465 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 09:56:39.465 INFO kablam! Sep 01 09:56:39.465 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 01 09:56:39.465 INFO kablam! --> src/lib.rs:126:26 Sep 01 09:56:39.465 INFO kablam! | Sep 01 09:56:39.465 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 01 09:56:39.465 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 09:56:39.465 INFO kablam! Sep 01 09:56:39.559 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 01 09:56:39.559 INFO kablam! --> src/lib.rs:126:26 Sep 01 09:56:39.559 INFO kablam! | Sep 01 09:56:39.559 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 01 09:56:39.559 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 09:56:39.559 INFO kablam! Sep 01 09:56:39.614 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 09:56:39.614 INFO kablam! --> src/lib.rs:167:17 Sep 01 09:56:39.615 INFO kablam! | Sep 01 09:56:39.615 INFO kablam! 167 | 0.0 => e, Sep 01 09:56:39.615 INFO kablam! | ^^^ Sep 01 09:56:39.615 INFO kablam! | Sep 01 09:56:39.615 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 01 09:56:39.615 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 01 09:56:39.615 INFO kablam! = note: for more information, see issue #41620 Sep 01 09:56:39.615 INFO kablam! Sep 01 09:56:39.626 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 09:56:39.626 INFO kablam! --> src/lib.rs:167:17 Sep 01 09:56:39.626 INFO kablam! | Sep 01 09:56:39.626 INFO kablam! 167 | 0.0 => e, Sep 01 09:56:39.626 INFO kablam! | ^^^ Sep 01 09:56:39.626 INFO kablam! | Sep 01 09:56:39.626 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 01 09:56:39.626 INFO kablam! = note: for more information, see issue #41620 Sep 01 09:56:39.626 INFO kablam! Sep 01 09:56:39.739 INFO kablam! error: expected identifier, found `"basic-hll"` Sep 01 09:56:39.739 INFO kablam! --> benches/bench.rs:3:14 Sep 01 09:56:39.739 INFO kablam! | Sep 01 09:56:39.739 INFO kablam! 3 | extern crate "basic-hll" as hll; Sep 01 09:56:39.739 INFO kablam! | ^^^^^^^^^^^ expected identifier Sep 01 09:56:39.739 INFO kablam! Sep 01 09:56:39.739 INFO kablam! error: aborting due to previous error Sep 01 09:56:39.740 INFO kablam! Sep 01 09:56:39.744 INFO kablam! error: Could not compile `basichll`. Sep 01 09:56:39.745 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 09:56:39.765 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 01 09:56:39.765 INFO kablam! --> src/lib.rs:12:32 Sep 01 09:56:39.765 INFO kablam! | Sep 01 09:56:39.765 INFO kablam! 12 | use std::hash::{ Hash, Hasher, SipHasher }; Sep 01 09:56:39.765 INFO kablam! | ^^^^^^^^^ Sep 01 09:56:39.765 INFO kablam! | Sep 01 09:56:39.765 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 09:56:39.765 INFO kablam! Sep 01 09:56:39.765 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 01 09:56:39.765 INFO kablam! --> src/lib.rs:126:26 Sep 01 09:56:39.765 INFO kablam! | Sep 01 09:56:39.765 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 01 09:56:39.765 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 09:56:39.766 INFO kablam! Sep 01 09:56:39.932 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 01 09:56:39.932 INFO kablam! --> src/lib.rs:126:26 Sep 01 09:56:39.932 INFO kablam! | Sep 01 09:56:39.932 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 01 09:56:39.932 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 09:56:39.933 INFO kablam! Sep 01 09:56:40.030 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 09:56:40.030 INFO kablam! --> src/lib.rs:167:17 Sep 01 09:56:40.030 INFO kablam! | Sep 01 09:56:40.030 INFO kablam! 167 | 0.0 => e, Sep 01 09:56:40.030 INFO kablam! | ^^^ Sep 01 09:56:40.031 INFO kablam! | Sep 01 09:56:40.031 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 01 09:56:40.032 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 01 09:56:40.032 INFO kablam! = note: for more information, see issue #41620 Sep 01 09:56:40.032 INFO kablam! Sep 01 09:56:40.052 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 09:56:40.052 INFO kablam! --> src/lib.rs:167:17 Sep 01 09:56:40.052 INFO kablam! | Sep 01 09:56:40.052 INFO kablam! 167 | 0.0 => e, Sep 01 09:56:40.052 INFO kablam! | ^^^ Sep 01 09:56:40.053 INFO kablam! | Sep 01 09:56:40.053 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 01 09:56:40.053 INFO kablam! = note: for more information, see issue #41620 Sep 01 09:56:40.054 INFO kablam! Sep 01 09:56:41.157 INFO kablam! error: build failed Sep 01 09:56:41.159 INFO kablam! su: No module specific data is present Sep 01 09:56:41.532 INFO running `"docker" "rm" "-f" "678f1497ef26b77cfb04ad556bdbe1cf2dc204cf74516d8181f3ff5dd8ea5980"` Sep 01 09:56:41.649 INFO blam! 678f1497ef26b77cfb04ad556bdbe1cf2dc204cf74516d8181f3ff5dd8ea5980