Oct 13 05:01:52.149 INFO checking Diggsey/macro_regression_example against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 05:01:52.149 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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:52.360 INFO blam! 3988f47ba9ab9529d1d4e4e6a217925add14d08c1cb7805b8157b1dfccf9eeb0 Oct 13 05:01:52.362 INFO running `"docker" "start" "-a" "3988f47ba9ab9529d1d4e4e6a217925add14d08c1cb7805b8157b1dfccf9eeb0"` Oct 13 05:01:52.712 INFO kablam! usermod: no changes Oct 13 05:01:52.770 INFO kablam! Compiling diesel-derive-enum v0.4.3 Oct 13 05:01:56.637 INFO kablam! Checking macro_regression v0.1.0 (/source) Oct 13 05:01:57.812 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `TestEnum` Oct 13 05:01:57.812 INFO kablam! --> src/main.rs:6:10 Oct 13 05:01:57.812 INFO kablam! | Oct 13 05:01:57.812 INFO kablam! 6 | #[derive(DbEnum, Debug)] Oct 13 05:01:57.812 INFO kablam! | ^^^^^^ Use of undeclared type or module `TestEnum` Oct 13 05:01:57.812 INFO kablam! Oct 13 05:01:57.832 INFO kablam! error[E0412]: cannot find type `TestEnum` in this scope Oct 13 05:01:57.832 INFO kablam! --> src/main.rs:6:10 Oct 13 05:01:57.832 INFO kablam! | Oct 13 05:01:57.832 INFO kablam! 6 | #[derive(DbEnum, Debug)] Oct 13 05:01:57.832 INFO kablam! | ^^^^^^ not found in this scope Oct 13 05:01:57.832 INFO kablam! Oct 13 05:01:57.832 INFO kablam! warning: unused `#[macro_use]` import Oct 13 05:01:57.832 INFO kablam! --> src/main.rs:1:1 Oct 13 05:01:57.832 INFO kablam! | Oct 13 05:01:57.832 INFO kablam! 1 | #[macro_use] Oct 13 05:01:57.832 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:01:57.832 INFO kablam! | Oct 13 05:01:57.832 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:01:57.832 INFO kablam! Oct 13 05:01:57.832 INFO kablam! warning: cannot find type `TestEnum` in this scope Oct 13 05:01:57.832 INFO kablam! --> src/main.rs:6:10 Oct 13 05:01:57.832 INFO kablam! | Oct 13 05:01:57.832 INFO kablam! 6 | #[derive(DbEnum, Debug)] Oct 13 05:01:57.832 INFO kablam! | ^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:01:57.832 INFO kablam! | Oct 13 05:01:57.832 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 13 05:01:57.832 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.832 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:01:57.832 INFO kablam! Oct 13 05:01:57.832 INFO kablam! warning: cannot find type `TestEnum` in this scope Oct 13 05:01:57.832 INFO kablam! --> src/main.rs:6:10 Oct 13 05:01:57.832 INFO kablam! | Oct 13 05:01:57.832 INFO kablam! 6 | #[derive(DbEnum, Debug)] Oct 13 05:01:57.832 INFO kablam! | ^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:01:57.832 INFO kablam! | Oct 13 05:01:57.832 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.832 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:01:57.832 INFO kablam! Oct 13 05:01:57.832 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `TestEnum` Oct 13 05:01:57.832 INFO kablam! --> src/main.rs:6:10 Oct 13 05:01:57.832 INFO kablam! | Oct 13 05:01:57.832 INFO kablam! 6 | #[derive(DbEnum, Debug)] Oct 13 05:01:57.832 INFO kablam! | ^^^^^^ Use of undeclared type or module `TestEnum` Oct 13 05:01:57.832 INFO kablam! Oct 13 05:01:57.837 INFO kablam! error[E0412]: cannot find type `TestEnum` in this scope Oct 13 05:01:57.838 INFO kablam! --> src/main.rs:6:10 Oct 13 05:01:57.838 INFO kablam! | Oct 13 05:01:57.838 INFO kablam! 6 | #[derive(DbEnum, Debug)] Oct 13 05:01:57.838 INFO kablam! | ^^^^^^ not found in this scope Oct 13 05:01:57.838 INFO kablam! Oct 13 05:01:57.838 INFO kablam! warning: unused `#[macro_use]` import Oct 13 05:01:57.838 INFO kablam! --> src/main.rs:1:1 Oct 13 05:01:57.839 INFO kablam! | Oct 13 05:01:57.839 INFO kablam! 1 | #[macro_use] Oct 13 05:01:57.839 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:01:57.839 INFO kablam! | Oct 13 05:01:57.839 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:01:57.839 INFO kablam! Oct 13 05:01:57.839 INFO kablam! warning: cannot find type `TestEnum` in this scope Oct 13 05:01:57.840 INFO kablam! --> src/main.rs:6:10 Oct 13 05:01:57.840 INFO kablam! | Oct 13 05:01:57.840 INFO kablam! 6 | #[derive(DbEnum, Debug)] Oct 13 05:01:57.840 INFO kablam! | ^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:01:57.840 INFO kablam! | Oct 13 05:01:57.840 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 13 05:01:57.840 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.840 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:01:57.840 INFO kablam! Oct 13 05:01:57.840 INFO kablam! warning: cannot find type `TestEnum` in this scope Oct 13 05:01:57.840 INFO kablam! --> src/main.rs:6:10 Oct 13 05:01:57.840 INFO kablam! | Oct 13 05:01:57.840 INFO kablam! 6 | #[derive(DbEnum, Debug)] Oct 13 05:01:57.840 INFO kablam! | ^^^^^^ names from parent modules are not accessible without an explicit import Oct 13 05:01:57.840 INFO kablam! | Oct 13 05:01:57.840 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.840 INFO kablam! = note: for more information, see issue #50504 Oct 13 05:01:57.840 INFO kablam! Oct 13 05:01:57.896 INFO kablam! error: aborting due to 2 previous errors Oct 13 05:01:57.896 INFO kablam! Oct 13 05:01:57.896 INFO kablam! Some errors occurred: E0412, E0433. Oct 13 05:01:57.896 INFO kablam! For more information about an error, try `rustc --explain E0412`. Oct 13 05:01:57.904 INFO kablam! error: Could not compile `macro_regression`. Oct 13 05:01:57.904 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 05:01:57.912 INFO kablam! error: aborting due to 2 previous errors Oct 13 05:01:57.912 INFO kablam! Oct 13 05:01:57.912 INFO kablam! Some errors occurred: E0412, E0433. Oct 13 05:01:57.912 INFO kablam! For more information about an error, try `rustc --explain E0412`. Oct 13 05:01:57.912 INFO kablam! error: Could not compile `macro_regression`. Oct 13 05:01:57.912 INFO kablam! Oct 13 05:01:57.912 INFO kablam! To learn more, run the command again with --verbose. Oct 13 05:01:57.920 INFO kablam! su: No module specific data is present Oct 13 05:01:58.440 INFO running `"docker" "rm" "-f" "3988f47ba9ab9529d1d4e4e6a217925add14d08c1cb7805b8157b1dfccf9eeb0"` Oct 13 05:01:58.772 INFO blam! 3988f47ba9ab9529d1d4e4e6a217925add14d08c1cb7805b8157b1dfccf9eeb0