Parent Log:
http://ci.aztec-labs.com/eca0d68fde727e0f
Command: ac5fe9c1287c363a:ISOLATE=1 FLOW=sol_honk_zk barretenberg/acir_tests/scripts/run_test.sh 1_mul
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/f17855f94a58189a98dd378743e67b774ea38144
Env: REF_NAME=gh-readonly-queue/next/pr-15066-47bd93499e6606131b6ececa3536632cf5e84409 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 10:23:26 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15066_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_66f9aa124f0c4bea_next
10:23:26 +++ id -u
10:23:26 +++ id -g
10:23:26 ++ docker run -d --net=none --cpuset-cpus=0-127 --cpus=2 --memory=8g --user 1000:1000 -v/home/aztec-dev:/home/aztec-dev --mount type=tmpfs,target=/tmp,tmpfs-size=1g --workdir /home/aztec-dev/aztec-packages -e HOME -e VERBOSE -e GIT_CONFIG_GLOBAL=/home/aztec-dev/aztec-packages/build-images/src/home/.gitconfig -e FORCE_COLOR=true -e CPUS -e MEM aztecprotocol/build:3.0 /bin/bash -c 'timeout -v 600s bash -c '\''FLOW=sol_honk_zk barretenberg/acir_tests/scripts/run_test.sh 1_mul'\'''
10:23:26 + cid=bcac286ad58fd006dc6e4bfd1696fe671976ef5244ef678ad7aed7abc488ff5c
10:23:26 + set +x
10:23:26 + VFLAG=-v
10:23:26 + BFLAG=-b ./target/program.json
10:23:26 + FLAGS=-c /home/aztec-dev/.bb-crs -v --scheme ultra_honk
10:23:26 + PROTOCOL_FLAGS= --honk_recursion 1 --oracle_hash keccak
10:23:26 + mktemp -d
10:23:26 + outdir=/tmp/tmp.PVcI21AOal
10:23:26 + trap rm -rf /tmp/tmp.PVcI21AOal EXIT
10:23:26 + export PUBLIC_INPUTS=/tmp/tmp.PVcI21AOal/public_inputs
10:23:26 + export PUBLIC_INPUTS_AS_FIELDS=/tmp/tmp.PVcI21AOal/public_inputs_fields.json
10:23:26 + export PROOF=/tmp/tmp.PVcI21AOal/proof
10:23:26 + export PROOF_AS_FIELDS=/tmp/tmp.PVcI21AOal/proof_fields.json
10:23:26 + export VK=/tmp/tmp.PVcI21AOal/vk
10:23:26 + export VERIFIER_CONTRACT=/tmp/tmp.PVcI21AOal/Verifier.sol
10:23:26 + /home/aztec-dev/aztec-packages/barretenberg/cpp/build/bin/bb prove -o /tmp/tmp.PVcI21AOal -c /home/aztec-dev/.bb-crs -v --scheme ultra_honk -b ./target/program.json --honk_recursion 1 --oracle_hash keccak --output_format bytes_and_fields --write_vk
10:23:26 bb command: prove (mem: 6.00 MiB)
10:23:26 Scheme is: ultra_honk, num threads: 8 (mem: 7.00 MiB)
10:23:26 --scheme: ultra_honk (mem: 7.00 MiB)
10:23:26 --bytecode_path: ./target/program.json (mem: 7.00 MiB)
10:23:26 --output_path: /tmp/tmp.PVcI21AOal (mem: 7.00 MiB)
10:23:26 --verbose: true (mem: 7.00 MiB)
10:23:26 --crs_path: /home/aztec-dev/.bb-crs (mem: 7.00 MiB)
10:23:26 --oracle_hash: keccak (mem: 7.00 MiB)
10:23:26 --output_format: bytes_and_fields (mem: 7.00 MiB)
10:23:26 --write_vk: true (mem: 7.00 MiB)
10:23:26 --honk_recursion: 1 (mem: 7.00 MiB)
10:23:26 created circuit (mem: 8.00 MiB)
10:23:26 Constructing DeciderProvingKey (mem: 8.00 MiB)
10:23:26 allocating polynomials object in proving key... (mem: 11.00 MiB)
10:23:26 populating trace... (mem: 19.00 MiB)
10:23:26 time to construct proving key: 22 ms. (mem: 19.00 MiB)
10:23:26 WARNING: computing verification key while proving. Pass in a precomputed vk for better performance. (mem: 19.00 MiB)
10:23:26 using cached bn254 crs with num points 33554433 at "/home/aztec-dev/.bb-crs/bn254_g1.dat" (mem: 19.00 MiB)
10:23:26 Initialized BN254 CRS from memory with num points = 4161 (mem: 19.00 MiB)
10:23:27 created oink proof (mem: 19.00 MiB)
10:23:27 starting sumcheck rounds... (mem: 19.00 MiB)
10:23:27 completed 12 rounds of sumcheck (mem: 19.00 MiB)
10:23:27 executed multivariate-to-univariate reduction (mem: 19.00 MiB)
10:23:27 computed opening proof (mem: 19.00 MiB)
10:23:27 finished decider proving. (mem: 19.00 MiB)
10:23:27 Public inputs saved to "/tmp/tmp.PVcI21AOal/public_inputs" (mem: 19.00 MiB)
10:23:27 Public inputs fields saved to "/tmp/tmp.PVcI21AOal/public_inputs_fields.json" (mem: 19.00 MiB)
10:23:27 Proof saved to "/tmp/tmp.PVcI21AOal/proof" (mem: 19.00 MiB)
10:23:27 Proof fields saved to "/tmp/tmp.PVcI21AOal/proof_fields.json" (mem: 19.00 MiB)
10:23:27 VK saved to "/tmp/tmp.PVcI21AOal/vk" (mem: 19.00 MiB)
10:23:27 VK fields saved to "/tmp/tmp.PVcI21AOal/vk_fields.json" (mem: 19.00 MiB)
10:23:27 + /home/aztec-dev/aztec-packages/barretenberg/cpp/build/bin/bb verify -i /tmp/tmp.PVcI21AOal/public_inputs -k /tmp/tmp.PVcI21AOal/vk -p /tmp/tmp.PVcI21AOal/proof -c /home/aztec-dev/.bb-crs -v --scheme ultra_honk --honk_recursion 1 --oracle_hash keccak
10:23:27 bb command: verify (mem: 6.00 MiB)
10:23:27 Scheme is: ultra_honk, num threads: 8 (mem: 6.00 MiB)
10:23:27 --public_inputs_path: /tmp/tmp.PVcI21AOal/public_inputs (mem: 6.00 MiB)
10:23:27 --proof_path: /tmp/tmp.PVcI21AOal/proof (mem: 6.00 MiB)
10:23:27 --vk_path: /tmp/tmp.PVcI21AOal/vk (mem: 6.00 MiB)
10:23:27 --verbose: true (mem: 6.00 MiB)
10:23:27 --scheme: ultra_honk (mem: 6.00 MiB)
10:23:27 --crs_path: /home/aztec-dev/.bb-crs (mem: 6.00 MiB)
10:23:27 --oracle_hash: keccak (mem: 6.00 MiB)
10:23:27 --honk_recursion: 1 (mem: 6.00 MiB)
10:23:27 using cached bn254 crs with num points 33554433 at "/home/aztec-dev/.bb-crs/bn254_g1.dat" (mem: 10.00 MiB)
10:23:27 Initialized BN254 CRS from memory with num points = 65 (mem: 10.00 MiB)
10:23:27 sumcheck_verified: 1 (mem: 10.00 MiB)
10:23:27 libra_evals_verified: 1 (mem: 10.00 MiB)
10:23:27 pairing_check_verified: 1 (mem: 10.00 MiB)
10:23:27 Proof verified successfully (mem: 10.00 MiB)
10:23:27 verified: 1 (mem: 10.00 MiB)
10:23:27 + /home/aztec-dev/aztec-packages/barretenberg/cpp/build/bin/bb write_solidity_verifier -c /home/aztec-dev/.bb-crs -v --scheme ultra_honk -k /tmp/tmp.PVcI21AOal/vk -o /tmp/tmp.PVcI21AOal/Verifier.sol
10:23:27 bb command: write_solidity_verifier (mem: 6.00 MiB)
10:23:27 Scheme is: ultra_honk, num threads: 8 (mem: 6.00 MiB)
10:23:27 --scheme: ultra_honk (mem: 6.00 MiB)
10:23:27 --vk_path: /tmp/tmp.PVcI21AOal/vk (mem: 6.00 MiB)
10:23:27 --output_path: /tmp/tmp.PVcI21AOal/Verifier.sol (mem: 6.00 MiB)
10:23:27 --verbose: true (mem: 6.00 MiB)
10:23:27 --crs_path: /home/aztec-dev/.bb-crs (mem: 6.00 MiB)
10:23:27 Honk solidity verifier saved to "/tmp/tmp.PVcI21AOal/Verifier.sol" (mem: 8.00 MiB)
10:23:27 + export VERIFIER_PATH=/tmp/tmp.PVcI21AOal/Verifier.sol
10:23:27 + realpath ../../sol-test/HonkTest.sol
10:23:27 + export TEST_PATH=/home/aztec-dev/aztec-packages/barretenberg/acir_tests/sol-test/HonkTest.sol
10:23:27 + export TESTING_HONK=true
10:23:27 + export DISABLE_ZK=false
10:23:27 + basename /tmp/tmp.PVcI21AOal
10:23:27 + export TEST_NAME=tmp.PVcI21AOal
10:23:27 + node ../../sol-test/src/index.js
10:23:35 tmp.PVcI21AOal complete
10:23:36 + rm -rf /tmp/tmp.PVcI21AOal
10:23:36
PASSED (10s)