Sep 04 04:07:46.923 INFO checking scan-rules-0.2.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 04:07:46.923 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 04:07:46.923 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 04:07:47.089 INFO blam! 6cfd63c9c3a93f1773ce6d3e15ca4fe7d604e1591c29e5119c39e262ceb76f19 Sep 04 04:07:47.091 INFO running `"docker" "start" "-a" "6cfd63c9c3a93f1773ce6d3e15ca4fe7d604e1591c29e5119c39e262ceb76f19"` Sep 04 04:07:47.903 INFO kablam! Compiling strcursor v0.2.5 Sep 04 04:07:47.903 INFO kablam! Compiling scan-rules v0.2.0 (file:///source) Sep 04 04:07:50.474 INFO kablam! warning: unused `#[macro_use]` import Sep 04 04:07:50.474 INFO kablam! --> src/lib.rs:290:1 Sep 04 04:07:50.474 INFO kablam! | Sep 04 04:07:50.474 INFO kablam! 290 | #[macro_use] extern crate lazy_static; Sep 04 04:07:50.474 INFO kablam! | ^^^^^^^^^^^^ Sep 04 04:07:50.474 INFO kablam! | Sep 04 04:07:50.474 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 04:07:50.474 INFO kablam! Sep 04 04:07:50.564 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 04:07:50.564 INFO kablam! --> src/input.rs:690:13 Sep 04 04:07:50.564 INFO kablam! | Sep 04 04:07:50.564 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 04 04:07:50.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 04:07:50.565 INFO kablam! | Sep 04 04:07:50.565 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 04:07:50.565 INFO kablam! Sep 04 04:07:50.716 INFO kablam! warning: unused `#[macro_use]` import Sep 04 04:07:50.716 INFO kablam! --> src/lib.rs:290:1 Sep 04 04:07:50.716 INFO kablam! | Sep 04 04:07:50.716 INFO kablam! 290 | #[macro_use] extern crate lazy_static; Sep 04 04:07:50.716 INFO kablam! | ^^^^^^^^^^^^ Sep 04 04:07:50.716 INFO kablam! | Sep 04 04:07:50.716 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 04:07:50.716 INFO kablam! Sep 04 04:07:50.895 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 04:07:50.895 INFO kablam! --> src/input.rs:690:13 Sep 04 04:07:50.895 INFO kablam! | Sep 04 04:07:50.895 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 04 04:07:50.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 04:07:50.895 INFO kablam! | Sep 04 04:07:50.895 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 04:07:50.895 INFO kablam! Sep 04 04:07:52.046 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 04 04:07:52.046 INFO kablam! --> src/input.rs:690:13 Sep 04 04:07:52.046 INFO kablam! | Sep 04 04:07:52.046 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 04 04:07:52.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 04:07:52.046 INFO kablam! Sep 04 04:07:53.131 INFO kablam! error[E0283]: type annotations required: cannot resolve `std::net::Ipv4Addr: std::cmp::PartialEq<_>` Sep 04 04:07:53.131 INFO kablam! --> src/scanner/std/net.rs:225:33 Sep 04 04:07:53.131 INFO kablam! | Sep 04 04:07:53.131 INFO kablam! 225 | Ok((v, n)) if v == $s.parse().unwrap() && n == $s.len() Sep 04 04:07:53.131 INFO kablam! | ^^ Sep 04 04:07:53.131 INFO kablam! ... Sep 04 04:07:53.131 INFO kablam! 244 | check_ipv4!("0.0.0.0"); Sep 04 04:07:53.131 INFO kablam! | ----------------------- in this macro invocation Sep 04 04:07:53.131 INFO kablam! Sep 04 04:07:55.046 INFO kablam! warning: floating-point types cannot be used in patterns Sep 04 04:07:55.046 INFO kablam! --> tests/whizzo.rs:20:53 Sep 04 04:07:55.046 INFO kablam! | Sep 04 04:07:55.046 INFO kablam! 20 | assert_match!(scan!("2"; (let f: f32) => f), Ok(2.0f32)); Sep 04 04:07:55.046 INFO kablam! | ^^^^^^ Sep 04 04:07:55.046 INFO kablam! | Sep 04 04:07:55.046 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 04 04:07:55.047 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 04:07:55.047 INFO kablam! = note: for more information, see issue #41620 Sep 04 04:07:55.047 INFO kablam! Sep 04 04:07:55.047 INFO kablam! warning: floating-point types cannot be used in patterns Sep 04 04:07:55.047 INFO kablam! --> tests/whizzo.rs:21:54 Sep 04 04:07:55.047 INFO kablam! | Sep 04 04:07:55.047 INFO kablam! 21 | assert_match!(scan!("2."; (let f: f32) => f), Ok(2.0f32)); Sep 04 04:07:55.047 INFO kablam! | ^^^^^^ Sep 04 04:07:55.047 INFO kablam! | Sep 04 04:07:55.078 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 04:07:55.079 INFO kablam! = note: for more information, see issue #41620 Sep 04 04:07:55.079 INFO kablam! Sep 04 04:07:55.079 INFO kablam! warning: floating-point types cannot be used in patterns Sep 04 04:07:55.079 INFO kablam! --> tests/whizzo.rs:22:55 Sep 04 04:07:55.079 INFO kablam! | Sep 04 04:07:55.079 INFO kablam! 22 | assert_match!(scan!("2.0"; (let f: f32) => f), Ok(2.0f32)); Sep 04 04:07:55.079 INFO kablam! | ^^^^^^ Sep 04 04:07:55.079 INFO kablam! | Sep 04 04:07:55.079 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 04:07:55.079 INFO kablam! = note: for more information, see issue #41620 Sep 04 04:07:55.079 INFO kablam! Sep 04 04:07:55.079 INFO kablam! warning: floating-point types cannot be used in patterns Sep 04 04:07:55.079 INFO kablam! --> tests/whizzo.rs:23:57 Sep 04 04:07:55.079 INFO kablam! | Sep 04 04:07:55.079 INFO kablam! 23 | assert_match!(scan!("2.0e0"; (let f: f32) => f), Ok(2.0f32)); Sep 04 04:07:55.079 INFO kablam! | ^^^^^^ Sep 04 04:07:55.079 INFO kablam! | Sep 04 04:07:55.079 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 04:07:55.079 INFO kablam! = note: for more information, see issue #41620 Sep 04 04:07:55.079 INFO kablam! Sep 04 04:07:55.079 INFO kablam! warning: floating-point types cannot be used in patterns Sep 04 04:07:55.079 INFO kablam! --> tests/whizzo.rs:24:56 Sep 04 04:07:55.079 INFO kablam! | Sep 04 04:07:55.079 INFO kablam! 24 | assert_match!(scan!("2.e0"; (let f: f32) => f), Ok(2.0f32)); Sep 04 04:07:55.080 INFO kablam! | ^^^^^^ Sep 04 04:07:55.080 INFO kablam! | Sep 04 04:07:55.080 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 04:07:55.080 INFO kablam! = note: for more information, see issue #41620 Sep 04 04:07:55.080 INFO kablam! Sep 04 04:07:55.080 INFO kablam! warning: floating-point types cannot be used in patterns Sep 04 04:07:55.080 INFO kablam! --> tests/whizzo.rs:25:55 Sep 04 04:07:55.080 INFO kablam! | Sep 04 04:07:55.080 INFO kablam! 25 | assert_match!(scan!("2e0"; (let f: f32) => f), Ok(2.0f32)); Sep 04 04:07:55.080 INFO kablam! | ^^^^^^ Sep 04 04:07:55.080 INFO kablam! | Sep 04 04:07:55.080 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 04:07:55.080 INFO kablam! = note: for more information, see issue #41620 Sep 04 04:07:55.080 INFO kablam! Sep 04 04:07:55.082 INFO kablam! warning: floating-point types cannot be used in patterns Sep 04 04:07:55.082 INFO kablam! --> tests/whizzo.rs:20:53 Sep 04 04:07:55.082 INFO kablam! | Sep 04 04:07:55.082 INFO kablam! 20 | assert_match!(scan!("2"; (let f: f32) => f), Ok(2.0f32)); Sep 04 04:07:55.082 INFO kablam! | ^^^^^^ Sep 04 04:07:55.082 INFO kablam! | Sep 04 04:07:55.082 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 04:07:55.082 INFO kablam! = note: for more information, see issue #41620 Sep 04 04:07:55.082 INFO kablam! Sep 04 04:07:56.334 INFO kablam! error: aborting due to previous error Sep 04 04:07:56.335 INFO kablam! Sep 04 04:07:56.335 INFO kablam! For more information about this error, try `rustc --explain E0283`. Sep 04 04:07:56.360 INFO kablam! error: Could not compile `scan-rules`. Sep 04 04:07:56.361 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 04:07:56.375 INFO kablam! warning: unused `#[macro_use]` import Sep 04 04:07:56.375 INFO kablam! --> examples/runtime_scanners.rs:10:1 Sep 04 04:07:56.375 INFO kablam! | Sep 04 04:07:56.375 INFO kablam! 10 | #[macro_use] extern crate scan_rules; Sep 04 04:07:56.376 INFO kablam! | ^^^^^^^^^^^^ Sep 04 04:07:56.376 INFO kablam! | Sep 04 04:07:56.376 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 04:07:56.376 INFO kablam! Sep 04 04:07:59.584 INFO kablam! error: build failed Sep 04 04:07:59.586 INFO kablam! su: No module specific data is present Sep 04 04:07:59.949 INFO running `"docker" "rm" "-f" "6cfd63c9c3a93f1773ce6d3e15ca4fe7d604e1591c29e5119c39e262ceb76f19"` Sep 04 04:08:00.082 INFO blam! 6cfd63c9c3a93f1773ce6d3e15ca4fe7d604e1591c29e5119c39e262ceb76f19