Sep 21 08:24:42.744 INFO checking ip-macro-0.1.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 08:24:42.744 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 08:24:42.744 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 08:24:42.936 INFO blam! 5565627fca4d4d843d16c178cea5bcbea6145ee04adecbeb9bb7b8ee3e7e0b13 Sep 21 08:24:42.938 INFO running `"docker" "start" "-a" "5565627fca4d4d843d16c178cea5bcbea6145ee04adecbeb9bb7b8ee3e7e0b13"` Sep 21 08:24:43.813 INFO kablam! usermod: no changes Sep 21 08:24:43.886 INFO kablam! Compiling ip-macro v0.1.0 (/source) Sep 21 08:24:45.381 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 21 08:24:45.381 INFO kablam! --> src/lib.rs:1:12 Sep 21 08:24:45.381 INFO kablam! | Sep 21 08:24:45.381 INFO kablam! 1 | #![feature(proc_macro)] Sep 21 08:24:45.381 INFO kablam! | ^^^^^^^^^^ Sep 21 08:24:45.381 INFO kablam! | Sep 21 08:24:45.381 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 08:24:45.381 INFO kablam! Sep 21 08:24:45.459 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 21 08:24:45.459 INFO kablam! --> src/lib.rs:1:12 Sep 21 08:24:45.459 INFO kablam! | Sep 21 08:24:45.459 INFO kablam! 1 | #![feature(proc_macro)] Sep 21 08:24:45.459 INFO kablam! | ^^^^^^^^^^ Sep 21 08:24:45.459 INFO kablam! | Sep 21 08:24:45.459 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 08:24:45.459 INFO kablam! Sep 21 08:24:45.459 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 21 08:24:45.459 INFO kablam! --> src/lib.rs:1:12 Sep 21 08:24:45.459 INFO kablam! | Sep 21 08:24:45.459 INFO kablam! 1 | #![feature(proc_macro)] Sep 21 08:24:45.459 INFO kablam! | ^^^^^^^^^^ Sep 21 08:24:45.459 INFO kablam! | Sep 21 08:24:45.459 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 08:24:45.459 INFO kablam! Sep 21 08:24:46.234 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Sep 21 08:24:46.235 INFO kablam! --> tests/tests.rs:11:18 Sep 21 08:24:46.235 INFO kablam! | Sep 21 08:24:46.235 INFO kablam! 11 | let actual = ipv4!("37.247.50.150"); Sep 21 08:24:46.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:24:46.235 INFO kablam! | Sep 21 08:24:46.235 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Sep 21 08:24:46.235 INFO kablam! Sep 21 08:24:46.235 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Sep 21 08:24:46.235 INFO kablam! --> tests/tests.rs:18:18 Sep 21 08:24:46.235 INFO kablam! | Sep 21 08:24:46.235 INFO kablam! 18 | let actual = ipv6!("2607:f8b0:4009:80b::200e"); Sep 21 08:24:46.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:24:46.235 INFO kablam! | Sep 21 08:24:46.235 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Sep 21 08:24:46.235 INFO kablam! Sep 21 08:24:46.236 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Sep 21 08:24:46.236 INFO kablam! --> tests/tests.rs:25:18 Sep 21 08:24:46.236 INFO kablam! | Sep 21 08:24:46.236 INFO kablam! 25 | let actual = ip!("37.247.50.150"); Sep 21 08:24:46.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 08:24:46.236 INFO kablam! | Sep 21 08:24:46.236 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Sep 21 08:24:46.236 INFO kablam! Sep 21 08:24:46.236 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Sep 21 08:24:46.236 INFO kablam! --> tests/tests.rs:32:18 Sep 21 08:24:46.236 INFO kablam! | Sep 21 08:24:46.236 INFO kablam! 32 | let actual = ip!("2607:f8b0:4009:80b::200e"); Sep 21 08:24:46.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:24:46.236 INFO kablam! | Sep 21 08:24:46.236 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Sep 21 08:24:46.236 INFO kablam! Sep 21 08:24:46.237 INFO kablam! error: aborting due to 4 previous errors Sep 21 08:24:46.237 INFO kablam! Sep 21 08:24:46.237 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 21 08:24:46.242 INFO kablam! error: Could not compile `ip-macro`. Sep 21 08:24:46.242 INFO kablam! Sep 21 08:24:46.242 INFO kablam! To learn more, run the command again with --verbose. Sep 21 08:24:46.243 INFO kablam! su: No module specific data is present Sep 21 08:24:46.819 INFO running `"docker" "rm" "-f" "5565627fca4d4d843d16c178cea5bcbea6145ee04adecbeb9bb7b8ee3e7e0b13"` Sep 21 08:24:46.878 INFO blam! 5565627fca4d4d843d16c178cea5bcbea6145ee04adecbeb9bb7b8ee3e7e0b13