Sep 19 23:43:40.471 INFO checking ip-macro-0.1.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 23:43:40.471 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 23:43:40.471 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:43:40.641 INFO blam! 367930a0fec97494c4b1c842d8f840e017cb46d3930dcb42a0a29a2b91a16c62 Sep 19 23:43:40.643 INFO running `"docker" "start" "-a" "367930a0fec97494c4b1c842d8f840e017cb46d3930dcb42a0a29a2b91a16c62"` Sep 19 23:43:41.614 INFO kablam! usermod: no changes Sep 19 23:43:41.666 INFO kablam! Compiling ip-macro v0.1.0 (/source) Sep 19 23:43:43.141 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 19 23:43:43.141 INFO kablam! --> src/lib.rs:1:12 Sep 19 23:43:43.141 INFO kablam! | Sep 19 23:43:43.141 INFO kablam! 1 | #![feature(proc_macro)] Sep 19 23:43:43.141 INFO kablam! | ^^^^^^^^^^ Sep 19 23:43:43.141 INFO kablam! | Sep 19 23:43:43.141 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 23:43:43.141 INFO kablam! Sep 19 23:43:43.330 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 19 23:43:43.330 INFO kablam! --> src/lib.rs:1:12 Sep 19 23:43:43.330 INFO kablam! | Sep 19 23:43:43.330 INFO kablam! 1 | #![feature(proc_macro)] Sep 19 23:43:43.330 INFO kablam! | ^^^^^^^^^^ Sep 19 23:43:43.330 INFO kablam! | Sep 19 23:43:43.330 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 23:43:43.330 INFO kablam! Sep 19 23:43:43.405 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 19 23:43:43.405 INFO kablam! --> src/lib.rs:1:12 Sep 19 23:43:43.405 INFO kablam! | Sep 19 23:43:43.405 INFO kablam! 1 | #![feature(proc_macro)] Sep 19 23:43:43.405 INFO kablam! | ^^^^^^^^^^ Sep 19 23:43:43.405 INFO kablam! | Sep 19 23:43:43.405 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 23:43:43.405 INFO kablam! Sep 19 23:43:43.985 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Sep 19 23:43:43.985 INFO kablam! --> tests/tests.rs:11:18 Sep 19 23:43:43.985 INFO kablam! | Sep 19 23:43:43.985 INFO kablam! 11 | let actual = ipv4!("37.247.50.150"); Sep 19 23:43:43.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:43:43.985 INFO kablam! | Sep 19 23:43:43.985 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Sep 19 23:43:43.985 INFO kablam! Sep 19 23:43:43.986 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Sep 19 23:43:43.986 INFO kablam! --> tests/tests.rs:18:18 Sep 19 23:43:43.986 INFO kablam! | Sep 19 23:43:43.986 INFO kablam! 18 | let actual = ipv6!("2607:f8b0:4009:80b::200e"); Sep 19 23:43:43.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:43:43.986 INFO kablam! | Sep 19 23:43:43.986 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Sep 19 23:43:43.986 INFO kablam! Sep 19 23:43:43.986 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Sep 19 23:43:43.986 INFO kablam! --> tests/tests.rs:25:18 Sep 19 23:43:43.986 INFO kablam! | Sep 19 23:43:43.986 INFO kablam! 25 | let actual = ip!("37.247.50.150"); Sep 19 23:43:43.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 23:43:43.986 INFO kablam! | Sep 19 23:43:43.986 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Sep 19 23:43:43.986 INFO kablam! Sep 19 23:43:43.987 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #38356) Sep 19 23:43:43.987 INFO kablam! --> tests/tests.rs:32:18 Sep 19 23:43:43.987 INFO kablam! | Sep 19 23:43:43.987 INFO kablam! 32 | let actual = ip!("2607:f8b0:4009:80b::200e"); Sep 19 23:43:43.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:43:43.987 INFO kablam! | Sep 19 23:43:43.987 INFO kablam! = help: add #![feature(proc_macro_non_items)] to the crate attributes to enable Sep 19 23:43:43.987 INFO kablam! Sep 19 23:43:43.987 INFO kablam! error: aborting due to 4 previous errors Sep 19 23:43:43.987 INFO kablam! Sep 19 23:43:43.987 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 19 23:43:43.994 INFO kablam! error: Could not compile `ip-macro`. Sep 19 23:43:43.994 INFO kablam! Sep 19 23:43:43.994 INFO kablam! To learn more, run the command again with --verbose. Sep 19 23:43:43.995 INFO kablam! su: No module specific data is present Sep 19 23:43:44.572 INFO running `"docker" "rm" "-f" "367930a0fec97494c4b1c842d8f840e017cb46d3930dcb42a0a29a2b91a16c62"` Sep 19 23:43:44.651 INFO blam! 367930a0fec97494c4b1c842d8f840e017cb46d3930dcb42a0a29a2b91a16c62