Sep 14 19:20:29.392 INFO checking basichll-0.3.1 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 19:20:29.392 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 19:20:29.392 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-6/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 19:20:29.710 INFO blam! 7574e8607a0aac09bc6e42be52b101fb2dc9eaee6b89548078789e7c7437ffea Sep 14 19:20:29.723 INFO running `"docker" "start" "-a" "7574e8607a0aac09bc6e42be52b101fb2dc9eaee6b89548078789e7c7437ffea"` Sep 14 19:20:30.706 INFO kablam! usermod: no changes Sep 14 19:20:30.748 INFO kablam! Checking basichll v0.3.1 (file:///source) Sep 14 19:20:31.099 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 19:20:31.099 INFO kablam! --> src/lib.rs:12:32 Sep 14 19:20:31.099 INFO kablam! | Sep 14 19:20:31.099 INFO kablam! 12 | use std::hash::{ Hash, Hasher, SipHasher }; Sep 14 19:20:31.099 INFO kablam! | ^^^^^^^^^ Sep 14 19:20:31.099 INFO kablam! | Sep 14 19:20:31.099 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 19:20:31.099 INFO kablam! Sep 14 19:20:31.099 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 19:20:31.099 INFO kablam! --> src/lib.rs:126:26 Sep 14 19:20:31.099 INFO kablam! | Sep 14 19:20:31.099 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 14 19:20:31.099 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 19:20:31.099 INFO kablam! Sep 14 19:20:31.170 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 14 19:20:31.170 INFO kablam! --> src/lib.rs:126:26 Sep 14 19:20:31.170 INFO kablam! | Sep 14 19:20:31.170 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 14 19:20:31.170 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 19:20:31.170 INFO kablam! Sep 14 19:20:31.175 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 19:20:31.175 INFO kablam! --> src/lib.rs:12:32 Sep 14 19:20:31.175 INFO kablam! | Sep 14 19:20:31.175 INFO kablam! 12 | use std::hash::{ Hash, Hasher, SipHasher }; Sep 14 19:20:31.177 INFO kablam! | ^^^^^^^^^ Sep 14 19:20:31.177 INFO kablam! | Sep 14 19:20:31.177 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 19:20:31.177 INFO kablam! Sep 14 19:20:31.177 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 19:20:31.177 INFO kablam! --> src/lib.rs:126:26 Sep 14 19:20:31.177 INFO kablam! | Sep 14 19:20:31.177 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 14 19:20:31.178 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 19:20:31.178 INFO kablam! Sep 14 19:20:31.206 INFO kablam! warning: floating-point types cannot be used in patterns Sep 14 19:20:31.207 INFO kablam! --> src/lib.rs:167:17 Sep 14 19:20:31.207 INFO kablam! | Sep 14 19:20:31.207 INFO kablam! 167 | 0.0 => e, Sep 14 19:20:31.207 INFO kablam! | ^^^ Sep 14 19:20:31.207 INFO kablam! | Sep 14 19:20:31.207 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 14 19:20:31.207 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 14 19:20:31.207 INFO kablam! = note: for more information, see issue #41620 Sep 14 19:20:31.207 INFO kablam! Sep 14 19:20:31.213 INFO kablam! warning: floating-point types cannot be used in patterns Sep 14 19:20:31.213 INFO kablam! --> src/lib.rs:167:17 Sep 14 19:20:31.213 INFO kablam! | Sep 14 19:20:31.213 INFO kablam! 167 | 0.0 => e, Sep 14 19:20:31.213 INFO kablam! | ^^^ Sep 14 19:20:31.213 INFO kablam! | Sep 14 19:20:31.214 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 14 19:20:31.214 INFO kablam! = note: for more information, see issue #41620 Sep 14 19:20:31.214 INFO kablam! Sep 14 19:20:31.238 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 14 19:20:31.239 INFO kablam! --> src/lib.rs:126:26 Sep 14 19:20:31.239 INFO kablam! | Sep 14 19:20:31.239 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 14 19:20:31.239 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 19:20:31.239 INFO kablam! Sep 14 19:20:31.282 INFO kablam! warning: floating-point types cannot be used in patterns Sep 14 19:20:31.283 INFO kablam! --> src/lib.rs:167:17 Sep 14 19:20:31.283 INFO kablam! | Sep 14 19:20:31.283 INFO kablam! 167 | 0.0 => e, Sep 14 19:20:31.283 INFO kablam! | ^^^ Sep 14 19:20:31.283 INFO kablam! | Sep 14 19:20:31.283 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 14 19:20:31.283 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 14 19:20:31.283 INFO kablam! = note: for more information, see issue #41620 Sep 14 19:20:31.283 INFO kablam! Sep 14 19:20:31.307 INFO kablam! warning: floating-point types cannot be used in patterns Sep 14 19:20:31.307 INFO kablam! --> src/lib.rs:167:17 Sep 14 19:20:31.307 INFO kablam! | Sep 14 19:20:31.307 INFO kablam! 167 | 0.0 => e, Sep 14 19:20:31.307 INFO kablam! | ^^^ Sep 14 19:20:31.307 INFO kablam! | Sep 14 19:20:31.307 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 14 19:20:31.307 INFO kablam! = note: for more information, see issue #41620 Sep 14 19:20:31.307 INFO kablam! Sep 14 19:20:31.494 INFO kablam! error: expected identifier, found `"basic-hll"` Sep 14 19:20:31.495 INFO kablam! --> benches/bench.rs:3:14 Sep 14 19:20:31.495 INFO kablam! | Sep 14 19:20:31.495 INFO kablam! 3 | extern crate "basic-hll" as hll; Sep 14 19:20:31.495 INFO kablam! | ^^^^^^^^^^^ expected identifier Sep 14 19:20:31.495 INFO kablam! Sep 14 19:20:31.495 INFO kablam! error: aborting due to previous error Sep 14 19:20:31.495 INFO kablam! Sep 14 19:20:31.503 INFO kablam! error: Could not compile `basichll`. Sep 14 19:20:31.503 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 19:20:32.517 INFO kablam! error: build failed Sep 14 19:20:32.518 INFO kablam! su: No module specific data is present Sep 14 19:20:33.613 INFO running `"docker" "rm" "-f" "7574e8607a0aac09bc6e42be52b101fb2dc9eaee6b89548078789e7c7437ffea"` Sep 14 19:20:33.839 INFO blam! 7574e8607a0aac09bc6e42be52b101fb2dc9eaee6b89548078789e7c7437ffea