ethereum / retesteth

testeth via RPC. Test run, generation by t8ntool protocol
http://retesteth.ethdevops.io/
GNU General Public License v3.0
113 stars 75 forks source link

docker nvm script fails for unknown reason #220

Closed winsvega closed 6 months ago

winsvega commented 11 months ago
#15 [12/16] RUN test -n "master"      && wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash      && . ~/.nvm/nvm.sh      && nvm install 19 && nvm alias d>
#15 0.655 => Downloading nvm from git to '/root/.nvm'
#15 0.655 ^M=> Cloning into '/root/.nvm'...
#15 2.151 * (HEAD detached at FETCH_HEAD)
#15 2.151   master
#15 2.153 => Compressing and cleaning up git repository
#15 2.158 
#15 2.166 => Appending nvm source string to /root/.bashrc
#15 2.173 => Appending bash_completion source string to /root/.bashrc
#15 2.209 => Close and reopen your terminal to start using nvm or run the following to use it now:
#15 2.209 
#15 2.209 export NVM_DIR="$HOME/.nvm"
#15 2.209 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
#15 2.209 [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion
#15 2.781 Downloading and installing node v19.9.0...
#15 3.027 Downloading https://nodejs.org/dist/v19.9.0/node-v19.9.0-linux-x64.tar.xz...
#15 3.264 #=#=#                                                                         ^M##O#- #                                                                       ^M^M           >
#15 172.7 
#15 172.7 Binary download from https://nodejs.org/dist/v19.9.0/node-v19.9.0-linux-x64.tar.xz failed, trying source.
#15 172.7 grep: /root/.nvm/.cache/bin/node-v19.9.0-linux-x64/node-v19.9.0-linux-x64.tar.xz: No such file or directory
#15 172.7 Provided file to checksum does not exist.
#15 172.7 Binary download failed, trying source.
#15 172.7 Detected that you have 2 CPU core(s)
#15 172.7 Number of CPU core(s) less than or equal to 2, running in single-threaded mode
#15 172.8 Downloading https://nodejs.org/dist/v19.9.0/node-v19.9.0.tar.xz...
#15 173.0 #=#=#                                                                         ^M^M                                                                           0.0%^M          >
#15 811.3 
#15 811.3 Binary download from https://nodejs.org/dist/v19.9.0/node-v19.9.0.tar.xz failed, trying source.
#15 811.3 grep: /root/.nvm/.cache/src/node-v19.9.0/node-v19.9.0.tar.xz: No such file or directory
#15 811.3 Provided file to checksum does not exist.
#15 811.3 Ethereumjs is empty
#15 DONE 811.3s

nvm stopped working through official script