Sep 21 03:54:26.655 INFO checking rust_sodium-0.1.2 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 03:54:26.655 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 03:54:26.655 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 03:54:26.908 INFO blam! 3c5b391791e02c9ca0c0fa8e1088eb404f48ce9aceb3386a6a02232bf007342c Sep 21 03:54:26.910 INFO running `"docker" "start" "-a" "3c5b391791e02c9ca0c0fa8e1088eb404f48ce9aceb3386a6a02232bf007342c"` Sep 21 03:54:28.417 INFO kablam! usermod: no changes Sep 21 03:54:28.606 INFO kablam! Compiling rust_sodium-sys v0.1.2 Sep 21 03:56:11.890 INFO kablam! Checking rust_sodium v0.1.2 (/source) Sep 21 03:56:12.048 INFO kablam! error: lint `fat_ptr_transmutes` has been removed: `was accidentally removed back in 2014` Sep 21 03:56:12.049 INFO kablam! --> src/lib.rs:68:24 Sep 21 03:56:12.049 INFO kablam! | Sep 21 03:56:12.049 INFO kablam! 68 | #![allow(box_pointers, fat_ptr_transmutes, missing_copy_implementations, Sep 21 03:56:12.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 03:56:12.049 INFO kablam! | Sep 21 03:56:12.049 INFO kablam! note: lint level defined here Sep 21 03:56:12.049 INFO kablam! --> src/lib.rs:58:32 Sep 21 03:56:12.049 INFO kablam! | Sep 21 03:56:12.049 INFO kablam! 58 | unknown_crate_types, warnings)] Sep 21 03:56:12.049 INFO kablam! | ^^^^^^^^ Sep 21 03:56:12.049 INFO kablam! = note: #[forbid(renamed_and_removed_lints)] implied by #[forbid(warnings)] Sep 21 03:56:12.049 INFO kablam! Sep 21 03:56:12.058 INFO kablam! error: lint `fat_ptr_transmutes` has been removed: `was accidentally removed back in 2014` Sep 21 03:56:12.058 INFO kablam! --> src/lib.rs:68:24 Sep 21 03:56:12.058 INFO kablam! | Sep 21 03:56:12.058 INFO kablam! 68 | #![allow(box_pointers, fat_ptr_transmutes, missing_copy_implementations, Sep 21 03:56:12.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 03:56:12.058 INFO kablam! | Sep 21 03:56:12.059 INFO kablam! note: lint level defined here Sep 21 03:56:12.059 INFO kablam! --> src/lib.rs:58:32 Sep 21 03:56:12.059 INFO kablam! | Sep 21 03:56:12.059 INFO kablam! 58 | unknown_crate_types, warnings)] Sep 21 03:56:12.059 INFO kablam! | ^^^^^^^^ Sep 21 03:56:12.059 INFO kablam! = note: #[forbid(renamed_and_removed_lints)] implied by #[forbid(warnings)] Sep 21 03:56:12.059 INFO kablam! Sep 21 03:56:12.775 INFO kablam! error: unused macro definition Sep 21 03:56:12.775 INFO kablam! --> src/crypto/onetimeauth/../auth/auth_macros.rs:181:1 Sep 21 03:56:12.776 INFO kablam! | Sep 21 03:56:12.776 INFO kablam! 181 | / macro_rules! auth_state (($state_name:ident, Sep 21 03:56:12.777 INFO kablam! 182 | | $init_name:ident, Sep 21 03:56:12.777 INFO kablam! 183 | | $update_name:ident, Sep 21 03:56:12.777 INFO kablam! 184 | | $final_name:ident, Sep 21 03:56:12.778 INFO kablam! ... | Sep 21 03:56:12.778 INFO kablam! 284 | | } Sep 21 03:56:12.779 INFO kablam! 285 | | )); Sep 21 03:56:12.779 INFO kablam! | |___^ Sep 21 03:56:12.779 INFO kablam! | Sep 21 03:56:12.780 INFO kablam! note: lint level defined here Sep 21 03:56:12.780 INFO kablam! --> src/lib.rs:62:24 Sep 21 03:56:12.781 INFO kablam! | Sep 21 03:56:12.781 INFO kablam! 62 | unknown_lints, unused, unused_allocation, unused_attributes, unused_comparisons, Sep 21 03:56:12.781 INFO kablam! | ^^^^^^ Sep 21 03:56:12.782 INFO kablam! = note: #[deny(unused_macros)] implied by #[deny(unused)] Sep 21 03:56:12.782 INFO kablam! Sep 21 03:56:12.973 INFO kablam! error: unused macro definition Sep 21 03:56:12.973 INFO kablam! --> src/crypto/onetimeauth/../auth/auth_macros.rs:181:1 Sep 21 03:56:12.973 INFO kablam! | Sep 21 03:56:12.973 INFO kablam! 181 | / macro_rules! auth_state (($state_name:ident, Sep 21 03:56:12.973 INFO kablam! 182 | | $init_name:ident, Sep 21 03:56:12.973 INFO kablam! 183 | | $update_name:ident, Sep 21 03:56:12.973 INFO kablam! 184 | | $final_name:ident, Sep 21 03:56:12.973 INFO kablam! ... | Sep 21 03:56:12.973 INFO kablam! 284 | | } Sep 21 03:56:12.973 INFO kablam! 285 | | )); Sep 21 03:56:12.973 INFO kablam! | |___^ Sep 21 03:56:12.973 INFO kablam! | Sep 21 03:56:12.973 INFO kablam! note: lint level defined here Sep 21 03:56:12.974 INFO kablam! --> src/lib.rs:62:24 Sep 21 03:56:12.975 INFO kablam! | Sep 21 03:56:12.975 INFO kablam! 62 | unknown_lints, unused, unused_allocation, unused_attributes, unused_comparisons, Sep 21 03:56:12.975 INFO kablam! | ^^^^^^ Sep 21 03:56:12.976 INFO kablam! = note: #[deny(unused_macros)] implied by #[deny(unused)] Sep 21 03:56:12.976 INFO kablam! Sep 21 03:56:14.281 INFO kablam! error: aborting due to 2 previous errors Sep 21 03:56:14.281 INFO kablam! Sep 21 03:56:14.306 INFO kablam! error: Could not compile `rust_sodium`. Sep 21 03:56:14.306 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 03:56:14.794 INFO kablam! error: aborting due to 2 previous errors Sep 21 03:56:14.794 INFO kablam! Sep 21 03:56:14.821 INFO kablam! error: Could not compile `rust_sodium`. Sep 21 03:56:14.821 INFO kablam! Sep 21 03:56:14.821 INFO kablam! To learn more, run the command again with --verbose. Sep 21 03:56:14.823 INFO kablam! su: No module specific data is present Sep 21 03:56:15.807 INFO running `"docker" "rm" "-f" "3c5b391791e02c9ca0c0fa8e1088eb404f48ce9aceb3386a6a02232bf007342c"` Sep 21 03:56:15.902 INFO blam! 3c5b391791e02c9ca0c0fa8e1088eb404f48ce9aceb3386a6a02232bf007342c