Sep 01 09:56:41.692 INFO checking basichll-0.3.1 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 09:56:41.692 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 09:56:41.692 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-1/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-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:41.890 INFO blam! 3b4fd48207a0a74dcca5de79df5fd246a823ccbf3b48c90cb1231d515d8ca65c Sep 01 09:56:41.892 INFO running `"docker" "start" "-a" "3b4fd48207a0a74dcca5de79df5fd246a823ccbf3b48c90cb1231d515d8ca65c"` Sep 01 09:56:42.510 INFO kablam! Checking basichll v0.3.1 (file:///source) Sep 01 09:56:43.255 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 01 09:56:43.255 INFO kablam! --> src/lib.rs:12:32 Sep 01 09:56:43.255 INFO kablam! | Sep 01 09:56:43.255 INFO kablam! 12 | use std::hash::{ Hash, Hasher, SipHasher }; Sep 01 09:56:43.256 INFO kablam! | ^^^^^^^^^ Sep 01 09:56:43.256 INFO kablam! | Sep 01 09:56:43.256 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 09:56:43.256 INFO kablam! Sep 01 09:56:43.256 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 01 09:56:43.256 INFO kablam! --> src/lib.rs:126:26 Sep 01 09:56:43.256 INFO kablam! | Sep 01 09:56:43.256 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 01 09:56:43.256 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 09:56:43.256 INFO kablam! Sep 01 09:56:43.436 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 01 09:56:43.436 INFO kablam! --> src/lib.rs:126:26 Sep 01 09:56:43.436 INFO kablam! | Sep 01 09:56:43.436 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 01 09:56:43.436 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 09:56:43.436 INFO kablam! Sep 01 09:56:43.442 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 01 09:56:43.442 INFO kablam! --> src/lib.rs:12:32 Sep 01 09:56:43.442 INFO kablam! | Sep 01 09:56:43.442 INFO kablam! 12 | use std::hash::{ Hash, Hasher, SipHasher }; Sep 01 09:56:43.442 INFO kablam! | ^^^^^^^^^ Sep 01 09:56:43.442 INFO kablam! | Sep 01 09:56:43.442 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 09:56:43.442 INFO kablam! Sep 01 09:56:43.443 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 01 09:56:43.443 INFO kablam! --> src/lib.rs:126:26 Sep 01 09:56:43.443 INFO kablam! | Sep 01 09:56:43.443 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 01 09:56:43.443 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 09:56:43.443 INFO kablam! Sep 01 09:56:43.536 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 09:56:43.536 INFO kablam! --> src/lib.rs:167:17 Sep 01 09:56:43.536 INFO kablam! | Sep 01 09:56:43.536 INFO kablam! 167 | 0.0 => e, Sep 01 09:56:43.536 INFO kablam! | ^^^ Sep 01 09:56:43.536 INFO kablam! | Sep 01 09:56:43.536 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 01 09:56:43.536 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:43.536 INFO kablam! = note: for more information, see issue #41620 Sep 01 09:56:43.536 INFO kablam! Sep 01 09:56:43.555 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 09:56:43.555 INFO kablam! --> src/lib.rs:167:17 Sep 01 09:56:43.555 INFO kablam! | Sep 01 09:56:43.555 INFO kablam! 167 | 0.0 => e, Sep 01 09:56:43.555 INFO kablam! | ^^^ Sep 01 09:56:43.555 INFO kablam! | Sep 01 09:56:43.555 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:43.555 INFO kablam! = note: for more information, see issue #41620 Sep 01 09:56:43.555 INFO kablam! Sep 01 09:56:43.590 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 01 09:56:43.590 INFO kablam! --> src/lib.rs:126:26 Sep 01 09:56:43.590 INFO kablam! | Sep 01 09:56:43.590 INFO kablam! 126 | let mut hasher = SipHasher::new(); Sep 01 09:56:43.590 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 09:56:43.590 INFO kablam! Sep 01 09:56:43.680 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 09:56:43.680 INFO kablam! --> src/lib.rs:167:17 Sep 01 09:56:43.680 INFO kablam! | Sep 01 09:56:43.680 INFO kablam! 167 | 0.0 => e, Sep 01 09:56:43.680 INFO kablam! | ^^^ Sep 01 09:56:43.680 INFO kablam! | Sep 01 09:56:43.681 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 01 09:56:43.681 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:43.681 INFO kablam! = note: for more information, see issue #41620 Sep 01 09:56:43.681 INFO kablam! Sep 01 09:56:43.714 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 09:56:43.714 INFO kablam! --> src/lib.rs:167:17 Sep 01 09:56:43.714 INFO kablam! | Sep 01 09:56:43.714 INFO kablam! 167 | 0.0 => e, Sep 01 09:56:43.714 INFO kablam! | ^^^ Sep 01 09:56:43.714 INFO kablam! | Sep 01 09:56:43.714 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:43.714 INFO kablam! = note: for more information, see issue #41620 Sep 01 09:56:43.714 INFO kablam! Sep 01 09:56:43.794 INFO kablam! error: expected identifier, found `"basic-hll"` Sep 01 09:56:43.794 INFO kablam! --> benches/bench.rs:3:14 Sep 01 09:56:43.794 INFO kablam! | Sep 01 09:56:43.794 INFO kablam! 3 | extern crate "basic-hll" as hll; Sep 01 09:56:43.794 INFO kablam! | ^^^^^^^^^^^ expected identifier Sep 01 09:56:43.794 INFO kablam! Sep 01 09:56:43.794 INFO kablam! error: aborting due to previous error Sep 01 09:56:43.794 INFO kablam! Sep 01 09:56:43.797 INFO kablam! error: Could not compile `basichll`. Sep 01 09:56:43.797 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 09:56:45.445 INFO kablam! error: build failed Sep 01 09:56:45.446 INFO kablam! su: No module specific data is present Sep 01 09:56:45.881 INFO running `"docker" "rm" "-f" "3b4fd48207a0a74dcca5de79df5fd246a823ccbf3b48c90cb1231d515d8ca65c"` Sep 01 09:56:46.028 INFO blam! 3b4fd48207a0a74dcca5de79df5fd246a823ccbf3b48c90cb1231d515d8ca65c