Sep 10 10:16:46.258 INFO checking scoped_log-0.1.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 10:16:46.258 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 10:16:46.258 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-4/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 10:16:46.425 INFO blam! 565e9d67813793266ee4a39074ea8380583510af6c4f3712909386bfa9971904 Sep 10 10:16:46.427 INFO running `"docker" "start" "-a" "565e9d67813793266ee4a39074ea8380583510af6c4f3712909386bfa9971904"` Sep 10 10:16:47.169 INFO kablam! usermod: no changes Sep 10 10:16:47.229 INFO kablam! Checking scoped_log v0.1.0 (file:///source) Sep 10 10:16:47.446 INFO kablam! warning: unused `#[macro_use]` import Sep 10 10:16:47.446 INFO kablam! --> src/lib.rs:41:1 Sep 10 10:16:47.446 INFO kablam! | Sep 10 10:16:47.446 INFO kablam! 41 | #[macro_use] extern crate log; Sep 10 10:16:47.446 INFO kablam! | ^^^^^^^^^^^^ Sep 10 10:16:47.446 INFO kablam! | Sep 10 10:16:47.446 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 10:16:47.446 INFO kablam! Sep 10 10:16:47.448 INFO kablam! warning: unused `#[macro_use]` import Sep 10 10:16:47.448 INFO kablam! --> src/lib.rs:41:1 Sep 10 10:16:47.448 INFO kablam! | Sep 10 10:16:47.448 INFO kablam! 41 | #[macro_use] extern crate log; Sep 10 10:16:47.448 INFO kablam! | ^^^^^^^^^^^^ Sep 10 10:16:47.448 INFO kablam! | Sep 10 10:16:47.448 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 10:16:47.448 INFO kablam! Sep 10 10:16:47.849 INFO kablam! warning: expected `;`, found `` Sep 10 10:16:47.849 INFO kablam! --> :8:71 Sep 10 10:16:47.849 INFO kablam! | Sep 10 10:16:47.849 INFO kablam! 8 | push ( scope ) ; } } } ) ; } let __logger_scoped_message = $ crate :: Scope ) Sep 10 10:16:47.849 INFO kablam! | ^^^^^ Sep 10 10:16:47.849 INFO kablam! | Sep 10 10:16:47.849 INFO kablam! = note: This was erroneously allowed and will become a hard error in a future release Sep 10 10:16:47.849 INFO kablam! Sep 10 10:16:47.855 INFO kablam! error[E0433]: failed to resolve. Could not find `LogLevel` in `log` Sep 10 10:16:47.855 INFO kablam! --> examples/example.rs:8:5 Sep 10 10:16:47.855 INFO kablam! | Sep 10 10:16:47.855 INFO kablam! 8 | scoped_info!("1"); Sep 10 10:16:47.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Could not find `LogLevel` in `log` Sep 10 10:16:47.855 INFO kablam! | Sep 10 10:16:47.855 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 10 10:16:47.855 INFO kablam! Sep 10 10:16:47.856 INFO kablam! error[E0433]: failed to resolve. Could not find `LogLevel` in `log` Sep 10 10:16:47.856 INFO kablam! --> examples/example.rs:11:9 Sep 10 10:16:47.856 INFO kablam! | Sep 10 10:16:47.856 INFO kablam! 11 | scoped_info!("2: {}", "some args"); Sep 10 10:16:47.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `LogLevel` in `log` Sep 10 10:16:47.856 INFO kablam! | Sep 10 10:16:47.856 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 10 10:16:47.856 INFO kablam! Sep 10 10:16:47.856 INFO kablam! error[E0433]: failed to resolve. Could not find `LogLevel` in `log` Sep 10 10:16:47.856 INFO kablam! --> examples/example.rs:17:9 Sep 10 10:16:47.856 INFO kablam! | Sep 10 10:16:47.856 INFO kablam! 17 | scoped_info!(target: "some-target", "2: {}", "some args"); Sep 10 10:16:47.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find `LogLevel` in `log` Sep 10 10:16:47.856 INFO kablam! | Sep 10 10:16:47.856 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 10 10:16:47.856 INFO kablam! Sep 10 10:16:47.856 INFO kablam! error[E0433]: failed to resolve. Could not find `LogLevel` in `log` Sep 10 10:16:47.856 INFO kablam! --> examples/example.rs:20:5 Sep 10 10:16:47.857 INFO kablam! | Sep 10 10:16:47.857 INFO kablam! 20 | scoped_info!("4"); Sep 10 10:16:47.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Could not find `LogLevel` in `log` Sep 10 10:16:47.857 INFO kablam! | Sep 10 10:16:47.857 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 10 10:16:47.857 INFO kablam! Sep 10 10:16:47.857 INFO kablam! error[E0433]: failed to resolve. Could not find `LogLevel` in `log` Sep 10 10:16:47.857 INFO kablam! --> examples/example.rs:29:9 Sep 10 10:16:47.857 INFO kablam! | Sep 10 10:16:47.857 INFO kablam! 29 | scoped_info!("3"); Sep 10 10:16:47.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Could not find `LogLevel` in `log` Sep 10 10:16:47.857 INFO kablam! | Sep 10 10:16:47.857 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 10 10:16:47.857 INFO kablam! Sep 10 10:16:47.919 INFO kablam! error: aborting due to 5 previous errors Sep 10 10:16:47.919 INFO kablam! Sep 10 10:16:47.919 INFO kablam! For more information about this error, try `rustc --explain E0433`. Sep 10 10:16:47.926 INFO kablam! error: Could not compile `scoped_log`. Sep 10 10:16:47.926 INFO kablam! Sep 10 10:16:47.926 INFO kablam! To learn more, run the command again with --verbose. Sep 10 10:16:47.928 INFO kablam! su: No module specific data is present Sep 10 10:16:48.588 INFO running `"docker" "rm" "-f" "565e9d67813793266ee4a39074ea8380583510af6c4f3712909386bfa9971904"` Sep 10 10:16:48.665 INFO blam! 565e9d67813793266ee4a39074ea8380583510af6c4f3712909386bfa9971904