Sep 04 07:19:24.655 INFO checking scan-rules-0.2.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 07:19:24.655 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 07:19:24.655 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 07:19:24.850 INFO blam! 5a9a9d72f4089d0a09ebdc8b51d30b4439a60d4bfb25b400370a6beee2cb4d32 Sep 04 07:19:24.852 INFO running `"docker" "start" "-a" "5a9a9d72f4089d0a09ebdc8b51d30b4439a60d4bfb25b400370a6beee2cb4d32"` Sep 04 07:19:25.530 INFO kablam! Compiling scan-rules v0.2.0 (file:///source) Sep 04 07:19:27.153 INFO kablam! warning: unused `#[macro_use]` import Sep 04 07:19:27.153 INFO kablam! --> src/lib.rs:290:1 Sep 04 07:19:27.153 INFO kablam! | Sep 04 07:19:27.153 INFO kablam! 290 | #[macro_use] extern crate lazy_static; Sep 04 07:19:27.153 INFO kablam! | ^^^^^^^^^^^^ Sep 04 07:19:27.153 INFO kablam! | Sep 04 07:19:27.153 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 07:19:27.154 INFO kablam! Sep 04 07:19:27.235 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 07:19:27.235 INFO kablam! --> src/input.rs:690:13 Sep 04 07:19:27.235 INFO kablam! | Sep 04 07:19:27.235 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 04 07:19:27.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:27.235 INFO kablam! | Sep 04 07:19:27.235 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 07:19:27.235 INFO kablam! Sep 04 07:19:27.443 INFO kablam! warning: unused `#[macro_use]` import Sep 04 07:19:27.443 INFO kablam! --> src/lib.rs:290:1 Sep 04 07:19:27.443 INFO kablam! | Sep 04 07:19:27.443 INFO kablam! 290 | #[macro_use] extern crate lazy_static; Sep 04 07:19:27.443 INFO kablam! | ^^^^^^^^^^^^ Sep 04 07:19:27.443 INFO kablam! | Sep 04 07:19:27.443 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 07:19:27.443 INFO kablam! Sep 04 07:19:27.587 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 07:19:27.587 INFO kablam! --> src/input.rs:690:13 Sep 04 07:19:27.587 INFO kablam! | Sep 04 07:19:27.587 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 04 07:19:27.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:27.588 INFO kablam! | Sep 04 07:19:27.588 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 07:19:27.588 INFO kablam! Sep 04 07:19:28.868 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 04 07:19:28.868 INFO kablam! --> src/input.rs:690:13 Sep 04 07:19:28.868 INFO kablam! | Sep 04 07:19:28.868 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 04 07:19:28.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:28.868 INFO kablam! Sep 04 07:19:29.500 INFO kablam! error[E0283]: type annotations required: cannot resolve `std::net::Ipv4Addr: std::cmp::PartialEq<_>` Sep 04 07:19:29.500 INFO kablam! --> src/scanner/std/net.rs:225:33 Sep 04 07:19:29.500 INFO kablam! | Sep 04 07:19:29.500 INFO kablam! 225 | Ok((v, n)) if v == $s.parse().unwrap() && n == $s.len() Sep 04 07:19:29.500 INFO kablam! | ^^ Sep 04 07:19:29.500 INFO kablam! ... Sep 04 07:19:29.500 INFO kablam! 244 | check_ipv4!("0.0.0.0"); Sep 04 07:19:29.501 INFO kablam! | ----------------------- in this macro invocation Sep 04 07:19:29.501 INFO kablam! Sep 04 07:19:30.894 INFO kablam! error: aborting due to previous error Sep 04 07:19:30.894 INFO kablam! Sep 04 07:19:30.894 INFO kablam! For more information about this error, try `rustc --explain E0283`. Sep 04 07:19:30.903 INFO kablam! error: Could not compile `scan-rules`. Sep 04 07:19:30.903 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 07:19:31.517 INFO kablam! warning: floating-point types cannot be used in patterns Sep 04 07:19:31.517 INFO kablam! --> tests/whizzo.rs:20:53 Sep 04 07:19:31.517 INFO kablam! | Sep 04 07:19:31.517 INFO kablam! 20 | assert_match!(scan!("2"; (let f: f32) => f), Ok(2.0f32)); Sep 04 07:19:31.517 INFO kablam! | ^^^^^^ Sep 04 07:19:31.517 INFO kablam! | Sep 04 07:19:31.517 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 04 07:19:31.517 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 04 07:19:31.517 INFO kablam! = note: for more information, see issue #41620 Sep 04 07:19:31.518 INFO kablam! Sep 04 07:19:31.518 INFO kablam! warning: floating-point types cannot be used in patterns Sep 04 07:19:31.518 INFO kablam! --> tests/whizzo.rs:21:54 Sep 04 07:19:31.518 INFO kablam! | Sep 04 07:19:31.518 INFO kablam! 21 | assert_match!(scan!("2."; (let f: f32) => f), Ok(2.0f32)); Sep 04 07:19:31.518 INFO kablam! | ^^^^^^ Sep 04 07:19:31.518 INFO kablam! | Sep 04 07:19:31.518 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 04 07:19:31.519 INFO kablam! = note: for more information, see issue #41620 Sep 04 07:19:31.519 INFO kablam! Sep 04 07:19:31.519 INFO kablam! warning: floating-point types cannot be used in patterns Sep 04 07:19:31.519 INFO kablam! --> tests/whizzo.rs:22:55 Sep 04 07:19:31.519 INFO kablam! | Sep 04 07:19:31.519 INFO kablam! 22 | assert_match!(scan!("2.0"; (let f: f32) => f), Ok(2.0f32)); Sep 04 07:19:31.519 INFO kablam! | ^^^^^^ Sep 04 07:19:31.519 INFO kablam! | Sep 04 07:19:31.519 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 04 07:19:31.519 INFO kablam! = note: for more information, see issue #41620 Sep 04 07:19:31.519 INFO kablam! Sep 04 07:19:31.519 INFO kablam! warning: floating-point types cannot be used in patterns Sep 04 07:19:31.519 INFO kablam! --> tests/whizzo.rs:23:57 Sep 04 07:19:31.519 INFO kablam! | Sep 04 07:19:31.519 INFO kablam! 23 | assert_match!(scan!("2.0e0"; (let f: f32) => f), Ok(2.0f32)); Sep 04 07:19:31.519 INFO kablam! | ^^^^^^ Sep 04 07:19:31.519 INFO kablam! | Sep 04 07:19:31.519 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 04 07:19:31.519 INFO kablam! = note: for more information, see issue #41620 Sep 04 07:19:31.519 INFO kablam! Sep 04 07:19:31.519 INFO kablam! warning: floating-point types cannot be used in patterns Sep 04 07:19:31.519 INFO kablam! --> tests/whizzo.rs:24:56 Sep 04 07:19:31.519 INFO kablam! | Sep 04 07:19:31.519 INFO kablam! 24 | assert_match!(scan!("2.e0"; (let f: f32) => f), Ok(2.0f32)); Sep 04 07:19:31.519 INFO kablam! | ^^^^^^ Sep 04 07:19:31.519 INFO kablam! | Sep 04 07:19:31.519 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 04 07:19:31.519 INFO kablam! = note: for more information, see issue #41620 Sep 04 07:19:31.520 INFO kablam! Sep 04 07:19:31.520 INFO kablam! warning: floating-point types cannot be used in patterns Sep 04 07:19:31.520 INFO kablam! --> tests/whizzo.rs:25:55 Sep 04 07:19:31.520 INFO kablam! | Sep 04 07:19:31.520 INFO kablam! 25 | assert_match!(scan!("2e0"; (let f: f32) => f), Ok(2.0f32)); Sep 04 07:19:31.520 INFO kablam! | ^^^^^^ Sep 04 07:19:31.520 INFO kablam! | Sep 04 07:19:31.520 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 04 07:19:31.520 INFO kablam! = note: for more information, see issue #41620 Sep 04 07:19:31.520 INFO kablam! Sep 04 07:19:31.522 INFO kablam! warning: floating-point types cannot be used in patterns Sep 04 07:19:31.522 INFO kablam! --> tests/whizzo.rs:20:53 Sep 04 07:19:31.522 INFO kablam! | Sep 04 07:19:31.522 INFO kablam! 20 | assert_match!(scan!("2"; (let f: f32) => f), Ok(2.0f32)); Sep 04 07:19:31.522 INFO kablam! | ^^^^^^ Sep 04 07:19:31.522 INFO kablam! | Sep 04 07:19:31.522 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 04 07:19:31.522 INFO kablam! = note: for more information, see issue #41620 Sep 04 07:19:31.522 INFO kablam! Sep 04 07:19:33.339 INFO kablam! error: build failed Sep 04 07:19:33.340 INFO kablam! su: No module specific data is present Sep 04 07:19:33.831 INFO running `"docker" "rm" "-f" "5a9a9d72f4089d0a09ebdc8b51d30b4439a60d4bfb25b400370a6beee2cb4d32"` Sep 04 07:19:33.939 INFO blam! 5a9a9d72f4089d0a09ebdc8b51d30b4439a60d4bfb25b400370a6beee2cb4d32