[INFO] fetching crate bls12_381 0.3.1... [INFO] testing bls12_381-0.3.1 against try#eafdee2dfae8c2233b74f98b123308be7ccefcc6 for pr-79296 [INFO] extracting crate bls12_381 0.3.1 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate bls12_381 0.3.1 on toolchain eafdee2dfae8c2233b74f98b123308be7ccefcc6 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate bls12_381 0.3.1 [INFO] finished tweaking crates.io crate bls12_381 0.3.1 [INFO] tweaked toml for crates.io crate bls12_381 0.3.1 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ea874cd64c9c6fe1630c0f46d036b2043cb8cc72fbad2cb343083dfd23b1df9a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ea874cd64c9c6fe1630c0f46d036b2043cb8cc72fbad2cb343083dfd23b1df9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ea874cd64c9c6fe1630c0f46d036b2043cb8cc72fbad2cb343083dfd23b1df9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea874cd64c9c6fe1630c0f46d036b2043cb8cc72fbad2cb343083dfd23b1df9a", kill_on_drop: false }` [INFO] [stdout] ea874cd64c9c6fe1630c0f46d036b2043cb8cc72fbad2cb343083dfd23b1df9a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 71222fdfce9a95db43a46419b601f270f9e8c50382871c642bb2c06e6ec025be [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "71222fdfce9a95db43a46419b601f270f9e8c50382871c642bb2c06e6ec025be", kill_on_drop: false }` [INFO] [stderr] Compiling radium v0.4.1 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling funty v1.0.1 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling subtle v2.3.0 [INFO] [stderr] Compiling bitvec v0.18.4 [INFO] [stderr] Compiling ff v0.8.0 [INFO] [stderr] Compiling group v0.8.0 [INFO] [stderr] Compiling pairing v0.18.0 [INFO] [stderr] Compiling bls12_381 v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links` [INFO] [stdout] --> src/lib.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | #![deny(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.83s [INFO] running `Command { std: "docker" "inspect" "71222fdfce9a95db43a46419b601f270f9e8c50382871c642bb2c06e6ec025be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "71222fdfce9a95db43a46419b601f270f9e8c50382871c642bb2c06e6ec025be", kill_on_drop: false }` [INFO] [stdout] 71222fdfce9a95db43a46419b601f270f9e8c50382871c642bb2c06e6ec025be [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7d69688278ac2e98e5fc2cfea8536cac74524755d7daf02ec57e97c71514ae54 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7d69688278ac2e98e5fc2cfea8536cac74524755d7daf02ec57e97c71514ae54", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling const_fn v0.4.3 [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling syn v1.0.52 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling half v1.6.0 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links` [INFO] [stdout] --> src/lib.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | #![deny(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling criterion-plot v0.4.3 [INFO] [stderr] Compiling crossbeam-epoch v0.9.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling plotters v0.2.15 [INFO] [stderr] Compiling bstr v0.2.14 [INFO] [stderr] Compiling serde_cbor v0.11.1 [INFO] [stderr] Compiling csv v1.1.5 [INFO] [stderr] Compiling tinytemplate v1.1.0 [INFO] [stderr] Compiling criterion v0.3.3 [INFO] [stderr] Compiling bls12_381 v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links` [INFO] [stdout] --> src/lib.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | #![deny(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 43s [INFO] running `Command { std: "docker" "inspect" "7d69688278ac2e98e5fc2cfea8536cac74524755d7daf02ec57e97c71514ae54", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d69688278ac2e98e5fc2cfea8536cac74524755d7daf02ec57e97c71514ae54", kill_on_drop: false }` [INFO] [stdout] 7d69688278ac2e98e5fc2cfea8536cac74524755d7daf02ec57e97c71514ae54 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c3d188d55b4e3e3ec6b1fcf92faf725220a68d545e4562f7fddd30b5ef17aa00 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c3d188d55b4e3e3ec6b1fcf92faf725220a68d545e4562f7fddd30b5ef17aa00", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links` [INFO] [stdout] running 90 tests [INFO] [stderr] --> src/lib.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | #![deny(intra_doc_link_resolution_failure)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: lint `intra_doc_link_resolution_failure` has been renamed to `broken_intra_doc_links` [INFO] [stderr] --> src/lib.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | #![deny(intra_doc_link_resolution_failure)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `broken_intra_doc_links` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/bls12_381-ff79e861caab07da [INFO] [stdout] test fp2::test_conditional_selection ... ok [INFO] [stdout] test fp2::test_negation ... ok [INFO] [stdout] test fp::test_inversion ... ok [INFO] [stdout] test fp2::test_squaring ... ok [INFO] [stdout] test fp2::test_subtraction ... ok [INFO] [stdout] test fp::test_lexicographic_largest ... ok [INFO] [stdout] test fp::test_from_bytes ... ok [INFO] [stdout] test fp::test_squaring ... ok [INFO] [stdout] test fp::test_subtraction ... ok [INFO] [stdout] test fp::test_negation ... ok [INFO] [stdout] test fp::test_addition ... ok [INFO] [stdout] test fp::test_conditional_selection ... ok [INFO] [stdout] test fp::test_debug ... ok [INFO] [stdout] test fp::test_equality ... ok [INFO] [stdout] test fp::test_sqrt ... ok [INFO] [stdout] test fp::test_multiplication ... ok [INFO] [stdout] test g1::test_affine_negation_and_subtraction ... ok [INFO] [stdout] test fp6::test_arithmetic ... ok [INFO] [stdout] test fp2::test_equality ... ok [INFO] [stdout] test fp2::test_inversion ... ok [INFO] [stdout] test fp2::test_lexicographic_largest ... ok [INFO] [stdout] test fp2::test_multiplication ... ok [INFO] [stdout] test g1::test_affine_point_equality ... ok [INFO] [stdout] test g1::test_conditionally_select_affine ... ok [INFO] [stdout] test g1::test_affine_to_projective ... ok [INFO] [stdout] test g1::test_batch_normalize ... ok [INFO] [stdout] test g1::test_conditionally_select_projective ... ok [INFO] [stdout] test g1::test_doubling ... ok [INFO] [stdout] test g2::test_affine_point_equality ... ok [INFO] [stdout] test g2::test_affine_negation_and_subtraction ... ok [INFO] [stdout] test g1::test_mixed_addition ... ok [INFO] [stdout] test g2::test_batch_normalize ... ok [INFO] [stdout] test g1::test_is_on_curve ... ok [INFO] [stdout] test g1::test_projective_point_equality ... ok [INFO] [stdout] test fp12::test_arithmetic ... ok [INFO] [stdout] test g1::test_projective_negation_and_subtraction ... ok [INFO] [stdout] test g2::test_affine_to_projective ... ok [INFO] [stdout] test g1::test_projective_to_affine ... ok [INFO] [stdout] test g2::test_conditionally_select_affine ... ok [INFO] [stdout] test g2::test_is_on_curve ... ok [INFO] [stdout] test g2::test_conditionally_select_projective ... ok [INFO] [stdout] test g2::test_doubling ... ok [INFO] [stdout] test g2::test_projective_negation_and_subtraction ... ok [INFO] [stdout] test g2::test_projective_point_equality ... ok [INFO] [stdout] test fp2::test_addition ... ok [INFO] [stdout] test g2::test_projective_addition ... ok [INFO] [stdout] test g1::test_projective_addition ... ok [INFO] [stdout] test g2::test_mixed_addition ... ok [INFO] [stdout] test fp2::test_sqrt ... ok [INFO] [stdout] test g2::test_projective_to_affine ... ok [INFO] [stdout] test scalar::test_addition ... ok [INFO] [stdout] test scalar::test_equality ... ok [INFO] [stdout] test scalar::test_from_bytes ... ok [INFO] [stdout] test scalar::test_double ... ok [INFO] [stdout] test scalar::test_from_bytes_wide_r2 ... ok [INFO] [stdout] test scalar::test_from_bytes_wide_maximum ... ok [INFO] [stdout] test scalar::test_from_raw ... ok [INFO] [stdout] test scalar::test_from_u512_max ... ok [INFO] [stdout] test scalar::test_from_u512_r ... ok [INFO] [stdout] test scalar::test_from_u512_zero ... ok [INFO] [stdout] test scalar::test_inv ... ok [INFO] [stdout] test scalar::test_from_bytes_wide_negative_one ... ok [INFO] [stdout] test g1::test_clear_cofactor ... ok [INFO] [stdout] test scalar::test_from_u512_r2 ... ok [INFO] [stdout] test scalar::test_multiplication ... ok [INFO] [stdout] test scalar::test_negation ... ok [INFO] [stdout] test g1::test_mul_by_x ... ok [INFO] [stdout] test scalar::test_subtraction ... ok [INFO] [stdout] test g1::test_affine_scalar_multiplication ... ok [INFO] [stdout] test scalar::test_to_bytes ... ok [INFO] [stdout] test scalar::test_zero ... ok [INFO] [stdout] test g1::test_projective_scalar_multiplication ... ok [INFO] [stdout] test g1::test_is_torsion_free ... ok [INFO] [stdout] test scalar::test_inversion ... ok [INFO] [stdout] test scalar::test_squaring ... ok [INFO] [stdout] test pairings::test_gt_generator ... ok [INFO] [stdout] test g2::test_projective_scalar_multiplication ... ok [INFO] [stdout] test pairings::test_unitary ... ok [INFO] [stdout] test g2::test_affine_scalar_multiplication ... ok [INFO] [stdout] test pairings::test_bilinearity ... ok [INFO] [stdout] test scalar::test_sqrt ... ok [INFO] [stdout] test scalar::test_invert_is_pow ... ok [INFO] [stdout] test g2::test_is_torsion_free ... ok [INFO] [stdout] test tests::test_pairing_result_against_relic ... ok [INFO] [stdout] test pairings::test_multi_miller_loop ... ok [INFO] [stdout] test g2::test_clear_cofactor ... ok [INFO] [stdout] test tests::g1_uncompressed_valid_test_vectors ... ok [INFO] [stdout] test tests::g1_compressed_valid_test_vectors ... ok [INFO] [stdout] test tests::g2_uncompressed_valid_test_vectors ... ok [INFO] [stderr] Doc-tests bls12_381 [INFO] [stdout] test tests::g2_compressed_valid_test_vectors ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 90 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 `Command { std: "docker" "inspect" "c3d188d55b4e3e3ec6b1fcf92faf725220a68d545e4562f7fddd30b5ef17aa00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3d188d55b4e3e3ec6b1fcf92faf725220a68d545e4562f7fddd30b5ef17aa00", kill_on_drop: false }` [INFO] [stdout] c3d188d55b4e3e3ec6b1fcf92faf725220a68d545e4562f7fddd30b5ef17aa00