Oct 28 00:47:41.558 INFO checking basichll-0.3.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 28 00:47:41.560 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 28 00:47:41.999 INFO blam! 5a8e0ed6c4f847182f56cd58b8958e63796a57733e45b354e27a95603d9d8a0d Oct 28 00:47:42.001 INFO running `"docker" "start" "-a" "5a8e0ed6c4f847182f56cd58b8958e63796a57733e45b354e27a95603d9d8a0d"` Oct 28 00:47:43.163 INFO kablam! usermod: no changes Oct 28 00:47:43.240 INFO kablam! Checking basichll v0.3.1 (/source) Oct 28 00:47:44.055 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 28 00:47:44.055 INFO kablam! --> src/lib.rs:12:32 Oct 28 00:47:44.055 INFO kablam! | Oct 28 00:47:44.055 INFO kablam! 12 | use std::hash::{ Hash, Hasher, SipHasher }; Oct 28 00:47:44.055 INFO kablam! | ^^^^^^^^^ Oct 28 00:47:44.055 INFO kablam! | Oct 28 00:47:44.055 INFO kablam! = note: #[warn(deprecated)] on by default Oct 28 00:47:44.055 INFO kablam! Oct 28 00:47:44.055 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 28 00:47:44.055 INFO kablam! --> src/lib.rs:126:26 Oct 28 00:47:44.055 INFO kablam! | Oct 28 00:47:44.055 INFO kablam! 126 | let mut hasher = SipHasher::new(); Oct 28 00:47:44.055 INFO kablam! | ^^^^^^^^^^^^^^ Oct 28 00:47:44.055 INFO kablam! Oct 28 00:47:44.177 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 28 00:47:44.177 INFO kablam! --> src/lib.rs:126:26 Oct 28 00:47:44.177 INFO kablam! | Oct 28 00:47:44.177 INFO kablam! 126 | let mut hasher = SipHasher::new(); Oct 28 00:47:44.177 INFO kablam! | ^^^^^^^^^^^^^^ Oct 28 00:47:44.177 INFO kablam! Oct 28 00:47:44.242 INFO kablam! warning: floating-point types cannot be used in patterns Oct 28 00:47:44.242 INFO kablam! --> src/lib.rs:167:17 Oct 28 00:47:44.242 INFO kablam! | Oct 28 00:47:44.242 INFO kablam! 167 | 0.0 => e, Oct 28 00:47:44.242 INFO kablam! | ^^^ Oct 28 00:47:44.242 INFO kablam! | Oct 28 00:47:44.242 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 28 00:47:44.242 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 28 00:47:44.242 INFO kablam! = note: for more information, see issue #41620 Oct 28 00:47:44.242 INFO kablam! Oct 28 00:47:44.250 INFO kablam! warning: floating-point types cannot be used in patterns Oct 28 00:47:44.250 INFO kablam! --> src/lib.rs:167:17 Oct 28 00:47:44.250 INFO kablam! | Oct 28 00:47:44.250 INFO kablam! 167 | 0.0 => e, Oct 28 00:47:44.250 INFO kablam! | ^^^ Oct 28 00:47:44.259 INFO kablam! | Oct 28 00:47:44.259 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 28 00:47:44.259 INFO kablam! = note: for more information, see issue #41620 Oct 28 00:47:44.259 INFO kablam! Oct 28 00:47:44.647 INFO kablam! error: expected identifier, found `"basic-hll"` Oct 28 00:47:44.648 INFO kablam! --> benches/bench.rs:3:14 Oct 28 00:47:44.649 INFO kablam! | Oct 28 00:47:44.649 INFO kablam! 3 | extern crate "basic-hll" as hll; Oct 28 00:47:44.650 INFO kablam! | ^^^^^^^^^^^ expected identifier Oct 28 00:47:44.663 INFO kablam! Oct 28 00:47:44.663 INFO kablam! error: aborting due to previous error Oct 28 00:47:44.664 INFO kablam! Oct 28 00:47:44.683 INFO kablam! error: Could not compile `basichll`. Oct 28 00:47:44.684 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 28 00:47:45.003 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 28 00:47:45.004 INFO kablam! --> src/lib.rs:12:32 Oct 28 00:47:45.005 INFO kablam! | Oct 28 00:47:45.005 INFO kablam! 12 | use std::hash::{ Hash, Hasher, SipHasher }; Oct 28 00:47:45.006 INFO kablam! | ^^^^^^^^^ Oct 28 00:47:45.007 INFO kablam! | Oct 28 00:47:45.007 INFO kablam! = note: #[warn(deprecated)] on by default Oct 28 00:47:45.008 INFO kablam! Oct 28 00:47:45.008 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 28 00:47:45.009 INFO kablam! --> src/lib.rs:126:26 Oct 28 00:47:45.010 INFO kablam! | Oct 28 00:47:45.010 INFO kablam! 126 | let mut hasher = SipHasher::new(); Oct 28 00:47:45.011 INFO kablam! | ^^^^^^^^^^^^^^ Oct 28 00:47:45.012 INFO kablam! Oct 28 00:47:45.395 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 28 00:47:45.396 INFO kablam! --> src/lib.rs:126:26 Oct 28 00:47:45.397 INFO kablam! | Oct 28 00:47:45.397 INFO kablam! 126 | let mut hasher = SipHasher::new(); Oct 28 00:47:45.398 INFO kablam! | ^^^^^^^^^^^^^^ Oct 28 00:47:45.398 INFO kablam! Oct 28 00:47:45.579 INFO kablam! warning: floating-point types cannot be used in patterns Oct 28 00:47:45.580 INFO kablam! --> src/lib.rs:167:17 Oct 28 00:47:45.580 INFO kablam! | Oct 28 00:47:45.581 INFO kablam! 167 | 0.0 => e, Oct 28 00:47:45.582 INFO kablam! | ^^^ Oct 28 00:47:45.611 INFO kablam! | Oct 28 00:47:45.611 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 28 00:47:45.611 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 28 00:47:45.611 INFO kablam! = note: for more information, see issue #41620 Oct 28 00:47:45.611 INFO kablam! Oct 28 00:47:45.641 INFO kablam! warning: floating-point types cannot be used in patterns Oct 28 00:47:45.641 INFO kablam! --> src/lib.rs:167:17 Oct 28 00:47:45.641 INFO kablam! | Oct 28 00:47:45.641 INFO kablam! 167 | 0.0 => e, Oct 28 00:47:45.641 INFO kablam! | ^^^ Oct 28 00:47:45.641 INFO kablam! | Oct 28 00:47:45.641 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 28 00:47:45.642 INFO kablam! = note: for more information, see issue #41620 Oct 28 00:47:45.642 INFO kablam! Oct 28 00:47:48.536 INFO kablam! error: build failed Oct 28 00:47:48.538 INFO kablam! su: No module specific data is present Oct 28 00:47:49.011 INFO running `"docker" "rm" "-f" "5a8e0ed6c4f847182f56cd58b8958e63796a57733e45b354e27a95603d9d8a0d"` Oct 28 00:47:49.279 INFO blam! 5a8e0ed6c4f847182f56cd58b8958e63796a57733e45b354e27a95603d9d8a0d