Parent Log:
http://ci.aztec-labs.com/96e3fbaf87d764c6
Command: ddee941f13db6e98 barretenberg/cpp/scripts/run_test.sh stdlib_client_ivc_verifier_tests ClientIVCRecursionTests.ClientTubeBase
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/47c749527b1c3cce3edd9defedc46e89ea00c69e
Env: REF_NAME=gh-readonly-queue/next/pr-15009-00cd67e98e76d3202a0219baf301d59ef4211872 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 13 15:58:18 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15009_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_d4c40a2848fe45cc_next
15:58:19 Running main() from /home/aztec-dev/aztec-packages/barretenberg/cpp/build/_deps/gtest-src/googletest/src/gtest_main.cc
15:58:19
Note: Google Test filter = ClientIVCRecursionTests.ClientTubeBase
15:58:19 [==========] Running 1 test from 1 test suite.
15:58:19
[----------] Global test environment set-up.
15:58:19
[----------] 1 test from ClientIVCRecursionTests
15:58:19
[ RUN ] ClientIVCRecursionTests.ClientTubeBase
15:58:19 BN254 commitment key size: 262144 (mem: 6.00 MiB)
15:58:20 WARNING: Structured trace overflow mechanism in use. Performance may be degraded! (mem: 558.84 MiB)
15:58:20 Gate blocks summary: (actual gates / fixed capacity) (mem: 558.84 MiB)
15:58:20 goblin ecc op : 10/1024 (mem: 558.84 MiB)
15:58:20 busread : 3/6000 (mem: 558.84 MiB)
15:58:20 lookups : 15000/15000 (mem: 558.84 MiB)
15:58:20 pub inputs : 16/5000 (populated in decider pk constructor) (mem: 558.84 MiB)
15:58:20 arithmetic : 56000/56000 (mem: 558.84 MiB)
15:58:20 delta range : 18000/18000 (mem: 558.84 MiB)
15:58:20 elliptic : 4958/6000 (mem: 558.84 MiB)
15:58:20 auxiliary : 26000/26000 (mem: 558.84 MiB)
15:58:20 poseidon ext : 2/17000 (mem: 558.84 MiB)
15:58:20 poseidon int : 2/92000 (mem: 558.84 MiB)
15:58:20 overflow : 248619/248619 (mem: 558.84 MiB)
15:58:20 (mem: 558.84 MiB)
15:58:20 Total structured size: 490644 (mem: 558.84 MiB)
15:58:27 WARNING: We are temporarily regressing prover speed by computing the verification key in the prover. This will be fixed in a followup PR. (mem: 1656.92 MiB)
15:58:38 WARNING: Structured trace overflow mechanism in use. Performance may be degraded! (mem: 1656.92 MiB)
15:58:38 Gate blocks summary: (actual gates / fixed capacity) (mem: 1656.92 MiB)
15:58:38 goblin ecc op : 56/1024 (mem: 1656.92 MiB)
15:58:38 busread : 3/6000 (mem: 1656.92 MiB)
15:58:38 lookups : 13540/15000 (mem: 1656.92 MiB)
15:58:38 pub inputs : 32/5000 (populated in decider pk constructor) (mem: 1656.92 MiB)
15:58:38 arithmetic : 32894/56000 (mem: 1656.92 MiB)
15:58:38 delta range : 10239/18000 (mem: 1656.92 MiB)
15:58:38 elliptic : 6000/6000 (mem: 1656.92 MiB)
15:58:38 auxiliary : 11827/26000 (mem: 1656.92 MiB)
15:58:38 poseidon ext : 1302/17000 (mem: 1656.92 MiB)
15:58:38 poseidon int : 7412/92000 (mem: 1656.92 MiB)
15:58:38 overflow : 1850/1850 (mem: 1656.92 MiB)
15:58:38 (mem: 1656.92 MiB)
15:58:38 Total structured size: 243875 (mem: 1656.92 MiB)
15:58:41 ProtogalaxyProver: circuit size mismatch - increasing virtual size of key 1 from 262144 to 524288 (mem: 1694.18 MiB)
15:58:41 WARNING: We are temporarily regressing prover speed by computing the verification key in the prover. This will be fixed in a followup PR. (mem: 1694.18 MiB)
15:58:50 Largest circuit: 368580 gates. Trace details: (mem: 1792.18 MiB)
15:58:50 Minimum required block sizes for structured trace: (mem: 1792.18 MiB)
15:58:50 ecc_op : 56
15:58:50 busread : 3
15:58:50 lookup : 15000
15:58:50 pub_inputs : 32
15:58:50 arithmetic : 56000
15:58:50 delta_range : 18000
15:58:50 elliptic : 6000
15:58:50 aux : 26000
15:58:50 poseidon2_external : 1302
15:58:50 poseidon2_internal : 7412
15:58:50 overflow : 248619
15:58:50 (mem: 1792.18 MiB)
15:59:00 WARNING: We are temporarily regressing prover speed by computing the verification key in the prover. This will be fixed in a followup PR. (mem: 1792.18 MiB)
15:59:03 Constructing a Goblin proof with num ultra ops = 652 (mem: 1792.18 MiB)
15:59:31 ClientIVC Recursive Verifier: num prefinalized gates = 1859587 (mem: 2064.18 MiB)
15:59:39 WARNING: We are temporarily regressing prover speed by computing the verification key in the prover. This will be fixed in a followup PR. (mem: 8297.05 MiB)
16:01:55 Tube UH Recursive Verifier: num prefinalized gates = 497459 (mem: 10165.16 MiB)
16:02:02
[ OK ] ClientIVCRecursionTests.ClientTubeBase (223055 ms)
16:02:02
[----------] 1 test from ClientIVCRecursionTests (223055 ms total)
16:02:02
16:02:02
[----------] Global test environment tear-down
16:02:02
[==========] 1 test from 1 test suite ran. (223055 ms total)
16:02:02
[ PASSED ] 1 test.