Commit fa52a2c7b81817694c3aeddb7f6909334b8c9132
Steps to reproduce:
0FILE_ENV="./ci/test/00_setup_env_arm.sh" MAKEJOBS="-j9" ./ci/test_run_all.sh
0 node0 2019-12-17T20:54:35.953253Z [] ThreadRPCServer method=getblockcount user=__cookie__
1 test 2019-12-17T20:54:35.959000Z TestFramework.node0 (DEBUG): RPC successfully started
2 test 2019-12-17T20:54:35.966000Z TestFramework (ERROR): Assertion failed
3 Traceback (most recent call last):
4 File "/home/marco/bitcoin/build/bitcoin-arm-linux-gnueabihf/test/functional/test_framework/test_framework.py", line 112, in main
5 self.run_test()
6 File "/home/marco/bitcoin/build/bitcoin-arm-linux-gnueabihf/test/functional/rpc_bind.py", line 89, in run_test
7 self._run_loopback_tests()
8 File "/home/marco/bitcoin/build/bitcoin-arm-linux-gnueabihf/test/functional/rpc_bind.py", line 97, in _run_loopback_tests
9 [('127.0.0.1', self.defaultport)])
10 File "/home/marco/bitcoin/build/bitcoin-arm-linux-gnueabihf/test/functional/rpc_bind.py", line 43, in run_bind_test
11 assert_equal(set(get_bind_addrs(pid)), set(expected))
12 File "/home/marco/bitcoin/build/bitcoin-arm-linux-gnueabihf/test/functional/test_framework/util.py", line 46, in assert_equal
13 raise AssertionError("not(%s)" % " == ".join(str(arg) for arg in (thing1, thing2) + args))
14 AssertionError: not(set() == {('7f000001', 16456)})