• About
  • FAQ
  • Earn Bitcoin while Surfing the net
  • Buy & Sell Crypto on Paxful
Newsletter
Approx Foundation
  • Home
    • Home – Layout 1
  • Bitcoin
  • Ethereum
  • Regulation
  • Market
  • Blockchain
  • Business
  • Guide
  • Contact Us
No Result
View All Result
  • Home
    • Home – Layout 1
  • Bitcoin
  • Ethereum
  • Regulation
  • Market
  • Blockchain
  • Business
  • Guide
  • Contact Us
No Result
View All Result
Approx Foundation
No Result
View All Result
Home Bitcoin

testing – Bitcoin core functional tests failing running on WSL2 on Windows 10

Moussa by Moussa
October 14, 2025
in Bitcoin
0
peer discovery – how to obtain the IP addresses of nodes for mining pools?
189
SHARES
1.5k
VIEWS
Share on FacebookShare on Twitter


I am running this command (using a 4GB temp HD mounted):

# test/functional/test_runner.py --cachedir=/mnt/tmp/cache --tmpdir=/mnt/tmp

And for all tests I get this errors:

feature_fee_estimation.py                  | ✖ Failed  | 38 s
mempool_accept.py                          | ✖ Failed  | 6 s
mempool_limit.py                           | ✖ Failed  | 0 s
mempool_package_limits.py                  | ✖ Failed  | 1 s
mempool_sigoplimit.py                      | ✖ Failed  | 3 s
p2p_addr_relay.py                          | ✖ Failed  | 12 s
p2p_blocksonly.py                          | ✖ Failed  | 0 s
p2p_compactblocks_blocksonly.py            | ✖ Failed  | 0 s
p2p_feefilter.py                           | ✖ Failed  | 9 s
p2p_segwit.py                              | ✖ Failed  | 26 s
p2p_sendtxrcncl.py                         | ✖ Failed  | 3 s
wallet_fundrawtransaction.py --descriptors | ✖ Failed  | 10 s
wallet_miniscript.py --descriptors         | ✖ Failed  | 8 s
wallet_sendall.py --descriptors            | ✖ Failed  | 6 s

Then I got this first file to test:

feature_fee_estimation

And only for it I got this error:

