Sep 01 07:28:17.465 INFO checking scan-rules-0.2.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 07:28:17.465 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 07:28:17.465 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 07:28:17.622 INFO blam! 5743085b2788a6500d67440c2caa69307cc0571c8f1fb9f7f229a9587af57118 Sep 01 07:28:17.624 INFO running `"docker" "start" "-a" "5743085b2788a6500d67440c2caa69307cc0571c8f1fb9f7f229a9587af57118"` Sep 01 07:28:18.320 INFO kablam! Compiling strcursor v0.2.5 Sep 01 07:28:18.320 INFO kablam! Compiling scan-rules v0.2.0 (file:///source) Sep 01 07:28:20.879 INFO kablam! warning: unused `#[macro_use]` import Sep 01 07:28:20.879 INFO kablam! --> src/lib.rs:290:1 Sep 01 07:28:20.879 INFO kablam! | Sep 01 07:28:20.879 INFO kablam! 290 | #[macro_use] extern crate lazy_static; Sep 01 07:28:20.879 INFO kablam! | ^^^^^^^^^^^^ Sep 01 07:28:20.879 INFO kablam! | Sep 01 07:28:20.879 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 07:28:20.879 INFO kablam! Sep 01 07:28:20.982 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 07:28:20.982 INFO kablam! --> src/input.rs:690:13 Sep 01 07:28:20.982 INFO kablam! | Sep 01 07:28:20.982 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 01 07:28:20.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 07:28:20.982 INFO kablam! | Sep 01 07:28:20.982 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 07:28:20.982 INFO kablam! Sep 01 07:28:21.348 INFO kablam! warning: unused `#[macro_use]` import Sep 01 07:28:21.348 INFO kablam! --> src/lib.rs:290:1 Sep 01 07:28:21.348 INFO kablam! | Sep 01 07:28:21.348 INFO kablam! 290 | #[macro_use] extern crate lazy_static; Sep 01 07:28:21.348 INFO kablam! | ^^^^^^^^^^^^ Sep 01 07:28:21.348 INFO kablam! | Sep 01 07:28:21.348 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 07:28:21.348 INFO kablam! Sep 01 07:28:21.554 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 07:28:21.554 INFO kablam! --> src/input.rs:690:13 Sep 01 07:28:21.554 INFO kablam! | Sep 01 07:28:21.554 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 01 07:28:21.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 07:28:21.554 INFO kablam! | Sep 01 07:28:21.554 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 07:28:21.554 INFO kablam! Sep 01 07:28:22.894 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 01 07:28:22.894 INFO kablam! --> src/input.rs:690:13 Sep 01 07:28:22.894 INFO kablam! | Sep 01 07:28:22.894 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 01 07:28:22.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 07:28:22.894 INFO kablam! Sep 01 07:28:23.484 INFO kablam! error[E0283]: type annotations required: cannot resolve `std::net::Ipv4Addr: std::cmp::PartialEq<_>` Sep 01 07:28:23.485 INFO kablam! --> src/scanner/std/net.rs:225:33 Sep 01 07:28:23.485 INFO kablam! | Sep 01 07:28:23.485 INFO kablam! 225 | Ok((v, n)) if v == $s.parse().unwrap() && n == $s.len() Sep 01 07:28:23.485 INFO kablam! | ^^ Sep 01 07:28:23.485 INFO kablam! ... Sep 01 07:28:23.485 INFO kablam! 244 | check_ipv4!("0.0.0.0"); Sep 01 07:28:23.485 INFO kablam! | ----------------------- in this macro invocation Sep 01 07:28:23.485 INFO kablam! Sep 01 07:28:24.801 INFO kablam! error: aborting due to previous error Sep 01 07:28:24.801 INFO kablam! Sep 01 07:28:24.801 INFO kablam! For more information about this error, try `rustc --explain E0283`. Sep 01 07:28:24.811 INFO kablam! error: Could not compile `scan-rules`. Sep 01 07:28:24.811 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 07:28:25.912 INFO kablam! warning: unused `#[macro_use]` import Sep 01 07:28:25.912 INFO kablam! --> examples/runtime_scanners.rs:10:1 Sep 01 07:28:25.912 INFO kablam! | Sep 01 07:28:25.912 INFO kablam! 10 | #[macro_use] extern crate scan_rules; Sep 01 07:28:25.912 INFO kablam! | ^^^^^^^^^^^^ Sep 01 07:28:25.912 INFO kablam! | Sep 01 07:28:25.912 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 07:28:25.912 INFO kablam! Sep 01 07:28:26.111 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 07:28:26.111 INFO kablam! --> tests/whizzo.rs:20:53 Sep 01 07:28:26.111 INFO kablam! | Sep 01 07:28:26.112 INFO kablam! 20 | assert_match!(scan!("2"; (let f: f32) => f), Ok(2.0f32)); Sep 01 07:28:26.112 INFO kablam! | ^^^^^^ Sep 01 07:28:26.112 INFO kablam! | Sep 01 07:28:26.112 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 01 07:28:26.112 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 01 07:28:26.112 INFO kablam! = note: for more information, see issue #41620 Sep 01 07:28:26.112 INFO kablam! Sep 01 07:28:26.112 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 07:28:26.112 INFO kablam! --> tests/whizzo.rs:21:54 Sep 01 07:28:26.112 INFO kablam! | Sep 01 07:28:26.112 INFO kablam! 21 | assert_match!(scan!("2."; (let f: f32) => f), Ok(2.0f32)); Sep 01 07:28:26.112 INFO kablam! | ^^^^^^ Sep 01 07:28:26.112 INFO kablam! | Sep 01 07:28:26.112 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 01 07:28:26.113 INFO kablam! = note: for more information, see issue #41620 Sep 01 07:28:26.113 INFO kablam! Sep 01 07:28:26.113 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 07:28:26.113 INFO kablam! --> tests/whizzo.rs:22:55 Sep 01 07:28:26.113 INFO kablam! | Sep 01 07:28:26.113 INFO kablam! 22 | assert_match!(scan!("2.0"; (let f: f32) => f), Ok(2.0f32)); Sep 01 07:28:26.113 INFO kablam! | ^^^^^^ Sep 01 07:28:26.113 INFO kablam! | Sep 01 07:28:26.113 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 01 07:28:26.113 INFO kablam! = note: for more information, see issue #41620 Sep 01 07:28:26.113 INFO kablam! Sep 01 07:28:26.113 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 07:28:26.113 INFO kablam! --> tests/whizzo.rs:23:57 Sep 01 07:28:26.113 INFO kablam! | Sep 01 07:28:26.113 INFO kablam! 23 | assert_match!(scan!("2.0e0"; (let f: f32) => f), Ok(2.0f32)); Sep 01 07:28:26.113 INFO kablam! | ^^^^^^ Sep 01 07:28:26.113 INFO kablam! | Sep 01 07:28:26.114 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 01 07:28:26.114 INFO kablam! = note: for more information, see issue #41620 Sep 01 07:28:26.114 INFO kablam! Sep 01 07:28:26.114 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 07:28:26.114 INFO kablam! --> tests/whizzo.rs:24:56 Sep 01 07:28:26.114 INFO kablam! | Sep 01 07:28:26.114 INFO kablam! 24 | assert_match!(scan!("2.e0"; (let f: f32) => f), Ok(2.0f32)); Sep 01 07:28:26.114 INFO kablam! | ^^^^^^ Sep 01 07:28:26.114 INFO kablam! | Sep 01 07:28:26.114 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 01 07:28:26.114 INFO kablam! = note: for more information, see issue #41620 Sep 01 07:28:26.114 INFO kablam! Sep 01 07:28:26.114 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 07:28:26.114 INFO kablam! --> tests/whizzo.rs:25:55 Sep 01 07:28:26.114 INFO kablam! | Sep 01 07:28:26.114 INFO kablam! 25 | assert_match!(scan!("2e0"; (let f: f32) => f), Ok(2.0f32)); Sep 01 07:28:26.114 INFO kablam! | ^^^^^^ Sep 01 07:28:26.114 INFO kablam! | Sep 01 07:28:26.114 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 01 07:28:26.114 INFO kablam! = note: for more information, see issue #41620 Sep 01 07:28:26.114 INFO kablam! Sep 01 07:28:26.116 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 07:28:26.116 INFO kablam! --> tests/whizzo.rs:20:53 Sep 01 07:28:26.116 INFO kablam! | Sep 01 07:28:26.116 INFO kablam! 20 | assert_match!(scan!("2"; (let f: f32) => f), Ok(2.0f32)); Sep 01 07:28:26.116 INFO kablam! | ^^^^^^ Sep 01 07:28:26.116 INFO kablam! | Sep 01 07:28:26.116 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 01 07:28:26.116 INFO kablam! = note: for more information, see issue #41620 Sep 01 07:28:26.116 INFO kablam! Sep 01 07:28:27.781 INFO kablam! error: build failed Sep 01 07:28:27.782 INFO kablam! su: No module specific data is present Sep 01 07:28:28.169 INFO running `"docker" "rm" "-f" "5743085b2788a6500d67440c2caa69307cc0571c8f1fb9f7f229a9587af57118"` Sep 01 07:28:28.275 INFO blam! 5743085b2788a6500d67440c2caa69307cc0571c8f1fb9f7f229a9587af57118