Sep 20 02:01:18.631 INFO checking farmhash-1.1.5 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 02:01:18.631 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 02:01:18.631 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 02:01:18.790 INFO blam! ae07142749abd67afc6e0088aa0752f1d0f5d06fae35742261acf37182fd4d12 Sep 20 02:01:18.803 INFO running `"docker" "start" "-a" "ae07142749abd67afc6e0088aa0752f1d0f5d06fae35742261acf37182fd4d12"` Sep 20 02:01:19.475 INFO kablam! usermod: no changes Sep 20 02:01:19.501 INFO kablam! Checking farmhash v1.1.5 (/source) Sep 20 02:01:19.745 INFO kablam! warning: unnecessary parentheses around method argument Sep 20 02:01:19.746 INFO kablam! --> src/farmhashna.rs:49:36 Sep 20 02:01:19.746 INFO kablam! | Sep 20 02:01:19.746 INFO kablam! 49 | w.first = w.first.wrapping_add(((len as u64 - 1) & 63)); Sep 20 02:01:19.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 02:01:19.746 INFO kablam! | Sep 20 02:01:19.746 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 02:01:19.746 INFO kablam! Sep 20 02:01:19.755 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 02:01:19.755 INFO kablam! --> src/farmhashmk_shared.rs:36:28 Sep 20 02:01:19.755 INFO kablam! | Sep 20 02:01:19.755 INFO kablam! 36 | return fmix(mur(b, mur((len as u32), c))) Sep 20 02:01:19.756 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Sep 20 02:01:19.756 INFO kablam! Sep 20 02:01:19.812 INFO kablam! warning: unnecessary parentheses around method argument Sep 20 02:01:19.812 INFO kablam! --> src/farmhashna.rs:49:36 Sep 20 02:01:19.812 INFO kablam! | Sep 20 02:01:19.812 INFO kablam! 49 | w.first = w.first.wrapping_add(((len as u64 - 1) & 63)); Sep 20 02:01:19.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 02:01:19.813 INFO kablam! | Sep 20 02:01:19.813 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 02:01:19.813 INFO kablam! Sep 20 02:01:19.814 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 02:01:19.814 INFO kablam! --> src/farmhashmk_shared.rs:36:28 Sep 20 02:01:19.814 INFO kablam! | Sep 20 02:01:19.814 INFO kablam! 36 | return fmix(mur(b, mur((len as u32), c))) Sep 20 02:01:19.814 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Sep 20 02:01:19.819 INFO kablam! Sep 20 02:01:20.281 INFO kablam! warning: unused import: `self::farmhash::*` Sep 20 02:01:20.281 INFO kablam! --> benches/bench_web2dict.rs:6:5 Sep 20 02:01:20.281 INFO kablam! | Sep 20 02:01:20.281 INFO kablam! 6 | use self::farmhash::*; Sep 20 02:01:20.281 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 02:01:20.281 INFO kablam! | Sep 20 02:01:20.281 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 02:01:20.281 INFO kablam! Sep 20 02:01:20.281 INFO kablam! warning: unused import: `std::error::Error` Sep 20 02:01:20.281 INFO kablam! --> benches/bench_web2dict.rs:11:5 Sep 20 02:01:20.281 INFO kablam! | Sep 20 02:01:20.281 INFO kablam! 11 | use std::error::Error; Sep 20 02:01:20.281 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 02:01:20.281 INFO kablam! Sep 20 02:01:20.299 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 20 02:01:20.299 INFO kablam! --> benches/bench_web2dict.rs:12:23 Sep 20 02:01:20.299 INFO kablam! | Sep 20 02:01:20.299 INFO kablam! 12 | use std::hash::{Hash, SipHasher, Hasher}; Sep 20 02:01:20.299 INFO kablam! | ^^^^^^^^^ Sep 20 02:01:20.299 INFO kablam! | Sep 20 02:01:20.299 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 02:01:20.299 INFO kablam! Sep 20 02:01:20.299 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 20 02:01:20.299 INFO kablam! --> benches/bench_web2dict.rs:66:43 Sep 20 02:01:20.299 INFO kablam! | Sep 20 02:01:20.299 INFO kablam! 66 | dict_bench!(bench_dict_sip, hash_hashing, SipHasher::default()); Sep 20 02:01:20.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 02:01:20.299 INFO kablam! Sep 20 02:01:20.299 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 20 02:01:20.299 INFO kablam! --> benches/bench_web2dict.rs:92:45 Sep 20 02:01:20.299 INFO kablam! | Sep 20 02:01:20.299 INFO kablam! 92 | lorem_bench!(bench_lorem_sip, hash_hashing, SipHasher::default()); Sep 20 02:01:20.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 02:01:20.299 INFO kablam! Sep 20 02:01:20.299 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 20 02:01:20.299 INFO kablam! --> benches/bench_web2dict.rs:127:57 Sep 20 02:01:20.299 INFO kablam! | Sep 20 02:01:20.300 INFO kablam! 127 | lorem_bench!(bench_pseurand_big_sip, 512, hash_hashing, SipHasher::default()); Sep 20 02:01:20.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 02:01:20.300 INFO kablam! Sep 20 02:01:20.300 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 20 02:01:20.300 INFO kablam! --> benches/bench_web2dict.rs:132:57 Sep 20 02:01:20.300 INFO kablam! | Sep 20 02:01:20.300 INFO kablam! 132 | lorem_bench!(bench_pseurand_small_sip, 4, hash_hashing, SipHasher::default()); Sep 20 02:01:20.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 02:01:20.300 INFO kablam! Sep 20 02:01:20.456 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.96s Sep 20 02:01:20.463 INFO kablam! su: No module specific data is present Sep 20 02:01:20.962 INFO running `"docker" "rm" "-f" "ae07142749abd67afc6e0088aa0752f1d0f5d06fae35742261acf37182fd4d12"` Sep 20 02:01:21.104 INFO blam! ae07142749abd67afc6e0088aa0752f1d0f5d06fae35742261acf37182fd4d12