Sep 10 23:04:11.626 INFO checking adivon-0.2.6 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 23:04:11.626 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 23:04:11.626 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-7/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 23:04:11.819 INFO blam! a38106a7a38f5b6093ab273c4de59e707785d840c97d075f3c8698931caed87c Sep 10 23:04:11.820 INFO running `"docker" "start" "-a" "a38106a7a38f5b6093ab273c4de59e707785d840c97d075f3c8698931caed87c"` Sep 10 23:04:12.570 INFO kablam! usermod: no changes Sep 10 23:04:12.672 INFO kablam! Checking adivon v0.2.6 (file:///source) Sep 10 23:04:13.254 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 10 23:04:13.254 INFO kablam! --> src/hashst.rs:1:31 Sep 10 23:04:13.254 INFO kablam! | Sep 10 23:04:13.254 INFO kablam! 1 | use std::hash::{Hash, Hasher, SipHasher}; Sep 10 23:04:13.254 INFO kablam! | ^^^^^^^^^ Sep 10 23:04:13.254 INFO kablam! | Sep 10 23:04:13.254 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 23:04:13.254 INFO kablam! Sep 10 23:04:13.254 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 10 23:04:13.254 INFO kablam! --> src/hashst.rs:53:26 Sep 10 23:04:13.254 INFO kablam! | Sep 10 23:04:13.254 INFO kablam! 53 | let mut hasher = SipHasher::new(); Sep 10 23:04:13.254 INFO kablam! | ^^^^^^^^^^^^^^ Sep 10 23:04:13.254 INFO kablam! Sep 10 23:04:13.690 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 10 23:04:13.690 INFO kablam! --> src/hashst.rs:53:26 Sep 10 23:04:13.690 INFO kablam! | Sep 10 23:04:13.690 INFO kablam! 53 | let mut hasher = SipHasher::new(); Sep 10 23:04:13.690 INFO kablam! | ^^^^^^^^^^^^^^ Sep 10 23:04:13.690 INFO kablam! Sep 10 23:04:13.838 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 10 23:04:13.838 INFO kablam! --> src/hashst.rs:1:31 Sep 10 23:04:13.838 INFO kablam! | Sep 10 23:04:13.838 INFO kablam! 1 | use std::hash::{Hash, Hasher, SipHasher}; Sep 10 23:04:13.838 INFO kablam! | ^^^^^^^^^ Sep 10 23:04:13.838 INFO kablam! | Sep 10 23:04:13.838 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 23:04:13.838 INFO kablam! Sep 10 23:04:13.842 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 10 23:04:13.842 INFO kablam! --> src/hashst.rs:53:26 Sep 10 23:04:13.842 INFO kablam! | Sep 10 23:04:13.842 INFO kablam! 53 | let mut hasher = SipHasher::new(); Sep 10 23:04:13.842 INFO kablam! | ^^^^^^^^^^^^^^ Sep 10 23:04:13.842 INFO kablam! Sep 10 23:04:14.968 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 10 23:04:14.968 INFO kablam! --> src/hashst.rs:53:26 Sep 10 23:04:14.968 INFO kablam! | Sep 10 23:04:14.968 INFO kablam! 53 | let mut hasher = SipHasher::new(); Sep 10 23:04:14.968 INFO kablam! | ^^^^^^^^^^^^^^ Sep 10 23:04:14.968 INFO kablam! Sep 10 23:04:16.582 INFO kablam! error[E0636]: the feature `plugin` has already been declared Sep 10 23:04:16.582 INFO kablam! --> src/lib.rs:4:27 Sep 10 23:04:16.582 INFO kablam! | Sep 10 23:04:16.582 INFO kablam! 4 | #![cfg_attr(test, feature(plugin))] Sep 10 23:04:16.582 INFO kablam! | ^^^^^^ Sep 10 23:04:16.582 INFO kablam! Sep 10 23:04:16.682 INFO kablam! error: aborting due to previous error Sep 10 23:04:16.682 INFO kablam! Sep 10 23:04:16.682 INFO kablam! For more information about this error, try `rustc --explain E0636`. Sep 10 23:04:16.694 INFO kablam! error: Could not compile `adivon`. Sep 10 23:04:16.694 INFO kablam! Sep 10 23:04:16.695 INFO kablam! To learn more, run the command again with --verbose. Sep 10 23:04:16.695 INFO kablam! su: No module specific data is present Sep 10 23:04:17.629 INFO running `"docker" "rm" "-f" "a38106a7a38f5b6093ab273c4de59e707785d840c97d075f3c8698931caed87c"` Sep 10 23:04:17.777 INFO blam! a38106a7a38f5b6093ab273c4de59e707785d840c97d075f3c8698931caed87c