Sep 19 20:41:18.031 INFO checking scan-rules-0.2.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 20:41:18.031 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 20:41:18.031 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 20:41:18.291 INFO blam! 1c443cae2a0495141e24b780f860a3b451f93af76fe08da520839650de7ef36a Sep 19 20:41:18.293 INFO running `"docker" "start" "-a" "1c443cae2a0495141e24b780f860a3b451f93af76fe08da520839650de7ef36a"` Sep 19 20:41:19.260 INFO kablam! usermod: no changes Sep 19 20:41:19.458 INFO kablam! Checking itertools v0.4.19 Sep 19 20:41:19.466 INFO kablam! Compiling strcursor v0.2.5 Sep 19 20:41:19.466 INFO kablam! Compiling scan-rules v0.2.0 (/source) Sep 19 20:41:23.382 INFO kablam! warning: unused `#[macro_use]` import Sep 19 20:41:23.382 INFO kablam! --> src/lib.rs:290:1 Sep 19 20:41:23.382 INFO kablam! | Sep 19 20:41:23.382 INFO kablam! 290 | #[macro_use] extern crate lazy_static; Sep 19 20:41:23.382 INFO kablam! | ^^^^^^^^^^^^ Sep 19 20:41:23.383 INFO kablam! | Sep 19 20:41:23.383 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 20:41:23.383 INFO kablam! Sep 19 20:41:23.506 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 20:41:23.506 INFO kablam! --> src/input.rs:690:13 Sep 19 20:41:23.506 INFO kablam! | Sep 19 20:41:23.506 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 19 20:41:23.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 20:41:23.506 INFO kablam! | Sep 19 20:41:23.506 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 20:41:23.506 INFO kablam! Sep 19 20:41:23.574 INFO kablam! warning: unused `#[macro_use]` import Sep 19 20:41:23.574 INFO kablam! --> src/lib.rs:290:1 Sep 19 20:41:23.574 INFO kablam! | Sep 19 20:41:23.574 INFO kablam! 290 | #[macro_use] extern crate lazy_static; Sep 19 20:41:23.574 INFO kablam! | ^^^^^^^^^^^^ Sep 19 20:41:23.574 INFO kablam! | Sep 19 20:41:23.574 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 20:41:23.574 INFO kablam! Sep 19 20:41:23.722 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 20:41:23.722 INFO kablam! --> src/input.rs:690:13 Sep 19 20:41:23.722 INFO kablam! | Sep 19 20:41:23.722 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 19 20:41:23.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 20:41:23.722 INFO kablam! | Sep 19 20:41:23.722 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 20:41:23.722 INFO kablam! Sep 19 20:41:24.414 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 19 20:41:24.414 INFO kablam! --> src/input.rs:690:13 Sep 19 20:41:24.414 INFO kablam! | Sep 19 20:41:24.414 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 19 20:41:24.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 20:41:24.415 INFO kablam! Sep 19 20:41:25.128 INFO kablam! error[E0283]: type annotations required: cannot resolve `std::net::Ipv4Addr: std::cmp::PartialEq<_>` Sep 19 20:41:25.128 INFO kablam! --> src/scanner/std/net.rs:225:33 Sep 19 20:41:25.128 INFO kablam! | Sep 19 20:41:25.129 INFO kablam! 225 | Ok((v, n)) if v == $s.parse().unwrap() && n == $s.len() Sep 19 20:41:25.129 INFO kablam! | ^^ Sep 19 20:41:25.129 INFO kablam! ... Sep 19 20:41:25.129 INFO kablam! 244 | check_ipv4!("0.0.0.0"); Sep 19 20:41:25.129 INFO kablam! | ----------------------- in this macro invocation Sep 19 20:41:25.129 INFO kablam! Sep 19 20:41:26.262 INFO kablam! warning: floating-point types cannot be used in patterns Sep 19 20:41:26.262 INFO kablam! --> tests/whizzo.rs:20:53 Sep 19 20:41:26.262 INFO kablam! | Sep 19 20:41:26.262 INFO kablam! 20 | assert_match!(scan!("2"; (let f: f32) => f), Ok(2.0f32)); Sep 19 20:41:26.262 INFO kablam! | ^^^^^^ Sep 19 20:41:26.263 INFO kablam! | Sep 19 20:41:26.263 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 19 20:41:26.263 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 19 20:41:26.264 INFO kablam! = note: for more information, see issue #41620 Sep 19 20:41:26.264 INFO kablam! Sep 19 20:41:26.264 INFO kablam! warning: floating-point types cannot be used in patterns Sep 19 20:41:26.264 INFO kablam! --> tests/whizzo.rs:21:54 Sep 19 20:41:26.264 INFO kablam! | Sep 19 20:41:26.265 INFO kablam! 21 | assert_match!(scan!("2."; (let f: f32) => f), Ok(2.0f32)); Sep 19 20:41:26.265 INFO kablam! | ^^^^^^ Sep 19 20:41:26.265 INFO kablam! | Sep 19 20:41:26.265 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 19 20:41:26.265 INFO kablam! = note: for more information, see issue #41620 Sep 19 20:41:26.266 INFO kablam! Sep 19 20:41:26.266 INFO kablam! warning: floating-point types cannot be used in patterns Sep 19 20:41:26.266 INFO kablam! --> tests/whizzo.rs:22:55 Sep 19 20:41:26.266 INFO kablam! | Sep 19 20:41:26.266 INFO kablam! 22 | assert_match!(scan!("2.0"; (let f: f32) => f), Ok(2.0f32)); Sep 19 20:41:26.266 INFO kablam! | ^^^^^^ Sep 19 20:41:26.266 INFO kablam! | Sep 19 20:41:26.267 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 19 20:41:26.267 INFO kablam! = note: for more information, see issue #41620 Sep 19 20:41:26.267 INFO kablam! Sep 19 20:41:26.268 INFO kablam! warning: floating-point types cannot be used in patterns Sep 19 20:41:26.268 INFO kablam! --> tests/whizzo.rs:23:57 Sep 19 20:41:26.268 INFO kablam! | Sep 19 20:41:26.268 INFO kablam! 23 | assert_match!(scan!("2.0e0"; (let f: f32) => f), Ok(2.0f32)); Sep 19 20:41:26.268 INFO kablam! | ^^^^^^ Sep 19 20:41:26.268 INFO kablam! | Sep 19 20:41:26.268 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 19 20:41:26.269 INFO kablam! = note: for more information, see issue #41620 Sep 19 20:41:26.269 INFO kablam! Sep 19 20:41:26.269 INFO kablam! warning: floating-point types cannot be used in patterns Sep 19 20:41:26.269 INFO kablam! --> tests/whizzo.rs:24:56 Sep 19 20:41:26.269 INFO kablam! | Sep 19 20:41:26.270 INFO kablam! 24 | assert_match!(scan!("2.e0"; (let f: f32) => f), Ok(2.0f32)); Sep 19 20:41:26.270 INFO kablam! | ^^^^^^ Sep 19 20:41:26.270 INFO kablam! | Sep 19 20:41:26.270 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 19 20:41:26.270 INFO kablam! = note: for more information, see issue #41620 Sep 19 20:41:26.270 INFO kablam! Sep 19 20:41:26.270 INFO kablam! warning: floating-point types cannot be used in patterns Sep 19 20:41:26.270 INFO kablam! --> tests/whizzo.rs:25:55 Sep 19 20:41:26.270 INFO kablam! | Sep 19 20:41:26.270 INFO kablam! 25 | assert_match!(scan!("2e0"; (let f: f32) => f), Ok(2.0f32)); Sep 19 20:41:26.270 INFO kablam! | ^^^^^^ Sep 19 20:41:26.271 INFO kablam! | Sep 19 20:41:26.271 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 19 20:41:26.271 INFO kablam! = note: for more information, see issue #41620 Sep 19 20:41:26.271 INFO kablam! Sep 19 20:41:26.273 INFO kablam! warning: floating-point types cannot be used in patterns Sep 19 20:41:26.273 INFO kablam! --> tests/whizzo.rs:20:53 Sep 19 20:41:26.273 INFO kablam! | Sep 19 20:41:26.273 INFO kablam! 20 | assert_match!(scan!("2"; (let f: f32) => f), Ok(2.0f32)); Sep 19 20:41:26.273 INFO kablam! | ^^^^^^ Sep 19 20:41:26.273 INFO kablam! | Sep 19 20:41:26.273 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 19 20:41:26.273 INFO kablam! = note: for more information, see issue #41620 Sep 19 20:41:26.273 INFO kablam! Sep 19 20:41:27.382 INFO kablam! error: aborting due to previous error Sep 19 20:41:27.382 INFO kablam! Sep 19 20:41:27.382 INFO kablam! For more information about this error, try `rustc --explain E0283`. Sep 19 20:41:27.402 INFO kablam! error: Could not compile `scan-rules`. Sep 19 20:41:27.402 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 20:41:27.946 INFO kablam! warning: unused `#[macro_use]` import Sep 19 20:41:27.946 INFO kablam! --> examples/runtime_scanners.rs:10:1 Sep 19 20:41:27.946 INFO kablam! | Sep 19 20:41:27.946 INFO kablam! 10 | #[macro_use] extern crate scan_rules; Sep 19 20:41:27.946 INFO kablam! | ^^^^^^^^^^^^ Sep 19 20:41:27.946 INFO kablam! | Sep 19 20:41:27.946 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 20:41:27.946 INFO kablam! Sep 19 20:41:29.374 INFO kablam! error: build failed Sep 19 20:41:29.376 INFO kablam! su: No module specific data is present Sep 19 20:41:29.913 INFO running `"docker" "rm" "-f" "1c443cae2a0495141e24b780f860a3b451f93af76fe08da520839650de7ef36a"` Sep 19 20:41:30.008 INFO blam! 1c443cae2a0495141e24b780f860a3b451f93af76fe08da520839650de7ef36a