Sep 19 18:43:06.745 INFO checking scoped_log-0.1.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 18:43:06.745 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 18:43:06.745 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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=1000" "-e" "CMD=cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 18:43:06.887 INFO blam! 7c0dc7b91620e3788fc5d3324581fc2545270850e815140dda1c5b25823b153a Sep 19 18:43:06.889 INFO running `"docker" "start" "-a" "7c0dc7b91620e3788fc5d3324581fc2545270850e815140dda1c5b25823b153a"` Sep 19 18:43:08.081 INFO kablam! usermod: no changes Sep 19 18:43:08.145 INFO kablam! Checking scoped_log v0.1.0 (/source) Sep 19 18:43:08.289 INFO kablam! warning: unused `#[macro_use]` import Sep 19 18:43:08.289 INFO kablam! --> src/lib.rs:41:1 Sep 19 18:43:08.289 INFO kablam! | Sep 19 18:43:08.289 INFO kablam! 41 | #[macro_use] extern crate log; Sep 19 18:43:08.289 INFO kablam! | ^^^^^^^^^^^^ Sep 19 18:43:08.289 INFO kablam! | Sep 19 18:43:08.289 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 18:43:08.289 INFO kablam! Sep 19 18:43:08.312 INFO kablam! warning: unused `#[macro_use]` import Sep 19 18:43:08.312 INFO kablam! --> src/lib.rs:41:1 Sep 19 18:43:08.312 INFO kablam! | Sep 19 18:43:08.312 INFO kablam! 41 | #[macro_use] extern crate log; Sep 19 18:43:08.312 INFO kablam! | ^^^^^^^^^^^^ Sep 19 18:43:08.312 INFO kablam! | Sep 19 18:43:08.312 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 18:43:08.312 INFO kablam! Sep 19 18:43:08.618 INFO kablam! warning: expected `;`, found `` Sep 19 18:43:08.618 INFO kablam! --> :8:71 Sep 19 18:43:08.618 INFO kablam! | Sep 19 18:43:08.618 INFO kablam! 8 | push ( scope ) ; } } } ) ; } let __logger_scoped_message = $ crate :: Scope ) Sep 19 18:43:08.619 INFO kablam! | ^^^^^ Sep 19 18:43:08.619 INFO kablam! | Sep 19 18:43:08.619 INFO kablam! = note: This was erroneously allowed and will become a hard error in a future release Sep 19 18:43:08.619 INFO kablam! Sep 19 18:43:08.623 INFO kablam! error[E0433]: failed to resolve. Could not find `LogLevel` in `log` Sep 19 18:43:08.623 INFO kablam! --> examples/example.rs:8:5 Sep 19 18:43:08.623 INFO kablam! | Sep 19 18:43:08.623 INFO kablam! 8 | scoped_info!("1"); Sep 19 18:43:08.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Could not find `LogLevel` in `log` Sep 19 18:43:08.623 INFO kablam! | Sep 19 18:43:08.623 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) Sep 19 18:43:08.623 INFO kablam! Sep 19 18:43:08.623 INFO kablam! error[E0433]: failed to resolve. Could not find `LogLevel` in `log` Sep 19 18:43:08.623 INFO kablam! --> examples/example.rs:11:9 Sep 19 18:43:08.623 INFO kablam! | Sep 19 18:43:08.623 INFO kablam! 11 | scoped_info!("2: {}", "some args"); Sep 19 18:43:08.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `LogLevel` in `log` Sep 19 18:43:08.623 INFO kablam! | Sep 19 18:43:08.623 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) Sep 19 18:43:08.623 INFO kablam! Sep 19 18:43:08.624 INFO kablam! error[E0433]: failed to resolve. Could not find `LogLevel` in `log` Sep 19 18:43:08.624 INFO kablam! --> examples/example.rs:17:9 Sep 19 18:43:08.624 INFO kablam! | Sep 19 18:43:08.624 INFO kablam! 17 | scoped_info!(target: "some-target", "2: {}", "some args"); Sep 19 18:43:08.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `LogLevel` in `log` Sep 19 18:43:08.624 INFO kablam! | Sep 19 18:43:08.624 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) Sep 19 18:43:08.624 INFO kablam! Sep 19 18:43:08.624 INFO kablam! error[E0433]: failed to resolve. Could not find `LogLevel` in `log` Sep 19 18:43:08.624 INFO kablam! --> examples/example.rs:20:5 Sep 19 18:43:08.624 INFO kablam! | Sep 19 18:43:08.624 INFO kablam! 20 | scoped_info!("4"); Sep 19 18:43:08.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Could not find `LogLevel` in `log` Sep 19 18:43:08.624 INFO kablam! | Sep 19 18:43:08.624 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) Sep 19 18:43:08.624 INFO kablam! Sep 19 18:43:08.624 INFO kablam! error[E0433]: failed to resolve. Could not find `LogLevel` in `log` Sep 19 18:43:08.624 INFO kablam! --> examples/example.rs:29:9 Sep 19 18:43:08.624 INFO kablam! | Sep 19 18:43:08.624 INFO kablam! 29 | scoped_info!("3"); Sep 19 18:43:08.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Could not find `LogLevel` in `log` Sep 19 18:43:08.624 INFO kablam! | Sep 19 18:43:08.624 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) Sep 19 18:43:08.624 INFO kablam! Sep 19 18:43:08.713 INFO kablam! error: aborting due to 5 previous errors Sep 19 18:43:08.713 INFO kablam! Sep 19 18:43:08.713 INFO kablam! For more information about this error, try `rustc --explain E0433`. Sep 19 18:43:08.718 INFO kablam! error: Could not compile `scoped_log`. Sep 19 18:43:08.718 INFO kablam! Sep 19 18:43:08.718 INFO kablam! To learn more, run the command again with --verbose. Sep 19 18:43:08.719 INFO kablam! su: No module specific data is present Sep 19 18:43:09.307 INFO running `"docker" "rm" "-f" "7c0dc7b91620e3788fc5d3324581fc2545270850e815140dda1c5b25823b153a"` Sep 19 18:43:09.400 INFO blam! 7c0dc7b91620e3788fc5d3324581fc2545270850e815140dda1c5b25823b153a