Sep 04 04:04:24.123 INFO checking scoped_log-0.1.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 04:04:24.124 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 04:04:24.124 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 04:04:24.282 INFO blam! 4da5f09983d14b818f9935e4c6f74142f11386744ec4601807b21805ef5a6cae Sep 04 04:04:24.284 INFO running `"docker" "start" "-a" "4da5f09983d14b818f9935e4c6f74142f11386744ec4601807b21805ef5a6cae"` Sep 04 04:04:25.047 INFO kablam! Checking scoped_log v0.1.0 (file:///source) Sep 04 04:04:25.381 INFO kablam! warning: unused `#[macro_use]` import Sep 04 04:04:25.381 INFO kablam! --> src/lib.rs:41:1 Sep 04 04:04:25.381 INFO kablam! | Sep 04 04:04:25.381 INFO kablam! 41 | #[macro_use] extern crate log; Sep 04 04:04:25.381 INFO kablam! | ^^^^^^^^^^^^ Sep 04 04:04:25.381 INFO kablam! | Sep 04 04:04:25.382 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 04:04:25.382 INFO kablam! Sep 04 04:04:25.484 INFO kablam! warning: unused `#[macro_use]` import Sep 04 04:04:25.484 INFO kablam! --> src/lib.rs:41:1 Sep 04 04:04:25.484 INFO kablam! | Sep 04 04:04:25.484 INFO kablam! 41 | #[macro_use] extern crate log; Sep 04 04:04:25.484 INFO kablam! | ^^^^^^^^^^^^ Sep 04 04:04:25.484 INFO kablam! | Sep 04 04:04:25.484 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 04:04:25.484 INFO kablam! Sep 04 04:04:26.153 INFO kablam! warning: expected `;`, found `` Sep 04 04:04:26.153 INFO kablam! --> :8:71 Sep 04 04:04:26.153 INFO kablam! | Sep 04 04:04:26.153 INFO kablam! 8 | push ( scope ) ; } } } ) ; } let __logger_scoped_message = $ crate :: Scope ) Sep 04 04:04:26.153 INFO kablam! | ^^^^^ Sep 04 04:04:26.153 INFO kablam! | Sep 04 04:04:26.153 INFO kablam! = note: This was erroneously allowed and will become a hard error in a future release Sep 04 04:04:26.153 INFO kablam! Sep 04 04:04:26.160 INFO kablam! error[E0433]: failed to resolve. Could not find `LogLevel` in `log` Sep 04 04:04:26.160 INFO kablam! --> examples/example.rs:8:5 Sep 04 04:04:26.160 INFO kablam! | Sep 04 04:04:26.160 INFO kablam! 8 | scoped_info!("1"); Sep 04 04:04:26.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Could not find `LogLevel` in `log` Sep 04 04:04:26.160 INFO kablam! | Sep 04 04:04:26.161 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 04 04:04:26.161 INFO kablam! Sep 04 04:04:26.161 INFO kablam! error[E0433]: failed to resolve. Could not find `LogLevel` in `log` Sep 04 04:04:26.161 INFO kablam! --> examples/example.rs:11:9 Sep 04 04:04:26.161 INFO kablam! | Sep 04 04:04:26.161 INFO kablam! 11 | scoped_info!("2: {}", "some args"); Sep 04 04:04:26.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `LogLevel` in `log` Sep 04 04:04:26.161 INFO kablam! | Sep 04 04:04:26.161 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 04 04:04:26.161 INFO kablam! Sep 04 04:04:26.162 INFO kablam! error[E0433]: failed to resolve. Could not find `LogLevel` in `log` Sep 04 04:04:26.162 INFO kablam! --> examples/example.rs:17:9 Sep 04 04:04:26.162 INFO kablam! | Sep 04 04:04:26.162 INFO kablam! 17 | scoped_info!(target: "some-target", "2: {}", "some args"); Sep 04 04:04:26.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `LogLevel` in `log` Sep 04 04:04:26.162 INFO kablam! | Sep 04 04:04:26.162 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 04 04:04:26.162 INFO kablam! Sep 04 04:04:26.162 INFO kablam! error[E0433]: failed to resolve. Could not find `LogLevel` in `log` Sep 04 04:04:26.162 INFO kablam! --> examples/example.rs:20:5 Sep 04 04:04:26.162 INFO kablam! | Sep 04 04:04:26.162 INFO kablam! 20 | scoped_info!("4"); Sep 04 04:04:26.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Could not find `LogLevel` in `log` Sep 04 04:04:26.162 INFO kablam! | Sep 04 04:04:26.162 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 04 04:04:26.162 INFO kablam! Sep 04 04:04:26.163 INFO kablam! error[E0433]: failed to resolve. Could not find `LogLevel` in `log` Sep 04 04:04:26.163 INFO kablam! --> examples/example.rs:29:9 Sep 04 04:04:26.163 INFO kablam! | Sep 04 04:04:26.163 INFO kablam! 29 | scoped_info!("3"); Sep 04 04:04:26.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Could not find `LogLevel` in `log` Sep 04 04:04:26.163 INFO kablam! | Sep 04 04:04:26.163 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 04 04:04:26.163 INFO kablam! Sep 04 04:04:26.287 INFO kablam! error: aborting due to 5 previous errors Sep 04 04:04:26.287 INFO kablam! Sep 04 04:04:26.287 INFO kablam! For more information about this error, try `rustc --explain E0433`. Sep 04 04:04:26.296 INFO kablam! error: Could not compile `scoped_log`. Sep 04 04:04:26.296 INFO kablam! Sep 04 04:04:26.296 INFO kablam! To learn more, run the command again with --verbose. Sep 04 04:04:26.298 INFO kablam! su: No module specific data is present Sep 04 04:04:26.814 INFO running `"docker" "rm" "-f" "4da5f09983d14b818f9935e4c6f74142f11386744ec4601807b21805ef5a6cae"` Sep 04 04:04:26.900 INFO blam! 4da5f09983d14b818f9935e4c6f74142f11386744ec4601807b21805ef5a6cae