Sep 20 04:36:59.455 INFO checking derive_builder_core-0.1.7 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 04:36:59.455 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 04:36:59.455 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 04:36:59.649 INFO blam! 917e6016053f227917f5e71e9536cc96f3e2b7d982eaae9e8989f57a97b71cfb Sep 20 04:36:59.651 INFO running `"docker" "start" "-a" "917e6016053f227917f5e71e9536cc96f3e2b7d982eaae9e8989f57a97b71cfb"` Sep 20 04:37:00.981 INFO kablam! usermod: no changes Sep 20 04:37:01.050 INFO kablam! Checking pretty_assertions v0.2.1 Sep 20 04:37:01.062 INFO kablam! Checking derive_builder_core v0.1.7 (/source) Sep 20 04:37:03.517 INFO kablam! error: unused macro definition Sep 20 04:37:03.518 INFO kablam! --> src/log_disabled.rs:5:1 Sep 20 04:37:03.518 INFO kablam! | Sep 20 04:37:03.519 INFO kablam! 5 | / macro_rules! log_enabled { Sep 20 04:37:03.519 INFO kablam! 6 | | ($( $x:tt )*) => { false } Sep 20 04:37:03.519 INFO kablam! 7 | | } Sep 20 04:37:03.520 INFO kablam! | |_^ Sep 20 04:37:03.520 INFO kablam! | Sep 20 04:37:03.521 INFO kablam! note: lint level defined here Sep 20 04:37:03.521 INFO kablam! --> src/lib.rs:25:9 Sep 20 04:37:03.521 INFO kablam! | Sep 20 04:37:03.522 INFO kablam! 25| #![deny(warnings, missing_docs)] Sep 20 04:37:03.522 INFO kablam! | ^^^^^^^^ Sep 20 04:37:03.523 INFO kablam! = note: #[deny(unused_macros)] implied by #[deny(warnings)] Sep 20 04:37:03.523 INFO kablam! Sep 20 04:37:03.524 INFO kablam! error: unused macro definition Sep 20 04:37:03.524 INFO kablam! --> src/log_disabled.rs:16:1 Sep 20 04:37:03.524 INFO kablam! | Sep 20 04:37:03.525 INFO kablam! 16 | / macro_rules! error { Sep 20 04:37:03.525 INFO kablam! 17 | | ($( $x:tt )*) => { format_args!($( $x )*); } Sep 20 04:37:03.525 INFO kablam! 18 | | } Sep 20 04:37:03.526 INFO kablam! | |_^ Sep 20 04:37:03.526 INFO kablam! Sep 20 04:37:03.526 INFO kablam! error: unused macro definition Sep 20 04:37:03.527 INFO kablam! --> src/log_disabled.rs:20:1 Sep 20 04:37:03.527 INFO kablam! | Sep 20 04:37:03.527 INFO kablam! 20 | / macro_rules! info { Sep 20 04:37:03.528 INFO kablam! 21 | | ($( $x:tt )*) => { format_args!($( $x )*); } Sep 20 04:37:03.528 INFO kablam! 22 | | } Sep 20 04:37:03.529 INFO kablam! | |_^ Sep 20 04:37:03.529 INFO kablam! Sep 20 04:37:03.529 INFO kablam! error: unused macro definition Sep 20 04:37:03.530 INFO kablam! --> src/log_disabled.rs:24:1 Sep 20 04:37:03.530 INFO kablam! | Sep 20 04:37:03.530 INFO kablam! 24 | / macro_rules! log { Sep 20 04:37:03.531 INFO kablam! 25 | | ($( $x:tt )*) => { format_args!($( $x )*); } Sep 20 04:37:03.531 INFO kablam! 26 | | } Sep 20 04:37:03.532 INFO kablam! | |_^ Sep 20 04:37:03.532 INFO kablam! Sep 20 04:37:03.538 INFO kablam! error: unused macro definition Sep 20 04:37:03.538 INFO kablam! --> src/log_disabled.rs:32:1 Sep 20 04:37:03.539 INFO kablam! | Sep 20 04:37:03.539 INFO kablam! 32 | / macro_rules! warn { Sep 20 04:37:03.540 INFO kablam! 33 | | ($( $x:tt )*) => { format_args!($( $x )*); } Sep 20 04:37:03.540 INFO kablam! 34 | | } Sep 20 04:37:03.540 INFO kablam! | |_^ Sep 20 04:37:03.541 INFO kablam! Sep 20 04:37:03.935 INFO kablam! error: aborting due to 5 previous errors Sep 20 04:37:03.935 INFO kablam! Sep 20 04:37:03.954 INFO kablam! error: Could not compile `derive_builder_core`. Sep 20 04:37:03.955 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 04:37:04.169 INFO kablam! error: unused macro definition Sep 20 04:37:04.169 INFO kablam! --> src/log_disabled.rs:5:1 Sep 20 04:37:04.170 INFO kablam! | Sep 20 04:37:04.170 INFO kablam! 5 | / macro_rules! log_enabled { Sep 20 04:37:04.171 INFO kablam! 6 | | ($( $x:tt )*) => { false } Sep 20 04:37:04.171 INFO kablam! 7 | | } Sep 20 04:37:04.171 INFO kablam! | |_^ Sep 20 04:37:04.171 INFO kablam! | Sep 20 04:37:04.172 INFO kablam! note: lint level defined here Sep 20 04:37:04.172 INFO kablam! --> src/lib.rs:25:9 Sep 20 04:37:04.172 INFO kablam! | Sep 20 04:37:04.173 INFO kablam! 25| #![deny(warnings, missing_docs)] Sep 20 04:37:04.173 INFO kablam! | ^^^^^^^^ Sep 20 04:37:04.173 INFO kablam! = note: #[deny(unused_macros)] implied by #[deny(warnings)] Sep 20 04:37:04.174 INFO kablam! Sep 20 04:37:04.174 INFO kablam! error: unused macro definition Sep 20 04:37:04.174 INFO kablam! --> src/log_disabled.rs:16:1 Sep 20 04:37:04.175 INFO kablam! | Sep 20 04:37:04.175 INFO kablam! 16 | / macro_rules! error { Sep 20 04:37:04.175 INFO kablam! 17 | | ($( $x:tt )*) => { format_args!($( $x )*); } Sep 20 04:37:04.175 INFO kablam! 18 | | } Sep 20 04:37:04.176 INFO kablam! | |_^ Sep 20 04:37:04.176 INFO kablam! Sep 20 04:37:04.176 INFO kablam! error: unused macro definition Sep 20 04:37:04.177 INFO kablam! --> src/log_disabled.rs:20:1 Sep 20 04:37:04.177 INFO kablam! | Sep 20 04:37:04.177 INFO kablam! 20 | / macro_rules! info { Sep 20 04:37:04.178 INFO kablam! 21 | | ($( $x:tt )*) => { format_args!($( $x )*); } Sep 20 04:37:04.178 INFO kablam! 22 | | } Sep 20 04:37:04.178 INFO kablam! | |_^ Sep 20 04:37:04.178 INFO kablam! Sep 20 04:37:04.179 INFO kablam! error: unused macro definition Sep 20 04:37:04.179 INFO kablam! --> src/log_disabled.rs:24:1 Sep 20 04:37:04.179 INFO kablam! | Sep 20 04:37:04.180 INFO kablam! 24 | / macro_rules! log { Sep 20 04:37:04.180 INFO kablam! 25 | | ($( $x:tt )*) => { format_args!($( $x )*); } Sep 20 04:37:04.180 INFO kablam! 26 | | } Sep 20 04:37:04.181 INFO kablam! | |_^ Sep 20 04:37:04.181 INFO kablam! Sep 20 04:37:04.181 INFO kablam! error: unused macro definition Sep 20 04:37:04.182 INFO kablam! --> src/log_disabled.rs:32:1 Sep 20 04:37:04.182 INFO kablam! | Sep 20 04:37:04.182 INFO kablam! 32 | / macro_rules! warn { Sep 20 04:37:04.182 INFO kablam! 33 | | ($( $x:tt )*) => { format_args!($( $x )*); } Sep 20 04:37:04.183 INFO kablam! 34 | | } Sep 20 04:37:04.183 INFO kablam! | |_^ Sep 20 04:37:04.183 INFO kablam! Sep 20 04:37:04.666 INFO kablam! error: aborting due to 5 previous errors Sep 20 04:37:04.666 INFO kablam! Sep 20 04:37:04.678 INFO kablam! error: Could not compile `derive_builder_core`. Sep 20 04:37:04.678 INFO kablam! Sep 20 04:37:04.678 INFO kablam! To learn more, run the command again with --verbose. Sep 20 04:37:04.679 INFO kablam! su: No module specific data is present Sep 20 04:37:05.625 INFO running `"docker" "rm" "-f" "917e6016053f227917f5e71e9536cc96f3e2b7d982eaae9e8989f57a97b71cfb"` Sep 20 04:37:05.746 INFO blam! 917e6016053f227917f5e71e9536cc96f3e2b7d982eaae9e8989f57a97b71cfb