You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/11/19 15:14:31 UTC

[GitHub] [openwhisk] wangxw001 opened a new issue #4732: ERROR: https://alpine.global.ssl.fastly.net/alpine/v3.8/main: could not connect to server (check repositories file) WARNING: Ignoring APKINDEX.3e85023f.tar.gz: No such file or directory

wangxw001 opened a new issue #4732: ERROR: https://alpine.global.ssl.fastly.net/alpine/v3.8/main: could not connect to server (check repositories file) WARNING: Ignoring APKINDEX.3e85023f.tar.gz: No such file or directory
URL: https://github.com/apache/openwhisk/issues/4732
 
 
   
   > Task :common:scala:distDocker
   Tue Nov 19 23:05:06 CST 2019: Command 'docker build -t scala /home/wxw/openwhisk/common/scala' failed with exitCode 2, 1 retries left, retrying...
   Tue Nov 19 23:05:06 CST 2019: Executing 'docker build -t scala /home/wxw/openwhisk/common/scala'
   
   Step 1/11 : FROM adoptopenjdk/openjdk8:x86_64-alpine-jdk8u172-b11
    ---> 78db6b96e4c0
   Step 2/11 : ENV LANG en_US.UTF-8
    ---> Using cache
    ---> 2472807fccb1
   Step 3/11 : ENV LANGUAGE en_US:en
    ---> Using cache
    ---> cce2b579ab0e
   Step 4/11 : ENV LC_ALL en_US.UTF-8
    ---> Using cache
    ---> caa6a54cb096
   Step 5/11 : RUN sed -i 's/http\:\/\/dl-cdn.alpinelinux.org/https\:\/\/alpine.global.ssl.fastly.net/g' /etc/apk/repositories
    ---> Using cache
    ---> f8dacd425927
   Step 6/11 : RUN apk add --update sed curl bash && apk update && apk upgrade
    ---> Running in 47a27d03f535
   fetch https://alpine.global.ssl.fastly.net/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
   ERROR: https://alpine.global.ssl.fastly.net/alpine/v3.8/main: could not connect to server (check repositories file)
   WARNING: Ignoring APKINDEX.3e85023f.tar.gz: No such file or directory
   fetch https://alpine.global.ssl.fastly.net/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
   ERROR: https://alpine.global.ssl.fastly.net/alpine/v3.8/community: could not connect to server (check repositories file)
   WARNING: Ignoring APKINDEX.1bff76d9.tar.gz: No such file or directory
   ERROR: unsatisfiable constraints:
     bash (missing):
       required by: world[bash]
     sed (missing):
       required by: world[sed]
   The command '/bin/sh -c apk add --update sed curl bash && apk update && apk upgrade' returned a non-zero code: 2
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services