[INFO] fetching crate stwo-gpu 2.0.0...
[INFO] testing stwo-gpu-2.0.0 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate stwo-gpu 2.0.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate stwo-gpu 2.0.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate stwo-gpu 2.0.0
[INFO] tweaked toml for crates.io crate stwo-gpu 2.0.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate stwo-gpu 2.0.0 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate stwo-gpu 2.0.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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ca46d6cb12ded3e8110be19b7be1351ffd88eb660ff1ffdc2e32da74b7039fab
[INFO] running `Command { std: "docker" "start" "-a" "ca46d6cb12ded3e8110be19b7be1351ffd88eb660ff1ffdc2e32da74b7039fab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ca46d6cb12ded3e8110be19b7be1351ffd88eb660ff1ffdc2e32da74b7039fab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca46d6cb12ded3e8110be19b7be1351ffd88eb660ff1ffdc2e32da74b7039fab", kill_on_drop: false }`
[INFO] [stdout] ca46d6cb12ded3e8110be19b7be1351ffd88eb660ff1ffdc2e32da74b7039fab
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b4950ef9740a552b14950b9d3b62597be4a6df30889995b4eccef889b0302bfd
[INFO] running `Command { std: "docker" "start" "-a" "b4950ef9740a552b14950b9d3b62597be4a6df30889995b4eccef889b0302bfd", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling cc v1.2.29
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling constant_time_eq v0.3.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling stwo-std-shims v1.0.0
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling ark-std v0.4.0
[INFO] [stderr]    Compiling ark-serialize v0.4.2
[INFO] [stderr]    Compiling ark-ff-asm v0.4.2
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling ark-ff-macros v0.4.2
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.3.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling bytemuck_derive v1.9.3
[INFO] [stderr]    Compiling enum-ordinalize v4.3.0
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling educe v0.5.11
[INFO] [stderr]    Compiling ark-ff v0.4.2
[INFO] [stderr]    Compiling bytemuck v1.23.1
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling starknet-ff v0.3.7
[INFO] [stderr]    Compiling starknet-curve v0.4.2
[INFO] [stderr]    Compiling starknet-crypto-codegen v0.3.3
[INFO] [stderr]    Compiling starknet-crypto v0.6.2
[INFO] [stderr]    Compiling stwo-gpu v2.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.00s
[INFO] running `Command { std: "docker" "inspect" "b4950ef9740a552b14950b9d3b62597be4a6df30889995b4eccef889b0302bfd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b4950ef9740a552b14950b9d3b62597be4a6df30889995b4eccef889b0302bfd", kill_on_drop: false }`
[INFO] [stdout] b4950ef9740a552b14950b9d3b62597be4a6df30889995b4eccef889b0302bfd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 70160f70dfa73b77eafb535ae925bfaac81cd51852992f68410a9a60789e8559
[INFO] running `Command { std: "docker" "start" "-a" "70160f70dfa73b77eafb535ae925bfaac81cd51852992f68410a9a60789e8559", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling zmij v1.0.6
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling serde_json v1.0.148
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling anstyle-query v1.1.3
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling ark-ff v0.4.2
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling anstream v0.6.19
[INFO] [stderr]    Compiling clap_builder v4.5.41
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling as-slice v0.2.1
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling test-log-macros v0.2.18
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling aligned v0.4.2
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling ark-std v0.4.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling clap v4.5.41
[INFO] [stderr]    Compiling ark-serialize v0.4.2
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling test-log v0.2.18
[INFO] [stderr]    Compiling starknet-ff v0.3.7
[INFO] [stderr]    Compiling starknet-curve v0.4.2
[INFO] [stderr]    Compiling starknet-crypto-codegen v0.3.3
[INFO] [stderr]    Compiling starknet-crypto v0.6.2
[INFO] [stderr]    Compiling stwo-gpu v2.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 27.57s
[INFO] running `Command { std: "docker" "inspect" "70160f70dfa73b77eafb535ae925bfaac81cd51852992f68410a9a60789e8559", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "70160f70dfa73b77eafb535ae925bfaac81cd51852992f68410a9a60789e8559", kill_on_drop: false }`
[INFO] [stdout] 70160f70dfa73b77eafb535ae925bfaac81cd51852992f68410a9a60789e8559
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4f6c4516fa57189a3cddf5592e6dbfa26e3b78e42a938a13df791bd49303589a
[INFO] running `Command { std: "docker" "start" "-a" "4f6c4516fa57189a3cddf5592e6dbfa26e3b78e42a938a13df791bd49303589a", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.48s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/stwo_gpu-62136d0a1f6cd251)
[INFO] [stdout] 
[INFO] [stdout] running 60 tests
[INFO] [stdout] test core::channel::blake2s::tests::test_mix_felts ... ok
[INFO] [stdout] test core::channel::blake2s::tests::test_draw_secure_felt ... ok
[INFO] [stdout] test core::channel::blake2s::tests::test_channel_draws ... ok
[INFO] [stdout] test core::air::accumulation::tests::test_point_evaluation_accumulator ... ok
[INFO] [stdout] test core::channel::blake2s::tests::test_mix_u64 ... ok
[INFO] [stdout] test core::channel::poseidon252::tests::test_draw_secure_felt ... ok
[INFO] [stdout] test core::channel::blake2s::tests::test_mix_u32s ... ok
[INFO] [stdout] test core::channel::blake2s::tests::test_draw_secure_felts ... ok
[INFO] [stdout] test core::channel::poseidon252::tests::test_draw_u32s ... ok
[INFO] [stdout] test core::channel::poseidon252::tests::test_mix_u32s ... ok
[INFO] [stdout] test core::channel::blake2s::tests::test_draw_u32s ... ok
[INFO] [stdout] test core::circle::tests::test_get_random_circle_point ... ok
[INFO] [stdout] test core::constraints::tests::test_point_vanishing_success ... ok
[INFO] [stdout] test core::channel::poseidon252::tests::test_mix_felts ... ok
[INFO] [stdout] test core::channel::poseidon252::tests::test_mix_u64 ... ok
[INFO] [stdout] test core::constraints::tests::test_pair_excluder ... ok
[INFO] [stdout] test core::fields::cm31::tests::test_ops ... ok
[INFO] [stdout] test core::fields::cm31::tests::test_inverse ... ok
[INFO] [stdout] test core::fields::tests::test_batch_inverse ... ok
[INFO] [stdout] test core::fields::tests::test_batch_inverse_chunked ... ok
[INFO] [stdout] test core::poly::circle::domain::tests::is_canonic_invalid_domain ... ok
[INFO] [stdout] test core::constraints::tests::test_coset_vanishing ... ok
[INFO] [stdout] test core::poly::circle::domain::tests::test_at_circle_domain ... ok
[INFO] [stdout] test core::poly::circle::tests::is_canonic_valid_domain ... ok
[INFO] [stdout] test core::channel::poseidon252::tests::test_draw_secure_felts ... ok
[INFO] [stdout] test core::poly::circle::domain::tests::test_circle_domain_iterator ... ok
[INFO] [stdout] test core::fields::qm31::tests::test_inverse ... ok
[INFO] [stdout] test core::poly::circle::domain::tests::test_domain_split ... ok
[INFO] [stdout] test core::circle::tests::test_iterator ... ok
[INFO] [stdout] test core::fields::m31::tests::test_m31_from_i32 ... ok
[INFO] [stdout] test core::circle::tests::test_coset_is_half_coset_with_conjugate ... ok
[INFO] [stdout] test core::pcs::tests::test_security_bits ... ok
[INFO] [stdout] test core::fields::qm31::tests::test_ops ... ok
[INFO] [stdout] test core::fields::m31::tests::test_basic_ops ... ok
[INFO] [stdout] test core::constraints::tests::test_point_excluder ... ok
[INFO] [stdout] test core::poly::line::tests::line_domain_coset_returns_the_coset ... ok
[INFO] [stdout] test core::poly::circle::tests::test_bit_reverse_indices ... ok
[INFO] [stdout] test core::poly::line::tests::line_domain_of_size_one_works ... ok
[INFO] [stdout] test core::poly::line::tests::line_domain_double_works ... ok
[INFO] [stdout] test core::poly::line::tests::line_domain_of_size_two_works ... ok
[INFO] [stdout] test core::poly::line::tests::line_domain_size_is_correct ... ok
[INFO] [stdout] test core::poly::utils::tests::repeat_value_0_times_works ... ok
[INFO] [stdout] test core::poly::utils::tests::repeat_value_2_times_works ... ok
[INFO] [stdout] test core::poly::utils::tests::repeat_value_3_times_works ... ok
[INFO] [stdout] test core::circle::tests::test_secure_field_circle_gen ... ok
[INFO] [stdout] test core::poly::line::tests::line_domain_iter_works ... ok
[INFO] [stdout] test core::poly::utils::tests::test_domain_line_twiddles_works ... ok
[INFO] [stdout] test core::proof::tests::test_base_field_size_estimate ... ok
[INFO] [stdout] test core::proof::tests::test_secure_field_size_estimate ... ok
[INFO] [stdout] test core::queries::tests::test_folded_queries ... ok
[INFO] [stdout] test core::queries::tests::test_generate_queries ... ok
[INFO] [stdout] test core::vcs::blake2_hash::tests::hash_state_test ... ok
[INFO] [stdout] test core::vcs::blake3_hash::tests::hash_state_test ... ok
[INFO] [stdout] test core::channel::poseidon252::tests::test_channel_draws ... ok
[INFO] [stdout] test core::vcs::blake2_hash::tests::single_hash_test ... ok
[INFO] [stdout] test core::vcs::blake3_hash::tests::single_hash_test ... ok
[INFO] [stdout] test core::fields::tests::test_slice_batch_inverse_wrong_dst_size - should panic ... ok
[INFO] [stdout] test core::poly::line::tests::bad_line_domain - should panic ... ok
[INFO] [stdout] test core::constraints::tests::test_point_vanishing_failure - should panic ... ok
[INFO] [stdout] test core::poly::utils::tests::test_domain_line_twiddles_fails - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 60 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/gpu_integration_tests.rs (/opt/rustwide/target/debug/deps/gpu_integration_tests-78167aca22af5d07)
[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; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/gpu_unit_tests.rs (/opt/rustwide/target/debug/deps/gpu_unit_tests-8e0ed4874216ece2)
[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; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests stwo_gpu
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test src/core/circle.rs - core::circle::CirclePoint<F>::double_x (line 34) ... FAILED
[INFO] [stdout] test src/core/fields/mod.rs - core::fields::ComplexConjugate::complex_conjugate (line 156) ... FAILED
[INFO] [stdout] test src/core/circle.rs - core::circle::CirclePoint<F>::log_order (line 51) ... FAILED
[INFO] [stdout] test src/core/fields/m31.rs - core::fields::m31::M31::partial_reduce (line 40) ... FAILED
[INFO] [stdout] test src/core/poly/utils.rs - core::poly::utils::repeat_value (line 76) ... FAILED
[INFO] [stdout] test src/core/circle.rs - core::circle::M31_CIRCLE_GEN (line 188) ... FAILED
[INFO] [stdout] test src/core/fields/m31.rs - core::fields::m31::M31::inverse (line 111) ... FAILED
[INFO] [stdout] test src/core/fields/m31.rs - core::fields::m31::pow2147483645 (line 190) ... FAILED
[INFO] [stdout] test src/core/fields/m31.rs - core::fields::m31::M31::reduce (line 52) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/core/circle.rs - core::circle::CirclePoint<F>::double_x (line 34) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `stwo` in this scope
[INFO] [stdout]   --> src/core/circle.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | use stwo::core::circle::{CirclePoint, M31_CIRCLE_GEN};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `stwo`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `stwo`, use `cargo add stwo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `stwo` in this scope
[INFO] [stdout]   --> src/core/circle.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 | use stwo::core::fields::m31::M31;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `stwo`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `stwo`, use `cargo add stwo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core/fields/mod.rs - core::fields::ComplexConjugate::complex_conjugate (line 156) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `stwo` in this scope
[INFO] [stdout]    --> src/core/fields/mod.rs:157:5
[INFO] [stdout]     |
[INFO] [stdout] 157 | use stwo::core::fields::m31::P;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `stwo`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `stwo`, use `cargo add stwo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `stwo` in this scope
[INFO] [stdout]    --> src/core/fields/mod.rs:158:5
[INFO] [stdout]     |
[INFO] [stdout] 158 | use stwo::core::fields::qm31::QM31;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `stwo`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `stwo`, use `cargo add stwo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `stwo` in this scope
[INFO] [stdout]    --> src/core/fields/mod.rs:159:5
[INFO] [stdout]     |
[INFO] [stdout] 159 | use stwo::core::fields::ComplexConjugate;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `stwo`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `stwo`, use `cargo add stwo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core/circle.rs - core::circle::CirclePoint<F>::log_order (line 51) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `stwo` in this scope
[INFO] [stdout]   --> src/core/circle.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 | use stwo::core::circle::{CirclePoint, M31_CIRCLE_GEN, M31_CIRCLE_LOG_ORDER};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `stwo`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `stwo`, use `cargo add stwo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `stwo` in this scope
[INFO] [stdout]   --> src/core/circle.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 53 | use stwo::core::fields::m31::M31;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `stwo`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `stwo`, use `cargo add stwo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core/fields/m31.rs - core::fields::m31::M31::partial_reduce (line 40) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `stwo` in this scope
[INFO] [stdout]   --> src/core/fields/m31.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | use stwo::core::fields::m31::{M31, P};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `stwo`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `stwo`, use `cargo add stwo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core/poly/utils.rs - core::poly::utils::repeat_value (line 76) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `stwo` in this scope
[INFO] [stdout]   --> src/core/poly/utils.rs:77:5
[INFO] [stdout]    |
[INFO] [stdout] 77 | use stwo::core::poly::utils::repeat_value;
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `stwo`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `stwo`, use `cargo add stwo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core/circle.rs - core::circle::M31_CIRCLE_GEN (line 188) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `stwo` in this scope
[INFO] [stdout]    --> src/core/circle.rs:189:5
[INFO] [stdout]     |
[INFO] [stdout] 189 | use stwo::core::circle::{CirclePoint, M31_CIRCLE_GEN};
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `stwo`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `stwo`, use `cargo add stwo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `stwo` in this scope
[INFO] [stdout]    --> src/core/circle.rs:190:5
[INFO] [stdout]     |
[INFO] [stdout] 190 | use stwo::core::fields::m31::M31;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `stwo`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `stwo`, use `cargo add stwo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core/fields/m31.rs - core::fields::m31::M31::inverse (line 111) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `stwo` in this scope
[INFO] [stdout]    --> src/core/fields/m31.rs:113:5
[INFO] [stdout]     |
[INFO] [stdout] 113 | use stwo::core::fields::m31::BaseField;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `stwo`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `stwo`, use `cargo add stwo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `stwo` in this scope
[INFO] [stdout]    --> src/core/fields/m31.rs:114:5
[INFO] [stdout]     |
[INFO] [stdout] 114 | use stwo::core::fields::FieldExpOps;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `stwo`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `stwo`, use `cargo add stwo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core/fields/m31.rs - core::fields::m31::pow2147483645 (line 190) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `stwo` in this scope
[INFO] [stdout]    --> src/core/fields/m31.rs:191:5
[INFO] [stdout]     |
[INFO] [stdout] 191 | use stwo::core::fields::m31::{pow2147483645, BaseField};
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `stwo`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `stwo`, use `cargo add stwo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `stwo` in this scope
[INFO] [stdout]    --> src/core/fields/m31.rs:192:5
[INFO] [stdout]     |
[INFO] [stdout] 192 | use stwo::core::fields::FieldExpOps;
[INFO] [stdout]     |     ^^^^ use of unresolved module or unlinked crate `stwo`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `stwo`, use `cargo add stwo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core/fields/m31.rs - core::fields::m31::M31::reduce (line 52) stdout ----
[INFO] [stdout] error[E0433]: cannot find module or crate `stwo` in this scope
[INFO] [stdout]   --> src/core/fields/m31.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 53 | use stwo::core::fields::m31::{M31, P};
[INFO] [stdout]    |     ^^^^ use of unresolved module or unlinked crate `stwo`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `stwo`, use `cargo add stwo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/core/circle.rs - core::circle::CirclePoint<F>::double_x (line 34)
[INFO] [stdout]     src/core/circle.rs - core::circle::CirclePoint<F>::log_order (line 51)
[INFO] [stdout]     src/core/circle.rs - core::circle::M31_CIRCLE_GEN (line 188)
[INFO] [stdout]     src/core/fields/m31.rs - core::fields::m31::M31::inverse (line 111)
[INFO] [stdout]     src/core/fields/m31.rs - core::fields::m31::M31::partial_reduce (line 40)
[INFO] [stdout]     src/core/fields/m31.rs - core::fields::m31::M31::reduce (line 52)
[INFO] [stdout]     src/core/fields/m31.rs - core::fields::m31::pow2147483645 (line 190)
[INFO] [stdout]     src/core/fields/mod.rs - core::fields::ComplexConjugate::complex_conjugate (line 156)
[INFO] [stdout]     src/core/poly/utils.rs - core::poly::utils::repeat_value (line 76)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "4f6c4516fa57189a3cddf5592e6dbfa26e3b78e42a938a13df791bd49303589a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f6c4516fa57189a3cddf5592e6dbfa26e3b78e42a938a13df791bd49303589a", kill_on_drop: false }`
[INFO] [stdout] 4f6c4516fa57189a3cddf5592e6dbfa26e3b78e42a938a13df791bd49303589a
