Sep 02 00:47:42.150 INFO checking scan-rules-0.2.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 00:47:42.150 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 00:47:42.150 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/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 02 00:47:42.301 INFO blam! e0c279f5375165f93639523869da48411ecc896025b07c08f996ae3587ef08d9 Sep 02 00:47:42.303 INFO running `"docker" "start" "-a" "e0c279f5375165f93639523869da48411ecc896025b07c08f996ae3587ef08d9"` Sep 02 00:47:43.086 INFO kablam! Compiling strcursor v0.2.5 Sep 02 00:47:43.086 INFO kablam! Compiling scan-rules v0.2.0 (file:///source) Sep 02 00:47:45.406 INFO kablam! warning: unused `#[macro_use]` import Sep 02 00:47:45.406 INFO kablam! --> src/lib.rs:290:1 Sep 02 00:47:45.406 INFO kablam! | Sep 02 00:47:45.407 INFO kablam! 290 | #[macro_use] extern crate lazy_static; Sep 02 00:47:45.407 INFO kablam! | ^^^^^^^^^^^^ Sep 02 00:47:45.407 INFO kablam! | Sep 02 00:47:45.407 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 00:47:45.407 INFO kablam! Sep 02 00:47:45.476 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 00:47:45.476 INFO kablam! --> src/input.rs:690:13 Sep 02 00:47:45.476 INFO kablam! | Sep 02 00:47:45.476 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 02 00:47:45.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 00:47:45.476 INFO kablam! | Sep 02 00:47:45.476 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 00:47:45.476 INFO kablam! Sep 02 00:47:45.998 INFO kablam! warning: unused `#[macro_use]` import Sep 02 00:47:45.998 INFO kablam! --> src/lib.rs:290:1 Sep 02 00:47:45.998 INFO kablam! | Sep 02 00:47:45.998 INFO kablam! 290 | #[macro_use] extern crate lazy_static; Sep 02 00:47:45.998 INFO kablam! | ^^^^^^^^^^^^ Sep 02 00:47:45.998 INFO kablam! | Sep 02 00:47:45.999 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 00:47:45.999 INFO kablam! Sep 02 00:47:46.206 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 00:47:46.206 INFO kablam! --> src/input.rs:690:13 Sep 02 00:47:46.206 INFO kablam! | Sep 02 00:47:46.206 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 02 00:47:46.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 00:47:46.206 INFO kablam! | Sep 02 00:47:46.206 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 00:47:46.206 INFO kablam! Sep 02 00:47:47.116 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 02 00:47:47.116 INFO kablam! --> src/input.rs:690:13 Sep 02 00:47:47.116 INFO kablam! | Sep 02 00:47:47.116 INFO kablam! 690 | use std::ascii::AsciiExt; Sep 02 00:47:47.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 00:47:47.116 INFO kablam! Sep 02 00:47:48.164 INFO kablam! error[E0283]: type annotations required: cannot resolve `std::net::Ipv4Addr: std::cmp::PartialEq<_>` Sep 02 00:47:48.164 INFO kablam! --> src/scanner/std/net.rs:225:33 Sep 02 00:47:48.164 INFO kablam! | Sep 02 00:47:48.164 INFO kablam! 225 | Ok((v, n)) if v == $s.parse().unwrap() && n == $s.len() Sep 02 00:47:48.164 INFO kablam! | ^^ Sep 02 00:47:48.165 INFO kablam! ... Sep 02 00:47:48.165 INFO kablam! 244 | check_ipv4!("0.0.0.0"); Sep 02 00:47:48.165 INFO kablam! | ----------------------- in this macro invocation Sep 02 00:47:48.165 INFO kablam! Sep 02 00:47:50.288 INFO kablam! warning: unused `#[macro_use]` import Sep 02 00:47:50.288 INFO kablam! --> examples/runtime_scanners.rs:10:1 Sep 02 00:47:50.288 INFO kablam! | Sep 02 00:47:50.288 INFO kablam! 10 | #[macro_use] extern crate scan_rules; Sep 02 00:47:50.288 INFO kablam! | ^^^^^^^^^^^^ Sep 02 00:47:50.288 INFO kablam! | Sep 02 00:47:50.289 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 00:47:50.289 INFO kablam! Sep 02 00:47:51.600 INFO kablam! error: aborting due to previous error Sep 02 00:47:51.600 INFO kablam! Sep 02 00:47:51.600 INFO kablam! For more information about this error, try `rustc --explain E0283`. Sep 02 00:47:51.610 INFO kablam! error: Could not compile `scan-rules`. Sep 02 00:47:51.611 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 00:47:53.261 INFO kablam! error: build failed Sep 02 00:47:53.263 INFO kablam! su: No module specific data is present Sep 02 00:47:53.683 INFO running `"docker" "rm" "-f" "e0c279f5375165f93639523869da48411ecc896025b07c08f996ae3587ef08d9"` Sep 02 00:47:53.776 INFO blam! e0c279f5375165f93639523869da48411ecc896025b07c08f996ae3587ef08d9