BD2KGenomics / toil-rnaseq

UC Santa Cruz Computational Genomics Lab's Toil-based RNA-seq pipeline
Apache License 2.0
38 stars 10 forks source link

Build broken on master #164

Closed jvivian closed 5 years ago

jvivian commented 5 years ago

Related to Docker-in-Docker code.

Step 4/14 : RUN curl https://get.docker.com/builds/Linux/x86_64/docker-1.12.3.tgz          | tar -xvzf - --transform='s,[^/]*/,,g' -C /usr/local/bin/          && chmod u+x /usr/local/bin/docker
 ---> Running in caa123e76e95
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   454  100   454    0     0    852      0 --:--:-- --:--:-- --:--:--   851

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
The command '/bin/sh -c curl https://get.docker.com/builds/Linux/x86_64/docker-1.12.3.tgz          | tar -xvzf - --transform='s,[^/]*/,,g' -C /usr/local/bin/          && chmod u+x /usr/local/bin/docker' returned a non-zero code: 2
make[2]: *** [build] Error 2
make[2]: Leaving directory `/mnt/ephemeral/workspace/toil-rnaseq/docker/1.12.3.docker'
/bin/sh: 1: cd: can't cd to 1.11.2.docker
/bin/sh: 1: cd: can't cd to 1.10.3.docker
make[1]: *** [runtime-container.DONE] Error 2
make[1]: Leaving directory `/mnt/ephemeral/workspace/toil-rnaseq/docker'
make: *** [docker] Error 2

The URL being called: https://get.docker.com/builds/Linux/x86_64/docker-1.12.3.tgz now returns the following response:

<html>
<head><title>403 Forbidden</title></head>
<body>
<h1>403 Forbidden</h1>
<ul>
<li>Code: AccessDenied</li>
<li>Message: Access Denied</li>
<li>RequestId: 8167A22F37FFA17B</li>
<li>HostId: 74xHcHzKQBVyzd8RqgpnJbPwwreQV7rOO4MhE20SNAMhV1DfQnyUVBv9ihCanFTth4G8hYsUjok=</li>
</ul>
<h3>An Error Occurred While Attempting to Retrieve a Custom Error Document</h3>
<ul>
<li>Code: AccessDenied</li>
<li>Message: Access Denied</li>
</ul>
<hr/>
</body>
</html>