Parent Log:
http://ci.aztec-labs.com/2eb51e87340ddb13
Command: 024e96465ffd3e9a yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/a0a8617413ca6f4fba2ad190ce73dab59bd75a45
Env: REF_NAME=gh-readonly-queue/next/pr-15101-056e5230c330d6ad19900135ecf2a4787181496a CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 14:07:40 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15101_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
14:07:47 [14:07:47.097]
INFO:
simulator:test:private_execution Parent deployed at 0x0a3490f0302d9f486a0619eab8aa5184efcfab42d22651a6325188cea20c3bca
14:07:47 [14:07:47.102]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x0a89d47ea6543a83f3900bc8b57e1a73b36cbaa896420d4904d095442717e032
14:07:47 [14:07:47.261]
INFO:
simulator:test:private_execution Calling testCodeGen function
14:07:47 [14:07:47.603]
INFO:
simulator:test:private_execution Calling importer main function
14:07:54
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
12.904 s)
14:07:54 Private Execution test suite
14:07:54 no constructor
14:07:54
✓ emits a field array as an encrypted log (371 ms)
14:07:54 stateful test contract
14:07:54
✓ should have a constructor with arguments that inserts notes (468 ms)
14:07:54
✓ should run the create_note function (267 ms)
14:07:54
✓ should run the destroy_and_create function (721 ms)
14:07:54
✓ should be able to destroy_and_create with dummy notes (620 ms)
14:07:54 nested calls
14:07:54
✓ child function should be callable (97 ms)
14:07:54
✓ parent should call child (233 ms)
14:07:54 nested calls through autogenerated interface
14:07:54
✓ test function should be directly callable (202 ms)
14:07:54
✓ test function should be callable through autogenerated interface (250 ms)
14:07:54 consuming messages
14:07:54 L1 to L2
14:07:54
✓ Should be able to consume a dummy cross chain message (268 ms)
14:07:54
✓ Invalid membership proof (335 ms)
14:07:54
✓ Invalid recipient (253 ms)
14:07:54
✓ Invalid sender (289 ms)
14:07:54
✓ Invalid chainid (253 ms)
14:07:54
✓ Invalid version (229 ms)
14:07:54
✓ Invalid content (241 ms)
14:07:54
✓ Invalid Secret (287 ms)
14:07:54 enqueued calls
14:07:54
✓ parent should enqueue call to child (internal false) (196 ms)
14:07:54
✓ parent should enqueue call to child (internal true) (203 ms)
14:07:54
✓ should be ok for parent to enqueue calls with <= max total args (286 ms)
14:07:54
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (515 ms)
14:07:54 setting teardown function
14:07:54
✓ should be able to set a teardown function (198 ms)
14:07:54 setting fee payer
14:07:54
✓ should default to not being a fee payer (189 ms)
14:07:54
✓ should be able to set a fee payer (237 ms)
14:07:54 pending note hashes contract
14:07:54
✓ should be able to insert, read, and nullify pending note hashes in one call (527 ms)
14:07:54
✓ should be able to insert, read, and nullify pending note hashes in nested calls (523 ms)
14:07:54
✓ cant read a commitment that is inserted later in same call (438 ms)
14:07:54 get master incoming viewing public key
14:07:54
✓ gets the public key for an address (201 ms)
14:07:54 Get notes
14:07:54
✓ fails if returning no notes (220 ms)
14:07:54 Context oracles
14:07:54
✓ this_address should return the current context address (214 ms)
14:07:54 Private global variables
14:07:54
✓ Private global vars are correctly set (225 ms)
14:07:54
✓ Throws when chainId is incorrectly set (175 ms)
14:07:54
✓ Throws when version is incorrectly set (175 ms)
14:07:54 Historical header in private context
14:07:54
✓ Header is correctly set (218 ms)
14:07:54
✓ Throws when header is not as expected (186 ms)
14:07:54
14:07:54
Test Suites: 1 passed, 1 total
14:07:54
Tests: 35 passed, 35 total
14:07:54
Snapshots: 0 total
14:07:54
Time: 13.016 s
14:07:54
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
14:07:54
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?