Sep 10 10:18:31.107 INFO checking scan-rules-0.2.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 10:18:31.107 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 10:18:31.107 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-3/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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=1000" "-e" "CMD=cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 10:18:31.303 INFO blam! eded1c448686674e915a270bf504770a3d0e390f2ca227edd03f56b86ae17d6e Sep 10 10:18:31.305 INFO running `"docker" "start" "-a" "eded1c448686674e915a270bf504770a3d0e390f2ca227edd03f56b86ae17d6e"` Sep 10 10:18:32.134 INFO kablam! usermod: no changes Sep 10 10:18:32.206 INFO kablam! Checking unicode-segmentation v0.1.2 Sep 10 10:18:32.206 INFO kablam! Checking itertools v0.4.19 Sep 10 10:18:32.206 INFO kablam! Compiling strcursor v0.2.5 Sep 10 10:18:32.206 INFO kablam! Compiling scan-rules v0.2.0 (file:///source) Sep 10 10:18:34.830 INFO kablam! warning: unused `#[macro_use]` import Sep 10 10:18:34.830 INFO kablam! --> src/lib.rs:290:1 Sep 10 10:18:34.830 INFO kablam! | Sep 10 10:18:34.830 INFO kablam! 290 | #[macro_use] extern crate lazy_static; Sep 10 10:18:34.830 INFO kablam! | ^^^^^^^^^^^^ Sep 10 10:18:34.830 INFO kablam! | Sep 10 10:18:34.830 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 10:18:34.830 INFO kablam! Sep 10 10:18:34.904 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 10 10:18:34.904 INFO kablam! --> src/input.rs:690:13 Sep 10 10:18:34.904 INFO kablam! | Sep 10 10:18:34.904 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 10 10:18:34.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 10:18:34.904 INFO kablam! | Sep 10 10:18:34.904 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 10:18:34.904 INFO kablam! Sep 10 10:18:35.082 INFO kablam! warning: unused `#[macro_use]` import Sep 10 10:18:35.082 INFO kablam! --> src/lib.rs:290:1 Sep 10 10:18:35.082 INFO kablam! | Sep 10 10:18:35.082 INFO kablam! 290 | #[macro_use] extern crate lazy_static; Sep 10 10:18:35.082 INFO kablam! | ^^^^^^^^^^^^ Sep 10 10:18:35.082 INFO kablam! | Sep 10 10:18:35.082 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 10:18:35.082 INFO kablam! Sep 10 10:18:35.238 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 10 10:18:35.238 INFO kablam! --> src/input.rs:690:13 Sep 10 10:18:35.238 INFO kablam! | Sep 10 10:18:35.238 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 10 10:18:35.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 10:18:35.238 INFO kablam! | Sep 10 10:18:35.238 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 10:18:35.238 INFO kablam! Sep 10 10:18:35.826 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 10 10:18:35.826 INFO kablam! --> src/input.rs:690:13 Sep 10 10:18:35.826 INFO kablam! | Sep 10 10:18:35.826 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 10 10:18:35.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 10:18:35.826 INFO kablam! Sep 10 10:18:36.292 INFO kablam! error[E0283]: type annotations required: cannot resolve `std::net::Ipv4Addr: std::cmp::PartialEq<_>` Sep 10 10:18:36.292 INFO kablam! --> src/scanner/std/net.rs:225:33 Sep 10 10:18:36.292 INFO kablam! | Sep 10 10:18:36.292 INFO kablam! 225 | Ok((v, n)) if v == $s.parse().unwrap() && n == $s.len() Sep 10 10:18:36.293 INFO kablam! | ^^ Sep 10 10:18:36.293 INFO kablam! ... Sep 10 10:18:36.293 INFO kablam! 244 | check_ipv4!("0.0.0.0"); Sep 10 10:18:36.293 INFO kablam! | ----------------------- in this macro invocation Sep 10 10:18:36.293 INFO kablam! Sep 10 10:18:36.978 INFO kablam! warning: unused `#[macro_use]` import Sep 10 10:18:36.978 INFO kablam! --> examples/runtime_scanners.rs:10:1 Sep 10 10:18:36.978 INFO kablam! | Sep 10 10:18:36.978 INFO kablam! 10 | #[macro_use] extern crate scan_rules; Sep 10 10:18:36.978 INFO kablam! | ^^^^^^^^^^^^ Sep 10 10:18:36.978 INFO kablam! | Sep 10 10:18:36.978 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 10:18:36.978 INFO kablam! Sep 10 10:18:37.198 INFO kablam! warning: floating-point types cannot be used in patterns Sep 10 10:18:37.198 INFO kablam! --> tests/whizzo.rs:20:53 Sep 10 10:18:37.198 INFO kablam! | Sep 10 10:18:37.198 INFO kablam! 20 | assert_match!(scan!("2"; (let f: f32) => f), Ok(2.0f32)); Sep 10 10:18:37.198 INFO kablam! | ^^^^^^ Sep 10 10:18:37.206 INFO kablam! | Sep 10 10:18:37.206 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 10 10:18:37.206 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 10 10:18:37.206 INFO kablam! = note: for more information, see issue #41620 Sep 10 10:18:37.206 INFO kablam! Sep 10 10:18:37.206 INFO kablam! warning: floating-point types cannot be used in patterns Sep 10 10:18:37.206 INFO kablam! --> tests/whizzo.rs:21:54 Sep 10 10:18:37.206 INFO kablam! | Sep 10 10:18:37.206 INFO kablam! 21 | assert_match!(scan!("2."; (let f: f32) => f), Ok(2.0f32)); Sep 10 10:18:37.206 INFO kablam! | ^^^^^^ Sep 10 10:18:37.206 INFO kablam! | Sep 10 10:18:37.206 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 10 10:18:37.206 INFO kablam! = note: for more information, see issue #41620 Sep 10 10:18:37.206 INFO kablam! Sep 10 10:18:37.207 INFO kablam! warning: floating-point types cannot be used in patterns Sep 10 10:18:37.207 INFO kablam! --> tests/whizzo.rs:22:55 Sep 10 10:18:37.207 INFO kablam! | Sep 10 10:18:37.207 INFO kablam! 22 | assert_match!(scan!("2.0"; (let f: f32) => f), Ok(2.0f32)); Sep 10 10:18:37.207 INFO kablam! | ^^^^^^ Sep 10 10:18:37.207 INFO kablam! | Sep 10 10:18:37.207 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 10 10:18:37.207 INFO kablam! = note: for more information, see issue #41620 Sep 10 10:18:37.207 INFO kablam! Sep 10 10:18:37.208 INFO kablam! warning: floating-point types cannot be used in patterns Sep 10 10:18:37.208 INFO kablam! --> tests/whizzo.rs:23:57 Sep 10 10:18:37.208 INFO kablam! | Sep 10 10:18:37.208 INFO kablam! 23 | assert_match!(scan!("2.0e0"; (let f: f32) => f), Ok(2.0f32)); Sep 10 10:18:37.208 INFO kablam! | ^^^^^^ Sep 10 10:18:37.208 INFO kablam! | Sep 10 10:18:37.208 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 10 10:18:37.208 INFO kablam! = note: for more information, see issue #41620 Sep 10 10:18:37.208 INFO kablam! Sep 10 10:18:37.208 INFO kablam! warning: floating-point types cannot be used in patterns Sep 10 10:18:37.209 INFO kablam! --> tests/whizzo.rs:24:56 Sep 10 10:18:37.209 INFO kablam! | Sep 10 10:18:37.209 INFO kablam! 24 | assert_match!(scan!("2.e0"; (let f: f32) => f), Ok(2.0f32)); Sep 10 10:18:37.209 INFO kablam! | ^^^^^^ Sep 10 10:18:37.209 INFO kablam! | Sep 10 10:18:37.209 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 10 10:18:37.209 INFO kablam! = note: for more information, see issue #41620 Sep 10 10:18:37.209 INFO kablam! Sep 10 10:18:37.209 INFO kablam! warning: floating-point types cannot be used in patterns Sep 10 10:18:37.209 INFO kablam! --> tests/whizzo.rs:25:55 Sep 10 10:18:37.209 INFO kablam! | Sep 10 10:18:37.209 INFO kablam! 25 | assert_match!(scan!("2e0"; (let f: f32) => f), Ok(2.0f32)); Sep 10 10:18:37.209 INFO kablam! | ^^^^^^ Sep 10 10:18:37.209 INFO kablam! | Sep 10 10:18:37.209 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 10 10:18:37.209 INFO kablam! = note: for more information, see issue #41620 Sep 10 10:18:37.209 INFO kablam! Sep 10 10:18:37.210 INFO kablam! warning: floating-point types cannot be used in patterns Sep 10 10:18:37.210 INFO kablam! --> tests/whizzo.rs:20:53 Sep 10 10:18:37.210 INFO kablam! | Sep 10 10:18:37.210 INFO kablam! 20 | assert_match!(scan!("2"; (let f: f32) => f), Ok(2.0f32)); Sep 10 10:18:37.210 INFO kablam! | ^^^^^^ Sep 10 10:18:37.210 INFO kablam! | Sep 10 10:18:37.210 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 10 10:18:37.210 INFO kablam! = note: for more information, see issue #41620 Sep 10 10:18:37.210 INFO kablam! Sep 10 10:18:37.270 INFO kablam! error: aborting due to previous error Sep 10 10:18:37.270 INFO kablam! Sep 10 10:18:37.270 INFO kablam! For more information about this error, try `rustc --explain E0283`. Sep 10 10:18:37.306 INFO kablam! error: Could not compile `scan-rules`. Sep 10 10:18:37.306 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 10:18:37.877 INFO kablam! error: build failed Sep 10 10:18:37.878 INFO kablam! su: No module specific data is present Sep 10 10:18:38.379 INFO running `"docker" "rm" "-f" "eded1c448686674e915a270bf504770a3d0e390f2ca227edd03f56b86ae17d6e"` Sep 10 10:18:38.499 INFO blam! eded1c448686674e915a270bf504770a3d0e390f2ca227edd03f56b86ae17d6e