Chore(deps): Bump @cypress/request and cypress #2375
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!
Loading