Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore(deps): Bump @cypress/request and cypress #2375

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Chore(deps): Bump @cypress/request and cypress

846170e
Select commit
Loading
Failed to load commit list.
Open

Chore(deps): Bump @cypress/request and cypress #2375

Chore(deps): Bump @cypress/request and cypress
846170e
Select commit
Loading
Failed to load commit list.
Cirrus CI / cypress_test failed Sep 19, 2023 in 4m 31s

Task Summary

Instruction bitcoind_installation failed in 04:16

Details

✅ 00:11 clone
✅ 00:01 pre_prep
❌ 04:16 bitcoind_installation

+ echo Checking for wget: install ok installed
Checking for wget: install ok installed
+ '[' '' = 'install ok installed' ']'
++ calc_pytestinit_nodeimpl_version bitcoin
++ local node_impl=bitcoin
++ cat ../pyproject.toml
++ grep -q bitcoind-version
+++ grep 'addopts = '
+++ cat ../pyproject.toml
+++ grep -oP 'bitcoind-version \K\S+'
+++ cut '-d"' -f1
++ PINNED=v22.0.0
++ '[' bitcoin = elements ']'
++ '[' bitcoin = bitcoin ']'
+++ echo v22.0.0
+++ sed 's/..$//'
++ PINNED=v22.0
++ echo v22.0
+ version=v22.0
+ echo '    --> install version v22.0'
    --> install version v22.0
++ echo v22.0
++ sed -e s/v//
+ version=22.0
++ uname
+ '[' Linux = Darwin ']'
+ binary_file=bitcoin-22.0-x86_64-linux-gnu.tar.gz
+ [[ ! -f bitcoin-22.0-x86_64-linux-gnu.tar.gz ]]
+ '[' bitcoin = elements ']'
+ '[' bitcoin = bitcoin ']'
+ wget https://bitcoincore.org/bin/bitcoin-core-22.0/bitcoin-22.0-x86_64-linux-gnu.tar.gz
--2023-09-19 07:50:43--  https://bitcoincore.org/bin/bitcoin-core-22.0/bitcoin-22.0-x86_64-linux-gnu.tar.gz
Resolving bitcoincore.org (bitcoincore.org)... 198.251.83.116, 107.191.99.5
Connecting to bitcoincore.org (bitcoincore.org)|198.251.83.116|:443... failed: Connection timed out.
Connecting to bitcoincore.org (bitcoincore.org)|107.191.99.5|:443... connected.
Unable to establish SSL connection.
+ tar -xzf bitcoin-22.0-x86_64-linux-gnu.tar.gz
tar (child): bitcoin-22.0-x86_64-linux-gnu.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
+ [[ -d ./bitcoin ]]
+ ln -s ./bitcoin-22.0 bitcoin
+ echo '    --> Listing binaries'
    --> Listing binaries
++ uname
+ '[' Linux = Darwin ']'
+ find ./bitcoin/bin -maxdepth 1 -type f -executable -exec ls -ld '{}' ';'
find: './bitcoin/bin': No such file or directory
+ echo '    --> checking for bitcoind'
    --> checking for bitcoind
+ test -x ./bitcoin/bin/bitcoind
+ exit 2

Exit status: 2
Failed to execute populate script for bitcoind_installation cache!