Parent Log:
http://ci.aztec-labs.com/5d55b1615f5ec373
Command: 29957fbe93665d48 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/b43963b96401afabcaa75e0728adbb551b94d20f
Env: REF_NAME=gh-readonly-queue/next/pr-15216-4608046e462faf9ff3fbee265ba34dbecb5d0b31 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 15:41:56 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15216_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
15:42:03 [15:42:03.505]
INFO:
simulator:test:private_execution Parent deployed at 0x180ae522de0cead2cef8f52e2e2127a8344925cb2e5d963b2fc6f39c2819c98a
15:42:03 [15:42:03.510]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x1b93370fe84ff7f4f6a57310ba21d13d98d6c880715f9267888d73b5f41791e7
15:42:03 [15:42:03.678]
INFO:
simulator:test:private_execution Calling testCodeGen function
15:42:04 [15:42:04.127]
INFO:
simulator:test:private_execution Calling importer main function
15:42:12
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
14.268 s)
15:42:12 Private Execution test suite
15:42:12 no constructor
15:42:12
✓ emits a field array as an encrypted log (395 ms)
15:42:12 stateful test contract
15:42:12
✓ should have a constructor with arguments that inserts notes (462 ms)
15:42:12
✓ should run the create_note function (315 ms)
15:42:12
✓ should run the destroy_and_create function (826 ms)
15:42:12
✓ should be able to destroy_and_create with dummy notes (794 ms)
15:42:12 nested calls
15:42:12
✓ child function should be callable (91 ms)
15:42:12
✓ parent should call child (212 ms)
15:42:12 nested calls through autogenerated interface
15:42:12
✓ test function should be directly callable (260 ms)
15:42:12
✓ test function should be callable through autogenerated interface (303 ms)
15:42:12 consuming messages
15:42:12 L1 to L2
15:42:12
✓ Should be able to consume a dummy cross chain message (322 ms)
15:42:12
✓ Invalid membership proof (329 ms)
15:42:12
✓ Invalid recipient (294 ms)
15:42:12
✓ Invalid sender (289 ms)
15:42:12
✓ Invalid chainid (288 ms)
15:42:12
✓ Invalid version (341 ms)
15:42:12
✓ Invalid content (292 ms)
15:42:12
✓ Invalid Secret (312 ms)
15:42:12 enqueued calls
15:42:12
✓ parent should enqueue call to child (internal false) (187 ms)
15:42:12
✓ parent should enqueue call to child (internal true) (202 ms)
15:42:12
✓ should be ok for parent to enqueue calls with <= max total args (259 ms)
15:42:12
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (505 ms)
15:42:12 setting teardown function
15:42:12
✓ should be able to set a teardown function (244 ms)
15:42:12 setting fee payer
15:42:12
✓ should default to not being a fee payer (218 ms)
15:42:12
✓ should be able to set a fee payer (211 ms)
15:42:12 pending note hashes contract
15:42:12
✓ should be able to insert, read, and nullify pending note hashes in one call (634 ms)
15:42:12
✓ should be able to insert, read, and nullify pending note hashes in nested calls (663 ms)
15:42:12
✓ cant read a commitment that is inserted later in same call (560 ms)
15:42:12 get master incoming viewing public key
15:42:12
✓ gets the public key for an address (204 ms)
15:42:12 Get notes
15:42:12
✓ fails if returning no notes (220 ms)
15:42:12 Context oracles
15:42:12
✓ this_address should return the current context address (241 ms)
15:42:12 Private global variables
15:42:12
✓ Private global vars are correctly set (210 ms)
15:42:12
✓ Throws when chainId is incorrectly set (188 ms)
15:42:12
✓ Throws when version is incorrectly set (227 ms)
15:42:12 Historical header in private context
15:42:12
✓ Header is correctly set (194 ms)
15:42:12
✓ Throws when header is not as expected (240 ms)
15:42:12
15:42:12
Test Suites: 1 passed, 1 total
15:42:12
Tests: 35 passed, 35 total
15:42:12
Snapshots: 0 total
15:42:12
Time: 14.361 s
15:42:12
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
15:42:12
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?