Sep 14 09:33:55.688 INFO checking scan-rules-0.2.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 09:33:55.688 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 09:33:55.689 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 09:33:55.831 INFO blam! 63a680268aff1b069fbf07f0e601df0feb56106303c4de0075833dfa15bbcd51 Sep 14 09:33:55.833 INFO running `"docker" "start" "-a" "63a680268aff1b069fbf07f0e601df0feb56106303c4de0075833dfa15bbcd51"` Sep 14 09:33:56.584 INFO kablam! usermod: no changes Sep 14 09:33:56.636 INFO kablam! Compiling strcursor v0.2.5 Sep 14 09:33:56.636 INFO kablam! Compiling scan-rules v0.2.0 (file:///source) Sep 14 09:33:57.994 INFO kablam! warning: unused `#[macro_use]` import Sep 14 09:33:57.994 INFO kablam! --> src/lib.rs:290:1 Sep 14 09:33:57.994 INFO kablam! | Sep 14 09:33:57.994 INFO kablam! 290 | #[macro_use] extern crate lazy_static; Sep 14 09:33:57.994 INFO kablam! | ^^^^^^^^^^^^ Sep 14 09:33:57.994 INFO kablam! | Sep 14 09:33:57.994 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 09:33:57.994 INFO kablam! Sep 14 09:33:58.036 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 14 09:33:58.036 INFO kablam! --> src/input.rs:690:13 Sep 14 09:33:58.036 INFO kablam! | Sep 14 09:33:58.036 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 14 09:33:58.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 09:33:58.036 INFO kablam! | Sep 14 09:33:58.036 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 09:33:58.036 INFO kablam! Sep 14 09:33:58.390 INFO kablam! warning: unused `#[macro_use]` import Sep 14 09:33:58.390 INFO kablam! --> src/lib.rs:290:1 Sep 14 09:33:58.390 INFO kablam! | Sep 14 09:33:58.390 INFO kablam! 290 | #[macro_use] extern crate lazy_static; Sep 14 09:33:58.390 INFO kablam! | ^^^^^^^^^^^^ Sep 14 09:33:58.390 INFO kablam! | Sep 14 09:33:58.390 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 09:33:58.390 INFO kablam! Sep 14 09:33:58.547 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 14 09:33:58.547 INFO kablam! --> src/input.rs:690:13 Sep 14 09:33:58.547 INFO kablam! | Sep 14 09:33:58.547 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 14 09:33:58.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 09:33:58.547 INFO kablam! | Sep 14 09:33:58.547 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 09:33:58.547 INFO kablam! Sep 14 09:33:58.844 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 14 09:33:58.844 INFO kablam! --> src/input.rs:690:13 Sep 14 09:33:58.844 INFO kablam! | Sep 14 09:33:58.844 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 14 09:33:58.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 09:33:58.844 INFO kablam! Sep 14 09:33:59.771 INFO kablam! error[E0283]: type annotations required: cannot resolve `std::net::Ipv4Addr: std::cmp::PartialEq<_>` Sep 14 09:33:59.771 INFO kablam! --> src/scanner/std/net.rs:225:33 Sep 14 09:33:59.771 INFO kablam! | Sep 14 09:33:59.771 INFO kablam! 225 | Ok((v, n)) if v == $s.parse().unwrap() && n == $s.len() Sep 14 09:33:59.771 INFO kablam! | ^^ Sep 14 09:33:59.771 INFO kablam! ... Sep 14 09:33:59.771 INFO kablam! 244 | check_ipv4!("0.0.0.0"); Sep 14 09:33:59.771 INFO kablam! | ----------------------- in this macro invocation Sep 14 09:33:59.771 INFO kablam! Sep 14 09:34:00.304 INFO kablam! warning: unused `#[macro_use]` import Sep 14 09:34:00.304 INFO kablam! --> examples/runtime_scanners.rs:10:1 Sep 14 09:34:00.304 INFO kablam! | Sep 14 09:34:00.304 INFO kablam! 10 | #[macro_use] extern crate scan_rules; Sep 14 09:34:00.304 INFO kablam! | ^^^^^^^^^^^^ Sep 14 09:34:00.311 INFO kablam! | Sep 14 09:34:00.311 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 09:34:00.311 INFO kablam! Sep 14 09:34:00.718 INFO kablam! error: aborting due to previous error Sep 14 09:34:00.719 INFO kablam! Sep 14 09:34:00.719 INFO kablam! For more information about this error, try `rustc --explain E0283`. Sep 14 09:34:00.725 INFO kablam! error: Could not compile `scan-rules`. Sep 14 09:34:00.725 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 09:34:01.007 INFO kablam! warning: floating-point types cannot be used in patterns Sep 14 09:34:01.007 INFO kablam! --> tests/whizzo.rs:20:53 Sep 14 09:34:01.007 INFO kablam! | Sep 14 09:34:01.007 INFO kablam! 20 | assert_match!(scan!("2"; (let f: f32) => f), Ok(2.0f32)); Sep 14 09:34:01.007 INFO kablam! | ^^^^^^ Sep 14 09:34:01.007 INFO kablam! | Sep 14 09:34:01.007 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 14 09:34:01.007 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 14 09:34:01.007 INFO kablam! = note: for more information, see issue #41620 Sep 14 09:34:01.007 INFO kablam! Sep 14 09:34:01.007 INFO kablam! warning: floating-point types cannot be used in patterns Sep 14 09:34:01.007 INFO kablam! --> tests/whizzo.rs:21:54 Sep 14 09:34:01.007 INFO kablam! | Sep 14 09:34:01.007 INFO kablam! 21 | assert_match!(scan!("2."; (let f: f32) => f), Ok(2.0f32)); Sep 14 09:34:01.007 INFO kablam! | ^^^^^^ Sep 14 09:34:01.008 INFO kablam! | Sep 14 09:34:01.008 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 14 09:34:01.008 INFO kablam! = note: for more information, see issue #41620 Sep 14 09:34:01.008 INFO kablam! Sep 14 09:34:01.008 INFO kablam! warning: floating-point types cannot be used in patterns Sep 14 09:34:01.008 INFO kablam! --> tests/whizzo.rs:22:55 Sep 14 09:34:01.008 INFO kablam! | Sep 14 09:34:01.008 INFO kablam! 22 | assert_match!(scan!("2.0"; (let f: f32) => f), Ok(2.0f32)); Sep 14 09:34:01.008 INFO kablam! | ^^^^^^ Sep 14 09:34:01.008 INFO kablam! | Sep 14 09:34:01.008 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 14 09:34:01.008 INFO kablam! = note: for more information, see issue #41620 Sep 14 09:34:01.008 INFO kablam! Sep 14 09:34:01.008 INFO kablam! warning: floating-point types cannot be used in patterns Sep 14 09:34:01.008 INFO kablam! --> tests/whizzo.rs:23:57 Sep 14 09:34:01.008 INFO kablam! | Sep 14 09:34:01.008 INFO kablam! 23 | assert_match!(scan!("2.0e0"; (let f: f32) => f), Ok(2.0f32)); Sep 14 09:34:01.008 INFO kablam! | ^^^^^^ Sep 14 09:34:01.008 INFO kablam! | Sep 14 09:34:01.008 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 14 09:34:01.008 INFO kablam! = note: for more information, see issue #41620 Sep 14 09:34:01.008 INFO kablam! Sep 14 09:34:01.008 INFO kablam! warning: floating-point types cannot be used in patterns Sep 14 09:34:01.008 INFO kablam! --> tests/whizzo.rs:24:56 Sep 14 09:34:01.009 INFO kablam! | Sep 14 09:34:01.009 INFO kablam! 24 | assert_match!(scan!("2.e0"; (let f: f32) => f), Ok(2.0f32)); Sep 14 09:34:01.009 INFO kablam! | ^^^^^^ Sep 14 09:34:01.009 INFO kablam! | Sep 14 09:34:01.009 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 14 09:34:01.009 INFO kablam! = note: for more information, see issue #41620 Sep 14 09:34:01.009 INFO kablam! Sep 14 09:34:01.009 INFO kablam! warning: floating-point types cannot be used in patterns Sep 14 09:34:01.009 INFO kablam! --> tests/whizzo.rs:25:55 Sep 14 09:34:01.009 INFO kablam! | Sep 14 09:34:01.009 INFO kablam! 25 | assert_match!(scan!("2e0"; (let f: f32) => f), Ok(2.0f32)); Sep 14 09:34:01.009 INFO kablam! | ^^^^^^ Sep 14 09:34:01.009 INFO kablam! | Sep 14 09:34:01.009 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 14 09:34:01.009 INFO kablam! = note: for more information, see issue #41620 Sep 14 09:34:01.009 INFO kablam! Sep 14 09:34:01.009 INFO kablam! warning: floating-point types cannot be used in patterns Sep 14 09:34:01.009 INFO kablam! --> tests/whizzo.rs:20:53 Sep 14 09:34:01.009 INFO kablam! | Sep 14 09:34:01.009 INFO kablam! 20 | assert_match!(scan!("2"; (let f: f32) => f), Ok(2.0f32)); Sep 14 09:34:01.009 INFO kablam! | ^^^^^^ Sep 14 09:34:01.009 INFO kablam! | Sep 14 09:34:01.009 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 14 09:34:01.009 INFO kablam! = note: for more information, see issue #41620 Sep 14 09:34:01.009 INFO kablam! Sep 14 09:34:01.731 INFO kablam! error: build failed Sep 14 09:34:01.732 INFO kablam! su: No module specific data is present Sep 14 09:34:02.320 INFO running `"docker" "rm" "-f" "63a680268aff1b069fbf07f0e601df0feb56106303c4de0075833dfa15bbcd51"` Sep 14 09:34:02.375 INFO blam! 63a680268aff1b069fbf07f0e601df0feb56106303c4de0075833dfa15bbcd51