Jul 11 22:33:14.549 INFO checking scoped_log-0.1.0 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 11 22:33:14.549 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 11 22:33:14.549 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 11 22:33:14.549 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-7/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/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 +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 11 22:33:14.795 INFO blam! 20821abca1f1e796206ada28099a937343ac3dc3f7650e5a181c6d8b55fb82f1 Jul 11 22:33:14.796 INFO running `"docker" "start" "-a" "20821abca1f1e796206ada28099a937343ac3dc3f7650e5a181c6d8b55fb82f1"` Jul 11 22:33:15.780 INFO kablam! Checking scoped_log v0.1.0 (file:///source) Jul 11 22:33:16.430 INFO kablam! warning: unused `#[macro_use]` import Jul 11 22:33:16.430 INFO kablam! --> src/lib.rs:41:1 Jul 11 22:33:16.430 INFO kablam! | Jul 11 22:33:16.430 INFO kablam! 41 | #[macro_use] extern crate log; Jul 11 22:33:16.430 INFO kablam! | ^^^^^^^^^^^^ Jul 11 22:33:16.434 INFO kablam! | Jul 11 22:33:16.435 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 11 22:33:16.435 INFO kablam! Jul 11 22:33:16.506 INFO kablam! warning: unused `#[macro_use]` import Jul 11 22:33:16.506 INFO kablam! --> src/lib.rs:41:1 Jul 11 22:33:16.506 INFO kablam! | Jul 11 22:33:16.506 INFO kablam! 41 | #[macro_use] extern crate log; Jul 11 22:33:16.506 INFO kablam! | ^^^^^^^^^^^^ Jul 11 22:33:16.506 INFO kablam! | Jul 11 22:33:16.506 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 11 22:33:16.506 INFO kablam! Jul 11 22:33:17.237 INFO kablam! warning: expected `;`, found `` Jul 11 22:33:17.237 INFO kablam! --> :8:71 Jul 11 22:33:17.237 INFO kablam! | Jul 11 22:33:17.237 INFO kablam! 8 | push ( scope ) ; } } } ) ; } let __logger_scoped_message = $ crate :: Scope ) Jul 11 22:33:17.237 INFO kablam! | ^^^^^ Jul 11 22:33:17.237 INFO kablam! | Jul 11 22:33:17.237 INFO kablam! = note: This was erroneously allowed and will become a hard error in a future release Jul 11 22:33:17.237 INFO kablam! Jul 11 22:33:17.249 INFO kablam! error[E0433]: failed to resolve. Could not find `LogLevel` in `log` Jul 11 22:33:17.249 INFO kablam! --> examples/example.rs:8:5 Jul 11 22:33:17.249 INFO kablam! | Jul 11 22:33:17.249 INFO kablam! 8 | scoped_info!("1"); Jul 11 22:33:17.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Could not find `LogLevel` in `log` Jul 11 22:33:17.249 INFO kablam! | Jul 11 22:33:17.249 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) Jul 11 22:33:17.250 INFO kablam! Jul 11 22:33:17.250 INFO kablam! error[E0433]: failed to resolve. Could not find `LogLevel` in `log` Jul 11 22:33:17.250 INFO kablam! --> examples/example.rs:11:9 Jul 11 22:33:17.250 INFO kablam! | Jul 11 22:33:17.250 INFO kablam! 11 | scoped_info!("2: {}", "some args"); Jul 11 22:33:17.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `LogLevel` in `log` Jul 11 22:33:17.250 INFO kablam! | Jul 11 22:33:17.250 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) Jul 11 22:33:17.250 INFO kablam! Jul 11 22:33:17.251 INFO kablam! error[E0433]: failed to resolve. Could not find `LogLevel` in `log` Jul 11 22:33:17.251 INFO kablam! --> examples/example.rs:17:9 Jul 11 22:33:17.251 INFO kablam! | Jul 11 22:33:17.251 INFO kablam! 17 | scoped_info!(target: "some-target", "2: {}", "some args"); Jul 11 22:33:17.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `LogLevel` in `log` Jul 11 22:33:17.251 INFO kablam! | Jul 11 22:33:17.251 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) Jul 11 22:33:17.251 INFO kablam! Jul 11 22:33:17.251 INFO kablam! error[E0433]: failed to resolve. Could not find `LogLevel` in `log` Jul 11 22:33:17.251 INFO kablam! --> examples/example.rs:20:5 Jul 11 22:33:17.251 INFO kablam! | Jul 11 22:33:17.251 INFO kablam! 20 | scoped_info!("4"); Jul 11 22:33:17.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Could not find `LogLevel` in `log` Jul 11 22:33:17.251 INFO kablam! | Jul 11 22:33:17.251 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) Jul 11 22:33:17.251 INFO kablam! Jul 11 22:33:17.252 INFO kablam! error[E0433]: failed to resolve. Could not find `LogLevel` in `log` Jul 11 22:33:17.252 INFO kablam! --> examples/example.rs:29:9 Jul 11 22:33:17.252 INFO kablam! | Jul 11 22:33:17.252 INFO kablam! 29 | scoped_info!("3"); Jul 11 22:33:17.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Could not find `LogLevel` in `log` Jul 11 22:33:17.252 INFO kablam! | Jul 11 22:33:17.252 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) Jul 11 22:33:17.252 INFO kablam! Jul 11 22:33:17.438 INFO kablam! error: aborting due to 5 previous errors Jul 11 22:33:17.438 INFO kablam! Jul 11 22:33:17.438 INFO kablam! For more information about this error, try `rustc --explain E0433`. Jul 11 22:33:17.461 INFO kablam! error: Could not compile `scoped_log`. Jul 11 22:33:17.461 INFO kablam! Jul 11 22:33:17.461 INFO kablam! To learn more, run the command again with --verbose. Jul 11 22:33:17.461 INFO kablam! su: No module specific data is present Jul 11 22:33:18.047 INFO running `"docker" "rm" "-f" "20821abca1f1e796206ada28099a937343ac3dc3f7650e5a181c6d8b55fb82f1"` Jul 11 22:33:18.245 INFO blam! 20821abca1f1e796206ada28099a937343ac3dc3f7650e5a181c6d8b55fb82f1