Parent Log:
http://ci.aztec-labs.com/d807837b95d20001
Command: a8a37d7e8b6a8c95:ISOLATE=1 FLOW=sol_honk_zk barretenberg/acir_tests/scripts/run_test.sh slices
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/f3a077dd83e56ee0ae0a1175f0dc39fdfa50e6d7
Env: REF_NAME=gh-readonly-queue/master/pr-14734-a229cf871638d3fd774f9272645cc1ac29b8196a CURRENT_VERSION=0.87.9 CI_FULL=1
Date: Tue Jun 24 10:43:35 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14734_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_36e024e6429fc8d7_master
10:43:35 +++ id -u
10:43:35 +++ id -g
10:43:35 ++ 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 slices'\'''
10:43:35 + cid=1b40dbbb00205dbbece988c528f6d5af3a2ac9db3bf6d837043524cff508d697
10:43:35 + set +x
10:43:35 + VFLAG=-v
10:43:35 + BFLAG=-b ./target/program.json
10:43:35 + FLAGS=-c /home/aztec-dev/.bb-crs -v --scheme ultra_honk --zk
10:43:35 + PROTOCOL_FLAGS= --honk_recursion 1 --oracle_hash keccak
10:43:35 + mktemp -d
10:43:35 + outdir=/tmp/tmp.Hw2oTAzbdc
10:43:35 + trap rm -rf /tmp/tmp.Hw2oTAzbdc EXIT
10:43:35 + export PUBLIC_INPUTS=/tmp/tmp.Hw2oTAzbdc/public_inputs
10:43:35 + export PUBLIC_INPUTS_AS_FIELDS=/tmp/tmp.Hw2oTAzbdc/public_inputs_fields.json
10:43:35 + export PROOF=/tmp/tmp.Hw2oTAzbdc/proof
10:43:35 + export PROOF_AS_FIELDS=/tmp/tmp.Hw2oTAzbdc/proof_fields.json
10:43:35 + export VK=/tmp/tmp.Hw2oTAzbdc/vk
10:43:35 + export VERIFIER_CONTRACT=/tmp/tmp.Hw2oTAzbdc/Verifier.sol
10:43:35 + /home/aztec-dev/aztec-packages/barretenberg/cpp/build/bin/bb prove -o /tmp/tmp.Hw2oTAzbdc -c /home/aztec-dev/.bb-crs -v --scheme ultra_honk --zk -b ./target/program.json --honk_recursion 1 --oracle_hash keccak --output_format bytes_and_fields --write_vk
10:43:35 bb command: prove (mem: 6.00 MiB)
10:43:35 Scheme is: ultra_honk, num threads: 8 (mem: 6.00 MiB)
10:43:35 --scheme: ultra_honk (mem: 6.00 MiB)
10:43:35 --bytecode_path: ./target/program.json (mem: 6.00 MiB)
10:43:35 --output_path: /tmp/tmp.Hw2oTAzbdc (mem: 6.00 MiB)
10:43:35 --verbose: true (mem: 6.00 MiB)
10:43:35 --crs_path: /home/aztec-dev/.bb-crs (mem: 6.00 MiB)
10:43:35 --oracle_hash: keccak (mem: 6.00 MiB)
10:43:35 --output_format: bytes_and_fields (mem: 6.00 MiB)
10:43:35 --write_vk: true (mem: 6.00 MiB)
10:43:35 --zk: true (mem: 6.00 MiB)
10:43:35 --honk_recursion: 1 (mem: 6.00 MiB)
10:43:35 created circuit (mem: 8.00 MiB)
10:43:35 Constructing DeciderProvingKey (mem: 8.00 MiB)
10:43:35 allocating polynomials object in proving key... (mem: 11.00 MiB)
10:43:35 populating trace... (mem: 22.00 MiB)
10:43:35 time to construct proving key: 26 ms. (mem: 23.00 MiB)
10:43:35 using cached bn254 crs with num points 33554433 at "/home/aztec-dev/.bb-crs/bn254_g1.dat" (mem: 23.00 MiB)
10:43:35 Initialized BN254 CRS from memory with num points = 8257 (mem: 24.00 MiB)
10:43:35 created oink proof (mem: 24.00 MiB)
10:43:35 starting sumcheck rounds... (mem: 24.00 MiB)
10:43:36 completed 13 rounds of sumcheck (mem: 24.00 MiB)
10:43:36 executed multivariate-to-univariate reduction (mem: 24.00 MiB)
10:43:36 computed opening proof (mem: 24.00 MiB)
10:43:36 Public inputs saved to "/tmp/tmp.Hw2oTAzbdc/public_inputs" (mem: 24.00 MiB)
10:43:36 Public inputs fields saved to "/tmp/tmp.Hw2oTAzbdc/public_inputs_fields.json" (mem: 24.00 MiB)
10:43:36 Proof saved to "/tmp/tmp.Hw2oTAzbdc/proof" (mem: 24.00 MiB)
10:43:36 Proof fields saved to "/tmp/tmp.Hw2oTAzbdc/proof_fields.json" (mem: 24.00 MiB)
10:43:36 VK saved to "/tmp/tmp.Hw2oTAzbdc/vk" (mem: 24.00 MiB)
10:43:36 VK fields saved to "/tmp/tmp.Hw2oTAzbdc/vk_fields.json" (mem: 24.00 MiB)
10:43:36 + /home/aztec-dev/aztec-packages/barretenberg/cpp/build/bin/bb verify -i /tmp/tmp.Hw2oTAzbdc/public_inputs -k /tmp/tmp.Hw2oTAzbdc/vk -p /tmp/tmp.Hw2oTAzbdc/proof -c /home/aztec-dev/.bb-crs -v --scheme ultra_honk --zk --honk_recursion 1 --oracle_hash keccak
10:43:36 bb command: verify (mem: 6.00 MiB)
10:43:36 Scheme is: ultra_honk, num threads: 8 (mem: 6.00 MiB)
10:43:36 --public_inputs_path: /tmp/tmp.Hw2oTAzbdc/public_inputs (mem: 6.00 MiB)
10:43:36 --proof_path: /tmp/tmp.Hw2oTAzbdc/proof (mem: 6.00 MiB)
10:43:36 --vk_path: /tmp/tmp.Hw2oTAzbdc/vk (mem: 6.00 MiB)
10:43:36 --verbose: true (mem: 6.00 MiB)
10:43:36 --scheme: ultra_honk (mem: 6.00 MiB)
10:43:36 --crs_path: /home/aztec-dev/.bb-crs (mem: 6.00 MiB)
10:43:36 --oracle_hash: keccak (mem: 6.00 MiB)
10:43:36 --zk: true (mem: 6.00 MiB)
10:43:36 --honk_recursion: 1 (mem: 6.00 MiB)
10:43:36 using cached bn254 crs with num points 33554433 at "/home/aztec-dev/.bb-crs/bn254_g1.dat" (mem: 9.00 MiB)
10:43:36 Initialized BN254 CRS from memory with num points = 65 (mem: 10.00 MiB)
10:43:36 Proof verified successfully (mem: 10.00 MiB)
10:43:36 verified: 1 (mem: 10.00 MiB)
10:43:36 + /home/aztec-dev/aztec-packages/barretenberg/cpp/build/bin/bb write_solidity_verifier -c /home/aztec-dev/.bb-crs -v --scheme ultra_honk --zk -k /tmp/tmp.Hw2oTAzbdc/vk -o /tmp/tmp.Hw2oTAzbdc/Verifier.sol --zk
10:43:36 bb command: write_solidity_verifier (mem: 6.00 MiB)
10:43:36 Scheme is: ultra_honk, num threads: 8 (mem: 6.00 MiB)
10:43:36 --scheme: ultra_honk (mem: 6.00 MiB)
10:43:36 --vk_path: /tmp/tmp.Hw2oTAzbdc/vk (mem: 6.00 MiB)
10:43:36 --output_path: /tmp/tmp.Hw2oTAzbdc/Verifier.sol (mem: 6.00 MiB)
10:43:36 --verbose: true (mem: 6.00 MiB)
10:43:36 Warning: the following option is called more than once (mem: 6.00 MiB)
10:43:36 --zk: true (mem: 6.00 MiB)
10:43:36 --crs_path: /home/aztec-dev/.bb-crs (mem: 6.00 MiB)
10:43:36 Solidity verifier saved to "/tmp/tmp.Hw2oTAzbdc/Verifier.sol" (mem: 8.00 MiB)
10:43:36 + export VERIFIER_PATH=/tmp/tmp.Hw2oTAzbdc/Verifier.sol
10:43:36 + realpath ../../sol-test/HonkTest.sol
10:43:36 + export TEST_PATH=/home/aztec-dev/aztec-packages/barretenberg/acir_tests/sol-test/HonkTest.sol
10:43:36 + export TESTING_HONK=true
10:43:36 + export HAS_ZK=true
10:43:36 + basename /tmp/tmp.Hw2oTAzbdc
10:43:36 + export TEST_NAME=tmp.Hw2oTAzbdc
10:43:36 + node ../../sol-test/src/index.js
10:43:45 tmp.Hw2oTAzbdc complete
10:43:45 + rm -rf /tmp/tmp.Hw2oTAzbdc
10:43:45
PASSED (10s)