Sep 17 17:47:56.499 INFO checking scan-rules-0.2.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 17:47:56.499 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 17:47:56.499 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 17:47:57.142 INFO blam! 987a1fa55a10094a9c3c1d7156fc8da751a90bd04e1a4bb826b2226e510b5977 Sep 17 17:47:57.149 INFO running `"docker" "start" "-a" "987a1fa55a10094a9c3c1d7156fc8da751a90bd04e1a4bb826b2226e510b5977"` Sep 17 17:47:58.542 INFO kablam! usermod: no changes Sep 17 17:47:58.639 INFO kablam! Checking itertools v0.4.19 Sep 17 17:47:58.647 INFO kablam! Compiling strcursor v0.2.5 Sep 17 17:47:58.647 INFO kablam! Compiling scan-rules v0.2.0 (/source) Sep 17 17:48:01.879 INFO kablam! warning: unused `#[macro_use]` import Sep 17 17:48:01.879 INFO kablam! --> src/lib.rs:290:1 Sep 17 17:48:01.879 INFO kablam! | Sep 17 17:48:01.879 INFO kablam! 290 | #[macro_use] extern crate lazy_static; Sep 17 17:48:01.879 INFO kablam! | ^^^^^^^^^^^^ Sep 17 17:48:01.879 INFO kablam! | Sep 17 17:48:01.879 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 17:48:01.879 INFO kablam! Sep 17 17:48:01.974 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 17:48:01.975 INFO kablam! --> src/input.rs:690:13 Sep 17 17:48:01.975 INFO kablam! | Sep 17 17:48:01.975 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 17 17:48:01.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 17:48:01.975 INFO kablam! | Sep 17 17:48:01.975 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 17:48:01.975 INFO kablam! Sep 17 17:48:02.175 INFO kablam! warning: unused `#[macro_use]` import Sep 17 17:48:02.175 INFO kablam! --> src/lib.rs:290:1 Sep 17 17:48:02.175 INFO kablam! | Sep 17 17:48:02.175 INFO kablam! 290 | #[macro_use] extern crate lazy_static; Sep 17 17:48:02.175 INFO kablam! | ^^^^^^^^^^^^ Sep 17 17:48:02.183 INFO kablam! | Sep 17 17:48:02.183 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 17:48:02.183 INFO kablam! Sep 17 17:48:02.379 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 17:48:02.379 INFO kablam! --> src/input.rs:690:13 Sep 17 17:48:02.379 INFO kablam! | Sep 17 17:48:02.379 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 17 17:48:02.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 17:48:02.379 INFO kablam! | Sep 17 17:48:02.379 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 17:48:02.379 INFO kablam! Sep 17 17:48:02.903 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 17 17:48:02.903 INFO kablam! --> src/input.rs:690:13 Sep 17 17:48:02.903 INFO kablam! | Sep 17 17:48:02.903 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 17 17:48:02.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 17:48:02.903 INFO kablam! Sep 17 17:48:03.658 INFO kablam! error[E0283]: type annotations required: cannot resolve `std::net::Ipv4Addr: std::cmp::PartialEq<_>` Sep 17 17:48:03.659 INFO kablam! --> src/scanner/std/net.rs:225:33 Sep 17 17:48:03.659 INFO kablam! | Sep 17 17:48:03.659 INFO kablam! 225 | Ok((v, n)) if v == $s.parse().unwrap() && n == $s.len() Sep 17 17:48:03.659 INFO kablam! | ^^ Sep 17 17:48:03.659 INFO kablam! ... Sep 17 17:48:03.659 INFO kablam! 244 | check_ipv4!("0.0.0.0"); Sep 17 17:48:03.659 INFO kablam! | ----------------------- in this macro invocation Sep 17 17:48:03.659 INFO kablam! Sep 17 17:48:05.015 INFO kablam! warning: floating-point types cannot be used in patterns Sep 17 17:48:05.015 INFO kablam! --> tests/whizzo.rs:20:53 Sep 17 17:48:05.015 INFO kablam! | Sep 17 17:48:05.015 INFO kablam! 20 | assert_match!(scan!("2"; (let f: f32) => f), Ok(2.0f32)); Sep 17 17:48:05.015 INFO kablam! | ^^^^^^ Sep 17 17:48:05.015 INFO kablam! | Sep 17 17:48:05.015 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 17 17:48:05.015 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 17 17:48:05.015 INFO kablam! = note: for more information, see issue #41620 Sep 17 17:48:05.015 INFO kablam! Sep 17 17:48:05.015 INFO kablam! warning: floating-point types cannot be used in patterns Sep 17 17:48:05.015 INFO kablam! --> tests/whizzo.rs:21:54 Sep 17 17:48:05.015 INFO kablam! | Sep 17 17:48:05.015 INFO kablam! 21 | assert_match!(scan!("2."; (let f: f32) => f), Ok(2.0f32)); Sep 17 17:48:05.015 INFO kablam! | ^^^^^^ Sep 17 17:48:05.015 INFO kablam! | Sep 17 17:48:05.015 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 17 17:48:05.015 INFO kablam! = note: for more information, see issue #41620 Sep 17 17:48:05.015 INFO kablam! Sep 17 17:48:05.015 INFO kablam! warning: floating-point types cannot be used in patterns Sep 17 17:48:05.015 INFO kablam! --> tests/whizzo.rs:22:55 Sep 17 17:48:05.015 INFO kablam! | Sep 17 17:48:05.015 INFO kablam! 22 | assert_match!(scan!("2.0"; (let f: f32) => f), Ok(2.0f32)); Sep 17 17:48:05.015 INFO kablam! | ^^^^^^ Sep 17 17:48:05.015 INFO kablam! | Sep 17 17:48:05.015 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 17 17:48:05.015 INFO kablam! = note: for more information, see issue #41620 Sep 17 17:48:05.015 INFO kablam! Sep 17 17:48:05.016 INFO kablam! warning: floating-point types cannot be used in patterns Sep 17 17:48:05.016 INFO kablam! --> tests/whizzo.rs:23:57 Sep 17 17:48:05.016 INFO kablam! | Sep 17 17:48:05.016 INFO kablam! 23 | assert_match!(scan!("2.0e0"; (let f: f32) => f), Ok(2.0f32)); Sep 17 17:48:05.016 INFO kablam! | ^^^^^^ Sep 17 17:48:05.016 INFO kablam! | Sep 17 17:48:05.016 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 17 17:48:05.016 INFO kablam! = note: for more information, see issue #41620 Sep 17 17:48:05.016 INFO kablam! Sep 17 17:48:05.016 INFO kablam! warning: floating-point types cannot be used in patterns Sep 17 17:48:05.016 INFO kablam! --> tests/whizzo.rs:24:56 Sep 17 17:48:05.016 INFO kablam! | Sep 17 17:48:05.016 INFO kablam! 24 | assert_match!(scan!("2.e0"; (let f: f32) => f), Ok(2.0f32)); Sep 17 17:48:05.016 INFO kablam! | ^^^^^^ Sep 17 17:48:05.016 INFO kablam! | Sep 17 17:48:05.016 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 17 17:48:05.016 INFO kablam! = note: for more information, see issue #41620 Sep 17 17:48:05.016 INFO kablam! Sep 17 17:48:05.016 INFO kablam! warning: floating-point types cannot be used in patterns Sep 17 17:48:05.016 INFO kablam! --> tests/whizzo.rs:25:55 Sep 17 17:48:05.016 INFO kablam! | Sep 17 17:48:05.016 INFO kablam! 25 | assert_match!(scan!("2e0"; (let f: f32) => f), Ok(2.0f32)); Sep 17 17:48:05.016 INFO kablam! | ^^^^^^ Sep 17 17:48:05.016 INFO kablam! | Sep 17 17:48:05.016 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 17 17:48:05.016 INFO kablam! = note: for more information, see issue #41620 Sep 17 17:48:05.016 INFO kablam! Sep 17 17:48:05.016 INFO kablam! warning: floating-point types cannot be used in patterns Sep 17 17:48:05.016 INFO kablam! --> tests/whizzo.rs:20:53 Sep 17 17:48:05.016 INFO kablam! | Sep 17 17:48:05.016 INFO kablam! 20 | assert_match!(scan!("2"; (let f: f32) => f), Ok(2.0f32)); Sep 17 17:48:05.016 INFO kablam! | ^^^^^^ Sep 17 17:48:05.016 INFO kablam! | Sep 17 17:48:05.016 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 17 17:48:05.016 INFO kablam! = note: for more information, see issue #41620 Sep 17 17:48:05.016 INFO kablam! Sep 17 17:48:05.467 INFO kablam! error: aborting due to previous error Sep 17 17:48:05.467 INFO kablam! Sep 17 17:48:05.467 INFO kablam! For more information about this error, try `rustc --explain E0283`. Sep 17 17:48:05.478 INFO kablam! error: Could not compile `scan-rules`. Sep 17 17:48:05.479 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 17:48:05.732 INFO kablam! warning: unused `#[macro_use]` import Sep 17 17:48:05.732 INFO kablam! --> examples/runtime_scanners.rs:10:1 Sep 17 17:48:05.732 INFO kablam! | Sep 17 17:48:05.732 INFO kablam! 10 | #[macro_use] extern crate scan_rules; Sep 17 17:48:05.732 INFO kablam! | ^^^^^^^^^^^^ Sep 17 17:48:05.732 INFO kablam! | Sep 17 17:48:05.732 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 17:48:05.732 INFO kablam! Sep 17 17:48:07.541 INFO kablam! error: build failed Sep 17 17:48:07.542 INFO kablam! su: No module specific data is present Sep 17 17:48:08.224 INFO running `"docker" "rm" "-f" "987a1fa55a10094a9c3c1d7156fc8da751a90bd04e1a4bb826b2226e510b5977"` Sep 17 17:48:08.346 INFO blam! 987a1fa55a10094a9c3c1d7156fc8da751a90bd04e1a4bb826b2226e510b5977