Oct 13 17:46:53.067 INFO checking basichll-0.3.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 17:46:53.067 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 17:46:53.484 INFO blam! 7c284d8a93d3d21157feb4787f5414c9881b92b9f5cce76bcca898ab4dc7d227 Oct 13 17:46:53.486 INFO running `"docker" "start" "-a" "7c284d8a93d3d21157feb4787f5414c9881b92b9f5cce76bcca898ab4dc7d227"` Oct 13 17:46:56.176 INFO kablam! usermod: no changes Oct 13 17:46:56.247 INFO kablam! Checking basichll v0.3.1 (/source) Oct 13 17:46:57.248 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 13 17:46:57.248 INFO kablam! --> src/lib.rs:12:32 Oct 13 17:46:57.248 INFO kablam! | Oct 13 17:46:57.248 INFO kablam! 12 | use std::hash::{ Hash, Hasher, SipHasher }; Oct 13 17:46:57.248 INFO kablam! | ^^^^^^^^^ Oct 13 17:46:57.248 INFO kablam! | Oct 13 17:46:57.248 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 17:46:57.248 INFO kablam! Oct 13 17:46:57.256 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 13 17:46:57.256 INFO kablam! --> src/lib.rs:126:26 Oct 13 17:46:57.256 INFO kablam! | Oct 13 17:46:57.256 INFO kablam! 126 | let mut hasher = SipHasher::new(); Oct 13 17:46:57.256 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 17:46:57.256 INFO kablam! Oct 13 17:46:57.312 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 13 17:46:57.312 INFO kablam! --> src/lib.rs:12:32 Oct 13 17:46:57.312 INFO kablam! | Oct 13 17:46:57.312 INFO kablam! 12 | use std::hash::{ Hash, Hasher, SipHasher }; Oct 13 17:46:57.312 INFO kablam! | ^^^^^^^^^ Oct 13 17:46:57.312 INFO kablam! | Oct 13 17:46:57.312 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 17:46:57.312 INFO kablam! Oct 13 17:46:57.312 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 13 17:46:57.312 INFO kablam! --> src/lib.rs:126:26 Oct 13 17:46:57.312 INFO kablam! | Oct 13 17:46:57.312 INFO kablam! 126 | let mut hasher = SipHasher::new(); Oct 13 17:46:57.312 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 17:46:57.312 INFO kablam! Oct 13 17:46:57.328 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 13 17:46:57.328 INFO kablam! --> src/lib.rs:126:26 Oct 13 17:46:57.328 INFO kablam! | Oct 13 17:46:57.328 INFO kablam! 126 | let mut hasher = SipHasher::new(); Oct 13 17:46:57.328 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 17:46:57.328 INFO kablam! Oct 13 17:46:57.376 INFO kablam! warning: floating-point types cannot be used in patterns Oct 13 17:46:57.376 INFO kablam! --> src/lib.rs:167:17 Oct 13 17:46:57.376 INFO kablam! | Oct 13 17:46:57.376 INFO kablam! 167 | 0.0 => e, Oct 13 17:46:57.376 INFO kablam! | ^^^ Oct 13 17:46:57.376 INFO kablam! | Oct 13 17:46:57.376 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 13 17:46:57.376 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! Oct 13 17:46:57.376 INFO kablam! = note: for more information, see issue #41620 Oct 13 17:46:57.376 INFO kablam! Oct 13 17:46:57.384 INFO kablam! warning: floating-point types cannot be used in patterns Oct 13 17:46:57.384 INFO kablam! --> src/lib.rs:167:17 Oct 13 17:46:57.384 INFO kablam! | Oct 13 17:46:57.384 INFO kablam! 167 | 0.0 => e, Oct 13 17:46:57.384 INFO kablam! | ^^^ Oct 13 17:46:57.384 INFO kablam! | Oct 13 17:46:57.384 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! Oct 13 17:46:57.384 INFO kablam! = note: for more information, see issue #41620 Oct 13 17:46:57.384 INFO kablam! Oct 13 17:46:57.392 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 13 17:46:57.392 INFO kablam! --> src/lib.rs:126:26 Oct 13 17:46:57.392 INFO kablam! | Oct 13 17:46:57.392 INFO kablam! 126 | let mut hasher = SipHasher::new(); Oct 13 17:46:57.392 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 17:46:57.392 INFO kablam! Oct 13 17:46:57.448 INFO kablam! warning: floating-point types cannot be used in patterns Oct 13 17:46:57.448 INFO kablam! --> src/lib.rs:167:17 Oct 13 17:46:57.448 INFO kablam! | Oct 13 17:46:57.448 INFO kablam! 167 | 0.0 => e, Oct 13 17:46:57.448 INFO kablam! | ^^^ Oct 13 17:46:57.448 INFO kablam! | Oct 13 17:46:57.448 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 13 17:46:57.448 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! Oct 13 17:46:57.448 INFO kablam! = note: for more information, see issue #41620 Oct 13 17:46:57.448 INFO kablam! Oct 13 17:46:57.464 INFO kablam! warning: floating-point types cannot be used in patterns Oct 13 17:46:57.464 INFO kablam! --> src/lib.rs:167:17 Oct 13 17:46:57.464 INFO kablam! | Oct 13 17:46:57.464 INFO kablam! 167 | 0.0 => e, Oct 13 17:46:57.464 INFO kablam! | ^^^ Oct 13 17:46:57.464 INFO kablam! | Oct 13 17:46:57.464 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! Oct 13 17:46:57.464 INFO kablam! = note: for more information, see issue #41620 Oct 13 17:46:57.464 INFO kablam! Oct 13 17:46:57.821 INFO kablam! error: expected identifier, found `"basic-hll"` Oct 13 17:46:57.821 INFO kablam! --> benches/bench.rs:3:14 Oct 13 17:46:57.821 INFO kablam! | Oct 13 17:46:57.821 INFO kablam! 3 | extern crate "basic-hll" as hll; Oct 13 17:46:57.821 INFO kablam! | ^^^^^^^^^^^ expected identifier Oct 13 17:46:57.821 INFO kablam! Oct 13 17:46:57.821 INFO kablam! error: aborting due to previous error Oct 13 17:46:57.821 INFO kablam! Oct 13 17:46:57.825 INFO kablam! error: Could not compile `basichll`. Oct 13 17:46:57.826 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 17:47:00.386 INFO kablam! error: build failed Oct 13 17:47:00.387 INFO kablam! su: No module specific data is present Oct 13 17:47:01.637 INFO running `"docker" "rm" "-f" "7c284d8a93d3d21157feb4787f5414c9881b92b9f5cce76bcca898ab4dc7d227"` Oct 13 17:47:01.905 INFO blam! 7c284d8a93d3d21157feb4787f5414c9881b92b9f5cce76bcca898ab4dc7d227