TL;DR: We're not pushing nightly openwhisk invoker/controller images to dockerhub. I poked at the problem a bit this afternoon and I'm stumped. The job is [1].
The last successful build was on Oct 8. This is slightly misleading, since the job is triggered by git commits and we were blocked on committing last week because travis was broken. Failures started happening on Oct 12 when travis was fixed. The job is getting stuck in step 5 of 11 of common:scala:distDocker which is trying to build the openwhisk/scala image needed by the controller and invoker (log appended). This works locally just fine for me, which is why I am stumped. --dave [1] https://builds.apache.org/view/O/view/OpenWhisk/job/OpenWhisk-DockerHub/ ...... beginning of log elided... + ./gradlew clean To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/5.5.1/userguide/gradle_daemon.html. Daemon will be stopped at the end of the build stopping after processing > Task :tests:clean UP-TO-DATE > Task :common:scala:clean UP-TO-DATE > Task :core:controller:clean UP-TO-DATE > Task :core:invoker:clean UP-TO-DATE > Task :core:standalone:clean > Task :tools:admin:clean UP-TO-DATE > Task :tools:dev:clean UP-TO-DATE > Task :core:cosmosdb:cache-invalidator:clean UP-TO-DATE > Task :core:monitoring:user-events:clean UP-TO-DATE > Task :tests:performance:gatling_tests:clean UP-TO-DATE BUILD SUCCESSFUL in 9s 10 actionable tasks: 1 executed, 9 up-to-date [Pipeline] sh + ./gradlew :core:controller:distDocker :core:invoker:distDocker :core:monitoring:user-events:distDocker :tools:ow-utils:distDocker -PdockerRegistry=docker.io -PdockerImagePrefix=openwhisk -PdockerImageTag=nightly To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/5.5.1/userguide/gradle_daemon.html. Daemon will be stopped at the end of the build stopping after processing Sending build context to Docker daemon 9.216kB Step 1/11 : FROM adoptopenjdk/openjdk8:x86_64-alpine-jdk8u172-b11 ---> 78db6b96e4c0 Step 2/11 : ENV LANG en_US.UTF-8 ---> Using cache ---> b04d9125ed2d Step 3/11 : ENV LANGUAGE en_US:en ---> Using cache ---> c470d9d4a164 Step 4/11 : ENV LC_ALL en_US.UTF-8 ---> Using cache ---> efbd107ca371 Step 5/11 : RUN sed -i 's/http\:\/\/dl-cdn.alpinelinux.org/https \:\/\/alpine.global.ssl.fastly.net/g' /etc/apk/repositories ---> Running in 94381e3ded56 > Task :common:scala:distDocker Mon Oct 14 21:43:04 UTC 2019: Executing 'docker build -t scala /home/jenkins/jenkins-slave/workspace/OpenWhisk-DockerHub/common/scala' no status provided on response: unknown Sending build context to Docker daemon 9.216kB
