See 
<https://builds.apache.org/job/beam_PostCommit_Py_ValCont/2798/display/redirect?page=changes>

Changes:

[david.moravek] [BEAM-6895] Update joda-time to 2.10.1

------------------------------------------
Started by GitHub push by kennknowles
[EnvInject] - Loading node environment variables.
Building remotely on beam17-jnlp (beam-test) in workspace 
<https://builds.apache.org/job/beam_PostCommit_Py_ValCont/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Py_ValCont/ws/src> # 
 > timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/apache/beam.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git fetch --tags --progress https://github.com/apache/beam.git 
 > +refs/heads/*:refs/remotes/origin/* 
 > +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 4a78db59451f1ec131a7e56de9c91ebc173aaada (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4a78db59451f1ec131a7e56de9c91ebc173aaada
Commit message: "Merge #8125: [BEAM-6895] Update joda-time to 2.10.1"
 > git rev-list --no-walk b6800ce0fb6863761c2c43dc3342644f49536ca7 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the 
SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[beam_PostCommit_Py_ValCont] $ /bin/bash -xe /tmp/jenkins8367278353139042759.sh
+ cd src
+ bash sdks/python/container/run_validatescontainer.sh python2
This script must be executed in the root of beam project. Please set 
LOCAL_PATH, GCS_LOCATION, and PROJECT as desired.

# Where to store integration test outputs.
GCS_LOCATION=${GCS_LOCATION:-gs://temp-storage-for-end-to-end-tests}

# Project for the container and integration test
PROJECT=${PROJECT:-apache-beam-testing}

# Other variables branched by Python version.
if [[ $1 == "python2" ]]; then
  IMAGE_NAME="python"       # Use this to create CONTAINER_IMAGE variable.
  CONTAINER_PROJECT="beam-sdks-python-container"  # Use this to build container 
by Gradle.
  GRADLE_PY3_FLAG=""        # Use this in Gradle command.
  PY_INTERPRETER="python"   # Use this in virtualenv command.
elif [[ $1 == "python3" ]]; then
  IMAGE_NAME="python3"          # Use this to create CONTAINER_IMAGE variable.
  CONTAINER_PROJECT="beam-sdks-python-container-py3"  # Use this to build 
container by Gradle.
  GRADLE_PY3_FLAG="-Ppython3"   # Use this in Gradle command.
  PY_INTERPRETER="python3.5"    # Use this in virtualenv command.
else
  echo "Must set Python version with 'python2' or 'python3' from commandline."
  exit 1
fi

# Verify in the root of the repository
test -d sdks/python/container

# Verify docker and gcloud commands exist
command -v docker
Build step 'Execute shell' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to