https://github.com/bitcoin/bitcoin/actions/runs/20445863729/job/58749036885#step:9:3498:
0 test 2025-12-22T23:47:48.293698Z TestFramework.p2p (DEBUG): Received message from 127.0.0.1:12164: msg_pong(nonce=00000000)
1 test 2025-12-22T23:47:48.293794Z TestFramework.p2p (DEBUG): Received message from 127.0.0.1:12164: msg_pong(nonce=00000006)
2 test 2025-12-22T23:47:48.344658Z TestFramework (ERROR): Unexpected exception
3 Traceback (most recent call last):
4 File "/Users/runner/work/bitcoin/bitcoin/repo_archive/test/functional/test_framework/test_framework.py", line 142, in main
5 self.run_test()
6 ~~~~~~~~~~~~~^^
7 File "/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/build-aarch64-apple-darwin24.6.0/test/functional/p2p_addr_selfannouncement.py", line 67, in run_test
8 self.self_announcement_test(outbound=False, addrv2=True)
9 ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10 File "/Users/runner/work/bitcoin/bitcoin/repo_archive/ci/scratch/build-aarch64-apple-darwin24.6.0/test/functional/p2p_addr_selfannouncement.py", line 135, in self_announcement_test
11 assert_equal(addr_receiver.self_announcements_received, last_self_announcements_received + 1)
12 ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13 File "/Users/runner/work/bitcoin/bitcoin/repo_archive/test/functional/test_framework/util.py", line 80, in assert_equal
14 raise AssertionError("not(%s)" % " == ".join(str(arg) for arg in (thing1, thing2) + args))
15 AssertionError: not(4 == 5)
16 test 2025-12-22T23:47:48.347601Z TestFramework (DEBUG): Closing down network thread