Failing to deploy on Galaxy - 00gzip: stdin: not in gzip format

I’m trying to deploy an app that has been regularly deployed to galaxy, however starting today I’m getting the following error, anyone else experienced this:

v214
2017-04-04 19:13:20-04:00+ cd /app/bundle
v214
2017-04-04 19:13:20-04:00+ export NODE_VERSION
v214
2017-04-04 19:13:20-04:00++ /app/select_node_version.sh
v214
2017-04-04 19:13:20-04:00+ NODE_VERSION=4.7.3
v214
2017-04-04 19:13:20-04:00+ /app/install_node.sh
v214
2017-04-04 19:13:20-04:00+ curl -SLO https://nodejs.org/dist/v4.7.3/node-v4.7.3-linux-x64.tar.gz
v214
2017-04-04 19:13:20-04:00Installing node version 4.7.3 to /node-v4.7.3-linux-x64
v214
2017-04-04 19:13:20-04:00 % Total % Received % Xferd Average Speed Time Time Time Current
v214
2017-04-04 19:13:20-04:00 Dload Upload Total Spent Left Speed
v214
2017-04-04 19:13:50-04:00
 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:20 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:21 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:22 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:23 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:24 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:25 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:26 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:27 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:28 --:--:-- 0
 0 0 0 0 0 0 0 0 --:--:-- 0:00:29 --:--:-- 0
100 828 0 828 0 0 27 0 --:--:-- 0:00:30 --:--:-- 171
100 5765 0 5765 0 0 191 0 --:--:-- 0:00:30 --:--:-- 1503
v214
2017-04-04 19:13:50-04:00+ tar -xzf node-v4.7.3-linux-x64.tar.gz -C /
v214
2017-04-04 19:13:50-04:00
v214
2017-04-04 19:13:50-04:00gzip: stdin: not in gzip format
v214
2017-04-04 19:13:50-04:00tar: Child returned status 1
v214
2017-04-04 19:13:50-04:00tar: Error is not recoverable: exiting now
v214
2017-04-04 19:13:50-04:00Removing intermediate container 5010e3b42d93
2 Likes

You’re not alone. Experiencing same issue, same time :-/

1 Like

It looks like this file which is needed to build is not accessible:

https://nodejs.org/dist/v4.7.3/node-v4.7.3-linux-x64.tar.gz

2 Likes

@mdgsoftware , no fallback source when primary is not working!?

1 Like

It’s working again…

Hi! We do in fact have locally cached copies of common versions of Node in our base image to prevent exactly this issue. The change to add 4.7.3 is currently in our staging environment, but I’m going to get it into our production service ASAP.

3 Likes