Sep 06 06:45:45.048 INFO checking galvanic-mock-0.1.3 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 06:45:45.048 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 06:45:45.048 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 06:45:45.254 INFO blam! c07b0a10efc39c20a9dbfeb6fb421e903bfbe0d61574229fd5139e5fe65f00eb Sep 06 06:45:45.256 INFO running `"docker" "start" "-a" "c07b0a10efc39c20a9dbfeb6fb421e903bfbe0d61574229fd5139e5fe65f00eb"` Sep 06 06:45:46.180 INFO kablam! usermod: no changes Sep 06 06:45:46.246 INFO kablam! Checking galvanic-assert v0.8.7 Sep 06 06:45:46.246 INFO kablam! Compiling galvanic-mock v0.1.3 (file:///source) Sep 06 06:45:49.150 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 06 06:45:49.150 INFO kablam! --> src/lib.rs:15:12 Sep 06 06:45:49.150 INFO kablam! | Sep 06 06:45:49.150 INFO kablam! 15 | #![feature(proc_macro)] Sep 06 06:45:49.150 INFO kablam! | ^^^^^^^^^^ Sep 06 06:45:49.150 INFO kablam! | Sep 06 06:45:49.150 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 06:45:49.150 INFO kablam! Sep 06 06:45:49.226 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 06 06:45:49.226 INFO kablam! --> src/lib.rs:15:12 Sep 06 06:45:49.226 INFO kablam! | Sep 06 06:45:49.226 INFO kablam! 15 | #![feature(proc_macro)] Sep 06 06:45:49.226 INFO kablam! | ^^^^^^^^^^ Sep 06 06:45:49.226 INFO kablam! | Sep 06 06:45:49.226 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 06:45:49.226 INFO kablam! Sep 06 06:45:50.013 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 06 06:45:50.013 INFO kablam! --> src/lib.rs:15:12 Sep 06 06:45:50.013 INFO kablam! | Sep 06 06:45:50.013 INFO kablam! 15 | #![feature(proc_macro)] Sep 06 06:45:50.013 INFO kablam! | ^^^^^^^^^^ Sep 06 06:45:50.013 INFO kablam! | Sep 06 06:45:50.013 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 06:45:50.013 INFO kablam! Sep 06 06:45:52.626 INFO kablam! error[E0658]: custom attributes cannot be applied to modules (see issue #38356) Sep 06 06:45:52.626 INFO kablam! --> tests/mock_with_explicit_type_name.rs:26:1 Sep 06 06:45:52.626 INFO kablam! | Sep 06 06:45:52.626 INFO kablam! 26 | #[use_mocks] Sep 06 06:45:52.626 INFO kablam! | ^^^^^^^^^^^^ Sep 06 06:45:52.626 INFO kablam! | Sep 06 06:45:52.626 INFO kablam! = help: add #![feature(proc_macro_mod)] to the crate attributes to enable Sep 06 06:45:52.626 INFO kablam! Sep 06 06:45:52.678 INFO kablam! error: aborting due to previous error Sep 06 06:45:52.678 INFO kablam! Sep 06 06:45:52.678 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 06 06:45:52.702 INFO kablam! error: Could not compile `galvanic-mock`. Sep 06 06:45:52.702 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 06:45:52.766 INFO kablam! error: custom attribute panicked Sep 06 06:45:52.767 INFO kablam! --> tests/mock_referred_trait.rs:26:1 Sep 06 06:45:52.767 INFO kablam! | Sep 06 06:45:52.767 INFO kablam! 26 | #[mockable(intern ::sub1::sub2)] Sep 06 06:45:52.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 06:45:52.767 INFO kablam! | Sep 06 06:45:52.767 INFO kablam! = help: message: failed to parse #[mockable(..)] requires the absolute path of the trait's module.It must be preceded with `extern`/`intern` if the trait is defined in another crate/module Sep 06 06:45:52.767 INFO kablam! Sep 06 06:45:52.767 INFO kablam! error: aborting due to previous error Sep 06 06:45:52.767 INFO kablam! Sep 06 06:45:52.770 INFO kablam! error: custom attribute panicked Sep 06 06:45:52.770 INFO kablam! --> tests/expect_different_interactions.rs:394:5 Sep 06 06:45:52.770 INFO kablam! | Sep 06 06:45:52.770 INFO kablam! 394 | #[mockable(::multiple_traits)] Sep 06 06:45:52.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 06:45:52.770 INFO kablam! | Sep 06 06:45:52.770 INFO kablam! = help: message: failed to parse #[mockable(..)] requires the absolute path of the trait's module.It must be preceded with `extern`/`intern` if the trait is defined in another crate/module Sep 06 06:45:52.770 INFO kablam! Sep 06 06:45:52.770 INFO kablam! error: Could not compile `galvanic-mock`. Sep 06 06:45:52.770 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 06:45:52.774 INFO kablam! error: aborting due to previous error Sep 06 06:45:52.774 INFO kablam! Sep 06 06:45:52.782 INFO kablam! error: Could not compile `galvanic-mock`. Sep 06 06:45:52.782 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 06:45:52.806 INFO kablam! error: custom attribute panicked Sep 06 06:45:52.806 INFO kablam! --> tests/mock_trait_in_submodules.rs:23:9 Sep 06 06:45:52.806 INFO kablam! | Sep 06 06:45:52.806 INFO kablam! 23 | #[mockable(::sub1::sub2)] Sep 06 06:45:52.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 06:45:52.806 INFO kablam! | Sep 06 06:45:52.806 INFO kablam! = help: message: failed to parse #[mockable(..)] requires the absolute path of the trait's module.It must be preceded with `extern`/`intern` if the trait is defined in another crate/module Sep 06 06:45:52.806 INFO kablam! Sep 06 06:45:52.806 INFO kablam! error: aborting due to previous error Sep 06 06:45:52.806 INFO kablam! Sep 06 06:45:52.811 INFO kablam! error: Could not compile `galvanic-mock`. Sep 06 06:45:52.811 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 06:45:52.826 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 06 06:45:52.826 INFO kablam! --> tests/mock_trait_and_apply_attributes.rs:15:12 Sep 06 06:45:52.826 INFO kablam! | Sep 06 06:45:52.826 INFO kablam! 15 | #![feature(proc_macro)] Sep 06 06:45:52.826 INFO kablam! | ^^^^^^^^^^ Sep 06 06:45:52.826 INFO kablam! | Sep 06 06:45:52.826 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 06:45:52.826 INFO kablam! Sep 06 06:45:52.905 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 06 06:45:52.905 INFO kablam! --> tests/expect_method_without_args.rs:15:12 Sep 06 06:45:52.905 INFO kablam! | Sep 06 06:45:52.905 INFO kablam! 15 | #![feature(proc_macro)] Sep 06 06:45:52.905 INFO kablam! | ^^^^^^^^^^ Sep 06 06:45:52.905 INFO kablam! | Sep 06 06:45:52.905 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 06:45:52.905 INFO kablam! Sep 06 06:45:53.013 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 06 06:45:53.013 INFO kablam! --> tests/given_different_repeats.rs:15:12 Sep 06 06:45:53.013 INFO kablam! | Sep 06 06:45:53.013 INFO kablam! 15 | #![feature(proc_macro)] Sep 06 06:45:53.013 INFO kablam! | ^^^^^^^^^^ Sep 06 06:45:53.013 INFO kablam! | Sep 06 06:45:53.013 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 06:45:53.013 INFO kablam! Sep 06 06:45:53.077 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 06 06:45:53.077 INFO kablam! --> tests/given_void_method_without_args.rs:15:12 Sep 06 06:45:53.077 INFO kablam! | Sep 06 06:45:53.077 INFO kablam! 15 | #![feature(proc_macro)] Sep 06 06:45:53.077 INFO kablam! | ^^^^^^^^^^ Sep 06 06:45:53.078 INFO kablam! | Sep 06 06:45:53.078 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 06:45:53.078 INFO kablam! Sep 06 06:45:53.098 INFO kablam! error: build failed Sep 06 06:45:53.101 INFO kablam! su: No module specific data is present Sep 06 06:45:53.801 INFO running `"docker" "rm" "-f" "c07b0a10efc39c20a9dbfeb6fb421e903bfbe0d61574229fd5139e5fe65f00eb"` Sep 06 06:45:53.922 INFO blam! c07b0a10efc39c20a9dbfeb6fb421e903bfbe0d61574229fd5139e5fe65f00eb