Sep 06 06:45:44.924 INFO checking galvanic-mock-0.1.3 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 06:45:44.924 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 06:45:44.924 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-7/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-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.141 INFO blam! fb2cd8c866242a80988c555645765d1028dfca06cfbbcbe6c2c4a5d55ce5a998 Sep 06 06:45:45.143 INFO running `"docker" "start" "-a" "fb2cd8c866242a80988c555645765d1028dfca06cfbbcbe6c2c4a5d55ce5a998"` Sep 06 06:45:45.956 INFO kablam! usermod: no changes Sep 06 06:45:46.002 INFO kablam! Checking galvanic-assert v0.8.7 Sep 06 06:45:46.003 INFO kablam! Compiling galvanic-mock v0.1.3 (file:///source) Sep 06 06:45:48.490 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:48.490 INFO kablam! --> src/lib.rs:15:12 Sep 06 06:45:48.490 INFO kablam! | Sep 06 06:45:48.490 INFO kablam! 15 | #![feature(proc_macro)] Sep 06 06:45:48.490 INFO kablam! | ^^^^^^^^^^ Sep 06 06:45:48.490 INFO kablam! | Sep 06 06:45:48.490 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 06:45:48.490 INFO kablam! Sep 06 06:45:48.581 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:48.581 INFO kablam! --> src/lib.rs:15:12 Sep 06 06:45:48.581 INFO kablam! | Sep 06 06:45:48.581 INFO kablam! 15 | #![feature(proc_macro)] Sep 06 06:45:48.581 INFO kablam! | ^^^^^^^^^^ Sep 06 06:45:48.581 INFO kablam! | Sep 06 06:45:48.581 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 06:45:48.581 INFO kablam! Sep 06 06:45:49.394 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.394 INFO kablam! --> src/lib.rs:15:12 Sep 06 06:45:49.394 INFO kablam! | Sep 06 06:45:49.394 INFO kablam! 15 | #![feature(proc_macro)] Sep 06 06:45:49.394 INFO kablam! | ^^^^^^^^^^ Sep 06 06:45:49.408 INFO kablam! | Sep 06 06:45:49.408 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 06:45:49.408 INFO kablam! Sep 06 06:45:51.912 INFO kablam! error: custom attribute panicked Sep 06 06:45:51.912 INFO kablam! --> tests/mock_trait_in_submodules.rs:23:9 Sep 06 06:45:51.912 INFO kablam! | Sep 06 06:45:51.912 INFO kablam! 23 | #[mockable(::sub1::sub2)] Sep 06 06:45:51.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 06:45:51.912 INFO kablam! | Sep 06 06:45:51.912 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:51.912 INFO kablam! Sep 06 06:45:51.914 INFO kablam! error: aborting due to previous error Sep 06 06:45:51.914 INFO kablam! Sep 06 06:45:51.919 INFO kablam! error: Could not compile `galvanic-mock`. Sep 06 06:45:51.919 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 06:45:52.006 INFO kablam! error: custom attribute panicked Sep 06 06:45:52.006 INFO kablam! --> tests/mock_referred_trait.rs:26:1 Sep 06 06:45:52.006 INFO kablam! | Sep 06 06:45:52.006 INFO kablam! 26 | #[mockable(intern ::sub1::sub2)] Sep 06 06:45:52.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 06:45:52.006 INFO kablam! | Sep 06 06:45:52.006 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.006 INFO kablam! Sep 06 06:45:52.006 INFO kablam! error: aborting due to previous error Sep 06 06:45:52.006 INFO kablam! Sep 06 06:45:52.021 INFO kablam! error[E0658]: custom attributes cannot be applied to modules (see issue #38356) Sep 06 06:45:52.021 INFO kablam! --> tests/mock_with_explicit_type_name.rs:26:1 Sep 06 06:45:52.021 INFO kablam! | Sep 06 06:45:52.021 INFO kablam! 26 | #[use_mocks] Sep 06 06:45:52.021 INFO kablam! | ^^^^^^^^^^^^ Sep 06 06:45:52.021 INFO kablam! | Sep 06 06:45:52.021 INFO kablam! = help: add #![feature(proc_macro_mod)] to the crate attributes to enable Sep 06 06:45:52.021 INFO kablam! Sep 06 06:45:52.026 INFO kablam! error: Could not compile `galvanic-mock`. Sep 06 06:45:52.026 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 06:45:52.042 INFO kablam! error[E0658]: custom attributes cannot be applied to modules (see issue #38356) Sep 06 06:45:52.042 INFO kablam! --> tests/use_mocks_on_module.rs:26:1 Sep 06 06:45:52.042 INFO kablam! | Sep 06 06:45:52.042 INFO kablam! 26 | #[use_mocks] Sep 06 06:45:52.042 INFO kablam! | ^^^^^^^^^^^^ Sep 06 06:45:52.042 INFO kablam! | Sep 06 06:45:52.042 INFO kablam! = help: add #![feature(proc_macro_mod)] to the crate attributes to enable Sep 06 06:45:52.042 INFO kablam! Sep 06 06:45:52.043 INFO kablam! error: aborting due to previous error Sep 06 06:45:52.043 INFO kablam! Sep 06 06:45:52.043 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 06 06:45:52.056 INFO kablam! error: Could not compile `galvanic-mock`. Sep 06 06:45:52.056 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 06:45:52.072 INFO kablam! error[E0658]: custom attributes cannot be applied to modules (see issue #38356) Sep 06 06:45:52.072 INFO kablam! --> tests/use_mocks_on_module.rs:42:1 Sep 06 06:45:52.072 INFO kablam! | Sep 06 06:45:52.072 INFO kablam! 42 | #[use_mocks] Sep 06 06:45:52.072 INFO kablam! | ^^^^^^^^^^^^ Sep 06 06:45:52.072 INFO kablam! | Sep 06 06:45:52.072 INFO kablam! = help: add #![feature(proc_macro_mod)] to the crate attributes to enable Sep 06 06:45:52.072 INFO kablam! Sep 06 06:45:52.078 INFO kablam! error: aborting due to 2 previous errors Sep 06 06:45:52.078 INFO kablam! Sep 06 06:45:52.078 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 06 06:45:52.080 INFO kablam! error: Could not compile `galvanic-mock`. Sep 06 06:45:52.080 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 06:45:52.151 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.151 INFO kablam! --> tests/mock_generic_trait.rs:15:12 Sep 06 06:45:52.151 INFO kablam! | Sep 06 06:45:52.151 INFO kablam! 15 | #![feature(proc_macro)] Sep 06 06:45:52.151 INFO kablam! | ^^^^^^^^^^ Sep 06 06:45:52.151 INFO kablam! | Sep 06 06:45:52.151 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 06:45:52.151 INFO kablam! Sep 06 06:45:52.161 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.161 INFO kablam! --> tests/given_method_without_args.rs:15:12 Sep 06 06:45:52.161 INFO kablam! | Sep 06 06:45:52.161 INFO kablam! 15 | #![feature(proc_macro)] Sep 06 06:45:52.161 INFO kablam! | ^^^^^^^^^^ Sep 06 06:45:52.161 INFO kablam! | Sep 06 06:45:52.161 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 06:45:52.161 INFO kablam! Sep 06 06:45:52.185 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.185 INFO kablam! --> tests/given_void_method_without_args.rs:15:12 Sep 06 06:45:52.185 INFO kablam! | Sep 06 06:45:52.185 INFO kablam! 15 | #![feature(proc_macro)] Sep 06 06:45:52.185 INFO kablam! | ^^^^^^^^^^ Sep 06 06:45:52.195 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.195 INFO kablam! --> tests/mock_empty_trait.rs:15:12 Sep 06 06:45:52.195 INFO kablam! | Sep 06 06:45:52.195 INFO kablam! 15 | #![feature(proc_macro)] Sep 06 06:45:52.195 INFO kablam! | ^^^^^^^^^^ Sep 06 06:45:52.195 INFO kablam! | Sep 06 06:45:52.195 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 06:45:52.195 INFO kablam! Sep 06 06:45:52.195 INFO kablam! | Sep 06 06:45:52.195 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 06:45:52.195 INFO kablam! Sep 06 06:45:52.227 INFO kablam! error: build failed Sep 06 06:45:52.229 INFO kablam! su: No module specific data is present Sep 06 06:45:52.948 INFO running `"docker" "rm" "-f" "fb2cd8c866242a80988c555645765d1028dfca06cfbbcbe6c2c4a5d55ce5a998"` Sep 06 06:45:53.072 INFO blam! fb2cd8c866242a80988c555645765d1028dfca06cfbbcbe6c2c4a5d55ce5a998