Aug 17 12:40:15.903 INFO checking robin-0.3.0 against try#a5d98b025f62ace80fe9d2a15781f900fc42515e for pr-53426 Aug 17 12:40:15.903 INFO running: cargo +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets Aug 17 12:40:15.903 INFO creating container for: cargo +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets Aug 17 12:40:15.904 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53426/try#a5d98b025f62ace80fe9d2a15781f900fc42515e:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53426/worker-5/try#a5d98b025f62ace80fe9d2a15781f900fc42515e:/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 +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 17 12:40:16.105 INFO blam! 6213b5572e612929683424869e7918216faa35fb0595fac2318007c5d84afbc9 Aug 17 12:40:16.108 INFO running `"docker" "start" "-a" "6213b5572e612929683424869e7918216faa35fb0595fac2318007c5d84afbc9"` Aug 17 12:40:17.148 INFO kablam! Compiling typesafe-derive-builder v0.1.0 Aug 17 12:40:17.148 INFO kablam! Compiling robin-derives v0.3.0 Aug 17 12:40:17.148 INFO kablam! Checking version-sync v0.5.0 Aug 17 12:40:26.185 INFO kablam! Checking robin v0.3.0 (file:///source) Aug 17 12:40:29.835 INFO kablam! warning: cannot find type `JobName` in this scope Aug 17 12:40:29.835 INFO kablam! --> :2:14 Aug 17 12:40:29.835 INFO kablam! | Aug 17 12:40:29.836 INFO kablam! 2 | # [ derive ( Job ) ] enum __RobinJobs { $ ( $ id , ) * } $ ( Aug 17 12:40:29.836 INFO kablam! | ^^^ names from parent modules are not accessible without an explicit import Aug 17 12:40:29.836 INFO kablam! | Aug 17 12:40:29.836 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Aug 17 12:40:29.836 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 17 12:40:29.836 INFO kablam! = note: for more information, see issue #50504 Aug 17 12:40:29.836 INFO kablam! Aug 17 12:40:29.836 INFO kablam! warning: cannot find type `Job` in this scope Aug 17 12:40:29.836 INFO kablam! --> :2:14 Aug 17 12:40:29.836 INFO kablam! | Aug 17 12:40:29.836 INFO kablam! 2 | # [ derive ( Job ) ] enum __RobinJobs { $ ( $ id , ) * } $ ( Aug 17 12:40:29.836 INFO kablam! | ^^^ names from parent modules are not accessible without an explicit import Aug 17 12:40:29.837 INFO kablam! | Aug 17 12:40:29.837 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 17 12:40:29.837 INFO kablam! = note: for more information, see issue #50504 Aug 17 12:40:29.837 INFO kablam! Aug 17 12:40:29.837 INFO kablam! warning: cannot find type `__RobinJobs` in this scope Aug 17 12:40:29.837 INFO kablam! --> :2:14 Aug 17 12:40:29.837 INFO kablam! | Aug 17 12:40:29.837 INFO kablam! 2 | # [ derive ( Job ) ] enum __RobinJobs { $ ( $ id , ) * } $ ( Aug 17 12:40:29.837 INFO kablam! | ^^^ names from parent modules are not accessible without an explicit import Aug 17 12:40:29.837 INFO kablam! | Aug 17 12:40:29.837 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 17 12:40:29.837 INFO kablam! = note: for more information, see issue #50504 Aug 17 12:40:29.837 INFO kablam! Aug 17 12:40:30.723 INFO kablam! error[E0412]: cannot find type `JobName` in this scope Aug 17 12:40:30.723 INFO kablam! --> tests/performing_jobs_test.rs:142:5 Aug 17 12:40:30.723 INFO kablam! | Aug 17 12:40:30.723 INFO kablam! 142 | / jobs! { Aug 17 12:40:30.723 INFO kablam! 143 | | JobWithoutArgs, Aug 17 12:40:30.723 INFO kablam! 144 | | } Aug 17 12:40:30.723 INFO kablam! | |_____^ not found in this scope Aug 17 12:40:30.723 INFO kablam! | Aug 17 12:40:30.723 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 17 12:40:30.723 INFO kablam! Aug 17 12:40:30.724 INFO kablam! error[E0405]: cannot find trait `Job` in this scope Aug 17 12:40:30.724 INFO kablam! --> tests/performing_jobs_test.rs:142:5 Aug 17 12:40:30.724 INFO kablam! | Aug 17 12:40:30.724 INFO kablam! 142 | / jobs! { Aug 17 12:40:30.724 INFO kablam! 143 | | JobWithoutArgs, Aug 17 12:40:30.724 INFO kablam! 144 | | } Aug 17 12:40:30.725 INFO kablam! | |_____^ not found in this scope Aug 17 12:40:30.725 INFO kablam! | Aug 17 12:40:30.725 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 17 12:40:30.725 INFO kablam! Aug 17 12:40:30.729 INFO kablam! warning: cannot find type `JobName` in this scope Aug 17 12:40:30.729 INFO kablam! --> tests/test_helper/mod.rs:59:10 Aug 17 12:40:30.729 INFO kablam! | Aug 17 12:40:30.729 INFO kablam! 59 | #[derive(Job)] Aug 17 12:40:30.729 INFO kablam! | ^^^ names from parent modules are not accessible without an explicit import Aug 17 12:40:30.729 INFO kablam! | Aug 17 12:40:30.729 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Aug 17 12:40:30.729 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 17 12:40:30.729 INFO kablam! = note: for more information, see issue #50504 Aug 17 12:40:30.729 INFO kablam! Aug 17 12:40:30.730 INFO kablam! warning: cannot find type `Job` in this scope Aug 17 12:40:30.730 INFO kablam! --> tests/test_helper/mod.rs:59:10 Aug 17 12:40:30.730 INFO kablam! | Aug 17 12:40:30.730 INFO kablam! 59 | #[derive(Job)] Aug 17 12:40:30.730 INFO kablam! | ^^^ names from parent modules are not accessible without an explicit import Aug 17 12:40:30.730 INFO kablam! | Aug 17 12:40:30.730 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 17 12:40:30.730 INFO kablam! = note: for more information, see issue #50504 Aug 17 12:40:30.730 INFO kablam! Aug 17 12:40:30.730 INFO kablam! warning: cannot find type `Jobs` in this scope Aug 17 12:40:30.730 INFO kablam! --> tests/test_helper/mod.rs:59:10 Aug 17 12:40:30.731 INFO kablam! | Aug 17 12:40:30.731 INFO kablam! 59 | #[derive(Job)] Aug 17 12:40:30.731 INFO kablam! | ^^^ names from parent modules are not accessible without an explicit import Aug 17 12:40:30.731 INFO kablam! | Aug 17 12:40:30.731 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 17 12:40:30.731 INFO kablam! = note: for more information, see issue #50504 Aug 17 12:40:30.731 INFO kablam! Aug 17 12:40:30.749 INFO kablam! warning: cannot find type `__RobinJobs` in this scope Aug 17 12:40:30.749 INFO kablam! --> :2:14 Aug 17 12:40:30.749 INFO kablam! | Aug 17 12:40:30.749 INFO kablam! 2 | # [ derive ( Job ) ] enum __RobinJobs { $ ( $ id , ) * } $ ( Aug 17 12:40:30.749 INFO kablam! | ^^^ names from parent modules are not accessible without an explicit import Aug 17 12:40:30.749 INFO kablam! | Aug 17 12:40:30.749 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 17 12:40:30.749 INFO kablam! = note: for more information, see issue #50504 Aug 17 12:40:30.749 INFO kablam! Aug 17 12:40:30.795 INFO kablam! error: aborting due to 2 previous errors Aug 17 12:40:30.795 INFO kablam! Aug 17 12:40:30.795 INFO kablam! Some errors occurred: E0405, E0412. Aug 17 12:40:30.795 INFO kablam! For more information about an error, try `rustc --explain E0405`. Aug 17 12:40:30.817 INFO kablam! error: Could not compile `robin`. Aug 17 12:40:30.817 INFO kablam! Aug 17 12:40:30.817 INFO kablam! To learn more, run the command again with --verbose. Aug 17 12:40:30.820 INFO kablam! su: No module specific data is present Aug 17 12:40:31.352 INFO running `"docker" "rm" "-f" "6213b5572e612929683424869e7918216faa35fb0595fac2318007c5d84afbc9"` Aug 17 12:40:31.532 INFO blam! 6213b5572e612929683424869e7918216faa35fb0595fac2318007c5d84afbc9