Sep 14 19:20:30.131 INFO checking basichll-0.3.1 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 19:20:30.131 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 19:20:30.131 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-5/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-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:30.465 INFO blam! c3ef0d1a570327a4b59c4411a98413e147a43edf589cd4ca5853c97596cba0b3 Sep 14 19:20:30.467 INFO running `"docker" "start" "-a" "c3ef0d1a570327a4b59c4411a98413e147a43edf589cd4ca5853c97596cba0b3"` Sep 14 19:20:31.366 INFO kablam! usermod: no changes Sep 14 19:20:31.415 INFO kablam! Checking basichll v0.3.1 (file:///source) Sep 14 19:20:31.823 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 19:20:31.823 INFO kablam! --> src/lib.rs:12:32 Sep 14 19:20:31.823 INFO kablam! | Sep 14 19:20:31.823 INFO kablam! 12 | use std::hash::{ Hash, Hasher, SipHasher }; Sep 14 19:20:31.823 INFO kablam! | ^^^^^^^^^ Sep 14 19:20:31.831 INFO kablam! | Sep 14 19:20:31.831 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 19:20:31.831 INFO kablam! Sep 14 19:20:31.831 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 19:20:31.831 INFO kablam! --> src/lib.rs:126:26 Sep 14 19:20:31.831 INFO kablam! | Sep 14 19:20:31.831 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 14 19:20:31.831 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 19:20:31.831 INFO kablam! Sep 14 19:20:31.935 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 14 19:20:31.935 INFO kablam! --> src/lib.rs:126:26 Sep 14 19:20:31.935 INFO kablam! | Sep 14 19:20:31.935 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 14 19:20:31.935 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 19:20:31.935 INFO kablam! Sep 14 19:20:32.011 INFO kablam! warning: floating-point types cannot be used in patterns Sep 14 19:20:32.011 INFO kablam! --> src/lib.rs:167:17 Sep 14 19:20:32.011 INFO kablam! | Sep 14 19:20:32.011 INFO kablam! 167 | 0.0 => e, Sep 14 19:20:32.011 INFO kablam! | ^^^ Sep 14 19:20:32.011 INFO kablam! | Sep 14 19:20:32.011 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 14 19:20:32.011 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:32.011 INFO kablam! = note: for more information, see issue #41620 Sep 14 19:20:32.011 INFO kablam! Sep 14 19:20:32.016 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 19:20:32.016 INFO kablam! --> src/lib.rs:12:32 Sep 14 19:20:32.016 INFO kablam! | Sep 14 19:20:32.016 INFO kablam! 12 | use std::hash::{ Hash, Hasher, SipHasher }; Sep 14 19:20:32.016 INFO kablam! | ^^^^^^^^^ Sep 14 19:20:32.016 INFO kablam! | Sep 14 19:20:32.016 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 19:20:32.016 INFO kablam! Sep 14 19:20:32.016 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 14 19:20:32.016 INFO kablam! --> src/lib.rs:126:26 Sep 14 19:20:32.016 INFO kablam! | Sep 14 19:20:32.016 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 14 19:20:32.016 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 19:20:32.016 INFO kablam! Sep 14 19:20:32.021 INFO kablam! warning: floating-point types cannot be used in patterns Sep 14 19:20:32.021 INFO kablam! --> src/lib.rs:167:17 Sep 14 19:20:32.021 INFO kablam! | Sep 14 19:20:32.021 INFO kablam! 167 | 0.0 => e, Sep 14 19:20:32.021 INFO kablam! | ^^^ Sep 14 19:20:32.021 INFO kablam! | Sep 14 19:20:32.021 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:32.021 INFO kablam! = note: for more information, see issue #41620 Sep 14 19:20:32.021 INFO kablam! Sep 14 19:20:32.135 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 14 19:20:32.135 INFO kablam! --> src/lib.rs:126:26 Sep 14 19:20:32.135 INFO kablam! | Sep 14 19:20:32.135 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 14 19:20:32.135 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 19:20:32.135 INFO kablam! Sep 14 19:20:32.291 INFO kablam! warning: floating-point types cannot be used in patterns Sep 14 19:20:32.291 INFO kablam! --> src/lib.rs:167:17 Sep 14 19:20:32.291 INFO kablam! | Sep 14 19:20:32.291 INFO kablam! 167 | 0.0 => e, Sep 14 19:20:32.291 INFO kablam! | ^^^ Sep 14 19:20:32.291 INFO kablam! | Sep 14 19:20:32.291 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 14 19:20:32.291 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:32.291 INFO kablam! = note: for more information, see issue #41620 Sep 14 19:20:32.291 INFO kablam! Sep 14 19:20:32.302 INFO kablam! warning: floating-point types cannot be used in patterns Sep 14 19:20:32.302 INFO kablam! --> src/lib.rs:167:17 Sep 14 19:20:32.302 INFO kablam! | Sep 14 19:20:32.302 INFO kablam! 167 | 0.0 => e, Sep 14 19:20:32.302 INFO kablam! | ^^^ Sep 14 19:20:32.304 INFO kablam! | Sep 14 19:20:32.304 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:32.304 INFO kablam! = note: for more information, see issue #41620 Sep 14 19:20:32.304 INFO kablam! Sep 14 19:20:32.415 INFO kablam! error: expected identifier, found `"basic-hll"` Sep 14 19:20:32.415 INFO kablam! --> benches/bench.rs:3:14 Sep 14 19:20:32.415 INFO kablam! | Sep 14 19:20:32.415 INFO kablam! 3 | extern crate "basic-hll" as hll; Sep 14 19:20:32.415 INFO kablam! | ^^^^^^^^^^^ expected identifier Sep 14 19:20:32.415 INFO kablam! Sep 14 19:20:32.415 INFO kablam! error: aborting due to previous error Sep 14 19:20:32.415 INFO kablam! Sep 14 19:20:32.419 INFO kablam! error: Could not compile `basichll`. Sep 14 19:20:32.419 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 19:20:33.517 INFO kablam! error: build failed Sep 14 19:20:33.519 INFO kablam! su: No module specific data is present Sep 14 19:20:34.475 INFO running `"docker" "rm" "-f" "c3ef0d1a570327a4b59c4411a98413e147a43edf589cd4ca5853c97596cba0b3"` Sep 14 19:20:34.778 INFO blam! c3ef0d1a570327a4b59c4411a98413e147a43edf589cd4ca5853c97596cba0b3