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