Sep 05 00:41:04.109 INFO checking adivon-0.2.6 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 05 00:41:04.109 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 05 00:41:04.109 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 00:41:04.290 INFO blam! 669d7430aaf7a7bccfce5236fe1983ba0144ecec6eec61e9dce0c2f64ad60137 Sep 05 00:41:04.292 INFO running `"docker" "start" "-a" "669d7430aaf7a7bccfce5236fe1983ba0144ecec6eec61e9dce0c2f64ad60137"` Sep 05 00:41:05.084 INFO kablam! Checking adivon v0.2.6 (file:///source) Sep 05 00:41:06.318 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 05 00:41:06.318 INFO kablam! --> src/hashst.rs:1:31 Sep 05 00:41:06.318 INFO kablam! | Sep 05 00:41:06.318 INFO kablam! 1 | use std::hash::{Hash, Hasher, SipHasher}; Sep 05 00:41:06.318 INFO kablam! | ^^^^^^^^^ Sep 05 00:41:06.318 INFO kablam! | Sep 05 00:41:06.318 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 00:41:06.318 INFO kablam! Sep 05 00:41:06.320 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 05 00:41:06.320 INFO kablam! --> src/hashst.rs:53:26 Sep 05 00:41:06.320 INFO kablam! | Sep 05 00:41:06.320 INFO kablam! 53 | let mut hasher = SipHasher::new(); Sep 05 00:41:06.320 INFO kablam! | ^^^^^^^^^^^^^^ Sep 05 00:41:06.320 INFO kablam! Sep 05 00:41:06.977 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 05 00:41:06.977 INFO kablam! --> src/hashst.rs:53:26 Sep 05 00:41:06.977 INFO kablam! | Sep 05 00:41:06.977 INFO kablam! 53 | let mut hasher = SipHasher::new(); Sep 05 00:41:06.977 INFO kablam! | ^^^^^^^^^^^^^^ Sep 05 00:41:06.977 INFO kablam! Sep 05 00:41:07.755 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 05 00:41:07.755 INFO kablam! --> src/hashst.rs:1:31 Sep 05 00:41:07.755 INFO kablam! | Sep 05 00:41:07.755 INFO kablam! 1 | use std::hash::{Hash, Hasher, SipHasher}; Sep 05 00:41:07.755 INFO kablam! | ^^^^^^^^^ Sep 05 00:41:07.755 INFO kablam! | Sep 05 00:41:07.755 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 00:41:07.755 INFO kablam! Sep 05 00:41:07.759 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 05 00:41:07.759 INFO kablam! --> src/hashst.rs:53:26 Sep 05 00:41:07.759 INFO kablam! | Sep 05 00:41:07.759 INFO kablam! 53 | let mut hasher = SipHasher::new(); Sep 05 00:41:07.759 INFO kablam! | ^^^^^^^^^^^^^^ Sep 05 00:41:07.759 INFO kablam! Sep 05 00:41:09.149 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 05 00:41:09.149 INFO kablam! --> src/hashst.rs:53:26 Sep 05 00:41:09.149 INFO kablam! | Sep 05 00:41:09.149 INFO kablam! 53 | let mut hasher = SipHasher::new(); Sep 05 00:41:09.149 INFO kablam! | ^^^^^^^^^^^^^^ Sep 05 00:41:09.149 INFO kablam! Sep 05 00:41:11.360 INFO kablam! error[E0636]: the feature `plugin` has already been declared Sep 05 00:41:11.360 INFO kablam! --> src/lib.rs:4:27 Sep 05 00:41:11.360 INFO kablam! | Sep 05 00:41:11.360 INFO kablam! 4 | #![cfg_attr(test, feature(plugin))] Sep 05 00:41:11.360 INFO kablam! | ^^^^^^ Sep 05 00:41:11.360 INFO kablam! Sep 05 00:41:11.456 INFO kablam! error: aborting due to previous error Sep 05 00:41:11.456 INFO kablam! Sep 05 00:41:11.456 INFO kablam! For more information about this error, try `rustc --explain E0636`. Sep 05 00:41:11.471 INFO kablam! error: Could not compile `adivon`. Sep 05 00:41:11.471 INFO kablam! Sep 05 00:41:11.471 INFO kablam! To learn more, run the command again with --verbose. Sep 05 00:41:11.473 INFO kablam! su: No module specific data is present Sep 05 00:41:11.962 INFO running `"docker" "rm" "-f" "669d7430aaf7a7bccfce5236fe1983ba0144ecec6eec61e9dce0c2f64ad60137"` Sep 05 00:41:12.074 INFO blam! 669d7430aaf7a7bccfce5236fe1983ba0144ecec6eec61e9dce0c2f64ad60137