Parent Log:
http://ci.aztec-labs.com/a474c905046e6ed0
Command: 4d0fb449c606d482 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/263498dd65e8700218979d7a94dbfd25b2a8a8a8
Env: REF_NAME=gh-readonly-queue/next/pr-14921-4b0e4dc09fa55f0bc808fa0c7c3e95e8fa997069 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 20:35:22 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14921_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
20:35:29 [20:35:29.082]
INFO:
simulator:test:private_execution Parent deployed at 0x01b2bd6ecb1e2e26f7561e88c90c47eaf9a804e33a5e2e8048f459749668addd
20:35:29 [20:35:29.089]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x0617c9e00aba418108e5d41c64369a0db757f830ddb233c1b7c9edf1dde1a7e6
20:35:29 [20:35:29.226]
INFO:
simulator:test:private_execution Calling testCodeGen function
20:35:29 [20:35:29.630]
INFO:
simulator:test:private_execution Calling importer main function
20:35:37
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.717 s)
20:35:37 Private Execution test suite
20:35:37 no constructor
20:35:37
✓ emits a field array as an encrypted log (370 ms)
20:35:37 stateful test contract
20:35:37
✓ should have a constructor with arguments that inserts notes (531 ms)
20:35:37
✓ should run the create_note function (314 ms)
20:35:37
✓ should run the destroy_and_create function (818 ms)
20:35:37
✓ should be able to destroy_and_create with dummy notes (745 ms)
20:35:37 nested calls
20:35:37
✓ child function should be callable (99 ms)
20:35:37
✓ parent should call child (189 ms)
20:35:37 nested calls through autogenerated interface
20:35:37
✓ test function should be directly callable (256 ms)
20:35:37
✓ test function should be callable through autogenerated interface (247 ms)
20:35:37 consuming messages
20:35:37 L1 to L2
20:35:37
✓ Should be able to consume a dummy cross chain message (363 ms)
20:35:37
✓ Invalid membership proof (347 ms)
20:35:37
✓ Invalid recipient (274 ms)
20:35:37
✓ Invalid sender (274 ms)
20:35:37
✓ Invalid chainid (293 ms)
20:35:37
✓ Invalid version (292 ms)
20:35:37
✓ Invalid content (305 ms)
20:35:37
✓ Invalid Secret (328 ms)
20:35:37 enqueued calls
20:35:37
✓ parent should enqueue call to child (internal false) (210 ms)
20:35:37
✓ parent should enqueue call to child (internal true) (197 ms)
20:35:37
✓ should be ok for parent to enqueue calls with <= max total args (333 ms)
20:35:37
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (455 ms)
20:35:37 setting teardown function
20:35:37
✓ should be able to set a teardown function (234 ms)
20:35:37 setting fee payer
20:35:37
✓ should default to not being a fee payer (211 ms)
20:35:37
✓ should be able to set a fee payer (224 ms)
20:35:37 pending note hashes contract
20:35:37
✓ should be able to insert, read, and nullify pending note hashes in one call (561 ms)
20:35:37
✓ should be able to insert, read, and nullify pending note hashes in nested calls (472 ms)
20:35:37
✓ cant read a commitment that is inserted later in same call (475 ms)
20:35:37 get master incoming viewing public key
20:35:37
✓ gets the public key for an address (190 ms)
20:35:37 Get notes
20:35:37
✓ fails if returning no notes (258 ms)
20:35:37 Context oracles
20:35:37
✓ this_address should return the current context address (199 ms)
20:35:37 Private global variables
20:35:37
✓ Private global vars are correctly set (175 ms)
20:35:37
✓ Throws when chainId is incorrectly set (184 ms)
20:35:37
✓ Throws when version is incorrectly set (191 ms)
20:35:37 Historical header in private context
20:35:37
✓ Header is correctly set (180 ms)
20:35:37
✓ Throws when header is not as expected (205 ms)
20:35:37
20:35:37
Test Suites: 1 passed, 1 total
20:35:37
Tests: 35 passed, 35 total
20:35:37
Snapshots: 0 total
20:35:37
Time: 13.839 s
20:35:37
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
20:35:37
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?