2024-09-16T02:26:26.749000Z TestFramework (ERROR): Unexpected exception caught during testing
Traceback (most recent call last):
  File "/root/bitcoin-core/test/functional/test_framework/test_framework.py", line 131, in main 
    self.run_test()
  File "/root/bitcoin-core/test/functional/feature_fee_estimation.py", line 434, in run_test
    self.restart_node(0, ["-blocksonly"])
  File "/root/bitcoin-core/test/functional/test_framework/test_framework.py", line 583, in restart_node
    self.start_node(i, extra_args)
  File "/root/bitcoin-core/test/functional/test_framework/test_framework.py", line 541, in start_node
    node.wait_for_rpc_connection()
  File "/root/bitcoin-core/test/functional/test_framework/test_node.py", line 257, in wait_for_rpc_connection
    raise FailedToStartError(self._node_msg(
test_framework.test_node.FailedToStartError: [node 0] bitcoind exited with status 1 during initialization. Error: -maxmempool must be at least 9 MB
************************

2024-09-16T02:26:26.800000Z TestFramework (INFO): Stopping nodes
[node 2] Cleaning up leftover process
[node 1] Cleaning up leftover process
[node 0] Cleaning up leftover process

stderr:
Traceback (most recent call last):
  File "/root/bitcoin-core/test/functional/feature_fee_estimation.py", line 441, in 
    EstimateFeeTest().main()
  File "/root/bitcoin-core/test/functional/test_framework/test_framework.py", line 154, in main
    exit_code = self.shutdown()
  File "/root/bitcoin-core/test/functional/test_framework/test_framework.py", line 313, in shutdown
    self.stop_nodes()
  File "/root/bitcoin-core/test/functional/test_framework/test_framework.py", line 574, in stop_nodes
    node.stop_node(wait=wait, wait_until_stopped=False)
  File "/root/bitcoin-core/test/functional/test_framework/test_node.py", line 377, in stop_node
    self.stop(wait=wait)
  File "/root/bitcoin-core/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 0] Error: no RPC connection

I also changed my /etc/resolve.conf to this, but no success:

search localtest.me
options ndots:15
nameserver 8.8.8.8
nameserver 8.8.4.4

What else can I try to make all tests work? Thanks



Source link

Related articles

Binance Appoints SB Seker to Lead Asia Pacific Operations

$20,000 Binance Donation To Malta Grows To $39M, Remains Unclaimed: Coinbase Exec

October 15, 2025
Short-Term Holders Move 46,524 Bitcoin to Exchanges: Profit-Taking And Capitulation Mix

Short-Term Holders Move 46,524 Bitcoin to Exchanges: Profit-Taking And Capitulation Mix

October 15, 2025
Share76Tweet47

Related Posts

Binance Appoints SB Seker to Lead Asia Pacific Operations

$20,000 Binance Donation To Malta Grows To $39M, Remains Unclaimed: Coinbase Exec

by Moussa
October 15, 2025
0

In 2018, Binance and crypto donors gave $200,000 in donation .cwp-coin-chart svg path { stroke-width: 0.65 !important; } .cwp-coin-widget-container .cwp-graph-container.positive...

Short-Term Holders Move 46,524 Bitcoin to Exchanges: Profit-Taking And Capitulation Mix

Short-Term Holders Move 46,524 Bitcoin to Exchanges: Profit-Taking And Capitulation Mix

by Moussa
October 15, 2025
0

Trusted Editorial content, reviewed by leading industry experts and seasoned editors. Ad Disclosure Bitcoin is once again facing critical conditions,...

Elon Musk Mentions Dogecoin Again — Will DOGE Rally?

Elon Musk Mentions Dogecoin Again — Will DOGE Rally?

by Moussa
October 15, 2025
0

Elon Musk waded back into the money-meets-energy debate on X today, endorsing Bitcoin and Dogecoin. The Tesla CEO replied to...

XRP Options Officially Go Live on CME, Boosting Institutional Access

XRP Options Officially Go Live on CME, Boosting Institutional Access

by Moussa
October 15, 2025
0

XRP takes center stage as CME Group debuts CFTC-regulated options, unlocking expanded institutional access, driving deeper liquidity, boosting altcoin visibility,...

peer discovery – how to obtain the IP addresses of nodes for mining pools?

Get data from public-pool running on Umbrel

by Moussa
October 14, 2025
0

I am running my own public-pool instance on my Umbrel node (https://apps.umbrel.com/app/public-pool) mining using a Bitaxe device. For sport. Not...

Load More

youssufi.com

sephina.com

[vc_row full_width="stretch_row" parallax="content-moving" vc_row_background="" background_repeat="no-repeat" background_position="center center" footer_scheme="dark" css=".vc_custom_1517813231908{padding-top: 60px !important;padding-bottom: 30px !important;background-color: #191818 !important;background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}" footer_widget_title_color="#fcbf46" footer_button_bg="#fcb11e"][vc_column width="1/4"]

We bring you the latest in Crypto News

[/vc_column][vc_column width="1/4"][vc_wp_categories]
[/vc_column][vc_column width="1/4"][vc_wp_tagcloud taxonomy="post_tag"][/vc_column][vc_column width="1/4"]

Newsletter

[vc_raw_html]JTNDcCUzRSUzQ2RpdiUyMGNsYXNzJTNEJTIydG5wJTIwdG5wLXN1YnNjcmlwdGlvbiUyMiUzRSUwQSUzQ2Zvcm0lMjBtZXRob2QlM0QlMjJwb3N0JTIyJTIwYWN0aW9uJTNEJTIyaHR0cHMlM0ElMkYlMkZhcHByb3gub3JnJTJGJTNGbmElM0RzJTIyJTNFJTBBJTBBJTNDaW5wdXQlMjB0eXBlJTNEJTIyaGlkZGVuJTIyJTIwbmFtZSUzRCUyMm5sYW5nJTIyJTIwdmFsdWUlM0QlMjIlMjIlM0UlM0NkaXYlMjBjbGFzcyUzRCUyMnRucC1maWVsZCUyMHRucC1maWVsZC1maXJzdG5hbWUlMjIlM0UlM0NsYWJlbCUyMGZvciUzRCUyMnRucC0xJTIyJTNFRmlyc3QlMjBuYW1lJTIwb3IlMjBmdWxsJTIwbmFtZSUzQyUyRmxhYmVsJTNFJTBBJTNDaW5wdXQlMjBjbGFzcyUzRCUyMnRucC1uYW1lJTIyJTIwdHlwZSUzRCUyMnRleHQlMjIlMjBuYW1lJTNEJTIybm4lMjIlMjBpZCUzRCUyMnRucC0xJTIyJTIwdmFsdWUlM0QlMjIlMjIlM0UlM0MlMkZkaXYlM0UlMEElM0NkaXYlMjBjbGFzcyUzRCUyMnRucC1maWVsZCUyMHRucC1maWVsZC1lbWFpbCUyMiUzRSUzQ2xhYmVsJTIwZm9yJTNEJTIydG5wLTIlMjIlM0VFbWFpbCUzQyUyRmxhYmVsJTNFJTBBJTNDaW5wdXQlMjBjbGFzcyUzRCUyMnRucC1lbWFpbCUyMiUyMHR5cGUlM0QlMjJlbWFpbCUyMiUyMG5hbWUlM0QlMjJuZSUyMiUyMGlkJTNEJTIydG5wLTIlMjIlMjB2YWx1ZSUzRCUyMiUyMiUyMHJlcXVpcmVkJTNFJTNDJTJGZGl2JTNFJTBBJTNDZGl2JTIwY2xhc3MlM0QlMjJ0bnAtZmllbGQlMjB0bnAtcHJpdmFjeS1maWVsZCUyMiUzRSUzQ2xhYmVsJTNFJTNDaW5wdXQlMjB0eXBlJTNEJTIyY2hlY2tib3glMjIlMjBuYW1lJTNEJTIybnklMjIlMjByZXF1aXJlZCUyMGNsYXNzJTNEJTIydG5wLXByaXZhY3klMjIlM0UlQzIlQTBCeSUyMGNvbnRpbnVpbmclMkMlMjB5b3UlMjBhY2NlcHQlMjB0aGUlMjBwcml2YWN5JTIwcG9saWN5JTNDJTJGbGFiZWwlM0UlM0MlMkZkaXYlM0UlM0NkaXYlMjBjbGFzcyUzRCUyMnRucC1maWVsZCUyMHRucC1maWVsZC1idXR0b24lMjIlM0UlM0NpbnB1dCUyMGNsYXNzJTNEJTIydG5wLXN1Ym1pdCUyMiUyMHR5cGUlM0QlMjJzdWJtaXQlMjIlMjB2YWx1ZSUzRCUyMlN1YnNjcmliZSUyMiUyMCUzRSUwQSUzQyUyRmRpdiUzRSUwQSUzQyUyRmZvcm0lM0UlMEElM0MlMkZkaXYlM0UlM0NiciUyRiUzRSUzQyUyRnAlM0U=[/vc_raw_html][/vc_column][/vc_row]
No Result
View All Result
  • Contact Us
  • Homepages
  • Business
  • Guide

© 2024 APPROX FOUNDATION - The Crypto Currency News