[INFO] fetching crate dedup_signature 0.2.1... [INFO] extracting crate dedup_signature 0.2.1 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/dedup_signature/0.2.1 [INFO] extracting crate dedup_signature 0.2.1 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/dedup_signature/0.2.1 [INFO] validating manifest of dedup_signature-0.2.1 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of dedup_signature-0.2.1 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing dedup_signature-0.2.1 [INFO] finished frobbing dedup_signature-0.2.1 [INFO] frobbed toml for dedup_signature-0.2.1 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/dedup_signature/0.2.1/Cargo.toml [INFO] started frobbing dedup_signature-0.2.1 [INFO] finished frobbing dedup_signature-0.2.1 [INFO] frobbed toml for dedup_signature-0.2.1 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/dedup_signature/0.2.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing dedup_signature-0.2.1 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/dedup_signature/0.2.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 2d08ebcb468a889d6729a6afe94cdbad8e22a6ed81fc59dfd38f408d22feb161 [INFO] running `"docker" "start" "-a" "2d08ebcb468a889d6729a6afe94cdbad8e22a6ed81fc59dfd38f408d22feb161"` [INFO] [stderr] Compiling dedup_signature v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/hash.rs:70:24 [INFO] [stderr] | [INFO] [stderr] 70 | a = a.wrapping_add(((length as u32) << 2)).wrapping_add(initval); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/hash.rs:71:24 [INFO] [stderr] | [INFO] [stderr] 71 | b = b.wrapping_add(((length as u32) << 2)).wrapping_add(initval); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/hash.rs:72:24 [INFO] [stderr] | [INFO] [stderr] 72 | c = c.wrapping_add(((length as u32) << 2)).wrapping_add(initval); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/hash.rs:117:24 [INFO] [stderr] | [INFO] [stderr] 117 | a = a.wrapping_add(((length as u32) << 2)).wrapping_add( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/hash.rs:120:24 [INFO] [stderr] | [INFO] [stderr] 120 | b = b.wrapping_add(((length as u32) << 2)).wrapping_add( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/hash.rs:123:24 [INFO] [stderr] | [INFO] [stderr] 123 | c = c.wrapping_add(((length as u32) << 2)).wrapping_add( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.99s [INFO] running `"docker" "inspect" "2d08ebcb468a889d6729a6afe94cdbad8e22a6ed81fc59dfd38f408d22feb161"` [INFO] running `"docker" "rm" "-f" "2d08ebcb468a889d6729a6afe94cdbad8e22a6ed81fc59dfd38f408d22feb161"` [INFO] [stdout] 2d08ebcb468a889d6729a6afe94cdbad8e22a6ed81fc59dfd38f408d22feb161 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/dedup_signature/0.2.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] e1ee7e0f1a4408378e048609a6b7c4b22808a9d72682a61c138536cfa8f580bb [INFO] running `"docker" "start" "-a" "e1ee7e0f1a4408378e048609a6b7c4b22808a9d72682a61c138536cfa8f580bb"` [INFO] [stderr] Compiling dedup_signature v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/hash.rs:70:24 [INFO] [stderr] | [INFO] [stderr] 70 | a = a.wrapping_add(((length as u32) << 2)).wrapping_add(initval); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/hash.rs:71:24 [INFO] [stderr] | [INFO] [stderr] 71 | b = b.wrapping_add(((length as u32) << 2)).wrapping_add(initval); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/hash.rs:72:24 [INFO] [stderr] | [INFO] [stderr] 72 | c = c.wrapping_add(((length as u32) << 2)).wrapping_add(initval); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/hash.rs:117:24 [INFO] [stderr] | [INFO] [stderr] 117 | a = a.wrapping_add(((length as u32) << 2)).wrapping_add( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/hash.rs:120:24 [INFO] [stderr] | [INFO] [stderr] 120 | b = b.wrapping_add(((length as u32) << 2)).wrapping_add( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/hash.rs:123:24 [INFO] [stderr] | [INFO] [stderr] 123 | c = c.wrapping_add(((length as u32) << 2)).wrapping_add( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.79s [INFO] running `"docker" "inspect" "e1ee7e0f1a4408378e048609a6b7c4b22808a9d72682a61c138536cfa8f580bb"` [INFO] running `"docker" "rm" "-f" "e1ee7e0f1a4408378e048609a6b7c4b22808a9d72682a61c138536cfa8f580bb"` [INFO] [stdout] e1ee7e0f1a4408378e048609a6b7c4b22808a9d72682a61c138536cfa8f580bb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/dedup_signature/0.2.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] a741f057eb707f8bbceea0ea44a09970a0f61e5f4781429da48aea0b502d8495 [INFO] running `"docker" "start" "-a" "a741f057eb707f8bbceea0ea44a09970a0f61e5f4781429da48aea0b502d8495"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/dedup_signature-e65677427c4d1e3a [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test hash::test::test_equals_lookup3_persian_string ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/test_lookup3_signature-cd02cde994bee983 [INFO] [stdout] test hash::test::test_equals_lookup3_u64 ... ok [INFO] [stdout] test hash::test::test_equals_lookup3 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_en_word ... ok [INFO] [stdout] test test_en_word_u64_sign ... ok [INFO] [stdout] test test_generating_sign_for_liberty_article ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/text_profile_signature_test-f8530801f004f0ec [INFO] [stdout] running 6 tests [INFO] [stdout] test test_pt_lang ... ok [INFO] [stdout] test test_it_lang ... ok [INFO] [stdout] test test_en_lang ... ok [INFO] [stdout] test test_fr_lang ... ok [INFO] [stdout] test test_es_lang ... ok [INFO] [stdout] test test_de_lang ... ok [INFO] [stderr] Doc-tests dedup_signature [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "a741f057eb707f8bbceea0ea44a09970a0f61e5f4781429da48aea0b502d8495"` [INFO] running `"docker" "rm" "-f" "a741f057eb707f8bbceea0ea44a09970a0f61e5f4781429da48aea0b502d8495"` [INFO] [stdout] a741f057eb707f8bbceea0ea44a09970a0f61e5f4781429da48aea0b502d8495