Parent Log:
http://ci.aztec-labs.com/1e5f68eab57c502e
Command: 3f1d1d87da1584d1 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/aac426c9418162aeee8162ed45014b9393d605b8
Env: REF_NAME=gh-readonly-queue/next/pr-15051-92d685c3a802eb31897b6f13d28b9ee428c73744 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 20 06:35:54 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15051_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
06:36:00 [06:36:00.927]
INFO:
simulator:test:private_execution Parent deployed at 0x1433ba8ae9d65f58bd41de0f441b36d79aef25de429959992a14cac728528bb0
06:36:00 [06:36:00.935]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x1ca7a01434ca1fc9661fe130a1c3663da19ef61c5cbfc50ad3f73bd76d6a16e3
06:36:01 [06:36:01.097]
INFO:
simulator:test:private_execution Calling testCodeGen function
06:36:01 [06:36:01.466]
INFO:
simulator:test:private_execution Calling importer main function
06:36:09
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.931 s)
06:36:09 Private Execution test suite
06:36:09 no constructor
06:36:09
✓ emits a field array as an encrypted log (339 ms)
06:36:09 stateful test contract
06:36:09
✓ should have a constructor with arguments that inserts notes (517 ms)
06:36:09
✓ should run the create_note function (283 ms)
06:36:09
✓ should run the destroy_and_create function (684 ms)
06:36:09
✓ should be able to destroy_and_create with dummy notes (611 ms)
06:36:09 nested calls
06:36:09
✓ child function should be callable (95 ms)
06:36:09
✓ parent should call child (198 ms)
06:36:09 nested calls through autogenerated interface
06:36:09
✓ test function should be directly callable (232 ms)
06:36:09
✓ test function should be callable through autogenerated interface (250 ms)
06:36:09 consuming messages
06:36:09 L1 to L2
06:36:09
✓ Should be able to consume a dummy cross chain message (282 ms)
06:36:09
✓ Invalid membership proof (324 ms)
06:36:09
✓ Invalid recipient (304 ms)
06:36:09
✓ Invalid sender (314 ms)
06:36:09
✓ Invalid chainid (334 ms)
06:36:09
✓ Invalid version (304 ms)
06:36:09
✓ Invalid content (318 ms)
06:36:09
✓ Invalid Secret (275 ms)
06:36:09 enqueued calls
06:36:09
✓ parent should enqueue call to child (internal false) (186 ms)
06:36:09
✓ parent should enqueue call to child (internal true) (191 ms)
06:36:09
✓ should be ok for parent to enqueue calls with <= max total args (299 ms)
06:36:09
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (545 ms)
06:36:09 setting teardown function
06:36:09
✓ should be able to set a teardown function (252 ms)
06:36:09 setting fee payer
06:36:09
✓ should default to not being a fee payer (245 ms)
06:36:09
✓ should be able to set a fee payer (200 ms)
06:36:09 pending note hashes contract
06:36:09
✓ should be able to insert, read, and nullify pending note hashes in one call (612 ms)
06:36:09
✓ should be able to insert, read, and nullify pending note hashes in nested calls (552 ms)
06:36:09
✓ cant read a commitment that is inserted later in same call (506 ms)
06:36:09 get master incoming viewing public key
06:36:09
✓ gets the public key for an address (278 ms)
06:36:09 Get notes
06:36:09
✓ fails if returning no notes (230 ms)
06:36:09 Context oracles
06:36:09
✓ this_address should return the current context address (223 ms)
06:36:09 Private global variables
06:36:09
✓ Private global vars are correctly set (243 ms)
06:36:09
✓ Throws when chainId is incorrectly set (223 ms)
06:36:09
✓ Throws when version is incorrectly set (256 ms)
06:36:09 Historical header in private context
06:36:09
✓ Header is correctly set (248 ms)
06:36:09
✓ Throws when header is not as expected (209 ms)
06:36:09
06:36:09
Test Suites: 1 passed, 1 total
06:36:09
Tests: 35 passed, 35 total
06:36:09
Snapshots: 0 total
06:36:09
Time: 14.023 s
06:36:09
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
06:36:09
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?