On OpenBSD:
2026-08-27T11:41:31.0063618Z 492/493 - p2p_private_broadcast_retry_v1.py failed (exit code 1), Duration: 481 s
2026-08-27T11:41:31.0064338Z
2026-08-27T11:41:31.0064642Z stdout:
2026-08-27T11:41:31.0065325Z 2026-08-27T11:33:28.896760Z TestFramework (INFO): PRNG seed is: 5390872729751420807
2026-08-27T11:41:31.0070506Z 2026-08-27T11:33:28.950939Z TestFramework (INFO): Initializing test directory /home/test_runner_₿_🏃_20260827_111756/p2p_private_broadcast_retry_v1_23
2026-08-27T11:41:31.0071910Z 2026-08-27T11:33:29.403561Z TestFramework (INFO): Filling node0's addrman with addresses
2026-08-27T11:41:31.0073084Z 2026-08-27T11:33:29.428231Z TestFramework (INFO): Opening manual connections to all IPv4 addresses to add P2P_V2 flag to addrman entries
2026-08-27T11:41:31.0074528Z 2026-08-27T11:33:29.518324Z TestFramework (INFO): Waiting for all IPv4 addresses to get P2P_V2 as a result of peers advertising support
2026-08-27T11:41:31.0075732Z 2026-08-27T11:41:29.521891Z TestFramework.utils (ERROR): wait_until() failed. Predicate: ''''
2026-08-27T11:41:31.0076882Z self.wait_until(lambda: all(a["services"] & NODE_P2P_V2 != 0 for a in node0.getnodeaddresses(count=0, network="ipv4")))
2026-08-27T11:41:31.0077684Z '''
2026-08-27T11:41:31.0078126Z 2026-08-27T11:41:29.522231Z TestFramework (ERROR): Unexpected exception:
2026-08-27T11:41:31.0078716Z Traceback (most recent call last):
2026-08-27T11:41:31.0079384Z File "/home/bitcoin/test/functional/test_framework/test_framework.py", line 145, in main
2026-08-27T11:41:31.0080628Z self.run_test()
2026-08-27T11:41:31.0080941Z ~~~~~~~~~~~~~^^
2026-08-27T11:41:31.0081951Z File "/home/build/test/functional/p2p_private_broadcast_retry_v1.py", line 165, in run_test
2026-08-27T11:41:31.0083294Z self.wait_until(lambda: all(a["services"] & NODE_P2P_V2 != 0 for a in node0.getnodeaddresses(count=0, network="ipv4")))
2026-08-27T11:41:31.0084297Z ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-08-27T11:41:31.0085224Z File "/home/bitcoin/test/functional/test_framework/test_framework.py", line 747, in wait_until
2026-08-27T11:41:31.0086502Z return wait_until_helper_internal(test_function, timeout=timeout, timeout_factor=self.options.timeout_factor, check_interval=check_interval)
2026-08-27T11:41:31.0087830Z File "/home/bitcoin/test/functional/test_framework/util.py", line 451, in wait_until_helper_internal
2026-08-27T11:41:31.0088895Z raise AssertionError("Predicate {} not true after {} seconds".format(predicate_source, timeout))
2026-08-27T11:41:31.0090044Z AssertionError: Predicate ''''
2026-08-27T11:41:31.0090846Z self.wait_until(lambda: all(a["services"] & NODE_P2P_V2 != 0 for a in node0.getnodeaddresses(count=0, network="ipv4")))
2026-08-27T11:41:31.0091668Z ''' not true after 480.0 seconds
This issue differs from #35508.