Parent Log:
http://ci.aztec-labs.com/b356907553fe9b08
Command: c065bf7213f35b7e yarn-project/scripts/run_test.sh sequencer-client/src/sequencer/timetable.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/f495236d35f9bb0d1086b7ec79256c2c2b7c98b8
Env: REF_NAME=gh-readonly-queue/staging/pr-15201-f0619dd82429a5973f3e1da8d7eb0877264908e3 CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Sat Jun 21 13:26:34 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15201_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_820487f8760c5450_staging
13:26:36
PASS src/sequencer/timetable.test.ts
13:26:36 sequencer-timetable
13:26:36 constructor
13:26:36
✓ fails to construct an instance with too short slot duration (14 ms)
13:26:36
✓ allows a slot duration of at least two ethereum slots (2 ms)
13:26:36 maxAllowedTime
13:26:36
✓ computes time from slot start (1 ms)
13:26:36
✓ computes time from slot end (1 ms)
13:26:36
✓ returns an increasing time for each stage (1 ms)
13:26:36 assertTimeLeft
13:26:36
✓ throws if time is up (1 ms)
13:26:36
✓ does not throw if enough time left
13:26:36
✓ handles negative seconds into slot
13:26:36
✓ skips check if enforcement is off (1 ms)
13:26:36 getBlockProposalExecTimeEnd
13:26:36
✓ sets deadline considering unused time from init phase (1 ms)
13:26:36
✓ sets deadline considering starting before slot
13:26:36
✓ sets deadline when building on time (1 ms)
13:26:36
✓ sets deadline before current time if too late
13:26:36 getValidatorReexecTimeEnd
13:26:36
✓ sets deadline (1 ms)
13:26:36
✓ sets time available equal to block building (1 ms)
13:26:36
13:26:36
Test Suites: 1 passed, 1 total
13:26:36
Tests: 15 passed, 15 total
13:26:36
Snapshots: 0 total
13:26:36
Time: 1.187 s
13:26:36
Ran all test suites matching sequencer-client/src/sequencer/timetable.test.ts
.
13:26:36
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?