https://bitcoinbuilds.org/?job=471847ae-c57f-4c38-8407-ec08c553463b (redirects to an ad/tracker as of Aug 20th 2022)
<details><summary>log excerpt</summary> <p>
2021-03-27T18:33:03.120000Z TestFramework (INFO): Testing end-to-end block relay...
2021-03-27T18:37:03.427000Z TestFramework.utils (ERROR): wait_until() failed. Predicate: ''''
def test_function():
if check_connected:
assert self.is_connected
return test_function_in()
'''
2021-03-27T18:37:03.428000Z TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
File "/home/ubuntu/src/test/functional/test_framework/test_framework.py", line 128, in main
self.run_test()
File "/home/ubuntu/src/test/functional/p2p_compactblocks.py", line 844, in run_test
self.test_end_to_end_block_relay([self.segwit_node, self.old_node])
File "/home/ubuntu/src/test/functional/p2p_compactblocks.py", line 675, in test_end_to_end_block_relay
l.wait_until(lambda: "cmpctblock" in l.last_message, timeout=30)
File "/home/ubuntu/src/test/functional/test_framework/p2p.py", line 450, in wait_until
wait_until_helper(test_function, timeout=timeout, lock=p2p_lock, timeout_factor=self.timeout_factor)
File "/home/ubuntu/src/test/functional/test_framework/util.py", line 261, in wait_until_helper
raise AssertionError("Predicate {} not true after {} seconds".format(predicate_source, timeout))
AssertionError: Predicate ''''
def test_function():
if check_connected:
assert self.is_connected
return test_function_in()
''' not true after 240.0 seconds
2021-03-27T18:37:03.479000Z TestFramework (INFO): Stopping nodes
</p> </details>