Sep 18 03:23:05.164 INFO checking basichll-0.3.1 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 03:23:05.164 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 03:23:05.164 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 03:23:05.522 INFO blam! 9329ce05ef9c5077c81e1ee32a9147a984d5a268836e793212cdd41a59be7dbc Sep 18 03:23:05.525 INFO running `"docker" "start" "-a" "9329ce05ef9c5077c81e1ee32a9147a984d5a268836e793212cdd41a59be7dbc"` Sep 18 03:23:06.884 INFO kablam! usermod: no changes Sep 18 03:23:06.962 INFO kablam! Checking basichll v0.3.1 (/source) Sep 18 03:23:07.571 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 18 03:23:07.571 INFO kablam! --> src/lib.rs:12:32 Sep 18 03:23:07.571 INFO kablam! | Sep 18 03:23:07.571 INFO kablam! 12 | use std::hash::{ Hash, Hasher, SipHasher }; Sep 18 03:23:07.571 INFO kablam! | ^^^^^^^^^ Sep 18 03:23:07.571 INFO kablam! | Sep 18 03:23:07.571 INFO kablam! = note: #[warn(deprecated)] on by default Sep 18 03:23:07.571 INFO kablam! Sep 18 03:23:07.571 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 18 03:23:07.571 INFO kablam! --> src/lib.rs:126:26 Sep 18 03:23:07.571 INFO kablam! | Sep 18 03:23:07.571 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 18 03:23:07.571 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 03:23:07.571 INFO kablam! Sep 18 03:23:07.626 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 18 03:23:07.626 INFO kablam! --> src/lib.rs:126:26 Sep 18 03:23:07.626 INFO kablam! | Sep 18 03:23:07.626 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 18 03:23:07.626 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 03:23:07.626 INFO kablam! Sep 18 03:23:07.643 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 18 03:23:07.643 INFO kablam! --> src/lib.rs:12:32 Sep 18 03:23:07.643 INFO kablam! | Sep 18 03:23:07.643 INFO kablam! 12 | use std::hash::{ Hash, Hasher, SipHasher }; Sep 18 03:23:07.643 INFO kablam! | ^^^^^^^^^ Sep 18 03:23:07.643 INFO kablam! | Sep 18 03:23:07.643 INFO kablam! = note: #[warn(deprecated)] on by default Sep 18 03:23:07.643 INFO kablam! Sep 18 03:23:07.650 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 18 03:23:07.650 INFO kablam! --> src/lib.rs:126:26 Sep 18 03:23:07.650 INFO kablam! | Sep 18 03:23:07.650 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 18 03:23:07.650 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 03:23:07.650 INFO kablam! Sep 18 03:23:07.660 INFO kablam! warning: floating-point types cannot be used in patterns Sep 18 03:23:07.660 INFO kablam! --> src/lib.rs:167:17 Sep 18 03:23:07.660 INFO kablam! | Sep 18 03:23:07.660 INFO kablam! 167 | 0.0 => e, Sep 18 03:23:07.660 INFO kablam! | ^^^ Sep 18 03:23:07.660 INFO kablam! | Sep 18 03:23:07.663 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 18 03:23:07.663 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 18 03:23:07.663 INFO kablam! = note: for more information, see issue #41620 Sep 18 03:23:07.663 INFO kablam! Sep 18 03:23:07.671 INFO kablam! warning: floating-point types cannot be used in patterns Sep 18 03:23:07.671 INFO kablam! --> src/lib.rs:167:17 Sep 18 03:23:07.671 INFO kablam! | Sep 18 03:23:07.671 INFO kablam! 167 | 0.0 => e, Sep 18 03:23:07.671 INFO kablam! | ^^^ Sep 18 03:23:07.671 INFO kablam! | Sep 18 03:23:07.671 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 18 03:23:07.671 INFO kablam! = note: for more information, see issue #41620 Sep 18 03:23:07.671 INFO kablam! Sep 18 03:23:07.943 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 18 03:23:07.943 INFO kablam! --> src/lib.rs:126:26 Sep 18 03:23:07.943 INFO kablam! | Sep 18 03:23:07.943 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 18 03:23:07.943 INFO kablam! | ^^^^^^^^^^^^^^ Sep 18 03:23:07.943 INFO kablam! Sep 18 03:23:08.039 INFO kablam! error: expected identifier, found `"basic-hll"` Sep 18 03:23:08.039 INFO kablam! --> benches/bench.rs:3:14 Sep 18 03:23:08.039 INFO kablam! | Sep 18 03:23:08.039 INFO kablam! 3 | extern crate "basic-hll" as hll; Sep 18 03:23:08.039 INFO kablam! | ^^^^^^^^^^^ expected identifier Sep 18 03:23:08.039 INFO kablam! Sep 18 03:23:08.039 INFO kablam! error: aborting due to previous error Sep 18 03:23:08.039 INFO kablam! Sep 18 03:23:08.039 INFO kablam! error: Could not compile `basichll`. Sep 18 03:23:08.039 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 03:23:08.179 INFO kablam! warning: floating-point types cannot be used in patterns Sep 18 03:23:08.179 INFO kablam! --> src/lib.rs:167:17 Sep 18 03:23:08.179 INFO kablam! | Sep 18 03:23:08.179 INFO kablam! 167 | 0.0 => e, Sep 18 03:23:08.179 INFO kablam! | ^^^ Sep 18 03:23:08.199 INFO kablam! | Sep 18 03:23:08.199 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 18 03:23:08.199 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 18 03:23:08.199 INFO kablam! = note: for more information, see issue #41620 Sep 18 03:23:08.199 INFO kablam! Sep 18 03:23:08.239 INFO kablam! warning: floating-point types cannot be used in patterns Sep 18 03:23:08.239 INFO kablam! --> src/lib.rs:167:17 Sep 18 03:23:08.239 INFO kablam! | Sep 18 03:23:08.239 INFO kablam! 167 | 0.0 => e, Sep 18 03:23:08.239 INFO kablam! | ^^^ Sep 18 03:23:08.239 INFO kablam! | Sep 18 03:23:08.239 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 18 03:23:08.239 INFO kablam! = note: for more information, see issue #41620 Sep 18 03:23:08.239 INFO kablam! Sep 18 03:23:09.704 INFO kablam! error: build failed Sep 18 03:23:09.705 INFO kablam! su: No module specific data is present Sep 18 03:23:10.632 INFO running `"docker" "rm" "-f" "9329ce05ef9c5077c81e1ee32a9147a984d5a268836e793212cdd41a59be7dbc"` Sep 18 03:23:10.946 INFO blam! 9329ce05ef9c5077c81e1ee32a9147a984d5a268836e793212cdd41a59be7dbc