Parent Log:
http://ci.aztec-labs.com/e5716000eec0ec74
Command: 68e9475192d7aeac yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/328bbab47c7c4669218f45f56840c0c5959f16a8
Env: REF_NAME=gh-readonly-queue/next/pr-15206-fe25e8151d865a744220512c782713e46482165a CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 08:45:05 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15206_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
08:45:11 [08:45:11.589]
INFO:
simulator:test:private_execution Parent deployed at 0x02981beb0bd40b0c7968b23f8a6f8f8ae90fb8cdf65635156a798109ba615e25
08:45:11 [08:45:11.595]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x2b339882365664e249506f959fa0840c429430fdb6c81fe88da6e99a2c17375e
08:45:11 [08:45:11.781]
INFO:
simulator:test:private_execution Calling testCodeGen function
08:45:12 [08:45:12.138]
INFO:
simulator:test:private_execution Calling importer main function
08:45:19
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
13.35 s)
08:45:19 Private Execution test suite
08:45:19 no constructor
08:45:19
✓ emits a field array as an encrypted log (380 ms)
08:45:19 stateful test contract
08:45:19
✓ should have a constructor with arguments that inserts notes (486 ms)
08:45:19
✓ should run the create_note function (323 ms)
08:45:19
✓ should run the destroy_and_create function (759 ms)
08:45:19
✓ should be able to destroy_and_create with dummy notes (693 ms)
08:45:19 nested calls
08:45:19
✓ child function should be callable (84 ms)
08:45:19
✓ parent should call child (231 ms)
08:45:19 nested calls through autogenerated interface
08:45:19
✓ test function should be directly callable (220 ms)
08:45:19
✓ test function should be callable through autogenerated interface (233 ms)
08:45:19 consuming messages
08:45:19 L1 to L2
08:45:19
✓ Should be able to consume a dummy cross chain message (304 ms)
08:45:19
✓ Invalid membership proof (332 ms)
08:45:19
✓ Invalid recipient (280 ms)
08:45:19
✓ Invalid sender (273 ms)
08:45:19
✓ Invalid chainid (263 ms)
08:45:19
✓ Invalid version (288 ms)
08:45:19
✓ Invalid content (305 ms)
08:45:19
✓ Invalid Secret (254 ms)
08:45:19 enqueued calls
08:45:19
✓ parent should enqueue call to child (internal false) (178 ms)
08:45:19
✓ parent should enqueue call to child (internal true) (172 ms)
08:45:19
✓ should be ok for parent to enqueue calls with <= max total args (281 ms)
08:45:19
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (477 ms)
08:45:19 setting teardown function
08:45:19
✓ should be able to set a teardown function (208 ms)
08:45:19 setting fee payer
08:45:19
✓ should default to not being a fee payer (238 ms)
08:45:19
✓ should be able to set a fee payer (197 ms)
08:45:19 pending note hashes contract
08:45:19
✓ should be able to insert, read, and nullify pending note hashes in one call (608 ms)
08:45:19
✓ should be able to insert, read, and nullify pending note hashes in nested calls (519 ms)
08:45:19
✓ cant read a commitment that is inserted later in same call (454 ms)
08:45:19 get master incoming viewing public key
08:45:19
✓ gets the public key for an address (256 ms)
08:45:19 Get notes
08:45:19
✓ fails if returning no notes (240 ms)
08:45:19 Context oracles
08:45:19
✓ this_address should return the current context address (208 ms)
08:45:19 Private global variables
08:45:19
✓ Private global vars are correctly set (199 ms)
08:45:19
✓ Throws when chainId is incorrectly set (176 ms)
08:45:19
✓ Throws when version is incorrectly set (165 ms)
08:45:19 Historical header in private context
08:45:19
✓ Header is correctly set (222 ms)
08:45:19
✓ Throws when header is not as expected (213 ms)
08:45:19
08:45:19
Test Suites: 1 passed, 1 total
08:45:19
Tests: 35 passed, 35 total
08:45:19
Snapshots: 0 total
08:45:19
Time: 13.447 s
08:45:19
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
08:45:19
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?