docker-alpine
docker-alpine copied to clipboard
http://dl-cdn.alpinelinux.org/alpine/v3.5/main/x86_64/APKINDEX.tar.gz: IO ERROR
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/*
Happened on August 3rd around 10:20AM PST and 12:10PM PST again.
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?
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
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
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```
i have the same problem here same error, the cdn is down
i am facing same issue : fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz: IO ERROR fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz: IO ERROR
Facing the same issue from last 4 days:
fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz: IO ERROR WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz: IO ERROR