Oct 27 12:09:16.619 INFO checking Diggsey/macro_regression_example against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 12:09:16.620 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 27 12:09:17.284 INFO blam! b3951f4d2c0b5e3c90507066ba4096ee53a333656e5cda069f7f2721a20a1bf7 Oct 27 12:09:17.289 INFO running `"docker" "start" "-a" "b3951f4d2c0b5e3c90507066ba4096ee53a333656e5cda069f7f2721a20a1bf7"` Oct 27 12:09:17.820 INFO kablam! usermod: no changes Oct 27 12:09:17.871 INFO kablam! Compiling diesel-derive-enum v0.4.3 Oct 27 12:09:22.011 INFO kablam! Checking macro_regression v0.1.0 (/source) Oct 27 12:09:22.995 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `TestEnum` Oct 27 12:09:22.995 INFO kablam! --> src/main.rs:6:10 Oct 27 12:09:22.995 INFO kablam! | Oct 27 12:09:22.995 INFO kablam! 6 | #[derive(DbEnum, Debug)] Oct 27 12:09:22.995 INFO kablam! | ^^^^^^ Use of undeclared type or module `TestEnum` Oct 27 12:09:22.995 INFO kablam! Oct 27 12:09:22.995 INFO kablam! error[E0412]: cannot find type `TestEnum` in this scope Oct 27 12:09:22.995 INFO kablam! --> src/main.rs:6:10 Oct 27 12:09:22.995 INFO kablam! | Oct 27 12:09:22.995 INFO kablam! 6 | #[derive(DbEnum, Debug)] Oct 27 12:09:22.995 INFO kablam! | ^^^^^^ not found in this scope Oct 27 12:09:22.995 INFO kablam! Oct 27 12:09:22.995 INFO kablam! warning: unused `#[macro_use]` import Oct 27 12:09:22.996 INFO kablam! --> src/main.rs:1:1 Oct 27 12:09:22.996 INFO kablam! | Oct 27 12:09:22.996 INFO kablam! 1 | #[macro_use] Oct 27 12:09:22.996 INFO kablam! | ^^^^^^^^^^^^ Oct 27 12:09:22.996 INFO kablam! | Oct 27 12:09:22.996 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 12:09:22.996 INFO kablam! Oct 27 12:09:22.996 INFO kablam! warning: cannot find type `TestEnum` in this scope Oct 27 12:09:22.996 INFO kablam! --> src/main.rs:6:10 Oct 27 12:09:22.996 INFO kablam! | Oct 27 12:09:22.996 INFO kablam! 6 | #[derive(DbEnum, Debug)] Oct 27 12:09:22.996 INFO kablam! | ^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 12:09:22.996 INFO kablam! | Oct 27 12:09:22.996 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 27 12:09:22.996 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 27 12:09:22.996 INFO kablam! = note: for more information, see issue #50504 Oct 27 12:09:22.996 INFO kablam! Oct 27 12:09:22.996 INFO kablam! warning: cannot find type `TestEnum` in this scope Oct 27 12:09:22.997 INFO kablam! --> src/main.rs:6:10 Oct 27 12:09:22.997 INFO kablam! | Oct 27 12:09:22.997 INFO kablam! 6 | #[derive(DbEnum, Debug)] Oct 27 12:09:22.997 INFO kablam! | ^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 12:09:22.997 INFO kablam! | Oct 27 12:09:22.997 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 27 12:09:22.997 INFO kablam! = note: for more information, see issue #50504 Oct 27 12:09:22.997 INFO kablam! Oct 27 12:09:23.091 INFO kablam! error: aborting due to 2 previous errors Oct 27 12:09:23.091 INFO kablam! Oct 27 12:09:23.091 INFO kablam! Some errors occurred: E0412, E0433. Oct 27 12:09:23.091 INFO kablam! For more information about an error, try `rustc --explain E0412`. Oct 27 12:09:23.092 INFO kablam! error: Could not compile `macro_regression`. Oct 27 12:09:23.092 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 12:09:23.163 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `TestEnum` Oct 27 12:09:23.163 INFO kablam! --> src/main.rs:6:10 Oct 27 12:09:23.163 INFO kablam! | Oct 27 12:09:23.163 INFO kablam! 6 | #[derive(DbEnum, Debug)] Oct 27 12:09:23.163 INFO kablam! | ^^^^^^ Use of undeclared type or module `TestEnum` Oct 27 12:09:23.163 INFO kablam! Oct 27 12:09:23.163 INFO kablam! error[E0412]: cannot find type `TestEnum` in this scope Oct 27 12:09:23.163 INFO kablam! --> src/main.rs:6:10 Oct 27 12:09:23.163 INFO kablam! | Oct 27 12:09:23.163 INFO kablam! 6 | #[derive(DbEnum, Debug)] Oct 27 12:09:23.163 INFO kablam! | ^^^^^^ not found in this scope Oct 27 12:09:23.163 INFO kablam! Oct 27 12:09:23.163 INFO kablam! warning: unused `#[macro_use]` import Oct 27 12:09:23.163 INFO kablam! --> src/main.rs:1:1 Oct 27 12:09:23.163 INFO kablam! | Oct 27 12:09:23.163 INFO kablam! 1 | #[macro_use] Oct 27 12:09:23.163 INFO kablam! | ^^^^^^^^^^^^ Oct 27 12:09:23.163 INFO kablam! | Oct 27 12:09:23.164 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 12:09:23.164 INFO kablam! Oct 27 12:09:23.164 INFO kablam! warning: cannot find type `TestEnum` in this scope Oct 27 12:09:23.164 INFO kablam! --> src/main.rs:6:10 Oct 27 12:09:23.164 INFO kablam! | Oct 27 12:09:23.164 INFO kablam! 6 | #[derive(DbEnum, Debug)] Oct 27 12:09:23.164 INFO kablam! | ^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 12:09:23.164 INFO kablam! | Oct 27 12:09:23.164 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 27 12:09:23.164 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 27 12:09:23.164 INFO kablam! = note: for more information, see issue #50504 Oct 27 12:09:23.164 INFO kablam! Oct 27 12:09:23.164 INFO kablam! warning: cannot find type `TestEnum` in this scope Oct 27 12:09:23.164 INFO kablam! --> src/main.rs:6:10 Oct 27 12:09:23.164 INFO kablam! | Oct 27 12:09:23.164 INFO kablam! 6 | #[derive(DbEnum, Debug)] Oct 27 12:09:23.164 INFO kablam! | ^^^^^^ names from parent modules are not accessible without an explicit import Oct 27 12:09:23.164 INFO kablam! | Oct 27 12:09:23.164 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 27 12:09:23.164 INFO kablam! = note: for more information, see issue #50504 Oct 27 12:09:23.164 INFO kablam! Oct 27 12:09:23.207 INFO kablam! error: aborting due to 2 previous errors Oct 27 12:09:23.207 INFO kablam! Oct 27 12:09:23.207 INFO kablam! Some errors occurred: E0412, E0433. Oct 27 12:09:23.207 INFO kablam! For more information about an error, try `rustc --explain E0412`. Oct 27 12:09:23.243 INFO kablam! error: Could not compile `macro_regression`. Oct 27 12:09:23.251 INFO kablam! Oct 27 12:09:23.251 INFO kablam! To learn more, run the command again with --verbose. Oct 27 12:09:23.251 INFO kablam! su: No module specific data is present Oct 27 12:09:23.823 INFO running `"docker" "rm" "-f" "b3951f4d2c0b5e3c90507066ba4096ee53a333656e5cda069f7f2721a20a1bf7"` Oct 27 12:09:24.103 INFO blam! b3951f4d2c0b5e3c90507066ba4096ee53a333656e5cda069f7f2721a20a1bf7