Sep 04 07:19:23.236 INFO checking scan-rules-0.2.0 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 07:19:23.236 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 07:19:23.236 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 07:19:23.386 INFO blam! a944754d476bff4e997afdbce53d0ec7bfd8fd0e76cc28df507b0bd1e18fcd90 Sep 04 07:19:23.388 INFO running `"docker" "start" "-a" "a944754d476bff4e997afdbce53d0ec7bfd8fd0e76cc28df507b0bd1e18fcd90"` Sep 04 07:19:24.168 INFO kablam! Compiling scan-rules v0.2.0 (file:///source) Sep 04 07:19:25.645 INFO kablam! warning: unused `#[macro_use]` import Sep 04 07:19:25.646 INFO kablam! --> src/lib.rs:290:1 Sep 04 07:19:25.646 INFO kablam! | Sep 04 07:19:25.646 INFO kablam! 290 | #[macro_use] extern crate lazy_static; Sep 04 07:19:25.646 INFO kablam! | ^^^^^^^^^^^^ Sep 04 07:19:25.646 INFO kablam! | Sep 04 07:19:25.646 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 07:19:25.646 INFO kablam! Sep 04 07:19:25.702 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 07:19:25.703 INFO kablam! --> src/input.rs:690:13 Sep 04 07:19:25.703 INFO kablam! | Sep 04 07:19:25.703 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 04 07:19:25.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:25.703 INFO kablam! | Sep 04 07:19:25.703 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 07:19:25.703 INFO kablam! Sep 04 07:19:25.949 INFO kablam! warning: unused `#[macro_use]` import Sep 04 07:19:25.949 INFO kablam! --> src/lib.rs:290:1 Sep 04 07:19:25.949 INFO kablam! | Sep 04 07:19:25.949 INFO kablam! 290 | #[macro_use] extern crate lazy_static; Sep 04 07:19:25.949 INFO kablam! | ^^^^^^^^^^^^ Sep 04 07:19:25.949 INFO kablam! | Sep 04 07:19:25.949 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 07:19:25.949 INFO kablam! Sep 04 07:19:26.089 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 07:19:26.089 INFO kablam! --> src/input.rs:690:13 Sep 04 07:19:26.089 INFO kablam! | Sep 04 07:19:26.089 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 04 07:19:26.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:26.089 INFO kablam! | Sep 04 07:19:26.089 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 07:19:26.089 INFO kablam! Sep 04 07:19:27.204 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 04 07:19:27.204 INFO kablam! --> src/input.rs:690:13 Sep 04 07:19:27.204 INFO kablam! | Sep 04 07:19:27.204 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 04 07:19:27.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 07:19:27.204 INFO kablam! Sep 04 07:19:27.760 INFO kablam! error[E0283]: type annotations required: cannot resolve `std::net::Ipv4Addr: std::cmp::PartialEq<_>` Sep 04 07:19:27.760 INFO kablam! --> src/scanner/std/net.rs:225:33 Sep 04 07:19:27.760 INFO kablam! | Sep 04 07:19:27.760 INFO kablam! 225 | Ok((v, n)) if v == $s.parse().unwrap() && n == $s.len() Sep 04 07:19:27.760 INFO kablam! | ^^ Sep 04 07:19:27.761 INFO kablam! ... Sep 04 07:19:27.761 INFO kablam! 244 | check_ipv4!("0.0.0.0"); Sep 04 07:19:27.761 INFO kablam! | ----------------------- in this macro invocation Sep 04 07:19:27.761 INFO kablam! Sep 04 07:19:29.344 INFO kablam! error: aborting due to previous error Sep 04 07:19:29.344 INFO kablam! Sep 04 07:19:29.344 INFO kablam! For more information about this error, try `rustc --explain E0283`. Sep 04 07:19:29.356 INFO kablam! error: Could not compile `scan-rules`. Sep 04 07:19:29.356 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 07:19:29.796 INFO kablam! warning: floating-point types cannot be used in patterns Sep 04 07:19:29.796 INFO kablam! --> tests/whizzo.rs:20:53 Sep 04 07:19:29.796 INFO kablam! | Sep 04 07:19:29.796 INFO kablam! 20 | assert_match!(scan!("2"; (let f: f32) => f), Ok(2.0f32)); Sep 04 07:19:29.796 INFO kablam! | ^^^^^^ Sep 04 07:19:29.797 INFO kablam! | Sep 04 07:19:29.798 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 04 07:19:29.798 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 07:19:29.798 INFO kablam! = note: for more information, see issue #41620 Sep 04 07:19:29.799 INFO kablam! Sep 04 07:19:29.799 INFO kablam! warning: floating-point types cannot be used in patterns Sep 04 07:19:29.799 INFO kablam! --> tests/whizzo.rs:21:54 Sep 04 07:19:29.799 INFO kablam! | Sep 04 07:19:29.799 INFO kablam! 21 | assert_match!(scan!("2."; (let f: f32) => f), Ok(2.0f32)); Sep 04 07:19:29.799 INFO kablam! | ^^^^^^ Sep 04 07:19:29.800 INFO kablam! | Sep 04 07:19:29.800 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 07:19:29.801 INFO kablam! = note: for more information, see issue #41620 Sep 04 07:19:29.801 INFO kablam! Sep 04 07:19:29.801 INFO kablam! warning: floating-point types cannot be used in patterns Sep 04 07:19:29.801 INFO kablam! --> tests/whizzo.rs:22:55 Sep 04 07:19:29.802 INFO kablam! | Sep 04 07:19:29.802 INFO kablam! 22 | assert_match!(scan!("2.0"; (let f: f32) => f), Ok(2.0f32)); Sep 04 07:19:29.802 INFO kablam! | ^^^^^^ Sep 04 07:19:29.802 INFO kablam! | Sep 04 07:19:29.802 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 07:19:29.803 INFO kablam! = note: for more information, see issue #41620 Sep 04 07:19:29.803 INFO kablam! Sep 04 07:19:29.804 INFO kablam! warning: floating-point types cannot be used in patterns Sep 04 07:19:29.804 INFO kablam! --> tests/whizzo.rs:23:57 Sep 04 07:19:29.804 INFO kablam! | Sep 04 07:19:29.804 INFO kablam! 23 | assert_match!(scan!("2.0e0"; (let f: f32) => f), Ok(2.0f32)); Sep 04 07:19:29.804 INFO kablam! | ^^^^^^ Sep 04 07:19:29.804 INFO kablam! | Sep 04 07:19:29.804 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 07:19:29.805 INFO kablam! = note: for more information, see issue #41620 Sep 04 07:19:29.805 INFO kablam! Sep 04 07:19:29.806 INFO kablam! warning: floating-point types cannot be used in patterns Sep 04 07:19:29.806 INFO kablam! --> tests/whizzo.rs:24:56 Sep 04 07:19:29.806 INFO kablam! | Sep 04 07:19:29.806 INFO kablam! 24 | assert_match!(scan!("2.e0"; (let f: f32) => f), Ok(2.0f32)); Sep 04 07:19:29.806 INFO kablam! | ^^^^^^ Sep 04 07:19:29.806 INFO kablam! | Sep 04 07:19:29.807 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 07:19:29.807 INFO kablam! = note: for more information, see issue #41620 Sep 04 07:19:29.807 INFO kablam! Sep 04 07:19:29.808 INFO kablam! warning: floating-point types cannot be used in patterns Sep 04 07:19:29.808 INFO kablam! --> tests/whizzo.rs:25:55 Sep 04 07:19:29.808 INFO kablam! | Sep 04 07:19:29.808 INFO kablam! 25 | assert_match!(scan!("2e0"; (let f: f32) => f), Ok(2.0f32)); Sep 04 07:19:29.808 INFO kablam! | ^^^^^^ Sep 04 07:19:29.809 INFO kablam! | Sep 04 07:19:29.809 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 07:19:29.809 INFO kablam! = note: for more information, see issue #41620 Sep 04 07:19:29.810 INFO kablam! Sep 04 07:19:29.812 INFO kablam! warning: floating-point types cannot be used in patterns Sep 04 07:19:29.812 INFO kablam! --> tests/whizzo.rs:20:53 Sep 04 07:19:29.812 INFO kablam! | Sep 04 07:19:29.813 INFO kablam! 20 | assert_match!(scan!("2"; (let f: f32) => f), Ok(2.0f32)); Sep 04 07:19:29.813 INFO kablam! | ^^^^^^ Sep 04 07:19:29.813 INFO kablam! | Sep 04 07:19:29.813 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 07:19:29.814 INFO kablam! = note: for more information, see issue #41620 Sep 04 07:19:29.814 INFO kablam! Sep 04 07:19:31.922 INFO kablam! error: build failed Sep 04 07:19:31.924 INFO kablam! su: No module specific data is present Sep 04 07:19:32.399 INFO running `"docker" "rm" "-f" "a944754d476bff4e997afdbce53d0ec7bfd8fd0e76cc28df507b0bd1e18fcd90"` Sep 04 07:19:32.518 INFO blam! a944754d476bff4e997afdbce53d0ec7bfd8fd0e76cc28df507b0bd1e18fcd90