Sep 01 07:25:09.030 INFO checking scoped_log-0.1.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 07:25:09.030 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 07:25:09.030 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 07:25:09.182 INFO blam! 117e129f58e10974375bda7a4aa62f338cffc33673d7ba45b7aabb0282b666de Sep 01 07:25:09.183 INFO running `"docker" "start" "-a" "117e129f58e10974375bda7a4aa62f338cffc33673d7ba45b7aabb0282b666de"` Sep 01 07:25:10.050 INFO kablam! Checking scoped_log v0.1.0 (file:///source) Sep 01 07:25:10.404 INFO kablam! warning: unused `#[macro_use]` import Sep 01 07:25:10.404 INFO kablam! --> src/lib.rs:41:1 Sep 01 07:25:10.404 INFO kablam! | Sep 01 07:25:10.404 INFO kablam! 41 | #[macro_use] extern crate log; Sep 01 07:25:10.404 INFO kablam! | ^^^^^^^^^^^^ Sep 01 07:25:10.404 INFO kablam! | Sep 01 07:25:10.404 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 07:25:10.404 INFO kablam! Sep 01 07:25:10.514 INFO kablam! warning: unused `#[macro_use]` import Sep 01 07:25:10.514 INFO kablam! --> src/lib.rs:41:1 Sep 01 07:25:10.514 INFO kablam! | Sep 01 07:25:10.514 INFO kablam! 41 | #[macro_use] extern crate log; Sep 01 07:25:10.514 INFO kablam! | ^^^^^^^^^^^^ Sep 01 07:25:10.514 INFO kablam! | Sep 01 07:25:10.514 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 07:25:10.514 INFO kablam! Sep 01 07:25:11.186 INFO kablam! warning: expected `;`, found `` Sep 01 07:25:11.186 INFO kablam! --> :8:71 Sep 01 07:25:11.186 INFO kablam! | Sep 01 07:25:11.186 INFO kablam! 8 | push ( scope ) ; } } } ) ; } let __logger_scoped_message = $ crate :: Scope ) Sep 01 07:25:11.186 INFO kablam! | ^^^^^ Sep 01 07:25:11.186 INFO kablam! | Sep 01 07:25:11.186 INFO kablam! = note: This was erroneously allowed and will become a hard error in a future release Sep 01 07:25:11.186 INFO kablam! Sep 01 07:25:11.193 INFO kablam! error[E0433]: failed to resolve. Could not find `LogLevel` in `log` Sep 01 07:25:11.193 INFO kablam! --> examples/example.rs:8:5 Sep 01 07:25:11.193 INFO kablam! | Sep 01 07:25:11.193 INFO kablam! 8 | scoped_info!("1"); Sep 01 07:25:11.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Could not find `LogLevel` in `log` Sep 01 07:25:11.193 INFO kablam! | Sep 01 07:25:11.193 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 01 07:25:11.194 INFO kablam! Sep 01 07:25:11.194 INFO kablam! error[E0433]: failed to resolve. Could not find `LogLevel` in `log` Sep 01 07:25:11.194 INFO kablam! --> examples/example.rs:11:9 Sep 01 07:25:11.194 INFO kablam! | Sep 01 07:25:11.194 INFO kablam! 11 | scoped_info!("2: {}", "some args"); Sep 01 07:25:11.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `LogLevel` in `log` Sep 01 07:25:11.194 INFO kablam! | Sep 01 07:25:11.194 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 01 07:25:11.194 INFO kablam! Sep 01 07:25:11.194 INFO kablam! error[E0433]: failed to resolve. Could not find `LogLevel` in `log` Sep 01 07:25:11.194 INFO kablam! --> examples/example.rs:17:9 Sep 01 07:25:11.195 INFO kablam! | Sep 01 07:25:11.195 INFO kablam! 17 | scoped_info!(target: "some-target", "2: {}", "some args"); Sep 01 07:25:11.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `LogLevel` in `log` Sep 01 07:25:11.195 INFO kablam! | Sep 01 07:25:11.195 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 01 07:25:11.195 INFO kablam! Sep 01 07:25:11.195 INFO kablam! error[E0433]: failed to resolve. Could not find `LogLevel` in `log` Sep 01 07:25:11.195 INFO kablam! --> examples/example.rs:20:5 Sep 01 07:25:11.195 INFO kablam! | Sep 01 07:25:11.195 INFO kablam! 20 | scoped_info!("4"); Sep 01 07:25:11.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Could not find `LogLevel` in `log` Sep 01 07:25:11.195 INFO kablam! | Sep 01 07:25:11.195 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 01 07:25:11.195 INFO kablam! Sep 01 07:25:11.195 INFO kablam! error[E0433]: failed to resolve. Could not find `LogLevel` in `log` Sep 01 07:25:11.195 INFO kablam! --> examples/example.rs:29:9 Sep 01 07:25:11.195 INFO kablam! | Sep 01 07:25:11.195 INFO kablam! 29 | scoped_info!("3"); Sep 01 07:25:11.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Could not find `LogLevel` in `log` Sep 01 07:25:11.195 INFO kablam! | Sep 01 07:25:11.196 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 01 07:25:11.196 INFO kablam! Sep 01 07:25:11.310 INFO kablam! error: aborting due to 5 previous errors Sep 01 07:25:11.310 INFO kablam! Sep 01 07:25:11.310 INFO kablam! For more information about this error, try `rustc --explain E0433`. Sep 01 07:25:11.317 INFO kablam! error: Could not compile `scoped_log`. Sep 01 07:25:11.318 INFO kablam! Sep 01 07:25:11.318 INFO kablam! To learn more, run the command again with --verbose. Sep 01 07:25:11.319 INFO kablam! su: No module specific data is present Sep 01 07:25:12.039 INFO running `"docker" "rm" "-f" "117e129f58e10974375bda7a4aa62f338cffc33673d7ba45b7aabb0282b666de"` Sep 01 07:25:12.127 INFO blam! 117e129f58e10974375bda7a4aa62f338cffc33673d7ba45b7aabb0282b666de