See <https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Streaming/592/display/redirect?page=changes>
Changes: [ihr] Update Java katas to Beam 2.38 [noreply] [BEAM-14369] Fix "target/options: no such file or directory" error while [noreply] Improvement to Seed job configuration to launch against PRs (#17468) [noreply] [BEAM-13983] Small changes to sklearn runinference (#17459) [chamikaramj] Renames ExternalPythonTransform to PythonExternalTransform [noreply] [BEAM-14351] Inherit from Coder. (#17437) [noreply] [BEAM-14297] Enable nullable key and value arrays for xlang kafka io [noreply] Merge pull request #17444 from [BEAM-14310] [Website] bug home [noreply] Merge pull request #17388 from [BEAM-14311] [Website] Home Page ------------------------------------------ Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on apache-beam-jenkins-2 (beam) in workspace <https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Streaming/ws/> The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository https://github.com/apache/beam.git > git init > <https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Streaming/ws/src> > # timeout=10 Fetching upstream changes from https://github.com/apache/beam.git > git --version # timeout=10 > git --version # 'git version 2.25.1' > git fetch --tags --force --progress -- https://github.com/apache/beam.git > +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 --force --progress -- https://github.com/apache/beam.git > +refs/heads/*:refs/remotes/origin/* > +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # > timeout=10 > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision f687a2d71f65cd53bf88f617f6c8c86e4fb73203 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f f687a2d71f65cd53bf88f617f6c8c86e4fb73203 # timeout=10 Commit message: "Merge pull request #17474 from ihji/BEAM-14369" > git rev-list --no-walk adfa113a6402b76571d746f8357879bd66fff4d7 # 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 SETUPTOOLS_USE_DISTUTILS=stdlib [EnvInject] - Variables injected successfully. [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content JOB_SERVER_IMAGE=gcr.io/apache-beam-testing/beam_portability/beam_flink1.12_job_server:latest CLUSTER_NAME=beam-loadtests-python-combine-flink-streaming-592 DETACHED_MODE=true HARNESS_IMAGES_TO_PULL=gcr.io/apache-beam-testing/beam_portability/beam_python3.7_sdk:latest FLINK_NUM_WORKERS=16 FLINK_DOWNLOAD_URL=https://archive.apache.org/dist/flink/flink-1.12.3/flink-1.12.3-bin-scala_2.11.tgz GCS_BUCKET=gs://beam-flink-cluster HADOOP_DOWNLOAD_URL=https://repo.maven.apache.org/maven2/org/apache/flink/flink-shaded-hadoop-2-uber/2.8.3-10.0/flink-shaded-hadoop-2-uber-2.8.3-10.0.jar FLINK_TASKMANAGER_SLOTS=1 ARTIFACTS_DIR=gs://beam-flink-cluster/beam-loadtests-python-combine-flink-streaming-592 GCLOUD_ZONE=us-central1-a [EnvInject] - Variables injected successfully. [beam_LoadTests_Python_Combine_Flink_Streaming] $ /bin/bash -xe /tmp/jenkins1639981868635310925.sh + echo Setting up flink cluster Setting up flink cluster [beam_LoadTests_Python_Combine_Flink_Streaming] $ /bin/bash -xe /tmp/jenkins6213084030919260833.sh + cd <https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Streaming/ws/src/.test-infra/dataproc> + ./flink_cluster.sh create + GCLOUD_ZONE=us-central1-a + DATAPROC_VERSION=2.0 + GCLOUD_REGION=us-central1 + MASTER_NAME=beam-loadtests-python-combine-flink-streaming-592-m + INIT_ACTIONS_FOLDER_NAME=init-actions + FLINK_INIT=gs://beam-flink-cluster/init-actions/flink.sh + BEAM_INIT=gs://beam-flink-cluster/init-actions/beam.sh + DOCKER_INIT=gs://beam-flink-cluster/init-actions/docker.sh + FLINK_LOCAL_PORT=8081 + FLINK_TASKMANAGER_SLOTS=1 + YARN_APPLICATION_MASTER= + create + upload_init_actions + echo 'Uploading initialization actions to GCS bucket: gs://beam-flink-cluster' Uploading initialization actions to GCS bucket: gs://beam-flink-cluster + gsutil cp -r init-actions/beam.sh init-actions/docker.sh init-actions/flink.sh gs://beam-flink-cluster/init-actions Copying file://init-actions/beam.sh [Content-Type=text/x-sh]... / [0 files][ 0.0 B/ 2.3 KiB] / [1 files][ 2.3 KiB/ 2.3 KiB] Copying file://init-actions/docker.sh [Content-Type=text/x-sh]... / [1 files][ 2.3 KiB/ 6.0 KiB] / [2 files][ 6.0 KiB/ 6.0 KiB] Copying file://init-actions/flink.sh [Content-Type=text/x-sh]... / [2 files][ 6.0 KiB/ 13.5 KiB] / [3 files][ 13.5 KiB/ 13.5 KiB] - Operation completed over 3 objects/13.5 KiB. + create_cluster + local metadata=flink-snapshot-url=https://archive.apache.org/dist/flink/flink-1.12.3/flink-1.12.3-bin-scala_2.11.tgz, + metadata+=flink-start-yarn-session=true, + metadata+=flink-taskmanager-slots=1, + metadata+=hadoop-jar-url=https://repo.maven.apache.org/maven2/org/apache/flink/flink-shaded-hadoop-2-uber/2.8.3-10.0/flink-shaded-hadoop-2-uber-2.8.3-10.0.jar + [[ -n gcr.io/apache-beam-testing/beam_portability/beam_python3.7_sdk:latest ]] + metadata+=,beam-sdk-harness-images-to-pull=gcr.io/apache-beam-testing/beam_portability/beam_python3.7_sdk:latest + [[ -n gcr.io/apache-beam-testing/beam_portability/beam_flink1.12_job_server:latest ]] + metadata+=,beam-job-server-image=gcr.io/apache-beam-testing/beam_portability/beam_flink1.12_job_server:latest + local image_version=2.0 + echo 'Starting dataproc cluster. Dataproc version: 2.0' Starting dataproc cluster. Dataproc version: 2.0 + local num_dataproc_****s=17 + gcloud dataproc clusters create beam-loadtests-python-combine-flink-streaming-592 --region=us-central1 --num-****s=17 --metadata flink-snapshot-url=https://archive.apache.org/dist/flink/flink-1.12.3/flink-1.12.3-bin-scala_2.11.tgz,flink-start-yarn-session=true,flink-taskmanager-slots=1,hadoop-jar-url=https://repo.maven.apache.org/maven2/org/apache/flink/flink-shaded-hadoop-2-uber/2.8.3-10.0/flink-shaded-hadoop-2-uber-2.8.3-10.0.jar,beam-sdk-harness-images-to-pull=gcr.io/apache-beam-testing/beam_portability/beam_python3.7_sdk:latest,beam-job-server-image=gcr.io/apache-beam-testing/beam_portability/beam_flink1.12_job_server:latest, --image-version=2.0 --zone=us-central1-a --optional-components=FLINK,DOCKER --quiet Waiting on operation [projects/apache-beam-testing/regions/us-central1/operations/109f1fc9-2e7d-32bc-925a-32328a448e8e]. Waiting for cluster creation operation... ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................done. Created [https://dataproc.googleapis.com/v1/projects/apache-beam-testing/regions/us-central1/clusters/beam-loadtests-python-combine-flink-streaming-592] Cluster placed in zone [us-central1-a]. + get_leader + local i=0 + local application_ids + local application_masters + echo 'Yarn Applications' Yarn Applications ++ gcloud compute ssh --zone=us-central1-a --quiet yarn@beam-loadtests-python-combine-flink-streaming-592-m '--command=yarn application -list' ++ grep beam-loadtests-python-combine-flink-streaming-592 Warning: Permanently added 'compute.6081974857409977411' (ECDSA) to the list of known hosts. 2022-04-28 18:55:27,227 INFO client.RMProxy: Connecting to ResourceManager at beam-loadtests-python-combine-flink-streaming-592-m/10.128.0.195:8032 2022-04-28 18:55:27,753 INFO client.AHSProxy: Connecting to Application History server at beam-loadtests-python-combine-flink-streaming-592-m/10.128.0.195:10200 + read line + echo application_1651172073833_0002 flink-dataproc Apache Flink root default RUNNING UNDEFINED 100% http://beam-loadtests-python-combine-flink-streaming-592-w-15.c.apache-beam-testing.internal:42667 application_1651172073833_0002 flink-dataproc Apache Flink root default RUNNING UNDEFINED 100% http://beam-loadtests-python-combine-flink-streaming-592-w-15.c.apache-beam-testing.internal:42667 ++ echo application_1651172073833_0002 flink-dataproc Apache Flink root default RUNNING UNDEFINED 100% http://beam-loadtests-python-combine-flink-streaming-592-w-15.c.apache-beam-testing.internal:42667 ++ sed 's/ .*//' + application_ids[$i]=application_1651172073833_0002 ++ echo application_1651172073833_0002 flink-dataproc Apache Flink root default RUNNING UNDEFINED 100% http://beam-loadtests-python-combine-flink-streaming-592-w-15.c.apache-beam-testing.internal:42667 ++ sed 's/.*beam-loadtests-python-combine-flink-streaming-592/beam-loadtests-python-combine-flink-streaming-592/' ++ sed 's/ .*//' + application_masters[$i]=beam-loadtests-python-combine-flink-streaming-592-w-15.c.apache-beam-testing.internal:42667 + i=1 + read line + '[' 1 '!=' 1 ']' + YARN_APPLICATION_MASTER=beam-loadtests-python-combine-flink-streaming-592-w-15.c.apache-beam-testing.internal:42667 + echo 'Using Yarn Application master: beam-loadtests-python-combine-flink-streaming-592-w-15.c.apache-beam-testing.internal:42667' Using Yarn Application master: beam-loadtests-python-combine-flink-streaming-592-w-15.c.apache-beam-testing.internal:42667 + [[ -n gcr.io/apache-beam-testing/beam_portability/beam_flink1.12_job_server:latest ]] + start_job_server + gcloud compute ssh --zone=us-central1-a --quiet yarn@beam-loadtests-python-combine-flink-streaming-592-m '--command=sudo --user yarn docker run --detach --publish 8099:8099 --publish 8098:8098 --publish 8097:8097 --volume ~/.config/gcloud:/root/.config/gcloud gcr.io/apache-beam-testing/beam_portability/beam_flink1.12_job_server:latest --flink-master=beam-loadtests-python-combine-flink-streaming-592-w-15.c.apache-beam-testing.internal:42667 --artifacts-dir=gs://beam-flink-cluster/beam-loadtests-python-combine-flink-streaming-592' docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.40/containers/create: dial unix /var/run/docker.sock: connect: permission denied. See 'docker run --help'. Build step 'Execute shell' marked build as failure --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
