Sep 02 20:03:02.585 INFO checking basichll-0.3.1 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 20:03:02.585 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 20:03:02.585 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-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:02.826 INFO blam! 5721c9ab1e304aaba25cbfd907f9010281344bf33d65b7159c0809b89d02da13 Sep 02 20:03:02.828 INFO running `"docker" "start" "-a" "5721c9ab1e304aaba25cbfd907f9010281344bf33d65b7159c0809b89d02da13"` Sep 02 20:03:03.555 INFO kablam! Checking basichll v0.3.1 (file:///source) Sep 02 20:03:04.299 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 02 20:03:04.299 INFO kablam! --> src/lib.rs:12:32 Sep 02 20:03:04.299 INFO kablam! | Sep 02 20:03:04.299 INFO kablam! 12 | use std::hash::{ Hash, Hasher, SipHasher }; Sep 02 20:03:04.299 INFO kablam! | ^^^^^^^^^ Sep 02 20:03:04.299 INFO kablam! | Sep 02 20:03:04.299 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 20:03:04.299 INFO kablam! Sep 02 20:03:04.300 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 02 20:03:04.300 INFO kablam! --> src/lib.rs:126:26 Sep 02 20:03:04.300 INFO kablam! | Sep 02 20:03:04.300 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 02 20:03:04.300 INFO kablam! | ^^^^^^^^^^^^^^ Sep 02 20:03:04.300 INFO kablam! Sep 02 20:03:04.473 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 02 20:03:04.473 INFO kablam! --> src/lib.rs:126:26 Sep 02 20:03:04.473 INFO kablam! | Sep 02 20:03:04.473 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 02 20:03:04.473 INFO kablam! | ^^^^^^^^^^^^^^ Sep 02 20:03:04.473 INFO kablam! Sep 02 20:03:04.476 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 02 20:03:04.476 INFO kablam! --> src/lib.rs:12:32 Sep 02 20:03:04.476 INFO kablam! | Sep 02 20:03:04.476 INFO kablam! 12 | use std::hash::{ Hash, Hasher, SipHasher }; Sep 02 20:03:04.476 INFO kablam! | ^^^^^^^^^ Sep 02 20:03:04.476 INFO kablam! | Sep 02 20:03:04.476 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 20:03:04.476 INFO kablam! Sep 02 20:03:04.477 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 02 20:03:04.477 INFO kablam! --> src/lib.rs:126:26 Sep 02 20:03:04.477 INFO kablam! | Sep 02 20:03:04.477 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 02 20:03:04.477 INFO kablam! | ^^^^^^^^^^^^^^ Sep 02 20:03:04.477 INFO kablam! Sep 02 20:03:04.571 INFO kablam! warning: floating-point types cannot be used in patterns Sep 02 20:03:04.571 INFO kablam! --> src/lib.rs:167:17 Sep 02 20:03:04.571 INFO kablam! | Sep 02 20:03:04.571 INFO kablam! 167 | 0.0 => e, Sep 02 20:03:04.571 INFO kablam! | ^^^ Sep 02 20:03:04.571 INFO kablam! | Sep 02 20:03:04.572 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 02 20:03:04.572 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:04.572 INFO kablam! = note: for more information, see issue #41620 Sep 02 20:03:04.572 INFO kablam! Sep 02 20:03:04.592 INFO kablam! warning: floating-point types cannot be used in patterns Sep 02 20:03:04.592 INFO kablam! --> src/lib.rs:167:17 Sep 02 20:03:04.592 INFO kablam! | Sep 02 20:03:04.592 INFO kablam! 167 | 0.0 => e, Sep 02 20:03:04.592 INFO kablam! | ^^^ Sep 02 20:03:04.592 INFO kablam! | Sep 02 20:03:04.593 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:04.593 INFO kablam! = note: for more information, see issue #41620 Sep 02 20:03:04.594 INFO kablam! Sep 02 20:03:04.662 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 02 20:03:04.662 INFO kablam! --> src/lib.rs:126:26 Sep 02 20:03:04.662 INFO kablam! | Sep 02 20:03:04.662 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 02 20:03:04.662 INFO kablam! | ^^^^^^^^^^^^^^ Sep 02 20:03:04.662 INFO kablam! Sep 02 20:03:04.814 INFO kablam! warning: floating-point types cannot be used in patterns Sep 02 20:03:04.814 INFO kablam! --> src/lib.rs:167:17 Sep 02 20:03:04.814 INFO kablam! | Sep 02 20:03:04.814 INFO kablam! 167 | 0.0 => e, Sep 02 20:03:04.814 INFO kablam! | ^^^ Sep 02 20:03:04.815 INFO kablam! | Sep 02 20:03:04.815 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 02 20:03:04.816 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:04.816 INFO kablam! = note: for more information, see issue #41620 Sep 02 20:03:04.817 INFO kablam! Sep 02 20:03:04.834 INFO kablam! error: expected identifier, found `"basic-hll"` Sep 02 20:03:04.834 INFO kablam! --> benches/bench.rs:3:14 Sep 02 20:03:04.834 INFO kablam! | Sep 02 20:03:04.834 INFO kablam! 3 | extern crate "basic-hll" as hll; Sep 02 20:03:04.834 INFO kablam! | ^^^^^^^^^^^ expected identifier Sep 02 20:03:04.834 INFO kablam! Sep 02 20:03:04.834 INFO kablam! error: aborting due to previous error Sep 02 20:03:04.834 INFO kablam! Sep 02 20:03:04.839 INFO kablam! warning: floating-point types cannot be used in patterns Sep 02 20:03:04.839 INFO kablam! --> src/lib.rs:167:17 Sep 02 20:03:04.840 INFO kablam! | Sep 02 20:03:04.840 INFO kablam! 167 | 0.0 => e, Sep 02 20:03:04.840 INFO kablam! | ^^^ Sep 02 20:03:04.844 INFO kablam! error: Could not compile `basichll`. Sep 02 20:03:04.845 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 20:03:04.846 INFO kablam! | Sep 02 20:03:04.846 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:04.847 INFO kablam! = note: for more information, see issue #41620 Sep 02 20:03:04.848 INFO kablam! Sep 02 20:03:06.445 INFO kablam! error: build failed Sep 02 20:03:06.447 INFO kablam! su: No module specific data is present Sep 02 20:03:06.924 INFO running `"docker" "rm" "-f" "5721c9ab1e304aaba25cbfd907f9010281344bf33d65b7159c0809b89d02da13"` Sep 02 20:03:07.074 INFO blam! 5721c9ab1e304aaba25cbfd907f9010281344bf33d65b7159c0809b89d02da13