See <https://builds.apache.org/job/beam_PostCommit_Py_ValCont/2728/display/redirect?page=changes>
Changes: [kenn] [BEAM-3279] Deprecate and remove Coder.consistentWithEquals (#8071) ------------------------------------------ Started by GitHub push by kennknowles [EnvInject] - Loading node environment variables. Building remotely on beam8 (beam) in workspace <https://builds.apache.org/job/beam_PostCommit_Py_ValCont/ws/> No credentials specified > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/apache/beam.git # 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/* > +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 43db80deca44273716c500520439aaa4e48688b4 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 43db80deca44273716c500520439aaa4e48688b4 Commit message: "[BEAM-3279] Deprecate and remove Coder.consistentWithEquals (#8071)" > git rev-list --no-walk c8bceba4f5dcba8a19d5b199c5880ca982e104aa # 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/jenkins4114780120923002975.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 /usr/bin/docker command -v gcloud /usr/bin/gcloud docker -v Docker version 17.05.0-ce, build 89658be gcloud -v Google Cloud SDK 212.0.0 alpha 2018.08.13 beta 2018.08.13 bq 2.0.34 core 2018.08.13 gsutil 4.33 # Build the container TAG=$(date +%Y%m%d-%H%M%S) date +%Y%m%d-%H%M%S CONTAINER=us.gcr.io/$PROJECT/$USER/$IMAGE_NAME echo "Using container $CONTAINER" Using container us.gcr.io/apache-beam-testing/jenkins/python ./gradlew :$CONTAINER_PROJECT:docker -Pdocker-repository-root=us.gcr.io/$PROJECT/$USER -Pdocker-tag=$TAG $GRADLE_PY3_FLAG --info Error occurred during initialization of VM java.lang.OutOfMemoryError: unable to create new native thread Build step 'Execute shell' marked build as failure --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
