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