[INFO] fetching crate sunscreen_math 0.10.0...
[INFO] testing sunscreen_math-0.10.0 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate sunscreen_math 0.10.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate sunscreen_math 0.10.0
[INFO] finished tweaking crates.io crate sunscreen_math 0.10.0
[INFO] tweaked toml for crates.io crate sunscreen_math 0.10.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate sunscreen_math 0.10.0 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate sunscreen_math 0.10.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sunscreen_math_macros v0.10.0
[INFO] [stderr]   Downloaded libm v0.2.11
[INFO] [stderr]   Downloaded hermit-abi v0.5.0
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.24
[INFO] [stderr]   Downloaded getrandom v0.3.2
[INFO] [stderr]   Downloaded matrixmultiply v0.3.9
[INFO] [stderr]   Downloaded clap v4.5.35
[INFO] [stderr]   Downloaded half v2.5.0
[INFO] [stderr]   Downloaded simba v0.9.0
[INFO] [stderr]   Downloaded safe_arch v0.7.4
[INFO] [stderr]   Downloaded wide v0.7.32
[INFO] [stderr]   Downloaded zerocopy v0.8.24
[INFO] [stderr]   Downloaded clap_builder v4.5.35
[INFO] [stderr]   Downloaded nalgebra v0.33.2
[INFO] [stderr]   Downloaded libc v0.2.171
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b77bd371683bb630ed2299ec1dda54f94ca41f7520725f3bf455d8184d24eb4c
[INFO] running `Command { std: "docker" "start" "-a" "b77bd371683bb630ed2299ec1dda54f94ca41f7520725f3bf455d8184d24eb4c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b77bd371683bb630ed2299ec1dda54f94ca41f7520725f3bf455d8184d24eb4c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b77bd371683bb630ed2299ec1dda54f94ca41f7520725f3bf455d8184d24eb4c", kill_on_drop: false }`
[INFO] [stdout] b77bd371683bb630ed2299ec1dda54f94ca41f7520725f3bf455d8184d24eb4c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0ea19869f2c613e8849e9ddca43951e94925834b934a108b96ebce5587fd04b0
[INFO] running `Command { std: "docker" "start" "-a" "0ea19869f2c613e8849e9ddca43951e94925834b934a108b96ebce5587fd04b0", kill_on_drop: false }`
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling zerocopy v0.8.24
[INFO] [stderr]    Compiling bytemuck v1.22.0
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling wide v0.7.32
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling rand_distr v0.4.3
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling sunscreen_math_macros v0.10.0
[INFO] [stderr]    Compiling serdect v0.2.0
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling simba v0.9.0
[INFO] [stderr]    Compiling nalgebra v0.33.2
[INFO] [stderr]    Compiling statrs v0.18.0
[INFO] [stderr]    Compiling sunscreen_math v0.10.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.01s
[INFO] running `Command { std: "docker" "inspect" "0ea19869f2c613e8849e9ddca43951e94925834b934a108b96ebce5587fd04b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ea19869f2c613e8849e9ddca43951e94925834b934a108b96ebce5587fd04b0", kill_on_drop: false }`
[INFO] [stdout] 0ea19869f2c613e8849e9ddca43951e94925834b934a108b96ebce5587fd04b0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6086e061dcedb4b8c35e6649ea3552cace16f717ee45313a0f0c4e7bb530a1cd
[INFO] running `Command { std: "docker" "start" "-a" "6086e061dcedb4b8c35e6649ea3552cace16f717ee45313a0f0c4e7bb530a1cd", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling half v2.5.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling clap_builder v4.5.35
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand v0.9.1
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling rand_distr v0.4.3
[INFO] [stderr]    Compiling clap v4.5.35
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling serdect v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling simba v0.9.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling nalgebra v0.33.2
[INFO] [stderr]    Compiling statrs v0.18.0
[INFO] [stderr]    Compiling sunscreen_math v0.10.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 32.28s
[INFO] running `Command { std: "docker" "inspect" "6086e061dcedb4b8c35e6649ea3552cace16f717ee45313a0f0c4e7bb530a1cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6086e061dcedb4b8c35e6649ea3552cace16f717ee45313a0f0c4e7bb530a1cd", kill_on_drop: false }`
[INFO] [stdout] 6086e061dcedb4b8c35e6649ea3552cace16f717ee45313a0f0c4e7bb530a1cd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] cbcb54cc9c2b9688ddd5f85168693c5ffee86c090e4d3f1d05d7da651745ef94
[INFO] running `Command { std: "docker" "start" "-a" "cbcb54cc9c2b9688ddd5f85168693c5ffee86c090e4d3f1d05d7da651745ef94", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sunscreen_math-883e3c073e373bf7)
[INFO] [stdout] 
[INFO] [stdout] running 36 tests
[INFO] [stdout] test combination::tests::test_combinations_are_lexicographically_sorted ... ok
[INFO] [stdout] test combination::tests::test_combinations_4_choose_2 ... ok
[INFO] [stdout] test combination::tests::test_combinations_5_choose_3 ... ok
[INFO] [stdout] test combination::tests::test_combinations_at_index_out_of_bounds ... ok
[INFO] [stdout] test combination::tests::test_combinations_get_index ... ok
[INFO] [stdout] test combination::tests::test_combinations_new_combination_too_large ... ok
[INFO] [stdout] test combination::tests::test_combinations_new_zero_options ... ok
[INFO] [stdout] test combination::tests::test_insert_element_into_reduced_combination ... ok
[INFO] [stdout] test combination::tests::test_combinations_new_zero_combination_size ... ok
[INFO] [stdout] test combination::tests::test_combinations_at_index ... ok
[INFO] [stdout] test poly::tests::can_add_polynomials ... ok
[INFO] [stdout] test poly::tests::can_div_rem_basic_polynomial ... ok
[INFO] [stdout] test poly::tests::can_get_poly_degree ... ok
[INFO] [stdout] test poly::tests::can_get_poly_degree_constant_coeff ... ok
[INFO] [stdout] test poly::tests::can_get_poly_degree_padded_zeros ... ok
[INFO] [stdout] test poly::tests::can_mul_polynomials ... ok
[INFO] [stdout] test combination::tests::test_combinations_get_index_incorrect_length ... ok
[INFO] [stdout] test poly::tests::polynomial_equality ... ok
[INFO] [stdout] test poly::tests::polynomial_equality_padded ... ok
[INFO] [stdout] test ring::barrett::tests_one_limb::can_barrett_reduce_medium_modulus ... ok
[INFO] [stdout] test combination::tests::test_combinations_number_combinations ... ok
[INFO] [stdout] test ring::barrett::tests_one_limb::can_barrett_reduce_max_modulus ... ok
[INFO] [stdout] test ring::barrett::tests_one_limb::can_inverse_field ... ok
[INFO] [stdout] test combination::tests::test_combinations_get_index_value_too_large ... ok
[INFO] [stdout] test poly::tests::can_div_rem_basic_padded_polynomial ... ok
[INFO] [stdout] test poly::tests::can_sub_polynomials ... ok
[INFO] [stdout] test ring::barrett::tests_one_limb::can_mul_medium_single_limb_modulus ... ok
[INFO] [stdout] test ring::barrett::tests_one_limb::can_mul_max_single_limb_modulus ... ok
[INFO] [stdout] test ring::barrett::tests_one_limb::can_mul_largish_single_limb_modulus ... ok
[INFO] [stdout] test poly::tests::zero_poly_degree_should_panic - should panic ... ok
[INFO] [stdout] test poly::tests::zero_poly_padded_zeros_degree_should_panic - should panic ... ok
[INFO] [stdout] test ring::barrett::tests_one_limb::can_reduce_small_modulus ... ok
[INFO] [stdout] test ring::barrett::tests_one_limb::can_reduce_four_limb_modulus ... ok
[INFO] [stdout] test ring::barrett::tests_one_limb::can_reduce_big_modulus ... ok
[INFO] [stdout] test security::tests::lwe_security_to_std_and_back ... ok
[INFO] [stdout] test poly::tests::can_div_rem_random_polynomials ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests sunscreen_math
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/combination.rs - combination::insert_element_into_reduced_combination (line 250) ... ok
[INFO] [stdout] test src/security.rs - security::probability_away_from_mean_gaussian (line 133) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.63s; merged doctests compilation took 0.62s
[INFO] running `Command { std: "docker" "inspect" "cbcb54cc9c2b9688ddd5f85168693c5ffee86c090e4d3f1d05d7da651745ef94", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cbcb54cc9c2b9688ddd5f85168693c5ffee86c090e4d3f1d05d7da651745ef94", kill_on_drop: false }`
[INFO] [stdout] cbcb54cc9c2b9688ddd5f85168693c5ffee86c090e4d3f1d05d7da651745ef94
