Parent Log:
http://ci.aztec-labs.com/d8025bcc0b256720
Command: 3f641f999898abab yarn-project/scripts/run_test.sh pxe/src/contract_function_simulator/oracle/private_execution.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/2fb1dd1c3a73b872ba2c6e24ff0303eb2f7ac0fc
Env: REF_NAME=gh-readonly-queue/next/pr-15136-cbd66b52b44f3aad75bf6e52a67987ed206598aa CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Thu Jun 19 07:31:01 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15136_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_8087a2676fca9ecb_next
07:31:06 [07:31:06.871]
INFO:
simulator:test:private_execution Parent deployed at 0x10c8bca618d3ee80db631118c2168ea65ef9ea2b42f0788cdcdefce0c101e819
07:31:06 [07:31:06.875]
INFO:
simulator:test:private_execution Calling child function 0xa0df92cc at 0x0b32ac9a0b4137ee8f64cd3887fde66284609500e99ffcd77b7381227ec276c3
07:31:07 [07:31:07.012]
INFO:
simulator:test:private_execution Calling testCodeGen function
07:31:07 [07:31:07.311]
INFO:
simulator:test:private_execution Calling importer main function
07:31:13
PASS src/contract_function_simulator/oracle/private_execution.test.ts (
10.827 s)
07:31:13 Private Execution test suite
07:31:13 no constructor
07:31:13
✓ emits a field array as an encrypted log (318 ms)
07:31:13 stateful test contract
07:31:13
✓ should have a constructor with arguments that inserts notes (382 ms)
07:31:13
✓ should run the create_note function (250 ms)
07:31:13
✓ should run the destroy_and_create function (581 ms)
07:31:13
✓ should be able to destroy_and_create with dummy notes (564 ms)
07:31:13 nested calls
07:31:13
✓ child function should be callable (81 ms)
07:31:13
✓ parent should call child (170 ms)
07:31:13 nested calls through autogenerated interface
07:31:13
✓ test function should be directly callable (172 ms)
07:31:13
✓ test function should be callable through autogenerated interface (211 ms)
07:31:13 consuming messages
07:31:13 L1 to L2
07:31:13
✓ Should be able to consume a dummy cross chain message (230 ms)
07:31:13
✓ Invalid membership proof (251 ms)
07:31:13
✓ Invalid recipient (230 ms)
07:31:13
✓ Invalid sender (236 ms)
07:31:13
✓ Invalid chainid (247 ms)
07:31:13
✓ Invalid version (230 ms)
07:31:13
✓ Invalid content (225 ms)
07:31:13
✓ Invalid Secret (233 ms)
07:31:13 enqueued calls
07:31:13
✓ parent should enqueue call to child (internal false) (153 ms)
07:31:13
✓ parent should enqueue call to child (internal true) (145 ms)
07:31:13
✓ should be ok for parent to enqueue calls with <= max total args (229 ms)
07:31:13
✓ (prevent footguns) should error if parent enqueues two public calls with too many TOTAL args (393 ms)
07:31:13 setting teardown function
07:31:13
✓ should be able to set a teardown function (178 ms)
07:31:13 setting fee payer
07:31:13
✓ should default to not being a fee payer (178 ms)
07:31:13
✓ should be able to set a fee payer (177 ms)
07:31:13 pending note hashes contract
07:31:13
✓ should be able to insert, read, and nullify pending note hashes in one call (473 ms)
07:31:13
✓ should be able to insert, read, and nullify pending note hashes in nested calls (408 ms)
07:31:13
✓ cant read a commitment that is inserted later in same call (378 ms)
07:31:13 get master incoming viewing public key
07:31:13
✓ gets the public key for an address (197 ms)
07:31:13 Get notes
07:31:13
✓ fails if returning no notes (198 ms)
07:31:13 Context oracles
07:31:13
✓ this_address should return the current context address (167 ms)
07:31:13 Private global variables
07:31:13
✓ Private global vars are correctly set (164 ms)
07:31:13
✓ Throws when chainId is incorrectly set (170 ms)
07:31:13
✓ Throws when version is incorrectly set (169 ms)
07:31:13 Historical header in private context
07:31:13
✓ Header is correctly set (174 ms)
07:31:13
✓ Throws when header is not as expected (176 ms)
07:31:13
07:31:13
Test Suites: 1 passed, 1 total
07:31:13
Tests: 35 passed, 35 total
07:31:13
Snapshots: 0 total
07:31:13
Time: 10.899 s
07:31:13
Ran all test suites matching pxe/src/contract_function_simulator/oracle/private_execution.test.ts
.
07:31:13
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?