Aug 31 16:27:15.774 INFO checking robin-0.3.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Aug 31 16:27:15.774 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Aug 31 16:27:15.774 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-2/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 31 16:27:15.937 INFO blam! 00b253604a9d65baab5143924a82c632f232241a5dcb280407d794a990440631 Aug 31 16:27:15.939 INFO running `"docker" "start" "-a" "00b253604a9d65baab5143924a82c632f232241a5dcb280407d794a990440631"` Aug 31 16:27:16.740 INFO kablam! Compiling typesafe-derive-builder v0.1.0 Aug 31 16:27:16.740 INFO kablam! Compiling robin-derives v0.3.0 Aug 31 16:27:16.740 INFO kablam! Checking version-sync v0.5.0 Aug 31 16:27:22.854 INFO kablam! Checking robin v0.3.0 (file:///source) Aug 31 16:27:27.340 INFO kablam! warning: cannot find type `JobName` in this scope Aug 31 16:27:27.340 INFO kablam! --> :2:14 Aug 31 16:27:27.340 INFO kablam! | Aug 31 16:27:27.340 INFO kablam! 2 | # [ derive ( Job ) ] enum __RobinJobs { $ ( $ id , ) * } $ ( Aug 31 16:27:27.341 INFO kablam! | ^^^ names from parent modules are not accessible without an explicit import Aug 31 16:27:27.341 INFO kablam! | Aug 31 16:27:27.341 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Aug 31 16:27:27.341 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 16:27:27.341 INFO kablam! = note: for more information, see issue #50504 Aug 31 16:27:27.341 INFO kablam! Aug 31 16:27:27.341 INFO kablam! warning: cannot find type `Job` in this scope Aug 31 16:27:27.342 INFO kablam! --> :2:14 Aug 31 16:27:27.342 INFO kablam! | Aug 31 16:27:27.342 INFO kablam! 2 | # [ derive ( Job ) ] enum __RobinJobs { $ ( $ id , ) * } $ ( Aug 31 16:27:27.342 INFO kablam! | ^^^ names from parent modules are not accessible without an explicit import Aug 31 16:27:27.342 INFO kablam! | Aug 31 16:27:27.342 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 16:27:27.342 INFO kablam! = note: for more information, see issue #50504 Aug 31 16:27:27.342 INFO kablam! Aug 31 16:27:27.342 INFO kablam! warning: cannot find type `__RobinJobs` in this scope Aug 31 16:27:27.342 INFO kablam! --> :2:14 Aug 31 16:27:27.342 INFO kablam! | Aug 31 16:27:27.342 INFO kablam! 2 | # [ derive ( Job ) ] enum __RobinJobs { $ ( $ id , ) * } $ ( Aug 31 16:27:27.342 INFO kablam! | ^^^ names from parent modules are not accessible without an explicit import Aug 31 16:27:27.342 INFO kablam! | Aug 31 16:27:27.342 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 16:27:27.342 INFO kablam! = note: for more information, see issue #50504 Aug 31 16:27:27.342 INFO kablam! Aug 31 16:27:27.682 INFO kablam! error[E0412]: cannot find type `JobName` in this scope Aug 31 16:27:27.682 INFO kablam! --> tests/performing_jobs_test.rs:142:5 Aug 31 16:27:27.682 INFO kablam! | Aug 31 16:27:27.683 INFO kablam! 142 | / jobs! { Aug 31 16:27:27.683 INFO kablam! 143 | | JobWithoutArgs, Aug 31 16:27:27.683 INFO kablam! 144 | | } Aug 31 16:27:27.683 INFO kablam! | |_____^ not found in this scope Aug 31 16:27:27.683 INFO kablam! | Aug 31 16:27:27.683 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 16:27:27.683 INFO kablam! Aug 31 16:27:27.683 INFO kablam! error[E0405]: cannot find trait `Job` in this scope Aug 31 16:27:27.683 INFO kablam! --> tests/performing_jobs_test.rs:142:5 Aug 31 16:27:27.683 INFO kablam! | Aug 31 16:27:27.683 INFO kablam! 142 | / jobs! { Aug 31 16:27:27.683 INFO kablam! 143 | | JobWithoutArgs, Aug 31 16:27:27.683 INFO kablam! 144 | | } Aug 31 16:27:27.683 INFO kablam! | |_____^ not found in this scope Aug 31 16:27:27.683 INFO kablam! | Aug 31 16:27:27.683 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Aug 31 16:27:27.683 INFO kablam! Aug 31 16:27:27.689 INFO kablam! warning: cannot find type `JobName` in this scope Aug 31 16:27:27.689 INFO kablam! --> tests/test_helper/mod.rs:59:10 Aug 31 16:27:27.689 INFO kablam! | Aug 31 16:27:27.689 INFO kablam! 59 | #[derive(Job)] Aug 31 16:27:27.689 INFO kablam! | ^^^ names from parent modules are not accessible without an explicit import Aug 31 16:27:27.689 INFO kablam! | Aug 31 16:27:27.689 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Aug 31 16:27:27.689 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 16:27:27.689 INFO kablam! = note: for more information, see issue #50504 Aug 31 16:27:27.689 INFO kablam! Aug 31 16:27:27.690 INFO kablam! warning: cannot find type `Job` in this scope Aug 31 16:27:27.690 INFO kablam! --> tests/test_helper/mod.rs:59:10 Aug 31 16:27:27.690 INFO kablam! | Aug 31 16:27:27.690 INFO kablam! 59 | #[derive(Job)] Aug 31 16:27:27.690 INFO kablam! | ^^^ names from parent modules are not accessible without an explicit import Aug 31 16:27:27.690 INFO kablam! | Aug 31 16:27:27.690 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 16:27:27.690 INFO kablam! = note: for more information, see issue #50504 Aug 31 16:27:27.690 INFO kablam! Aug 31 16:27:27.691 INFO kablam! warning: cannot find type `Jobs` in this scope Aug 31 16:27:27.691 INFO kablam! --> tests/test_helper/mod.rs:59:10 Aug 31 16:27:27.691 INFO kablam! | Aug 31 16:27:27.691 INFO kablam! 59 | #[derive(Job)] Aug 31 16:27:27.691 INFO kablam! | ^^^ names from parent modules are not accessible without an explicit import Aug 31 16:27:27.691 INFO kablam! | Aug 31 16:27:27.691 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 16:27:27.691 INFO kablam! = note: for more information, see issue #50504 Aug 31 16:27:27.691 INFO kablam! Aug 31 16:27:27.692 INFO kablam! warning: cannot find type `__RobinJobs` in this scope Aug 31 16:27:27.692 INFO kablam! --> :2:14 Aug 31 16:27:27.692 INFO kablam! | Aug 31 16:27:27.692 INFO kablam! 2 | # [ derive ( Job ) ] enum __RobinJobs { $ ( $ id , ) * } $ ( Aug 31 16:27:27.692 INFO kablam! | ^^^ names from parent modules are not accessible without an explicit import Aug 31 16:27:27.692 INFO kablam! | Aug 31 16:27:27.692 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Aug 31 16:27:27.692 INFO kablam! = note: for more information, see issue #50504 Aug 31 16:27:27.692 INFO kablam! Aug 31 16:27:27.718 INFO kablam! error: aborting due to 2 previous errors Aug 31 16:27:27.720 INFO kablam! Aug 31 16:27:27.720 INFO kablam! Some errors occurred: E0405, E0412. Aug 31 16:27:27.720 INFO kablam! For more information about an error, try `rustc --explain E0405`. Aug 31 16:27:27.740 INFO kablam! error: Could not compile `robin`. Aug 31 16:27:27.740 INFO kablam! Aug 31 16:27:27.741 INFO kablam! To learn more, run the command again with --verbose. Aug 31 16:27:27.742 INFO kablam! su: No module specific data is present Aug 31 16:27:28.261 INFO running `"docker" "rm" "-f" "00b253604a9d65baab5143924a82c632f232241a5dcb280407d794a990440631"` Aug 31 16:27:28.410 INFO blam! 00b253604a9d65baab5143924a82c632f232241a5dcb280407d794a990440631