Hi, The docker has been installed on all Jenkins VMs. The image build process was interrupted by a grpc connection issue.
*11:02:12* Starting process 'command 'docker''. Working directory: /home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_VR_Flink/src/sdks/python/container/build/docker Command: docker build --no-cache -t jenkins-docker-apache.bintray.io/beam/python:latest .*11:02:12* Successfully started process 'command 'docker''*11:02:12* Sending build context to Docker daemon 17.65MB *11:02:12* Step 1/9 : FROM python:2-stretch*11:02:12* ---> 3c43a5d4034a*11:02:12* Step 2/9 : MAINTAINER "Apache Beam <[email protected]>"*11:02:12* ---> Running in f86bad9aef9c*11:02:12* ---> 610a5dec907e*11:02:12* Removing intermediate container f86bad9aef9c*11:02:12* Step 3/9 : RUN apt-get update && apt-get install -y libsnappy-dev libyaml-dev && rm -rf /var/lib/apt/lists/**11:02:12* ---> Running in 5e9b67be03f9*11:02:12* grpc: the connection is unavailable - Yifan On Fri, Oct 19, 2018 at 12:45 PM Ankur Goenka <[email protected]> wrote: > Hi, > > Flink Validates Runner test cases are failing on Beam 15 because docker is > not installed. > Failing tasks > https://builds.apache.org/job/beam_PostCommit_Python_VR_Flink/buildTimeTrend > Can we install docker on all the machines as the Portable Validates Runner > tests need it. > > Thanks, > Ankur >
