ci: feature_proxy failing in MSVC job #29090

issue fanquake opened this issue on December 15, 2023
  1. fanquake commented at 9:57 AM on December 15, 2023: member

    https://github.com/bitcoin/bitcoin/actions/runs/7219794888/job/19671475361?pr=29088#step:27:73:

    288/288 - feature_proxy.py failed, Duration: 2410 s
    
    stdout:
    2023-12-15T08:53:02.026000Z TestFramework (INFO): PRNG seed is: 197024891591373016
    
    2023-12-15T08:53:02.026000Z TestFramework (INFO): Initializing test directory D:\a\_temp\test_runner_₿_🏃_20231215_084456\feature_proxy_168
    
    2023-12-15T09:33:11.259000Z TestFramework (ERROR): Assertion failed
    
    Traceback (most recent call last):
    
      File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 556, in start_nodes
    
        node.wait_for_rpc_connection()
    
      File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 308, in wait_for_rpc_connection
    
        self._raise_assertion_error("Unable to connect to bitcoind after {}s".format(self.rpc_timeout))
    
      File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 182, in _raise_assertion_error
    
        raise AssertionError(self._node_msg(msg))
    
    AssertionError: [node 0] Unable to connect to bitcoind after 2400s
    
    
    
    During handling of the above exception, another exception occurred:
    
    
    
    Traceback (most recent call last):
    
      File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 130, in main
    
        self.setup()
    
      File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 297, in setup
    
        self.setup_network()
    
      File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 391, in setup_network
    
        self.setup_nodes()
    
      File "D:\a\bitcoin\bitcoin/test/functional/feature_proxy.py", line 117, in setup_nodes
    
        self.start_nodes()
    
      File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 559, in start_nodes
    
        self.stop_nodes()
    
      File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 574, in stop_nodes
    
        node.stop_node(wait=wait, wait_until_stopped=False)
    
      File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 369, in stop_node
    
        self.stop(wait=wait)
    
        ^^^^^^^^^
    
      File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 199, in __getattr__
    
        assert self.rpc_connected and self.rpc is not None, self._node_msg("Error: no RPC connection")
    
    AssertionError: [node 0] Error: no RPC connection
    
    2023-12-15T09:33:11.314000Z TestFramework (INFO): Stopping nodes
    
    
    
    stderr:
    Traceback (most recent call last):
    
      File "D:\a\bitcoin\bitcoin/test/functional/feature_proxy.py", line 388, in <module>
    
        ProxyTest().main()
    
      File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 154, in main
    
        exit_code = self.shutdown()
    
                    ^^^^^^^^^^^^^^^
    
      File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 313, in shutdown
    
        self.stop_nodes()
    
      File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 574, in stop_nodes
    
        node.stop_node(wait=wait, wait_until_stopped=False)
    
      File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 369, in stop_node
    
        self.stop(wait=wait)
    
        ^^^^^^^^^
    
      File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 199, in __getattr__
    
        assert self.rpc_connected and self.rpc is not None, self._node_msg("Error: no RPC connection")
    
    AssertionError: [node 0] Error: no RPC connection
    
    
    
    Combine the logs and print the last 99999999 lines ...
    
    ============
    Combined log for D:\a\_temp/test_runner_₿_🏃_20231215_084456/feature_proxy_168:
    ============
    
     test  2023-12-15T08:53:02.026000Z TestFramework (INFO): PRNG seed is: 197024891591373016 
     test  2023-12-15T08:53:02.026000Z TestFramework (DEBUG): Setting up network thread 
     test  2023-12-15T08:53:02.026000Z TestFramework (INFO): Initializing test directory D:\a\_temp\test_runner_₿_🏃_20231215_084456\feature_proxy_168 
     test  2023-12-15T08:53:02.042000Z TestFramework.node0 (DEBUG): bitcoind started, waiting for RPC to come up 
     test  2023-12-15T08:53:02.042000Z TestFramework.node1 (DEBUG): bitcoind started, waiting for RPC to come up 
     test  2023-12-15T08:53:02.042000Z TestFramework.node2 (DEBUG): bitcoind started, waiting for RPC to come up 
     test  2023-12-15T08:53:02.042000Z TestFramework.node3 (DEBUG): bitcoind started, waiting for RPC to come up 
     test  2023-12-15T08:53:02.042000Z TestFramework.node4 (DEBUG): bitcoind started, waiting for RPC to come up 
     test  2023-12-15T09:33:11.259000Z TestFramework.node0 (DEBUG): Stopping node 
     test  2023-12-15T09:33:11.259000Z TestFramework (ERROR): Assertion failed 
                                       Traceback (most recent call last):
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 556, in start_nodes
                                           node.wait_for_rpc_connection()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 308, in wait_for_rpc_connection
                                           self._raise_assertion_error("Unable to connect to bitcoind after {}s".format(self.rpc_timeout))
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 182, in _raise_assertion_error
                                           raise AssertionError(self._node_msg(msg))
                                       AssertionError: [node 0] Unable to connect to bitcoind after 2400s
                                       During handling of the above exception, another exception occurred:
                                       Traceback (most recent call last):
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 130, in main
                                           self.setup()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 297, in setup
                                           self.setup_network()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 391, in setup_network
                                           self.setup_nodes()
                                         File "D:\a\bitcoin\bitcoin/test/functional/feature_proxy.py", line 117, in setup_nodes
                                           self.start_nodes()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 559, in start_nodes
                                           self.stop_nodes()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 574, in stop_nodes
                                           node.stop_node(wait=wait, wait_until_stopped=False)
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 369, in stop_node
                                           self.stop(wait=wait)
                                           ^^^^^^^^^
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 199, in __getattr__
                                           assert self.rpc_connected and self.rpc is not None, self._node_msg("Error: no RPC connection")
                                       AssertionError: [node 0] Error: no RPC connection
     test  2023-12-15T09:33:11.259000Z TestFramework (DEBUG): Closing down network thread 
     test  2023-12-15T09:33:11.314000Z TestFramework (INFO): Stopping nodes 
     test  2023-12-15T09:33:11.314000Z TestFramework.node0 (DEBUG): Stopping node 
    
  2. fanquake commented at 3:03 PM on December 18, 2023: member
  3. maflcko added the label Windows on Dec 18, 2023
  4. maflcko added the label Tests on Dec 18, 2023
  5. maflcko added the label CI failed on Jan 24, 2024
  6. maflcko commented at 9:31 AM on January 24, 2024: member

    Similar failure, different test: https://github.com/bitcoin/bitcoin/actions/runs/7249043694/job/19746211856#step:27:521.

    Not sure. This one has

    Error: 2023-12-18T14:15:31.391534Z [D:\a\bitcoin\bitcoin\src\logging.h:264] [error] ERROR: Commit: Failed to commit latest txindex state 
    

    in the log.

  7. fanquake commented at 1:25 PM on January 26, 2024: member

    https://github.com/bitcoin/bitcoin/actions/runs/7667501768/job/20897463395

     ============
    Combined log for D:\a\_temp/test_runner_₿_🏃_20240126_113602/feature_index_prune_293:
    ============
    
     test  2024-01-26T11:36:28.165000Z TestFramework (INFO): PRNG seed is: 8852427722333217080 
     test  2024-01-26T11:36:28.165000Z TestFramework (DEBUG): Setting up network thread 
     test  2024-01-26T11:36:28.212000Z TestFramework (INFO): Initializing test directory D:\a\_temp\test_runner_₿_🏃_20240126_113602\feature_index_prune_293 
     test  2024-01-26T11:36:28.212000Z TestFramework (DEBUG): Copy cache directory D:\a\bitcoin\bitcoin\test\cache\node0 to node 0 
     test  2024-01-26T11:36:28.227000Z TestFramework (DEBUG): Copy cache directory D:\a\bitcoin\bitcoin\test\cache\node0 to node 1 
     test  2024-01-26T11:36:28.274000Z TestFramework (DEBUG): Copy cache directory D:\a\bitcoin\bitcoin\test\cache\node0 to node 2 
     test  2024-01-26T11:36:28.290000Z TestFramework (DEBUG): Copy cache directory D:\a\bitcoin\bitcoin\test\cache\node0 to node 3 
     test  2024-01-26T11:36:28.337000Z TestFramework.node0 (DEBUG): bitcoind started, waiting for RPC to come up 
     test  2024-01-26T11:36:28.337000Z TestFramework.node1 (DEBUG): bitcoind started, waiting for RPC to come up 
     test  2024-01-26T11:36:28.337000Z TestFramework.node2 (DEBUG): bitcoind started, waiting for RPC to come up 
     test  2024-01-26T11:36:28.337000Z TestFramework.node3 (DEBUG): bitcoind started, waiting for RPC to come up 
     test  2024-01-26T12:18:05.036000Z TestFramework.node0 (DEBUG): Stopping node 
     test  2024-01-26T12:18:05.036000Z TestFramework (ERROR): Assertion failed 
                                       Traceback (most recent call last):
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 556, in start_nodes
                                           node.wait_for_rpc_connection()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 308, in wait_for_rpc_connection
                                           self._raise_assertion_error("Unable to connect to bitcoind after {}s".format(self.rpc_timeout))
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 182, in _raise_assertion_error
                                           raise AssertionError(self._node_msg(msg))
                                       AssertionError: [node 0] Unable to connect to bitcoind after 2400s
                                       During handling of the above exception, another exception occurred:
                                       Traceback (most recent call last):
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 130, in main
                                           self.setup()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 297, in setup
                                           self.setup_network()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 391, in setup_network
                                           self.setup_nodes()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 413, in setup_nodes
                                           self.start_nodes()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 559, in start_nodes
                                           self.stop_nodes()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 574, in stop_nodes
                                           node.stop_node(wait=wait, wait_until_stopped=False)
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 369, in stop_node
                                           self.stop(wait=wait)
                                           ^^^^^^^^^
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 199, in __getattr__
                                           assert self.rpc_connected and self.rpc is not None, self._node_msg("Error: no RPC connection")
                                       AssertionError: [node 0] Error: no RPC connection
     test  2024-01-26T12:18:05.036000Z TestFramework (DEBUG): Closing down network thread 
     test  2024-01-26T12:18:05.090000Z TestFramework (INFO): Stopping nodes 
     test  2024-01-26T12:18:05.090000Z TestFramework.node0 (DEBUG): Stopping node 
    
  8. m3dwards commented at 11:51 AM on February 28, 2024: contributor

    I have been unable to replicate this on my Windows 11 box after over 200 full suite runs.

    I did get a bunch of RPC timeouts when the tests tried to shut bitcoind down until I upgraded python from 3.11 to 3.12 and that seemed to fix that for me.

    The CI job specifies python 3 (py -3) and on the hosted CI test runner since roughly October 2023 this will default to 3.12. No idea if this issue has anything to do with Python version but it's just to say all these failures would have been on the same version I am running stably.

  9. maflcko commented at 11:57 AM on February 28, 2024: member

    The CI job specifies python 3 (py -3) and on the hosted CI test runner since roughly October 2023 this will default to 3.12.

    I think it would be useful if the task printed the python version to the CI log, if that isn't already done.

  10. m3dwards commented at 12:07 PM on February 28, 2024: contributor

    @hebasto also suggested printing the python version. I couldn't see it in the logs, I'll add it to the workflow.

  11. m3dwards commented at 2:03 PM on February 28, 2024: contributor

    PR to print python version on windows ci job: https://github.com/bitcoin/bitcoin/pull/29504

  12. fanquake commented at 4:34 PM on March 8, 2024: member

    New failure in feature_proxy: https://github.com/bitcoin/bitcoin/actions/runs/8205349524/job/22441996383?pr=29600#step:27:511

     test  2024-03-08T16:22:27.604000Z TestFramework (ERROR): Assertion failed 
                                       Traceback (most recent call last):
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 556, in start_nodes
                                           node.wait_for_rpc_connection()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 316, in wait_for_rpc_connection
                                           self._raise_assertion_error("Unable to connect to bitcoind after {}s".format(self.rpc_timeout))
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 190, in _raise_assertion_error
                                           raise AssertionError(self._node_msg(msg))
                                       AssertionError: [node 2] Unable to connect to bitcoind after 2400s
                                       During handling of the above exception, another exception occurred:
                                       Traceback (most recent call last):
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 130, in main
                                           self.setup()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 297, in setup
                                           self.setup_network()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 391, in setup_network
                                           self.setup_nodes()
                                         File "D:\a\bitcoin\bitcoin/test/functional/feature_proxy.py", line 117, in setup_nodes
                                           self.start_nodes()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 559, in start_nodes
                                           self.stop_nodes()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 574, in stop_nodes
                                           node.stop_node(wait=wait, wait_until_stopped=False)
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 377, in stop_node
                                           self.stop(wait=wait)
                                           ^^^^^^^^^
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 207, in __getattr__
                                           assert self.rpc_connected and self.rpc is not None, self._node_msg("Error: no RPC connection")
                                       AssertionError: [node 2] Error: no RPC connection
     test  2024-03-08T16:22:27.604000Z TestFramework (DEBUG): Closing down network thread 
     node0 2024-03-08T16:22:27.606153Z [D:\a\bitcoin\bitcoin\src\httpserver.cpp:306] [http_request_cb] [http] Received a POST request for / from 127.0.0.1:54744 
    
  13. fanquake commented at 1:01 PM on March 12, 2024: member

    Looks like the same failure, but in mining_basic.py (https://github.com/bitcoin/bitcoin/actions/runs/8248318114/job/22558373371#step:27:373):

      test  2024-03-12T12:59:23.285000Z TestFramework.node0 (DEBUG): Stopping node 
     test  2024-03-12T12:59:23.285000Z TestFramework.node1 (DEBUG): Stopping node 
     test  2024-03-12T12:59:23.285000Z TestFramework (ERROR): Assertion failed 
                                       Traceback (most recent call last):
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 560, in start_nodes
                                           node.wait_for_rpc_connection()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 314, in wait_for_rpc_connection
                                           self._raise_assertion_error("Unable to connect to bitcoind after {}s".format(self.rpc_timeout))
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 188, in _raise_assertion_error
                                           raise AssertionError(self._node_msg(msg))
                                       AssertionError: [node 1] Unable to connect to bitcoind after 2400s
                                       During handling of the above exception, another exception occurred:
                                       Traceback (most recent call last):
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 130, in main
                                           self.setup()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 301, in setup
                                           self.setup_network()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 395, in setup_network
                                           self.setup_nodes()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 417, in setup_nodes
                                           self.start_nodes()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 563, in start_nodes
                                           self.stop_nodes()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 578, in stop_nodes
                                           node.stop_node(wait=wait, wait_until_stopped=False)
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 375, in stop_node
                                           self.stop(wait=wait)
                                           ^^^^^^^^^
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 205, in __getattr__
                                           assert self.rpc_connected and self.rpc is not None, self._node_msg("Error: no RPC connection")
                                       AssertionError: [node 1] Error: no RPC connection
     test  2024-03-12T12:59:23.285000Z TestFramework (DEBUG): Closing down network thread 
     node0 2024-03-12T12:59:23.287013Z [D:\a\bitcoin\bitcoin\src\httpserver.cpp:306] [http_request_cb] [http] Received a POST request for / from 127.0.0.1:59120 
    
  14. fanquake commented at 8:03 AM on April 16, 2024: member

    https://github.com/bitcoin/bitcoin/actions/runs/8690581373/job/23830847391:

      test  2024-04-15T15:06:28.426000Z TestFramework.node3 (DEBUG): Stopping node 
     test  2024-04-15T15:06:28.426000Z TestFramework (ERROR): Assertion failed 
                                       Traceback (most recent call last):
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 565, in start_nodes
                                           node.wait_for_rpc_connection()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 314, in wait_for_rpc_connection
                                           self._raise_assertion_error("Unable to connect to bitcoind after {}s".format(self.rpc_timeout))
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 188, in _raise_assertion_error
                                           raise AssertionError(self._node_msg(msg))
                                       AssertionError: [node 3] Unable to connect to bitcoind after 2400s
                                       During handling of the above exception, another exception occurred:
    
  15. maflcko commented at 8:07 AM on April 16, 2024: member

    Maybe related to the races seen in #29871 (comment) ?

  16. fanquake commented at 10:36 AM on June 26, 2024: member

    https://github.com/bitcoin/bitcoin/actions/runs/9677128783/job/26698120754#step:27:647:

      node2 2024-06-26T10:23:18.549103Z [scheduler] [D:\a\bitcoin\bitcoin\src\net.cpp:2328] [DumpAddresses] [net] Flushed 0 addresses to peers.dat  1ms 
     test  2024-06-26T10:33:29.783000Z TestFramework.node0 (DEBUG): Stopping node 
     test  2024-06-26T10:33:29.783000Z TestFramework.node1 (DEBUG): Stopping node 
     test  2024-06-26T10:33:29.783000Z TestFramework.node2 (DEBUG): Stopping node 
     test  2024-06-26T10:33:29.783000Z TestFramework.node3 (DEBUG): Stopping node 
     test  2024-06-26T10:33:29.783000Z TestFramework (ERROR): Assertion failed 
                                       Traceback (most recent call last):
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 569, in start_nodes
                                           node.wait_for_rpc_connection()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 314, in wait_for_rpc_connection
                                           self._raise_assertion_error("Unable to connect to bitcoind after {}s".format(self.rpc_timeout))
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 188, in _raise_assertion_error
                                           raise AssertionError(self._node_msg(msg))
                                       AssertionError: [node 3] Unable to connect to bitcoind after 2400s
                                       During handling of the above exception, another exception occurred:
                                       Traceback (most recent call last):
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 131, in main
                                           self.setup()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 302, in setup
                                           self.setup_network()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 396, in setup_network
                                           self.setup_nodes()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 418, in setup_nodes
                                           self.start_nodes()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 572, in start_nodes
                                           self.stop_nodes()
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 587, in stop_nodes
                                           node.stop_node(wait=wait, wait_until_stopped=False)
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 375, in stop_node
                                           self.stop(wait=wait)
                                           ^^^^^^^^^
                                         File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_node.py", line 205, in __getattr__
                                           assert self.rpc_connected and self.rpc is not None, self._node_msg("Error: no RPC connection")
                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                       AssertionError: [node 3] Error: no RPC connection
     node0 2024-06-26T10:33:29.784840Z [http] [D:\a\bitcoin\bitcoin\src\httpserver.cpp:304] [http_request_cb] [http] Received a POST request for / from 127.0.0.1:54828 
    
  17. maflcko commented at 8:40 AM on July 4, 2024: member

    Not a feature_proxy issue, so closing as duplicate of the tracking issue #30390 for now

  18. maflcko closed this on Jul 4, 2024

  19. fanquake commented at 8:47 AM on July 4, 2024: member

    Why didn't you just rename this, rather than opening a new issue with none of the relevant information?

  20. maflcko commented at 9:48 AM on July 4, 2024: member

    For a few reasons:

    • Some comment, such as #29090 (comment) are about other (real, fixed) bugs.
    • Actually the comment about not being able to reproduce: #29090 (comment). Seems relevant, but this is the only one in a total of 14.
    • Most of the GHA links are stale, as the cache is cleared by Microsoft
    • I don't have the edit permission on this account :sweat_smile:

    Am I missing any relevant information?

  21. fanquake commented at 9:57 AM on July 4, 2024: member

    Ok, we'll continue to keep track of the (sporadic) failures in the new issue. I guess the issue mostly remains a GH/infra one?

  22. maflcko commented at 9:58 AM on July 4, 2024: member

    Yes, this is my understanding as well.

  23. bitcoin locked this on Jul 4, 2025

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-05-02 06:13 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me