Sep 06 10:14:12.778 INFO checking adivon-0.2.6 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 10:14:12.778 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 10:14:12.778 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 10:14:12.979 INFO blam! 957ef211bdbb2243d143036a79d9dcbc3334ff303a7d68fc73e11d7022a585be Sep 06 10:14:12.981 INFO running `"docker" "start" "-a" "957ef211bdbb2243d143036a79d9dcbc3334ff303a7d68fc73e11d7022a585be"` Sep 06 10:14:13.949 INFO kablam! usermod: no changes Sep 06 10:14:14.166 INFO kablam! Checking adivon v0.2.6 (file:///source) Sep 06 10:14:14.890 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 06 10:14:14.890 INFO kablam! --> src/hashst.rs:1:31 Sep 06 10:14:14.890 INFO kablam! | Sep 06 10:14:14.890 INFO kablam! 1 | use std::hash::{Hash, Hasher, SipHasher}; Sep 06 10:14:14.890 INFO kablam! | ^^^^^^^^^ Sep 06 10:14:14.890 INFO kablam! | Sep 06 10:14:14.890 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 10:14:14.890 INFO kablam! Sep 06 10:14:14.890 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 06 10:14:14.890 INFO kablam! --> src/hashst.rs:53:26 Sep 06 10:14:14.890 INFO kablam! | Sep 06 10:14:14.890 INFO kablam! 53 | let mut hasher = SipHasher::new(); Sep 06 10:14:14.890 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 10:14:14.890 INFO kablam! Sep 06 10:14:15.176 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 06 10:14:15.176 INFO kablam! --> src/hashst.rs:53:26 Sep 06 10:14:15.176 INFO kablam! | Sep 06 10:14:15.176 INFO kablam! 53 | let mut hasher = SipHasher::new(); Sep 06 10:14:15.176 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 10:14:15.176 INFO kablam! Sep 06 10:14:15.758 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 06 10:14:15.758 INFO kablam! --> src/hashst.rs:1:31 Sep 06 10:14:15.758 INFO kablam! | Sep 06 10:14:15.758 INFO kablam! 1 | use std::hash::{Hash, Hasher, SipHasher}; Sep 06 10:14:15.758 INFO kablam! | ^^^^^^^^^ Sep 06 10:14:15.758 INFO kablam! | Sep 06 10:14:15.758 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 10:14:15.758 INFO kablam! Sep 06 10:14:15.758 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 06 10:14:15.758 INFO kablam! --> src/hashst.rs:53:26 Sep 06 10:14:15.758 INFO kablam! | Sep 06 10:14:15.758 INFO kablam! 53 | let mut hasher = SipHasher::new(); Sep 06 10:14:15.758 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 10:14:15.758 INFO kablam! Sep 06 10:14:16.314 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 06 10:14:16.314 INFO kablam! --> src/hashst.rs:53:26 Sep 06 10:14:16.314 INFO kablam! | Sep 06 10:14:16.314 INFO kablam! 53 | let mut hasher = SipHasher::new(); Sep 06 10:14:16.314 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 10:14:16.314 INFO kablam! Sep 06 10:14:17.950 INFO kablam! error[E0636]: the feature `plugin` has already been declared Sep 06 10:14:17.950 INFO kablam! --> src/lib.rs:4:27 Sep 06 10:14:17.950 INFO kablam! | Sep 06 10:14:17.950 INFO kablam! 4 | #![cfg_attr(test, feature(plugin))] Sep 06 10:14:17.950 INFO kablam! | ^^^^^^ Sep 06 10:14:17.950 INFO kablam! Sep 06 10:14:18.033 INFO kablam! error: aborting due to previous error Sep 06 10:14:18.033 INFO kablam! Sep 06 10:14:18.033 INFO kablam! For more information about this error, try `rustc --explain E0636`. Sep 06 10:14:18.054 INFO kablam! error: Could not compile `adivon`. Sep 06 10:14:18.054 INFO kablam! Sep 06 10:14:18.054 INFO kablam! To learn more, run the command again with --verbose. Sep 06 10:14:18.054 INFO kablam! su: No module specific data is present Sep 06 10:14:19.098 INFO running `"docker" "rm" "-f" "957ef211bdbb2243d143036a79d9dcbc3334ff303a7d68fc73e11d7022a585be"` Sep 06 10:14:19.261 INFO blam! 957ef211bdbb2243d143036a79d9dcbc3334ff303a7d68fc73e11d7022a585be