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

http://dl-cdn.alpinelinux.org/alpine/v3.5/main/x86_64/APKINDEX.tar.gz: IO ERROR #319

Open
mkj28 opened this issue Jul 31, 2017 · 8 comments
Labels

Comments

@mkj28
Copy link

mkj28 commented Jul 31, 2017

Seeing this:

fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/main/x86_64/APKINDEX.tar.gz
WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.5/main/x86_64/APKINDEX.tar.gz: IO ERROR

it's intermittent when running:
RUN apk add --virtual .build-deps --update --no-cache go && mkdir -p $GOROOT/lib/time/ && cp /usr/lib/go/lib/time/zoneinfo.zip $GOROOT/lib/time/zoneinfo.zip && apk del .build-deps && rm -rf /tmp/*

@mkj28
Copy link
Author

mkj28 commented Aug 3, 2017

Happened on August 3rd around 10:20AM PST and 12:10PM PST again.

@andyshinn
Copy link
Contributor

In #279 people are having similar issues again. But I can't reproduce and the only thing jumping out to me at the moment is the Fastly DCA region. Can you curl the APKINDEX.tar.gz URL with headers output to see if the region is DCA?

@mkj28
Copy link
Author

mkj28 commented Aug 3, 2017

It's working now, unfortunately, and the headers are:
HTTP/1.1 200 OK
Server: nginx
Content-Type: application/octet-stream
Last-Modified: Thu, 03 Aug 2017 14:23:19 GMT
ETag: "598331d7-b3106"
Accept-Ranges: bytes
Content-Length: 733446
Accept-Ranges: bytes
Date: Thu, 03 Aug 2017 19:49:10 GMT
Via: 1.1 varnish
Connection: keep-alive
X-Served-By: cache-iad2648-IAD
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1501789751.831072,VS0,VE110

@sibil
Copy link

sibil commented Dec 27, 2017

It is happening again.

[ss@webdev ~]# wget http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
--2017-12-27 15:39:24-- http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
Resolving dl-cdn.alpinelinux.org (dl-cdn.alpinelinux.org)... 151.101.0.249, 151.101.64.249, 151.101.128.249, ...
Connecting to dl-cdn.alpinelinux.org (dl-cdn.alpinelinux.org)|151.101.0.249|:80... connected.
HTTP request sent, awaiting response... 503 Service Unavailable
2017-12-27 15:39:25 ERROR 503: Service Unavailable.

[ss@webdev ~]# curl -v -s -o /dev/null http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz

  • About to connect() to dl-cdn.alpinelinux.org port 80 (#0)
  • Trying 151.101.0.249...
  • Connected to dl-cdn.alpinelinux.org (151.101.0.249) port 80 (#0)

GET /alpine/v3.6/community/x86_64/APKINDEX.tar.gz HTTP/1.1
User-Agent: curl/7.29.0
Host: dl-cdn.alpinelinux.org
Accept: /

< HTTP/1.1 503 Service Unavailable
< Content-Type: text/html; charset=UTF-8
< Content-Length: 910
< Connection: close
< P3P: CP="CAO PSA OUR"
< Expires: Thu, 01 Jan 1970 00:00:00 GMT
< Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
< Pragma: no-cache
<
{ [data not shown]

  • Closing connection 0

@rouing
Copy link

rouing commented Mar 13, 2018

ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.4/main: temporary error (try again later)
WARNING: Ignoring APKINDEX.167438ca.tar.gz: No such file or directory
fetch http://dl-cdn.alpinelinux.org/alpine/v3.4/community/x86_64/APKINDEX.tar.gz
ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.4/community: temporary error (try again later)
WARNING: Ignoring APKINDEX.a2e6dac0.tar.gz: No such file or directory
2 errors; 11 distinct packages available
WARNING: Ignoring APKINDEX.167438ca.tar.gz: No such file or directory
WARNING: Ignoring APKINDEX.a2e6dac0.tar.gz: No such file or directory
ERROR: unsatisfiable constraints:
  curl (missing):
    required by: world[curl]
WARNING: Ignoring APKINDEX.167438ca.tar.gz: No such file or directory
WARNING: Ignoring APKINDEX.a2e6dac0.tar.gz: No such file or directory
ERROR: unsatisfiable constraints:
  pcre (missing):
    required by: world[pcre]
./mnt/install/install.sh: line 15: curl: not found
grep: unrecognized option: P```

@rogerluiz
Copy link

i have the same problem here same error, the cdn is down

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants