Parent Log:
http://ci.aztec-labs.com/2221392aab538d60
Command: 6e611b2acba6dc44 yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/9a37be7dc4208f0eeb44ec50194c00ca3f5c4cc6
Env: REF_NAME=gh-readonly-queue/next/pr-15072-1e338a3fb2e2077f1feaee8b86c42644ff8a5352 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 16:42:45 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15072_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
16:42:52 [16:42:52.429]
INFO:
simulator:test:private_execution Parent deployed at 0x14bf65ef398d8e87b335516f8c1d0ff2b0c65a1265e6ae914765a83c19266610
16:42:52 [16:42:52.436]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x0efa18f8af5577045ef79a5f03107b2db4e0a01c7c958b029b9fa6ba5d67e050
16:42:52 [16:42:52.590]
INFO:
simulator:test:private_execution Calling testCodeGen function
16:42:53 [16:42:53.014]
INFO:
simulator:test:private_execution Calling importer main function
16:43:00
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
14.744 s)
16:43:00 Private Execution test suite
16:43:00 no constructor
16:43:00
✓ emits a field array as an encrypted log (392 ms)
16:43:00 stateful test contract
16:43:00
✓ should have a constructor with arguments that inserts notes (501 ms)
16:43:00
✓ should run the create_note function (371 ms)
16:43:00
✓ should run the destroy_and_create function (945 ms)
16:43:00
✓ should be able to destroy_and_create with dummy notes (686 ms)
16:43:00 nested calls
16:43:00
✓ child function should be callable (103 ms)
16:43:00
✓ parent should call child (214 ms)
16:43:00 nested calls through autogenerated interface
16:43:00
✓ test function should be directly callable (247 ms)
16:43:00
✓ test function should be callable through autogenerated interface (273 ms)
16:43:00 consuming messages
16:43:00 L1 to L2
16:43:00
✓ Should be able to consume a dummy cross chain message (334 ms)
16:43:00
✓ Invalid membership proof (339 ms)
16:43:00
✓ Invalid recipient (280 ms)
16:43:00
✓ Invalid sender (300 ms)
16:43:00
✓ Invalid chainid (297 ms)
16:43:00
✓ Invalid version (291 ms)
16:43:00
✓ Invalid content (272 ms)
16:43:00
✓ Invalid Secret (265 ms)
16:43:00 enqueued calls
16:43:00
✓ parent should enqueue call to child (internal false) (210 ms)
16:43:00
✓ parent should enqueue call to child (internal true) (209 ms)
16:43:00
✓ should be ok for parent to enqueue calls with <= max total args (304 ms)
16:43:00
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (618 ms)
16:43:00 setting teardown function
16:43:00
✓ should be able to set a teardown function (251 ms)
16:43:00 setting fee payer
16:43:00
✓ should default to not being a fee payer (200 ms)
16:43:00
✓ should be able to set a fee payer (234 ms)
16:43:00 pending note hashes contract
16:43:00
✓ should be able to insert, read, and nullify pending note hashes in one call (569 ms)
16:43:00
✓ should be able to insert, read, and nullify pending note hashes in nested calls (440 ms)
16:43:00
✓ cant read a commitment that is inserted later in same call (552 ms)
16:43:00 get master incoming viewing public key
16:43:00
✓ gets the public key for an address (227 ms)
16:43:00 Get notes
16:43:00
✓ fails if returning no notes (255 ms)
16:43:00 Context oracles
16:43:00
✓ this_address should return the current context address (188 ms)
16:43:00 Private global variables
16:43:00
✓ Private global vars are correctly set (259 ms)
16:43:00
✓ Throws when chainId is incorrectly set (217 ms)
16:43:00
✓ Throws when version is incorrectly set (272 ms)
16:43:00 Historical header in private context
16:43:00
✓ Header is correctly set (250 ms)
16:43:00
✓ Throws when header is not as expected (233 ms)
16:43:00
16:43:00
Test Suites: 1 passed, 1 total
16:43:00
Tests: 35 passed, 35 total
16:43:00
Snapshots: 0 total
16:43:00
Time: 14.864 s
16:43:00
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
16:43:00
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?