Initially thought it was another occurance of #30390. https://github.com/bitcoin/bitcoin/actions/runs/9880260514/job/27288384486#step:27:584:
0 node0 2024-07-10T20:00:55.007544Z [msghand] [D:\a\bitcoin\bitcoin\src\validation.cpp:4305] [AcceptBlockHeader] [validation] AcceptBlockHeader: Consensus::ContextualCheckBlockHeader: 5539fb56d40fa94857d5bee8e1640a3d5a7e50fefa38d1361d2fd43110dcec03, time-too-old, block's timestamp is too early
1 node0 2024-07-10T20:00:55.007575Z [msghand] [D:\a\bitcoin\bitcoin\src\validationinterface.cpp:245] [BlockChecked] [validation] BlockChecked: block hash=5539fb56d40fa94857d5bee8e1640a3d5a7e50fefa38d1361d2fd43110dcec03 state=time-too-old, block's timestamp is too early
2 node0 2024-07-10T20:00:55.007648Z [msghand] [D:\a\bitcoin\bitcoin\src\net_processing.cpp:1887] [Misbehaving] [net] Misbehaving: peer=0
3Error: 2024-07-10T20:00:55.007676Z [msghand] [D:\a\bitcoin\bitcoin\src\validation.cpp:4562] [ProcessNewBlock] [error] ProcessNewBlock: AcceptBlock FAILED (time-too-old, block's timestamp is too early)
4 node0 2024-07-10T20:00:55.007741Z [msghand] [D:\a\bitcoin\bitcoin\src\net_processing.cpp:5310] [MaybeDiscourageAndDisconnect] [net] Warning: disconnecting but not discouraging local peer 0!
5 node0 2024-07-10T20:00:55.007952Z [net] [D:\a\bitcoin\bitcoin\src\net.cpp:554] [CloseSocketDisconnect] [net] disconnecting peer=0
6 node0 2024-07-10T20:00:55.008117Z [net] [D:\a\bitcoin\bitcoin\src\net_processing.cpp:1771] [FinalizeNode] [net] Cleared nodestate for peer=0
0 node0 2024-07-10T20:00:55.008117Z [net] [D:\a\bitcoin\bitcoin\src\net_processing.cpp:1771] [FinalizeNode] [net] Cleared nodestate for peer=0
1 test 2024-07-10T20:00:55.058000Z TestFramework (ERROR): Assertion failed
2 Traceback (most recent call last):
3 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 132, in main
4 self.run_test()
5 File "D:\a\bitcoin\bitcoin/test/functional/p2p_unrequested_blocks.py", line 98, in run_test
6 test_node.send_and_ping(msg_block(blocks_h2[0]))
7 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\p2p.py", line 690, in send_and_ping
8 self.sync_with_ping(timeout=timeout)
9 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\p2p.py", line 703, in sync_with_ping
10 self.wait_until(test_function, timeout=timeout)
11 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\p2p.py", line 588, in wait_until
12 wait_until_helper_internal(test_function, timeout=timeout, lock=p2p_lock, timeout_factor=self.timeout_factor)
13 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\util.py", line 286, in wait_until_helper_internal
14 if predicate():
15 ^^^^^^^^^^^
16 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\p2p.py", line 585, in test_function
17 assert self.is_connected
18 ^^^^^^^^^^^^^^^^^
19 AssertionError
20 test 2024-07-10T20:00:55.058000Z TestFramework (DEBUG): Closing down network thread