Oct 13 05:01:51.685 INFO checking Diggsey/macro_regression_example against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 05:01:51.685 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 05:01:51.959 INFO blam! f0847f508b6fa9278cbc7fa565f200d6e1c567ce3151f80aa44848e48a0d28e8 Oct 13 05:01:51.964 INFO running `"docker" "start" "-a" "f0847f508b6fa9278cbc7fa565f200d6e1c567ce3151f80aa44848e48a0d28e8"` Oct 13 05:01:52.508 INFO kablam! usermod: no changes Oct 13 05:01:52.583 INFO kablam! Compiling diesel-derive-enum v0.4.3 Oct 13 05:01:56.468 INFO kablam! Checking macro_regression v0.1.0 (/source) Oct 13 05:01:57.600 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `TestEnum` Oct 13 05:01:57.600 INFO kablam! --> src/main.rs:6:10 Oct 13 05:01:57.600 INFO kablam! | Oct 13 05:01:57.600 INFO kablam! 6 | #[derive(DbEnum, Debug)] Oct 13 05:01:57.600 INFO kablam! | ^^^^^^ Use of undeclared type or module `TestEnum` Oct 13 05:01:57.600 INFO kablam! Oct 13 05:01:57.608 INFO kablam! error[E0412]: cannot find type `TestEnum` in this scope Oct 13 05:01:57.608 INFO kablam! --> src/main.rs:6:10 Oct 13 05:01:57.608 INFO kablam! | Oct 13 05:01:57.608 INFO kablam! 6 | #[derive(DbEnum, Debug)] Oct 13 05:01:57.608 INFO kablam! | ^^^^^^ not found in this scope Oct 13 05:01:57.608 INFO kablam! Oct 13 05:01:57.608 INFO kablam! warning: unused `#[macro_use]` import Oct 13 05:01:57.608 INFO kablam! --> src/main.rs:1:1 Oct 13 05:01:57.608 INFO kablam! | Oct 13 05:01:57.608 INFO kablam! 1 | #[macro_use] Oct 13 05:01:57.608 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:01:57.608 INFO kablam! | Oct 13 05:01:57.608 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:01:57.608 INFO kablam! Oct 13 05:01:57.608 INFO kablam! warning: cannot find type `TestEnum` in this scope Oct 13 05:01:57.608 INFO kablam! --> src/main.rs:6:10 Oct 13 05:01:57.608 INFO kablam! | Oct 13 05:01:57.608 INFO kablam! 6 | #[derive(DbEnum, Debug)] Oct 13 05:01:57.608 INFO kablam! | ^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:01:57.608 INFO kablam! | Oct 13 05:01:57.608 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 13 05:01:57.609 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! Oct 13 05:01:57.609 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:01:57.609 INFO kablam! Oct 13 05:01:57.609 INFO kablam! warning: cannot find type `TestEnum` in this scope Oct 13 05:01:57.609 INFO kablam! --> src/main.rs:6:10 Oct 13 05:01:57.609 INFO kablam! | Oct 13 05:01:57.609 INFO kablam! 6 | #[derive(DbEnum, Debug)] Oct 13 05:01:57.609 INFO kablam! | ^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:01:57.609 INFO kablam! | Oct 13 05:01:57.609 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! Oct 13 05:01:57.610 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:01:57.610 INFO kablam! Oct 13 05:01:57.725 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `TestEnum` Oct 13 05:01:57.725 INFO kablam! --> src/main.rs:6:10 Oct 13 05:01:57.725 INFO kablam! | Oct 13 05:01:57.725 INFO kablam! 6 | #[derive(DbEnum, Debug)] Oct 13 05:01:57.725 INFO kablam! | ^^^^^^ Use of undeclared type or module `TestEnum` Oct 13 05:01:57.728 INFO kablam! Oct 13 05:01:57.736 INFO kablam! error[E0412]: cannot find type `TestEnum` in this scope Oct 13 05:01:57.736 INFO kablam! --> src/main.rs:6:10 Oct 13 05:01:57.736 INFO kablam! | Oct 13 05:01:57.736 INFO kablam! 6 | #[derive(DbEnum, Debug)] Oct 13 05:01:57.736 INFO kablam! | ^^^^^^ not found in this scope Oct 13 05:01:57.736 INFO kablam! Oct 13 05:01:57.736 INFO kablam! warning: unused `#[macro_use]` import Oct 13 05:01:57.736 INFO kablam! --> src/main.rs:1:1 Oct 13 05:01:57.736 INFO kablam! | Oct 13 05:01:57.736 INFO kablam! 1 | #[macro_use] Oct 13 05:01:57.736 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:01:57.736 INFO kablam! | Oct 13 05:01:57.736 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:01:57.736 INFO kablam! Oct 13 05:01:57.736 INFO kablam! warning: cannot find type `TestEnum` in this scope Oct 13 05:01:57.736 INFO kablam! --> src/main.rs:6:10 Oct 13 05:01:57.736 INFO kablam! | Oct 13 05:01:57.736 INFO kablam! 6 | #[derive(DbEnum, Debug)] Oct 13 05:01:57.736 INFO kablam! | ^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:01:57.736 INFO kablam! | Oct 13 05:01:57.736 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 13 05:01:57.736 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! Oct 13 05:01:57.736 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:01:57.736 INFO kablam! Oct 13 05:01:57.736 INFO kablam! warning: cannot find type `TestEnum` in this scope Oct 13 05:01:57.736 INFO kablam! --> src/main.rs:6:10 Oct 13 05:01:57.737 INFO kablam! | Oct 13 05:01:57.737 INFO kablam! 6 | #[derive(DbEnum, Debug)] Oct 13 05:01:57.737 INFO kablam! | ^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:01:57.737 INFO kablam! | Oct 13 05:01:57.737 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! Oct 13 05:01:57.737 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:01:57.737 INFO kablam! Oct 13 05:01:57.772 INFO kablam! error: aborting due to 2 previous errors Oct 13 05:01:57.772 INFO kablam! Oct 13 05:01:57.772 INFO kablam! Some errors occurred: E0412, E0433. Oct 13 05:01:57.772 INFO kablam! For more information about an error, try `rustc --explain E0412`. Oct 13 05:01:57.784 INFO kablam! error: Could not compile `macro_regression`. Oct 13 05:01:57.784 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 05:01:57.840 INFO kablam! error: aborting due to 2 previous errors Oct 13 05:01:57.840 INFO kablam! Oct 13 05:01:57.840 INFO kablam! Some errors occurred: E0412, E0433. Oct 13 05:01:57.840 INFO kablam! For more information about an error, try `rustc --explain E0412`. Oct 13 05:01:57.854 INFO kablam! error: Could not compile `macro_regression`. Oct 13 05:01:57.854 INFO kablam! Oct 13 05:01:57.854 INFO kablam! To learn more, run the command again with --verbose. Oct 13 05:01:57.856 INFO kablam! su: No module specific data is present Oct 13 05:01:58.430 INFO running `"docker" "rm" "-f" "f0847f508b6fa9278cbc7fa565f200d6e1c567ce3151f80aa44848e48a0d28e8"` Oct 13 05:01:58.776 INFO blam! f0847f508b6fa9278cbc7fa565f200d6e1c567ce3151f80aa44848e48a0d28e8