See 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/714/display/redirect?page=changes>

Changes:

[noreply] [BEAM-12652] revving JS filename to bust cache (#15209)

[noreply] [BEAM-12399] Move CPython license to own file. (#15201)

[noreply] Revert "Default to Runner v2 for Python Streaming jobs. (#15140)"


------------------------------------------
[...truncated 57.71 KB...]
+ 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=1.2
+ echo 'Starting dataproc cluster. Dataproc version: 1.2'
Starting dataproc cluster. Dataproc version: 1.2
+ local num_dataproc_****s=17
+ gcloud dataproc clusters create beam-loadtests-python-combine-flink-batch-714 
--region=global --num-****s=17 --initialization-actions 
gs://beam-flink-cluster/init-actions/docker.sh,gs://beam-flink-cluster/init-actions/beam.sh,gs://beam-flink-cluster/init-actions/flink.sh
 --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=1.2 --zone=us-central1-a --quiet
Waiting on operation 
[projects/apache-beam-testing/regions/global/operations/c2e4a432-d0c8-3d93-87ae-0cca01c33a73].
Waiting for cluster creation operation...
WARNING: For PD-Standard without local SSDs, we strongly recommend provisioning 
1TB or larger to ensure consistently high I/O performance. See 
https://cloud.google.com/compute/docs/disks/performance for information on disk 
I/O performance.
......................................................................................................................................................................................................................................................done.
Created 
[https://dataproc.googleapis.com/v1/projects/apache-beam-testing/regions/global/clusters/beam-loadtests-python-combine-flink-batch-714]
 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-batch-714-m '--command=yarn 
application -list'
++ grep beam-loadtests-python-combine-flink-batch-714
Warning: Permanently added 'compute.6414722608265297383' (ECDSA) to the list of 
known hosts.
21/07/24 16:46:56 INFO client.RMProxy: Connecting to ResourceManager at 
beam-loadtests-python-combine-flink-batch-714-m/10.128.0.23:8032
+ read line
+ echo application_1627145068569_0001 flink-dataproc Apache Flink yarn default 
RUNNING UNDEFINED 100% 
http://beam-loadtests-python-combine-flink-batch-714-w-10.c.apache-beam-testing.internal:36901
application_1627145068569_0001 flink-dataproc Apache Flink yarn default RUNNING 
UNDEFINED 100% 
http://beam-loadtests-python-combine-flink-batch-714-w-10.c.apache-beam-testing.internal:36901
++ echo application_1627145068569_0001 flink-dataproc Apache Flink yarn default 
RUNNING UNDEFINED 100% 
http://beam-loadtests-python-combine-flink-batch-714-w-10.c.apache-beam-testing.internal:36901
++ sed 's/ .*//'
+ application_ids[$i]=application_1627145068569_0001
++ echo application_1627145068569_0001 flink-dataproc Apache Flink yarn default 
RUNNING UNDEFINED 100% 
http://beam-loadtests-python-combine-flink-batch-714-w-10.c.apache-beam-testing.internal:36901
++ sed 
's/.*beam-loadtests-python-combine-flink-batch-714/beam-loadtests-python-combine-flink-batch-714/'
++ sed 's/ .*//'
+ 
application_masters[$i]=beam-loadtests-python-combine-flink-batch-714-w-10.c.apache-beam-testing.internal:36901
+ i=1
+ read line
+ '[' 1 '!=' 1 ']'
+ 
YARN_APPLICATION_MASTER=beam-loadtests-python-combine-flink-batch-714-w-10.c.apache-beam-testing.internal:36901
+ echo 'Using Yarn Application master: 
beam-loadtests-python-combine-flink-batch-714-w-10.c.apache-beam-testing.internal:36901'
Using Yarn Application master: 
beam-loadtests-python-combine-flink-batch-714-w-10.c.apache-beam-testing.internal:36901
+ [[ -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-batch-714-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-batch-714-w-10.c.apache-beam-testing.internal:36901
 
--artifacts-dir=gs://beam-flink-cluster/beam-loadtests-python-combine-flink-batch-714'
a3672751ca776f6c929bbffa8c40bea8c94eb9f101c6ff1ceaec26cb90e4abac
+ start_tunnel
++ gcloud compute ssh --quiet --zone=us-central1-a 
yarn@beam-loadtests-python-combine-flink-batch-714-m '--command=curl -s 
"http://beam-loadtests-python-combine-flink-batch-714-w-10.c.apache-beam-testing.internal:36901/jobmanager/config";'
+ local 
'job_server_config=[{"key":"yarn.flink-dist-jar","value":"file:/usr/lib/flink/lib/flink-dist_2.11-1.12.3.jar"},{"key":"jobmanager.execution.failover-strategy","value":"region"},{"key":"high-availability.cluster-id","value":"application_1627145068569_0001"},{"key":"jobmanager.rpc.address","value":"beam-loadtests-python-combine-flink-batch-714-w-10.c.apache-beam-testing.internal"},{"key":"taskmanager.memory.jvm-metaspace.size","value":"512
 mb"},{"key":"taskmanager.memory.task.off-heap.size","value":"256 
mb"},{"key":"jobmanager.memory.jvm-overhead.min","value":"1073741824b"},{"key":"io.tmp.dirs","value":"/hadoop/yarn/nm-local-dir/usercache/yarn/appcache/application_1627145068569_0001"},{"key":"parallelism.default","value":"16"},{"key":"taskmanager.numberOfTaskSlots","value":"1"},{"key":"yarn.application.name","value":"flink-dataproc"},{"key":"taskmanager.memory.process.size","value":"12
 
gb"},{"key":"web.port","value":"0"},{"key":"jobmanager.heap.mb","value":"12288"},{"key":"jobmanager.memory.off-heap.size","value":"134217728b"},{"key":"execution.target","value":"yarn-session"},{"key":"jobmanager.memory.process.size","value":"12
 
gb"},{"key":"web.tmpdir","value":"/tmp/flink-web-c5e42ec6-7782-4e61-8267-c468a2d76293"},{"key":"jobmanager.rpc.port","value":"42637"},{"key":"internal.io.tmpdirs.use-local-default","value":"true"},{"key":"execution.attached","value":"false"},{"key":"internal.cluster.execution-mode","value":"NORMAL"},{"key":"taskmanager.memory.managed.fraction","value":"0.5"},{"key":"fs.hdfs.hadoopconf","value":"/etc/hadoop/conf"},{"key":"rest.address","value":"beam-loadtests-python-combine-flink-batch-714-w-10.c.apache-beam-testing.internal"},{"key":"state.backend","value":"filesystem"},{"key":"jobmanager.memory.jvm-metaspace.size","value":"268435456b"},{"key":"$internal.deployment.config-dir","value":"/usr/lib/flink/conf"},{"key":"$internal.yarn.log-config-file","value":"/usr/lib/flink/conf/log4j.properties"},{"key":"jobmanager.memory.heap.size","value":"11408506880b"},{"key":"state.checkpoints.dir","value":"gs://dataproc-6c5fbcbb-a2de-406e-9cf7-8c1ce0b6a604-us/checkpoints"},{"key":"jobmanager.memory.jvm-overhead.max","value":"1073741824b"}]'
+ local key=jobmanager.rpc.port
++ echo 
beam-loadtests-python-combine-flink-batch-714-w-10.c.apache-beam-testing.internal:36901
++ cut -d : -f1
+ local 
yarn_application_master_host=beam-loadtests-python-combine-flink-batch-714-w-10.c.apache-beam-testing.internal
++ python -c 'import sys, json; print([e['\''value'\''] for e in 
json.load(sys.stdin) if e['\''key'\''] == u'\''jobmanager.rpc.port'\''][0])'
++ echo 
'[{"key":"yarn.flink-dist-jar","value":"file:/usr/lib/flink/lib/flink-dist_2.11-1.12.3.jar"},{"key":"jobmanager.execution.failover-strategy","value":"region"},{"key":"high-availability.cluster-id","value":"application_1627145068569_0001"},{"key":"jobmanager.rpc.address","value":"beam-loadtests-python-combine-flink-batch-714-w-10.c.apache-beam-testing.internal"},{"key":"taskmanager.memory.jvm-metaspace.size","value":"512'
 'mb"},{"key":"taskmanager.memory.task.off-heap.size","value":"256' 
'mb"},{"key":"jobmanager.memory.jvm-overhead.min","value":"1073741824b"},{"key":"io.tmp.dirs","value":"/hadoop/yarn/nm-local-dir/usercache/yarn/appcache/application_1627145068569_0001"},{"key":"parallelism.default","value":"16"},{"key":"taskmanager.numberOfTaskSlots","value":"1"},{"key":"yarn.application.name","value":"flink-dataproc"},{"key":"taskmanager.memory.process.size","value":"12'
 
'gb"},{"key":"web.port","value":"0"},{"key":"jobmanager.heap.mb","value":"12288"},{"key":"jobmanager.memory.off-heap.size","value":"134217728b"},{"key":"execution.target","value":"yarn-session"},{"key":"jobmanager.memory.process.size","value":"12'
 
'gb"},{"key":"web.tmpdir","value":"/tmp/flink-web-c5e42ec6-7782-4e61-8267-c468a2d76293"},{"key":"jobmanager.rpc.port","value":"42637"},{"key":"internal.io.tmpdirs.use-local-default","value":"true"},{"key":"execution.attached","value":"false"},{"key":"internal.cluster.execution-mode","value":"NORMAL"},{"key":"taskmanager.memory.managed.fraction","value":"0.5"},{"key":"fs.hdfs.hadoopconf","value":"/etc/hadoop/conf"},{"key":"rest.address","value":"beam-loadtests-python-combine-flink-batch-714-w-10.c.apache-beam-testing.internal"},{"key":"state.backend","value":"filesystem"},{"key":"jobmanager.memory.jvm-metaspace.size","value":"268435456b"},{"key":"$internal.deployment.config-dir","value":"/usr/lib/flink/conf"},{"key":"$internal.yarn.log-config-file","value":"/usr/lib/flink/conf/log4j.properties"},{"key":"jobmanager.memory.heap.size","value":"11408506880b"},{"key":"state.checkpoints.dir","value":"gs://dataproc-6c5fbcbb-a2de-406e-9cf7-8c1ce0b6a604-us/checkpoints"},{"key":"jobmanager.memory.jvm-overhead.max","value":"1073741824b"}]'
+ local jobmanager_rpc_port=42637
++ [[ true == \t\r\u\e ]]
++ echo ' -Nf >& /dev/null'
+ local 'detached_mode_params= -Nf >& /dev/null'
++ [[ -n 
gcr.io/apache-beam-testing/beam_portability/beam_flink1.12_job_server:latest ]]
++ echo '-L 8099:localhost:8099 -L 8098:localhost:8098 -L 8097:localhost:8097'
+ local 'job_server_ports_forwarding=-L 8099:localhost:8099 -L 
8098:localhost:8098 -L 8097:localhost:8097'
+ local 'tunnel_command=gcloud compute ssh --zone=us-central1-a --quiet 
yarn@beam-loadtests-python-combine-flink-batch-714-m -- -L 
8081:beam-loadtests-python-combine-flink-batch-714-w-10.c.apache-beam-testing.internal:36901
 -L 
42637:beam-loadtests-python-combine-flink-batch-714-w-10.c.apache-beam-testing.internal:42637
 -L 8099:localhost:8099 -L 8098:localhost:8098 -L 8097:localhost:8097 -D 1080  
-Nf >& /dev/null'
+ eval gcloud compute ssh --zone=us-central1-a --quiet 
yarn@beam-loadtests-python-combine-flink-batch-714-m -- -L 
8081:beam-loadtests-python-combine-flink-batch-714-w-10.c.apache-beam-testing.internal:36901
 -L 
42637:beam-loadtests-python-combine-flink-batch-714-w-10.c.apache-beam-testing.internal:42637
 -L 8099:localhost:8099 -L 8098:localhost:8098 -L 8097:localhost:8097 -D 1080 
-Nf '>&' /dev/null
++ gcloud compute ssh --zone=us-central1-a --quiet 
yarn@beam-loadtests-python-combine-flink-batch-714-m -- -L 
8081:beam-loadtests-python-combine-flink-batch-714-w-10.c.apache-beam-testing.internal:36901
 -L 
42637:beam-loadtests-python-combine-flink-batch-714-w-10.c.apache-beam-testing.internal:42637
 -L 8099:localhost:8099 -L 8098:localhost:8098 -L 8097:localhost:8097 -D 1080 
-Nf
[beam_LoadTests_Python_Combine_Flink_Batch] $ /bin/bash -xe 
/tmp/jenkins6461072266535754278.sh
+ echo '*** Combine Python Load test: 2GB Fanout 4 ***'
*** Combine Python Load test: 2GB Fanout 4 ***
[Gradle] - Launching build.
[src] $ 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/gradlew>
 -PloadTest.mainClass=apache_beam.testing.load_tests.combine_test 
-Prunner=PortableRunner 
'-PloadTest.args=--job_name=load-tests-python-flink-batch-combine-4-0724150117 
--project=apache-beam-testing --publish_to_big_query=true 
--metrics_dataset=load_test --metrics_table=python_flink_batch_combine_4 
--influx_measurement=python_batch_combine_4 --input_options='{"num_records": 
5000000,"key_size": 10,"value_size": 90}' --parallelism=16 
--job_endpoint=localhost:8099 --environment_type=DOCKER 
--environment_config=gcr.io/apache-beam-testing/beam_portability/beam_python3.7_sdk:latest
 --fanout=4 --top_count=20 --influx_db_name=beam_test_metrics 
--influx_hostname=http://10.128.0.96:8086 --runner=PortableRunner' 
-PpythonVersion=3.7 --continue --max-****s=12 -Dorg.gradle.jvmargs=-Xms2g 
-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.vfs.watch=false -Pdocker-pull-licenses 
:sdks:python:apache_beam:testing:load_tests:run
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy UP-TO-DATE
> Task :buildSrc:pluginDescriptors UP-TO-DATE
> Task :buildSrc:processResources UP-TO-DATE
> Task :buildSrc:classes UP-TO-DATE
> Task :buildSrc:jar UP-TO-DATE
> Task :buildSrc:assemble UP-TO-DATE
> Task :buildSrc:spotlessGroovy UP-TO-DATE
> Task :buildSrc:spotlessGroovyCheck UP-TO-DATE
> Task :buildSrc:spotlessGroovyGradle UP-TO-DATE
> Task :buildSrc:spotlessGroovyGradleCheck UP-TO-DATE
> Task :buildSrc:spotlessCheck UP-TO-DATE
> Task :buildSrc:pluginUnderTestMetadata UP-TO-DATE
> Task :buildSrc:compileTestJava NO-SOURCE
> Task :buildSrc:compileTestGroovy NO-SOURCE
> Task :buildSrc:processTestResources NO-SOURCE
> Task :buildSrc:testClasses UP-TO-DATE
> Task :buildSrc:test NO-SOURCE
> Task :buildSrc:validatePlugins UP-TO-DATE
> Task :buildSrc:check UP-TO-DATE
> Task :buildSrc:build UP-TO-DATE
Configuration on demand is an incubating feature.
> Task :sdks:python:setupVirtualenv UP-TO-DATE

> Task :sdks:python:sdist
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1922375555/lib/python3.7/site-packages/setuptools/dist.py>:484:
 UserWarning: Normalizing '2.33.0.dev' to '2.33.0.dev0'
  warnings.warn(tmpl.format(**locals()))
INFO:gen_protos:Skipping proto regeneration: all files up to date
warning: no files found matching 'README.md'
warning: no files found matching 'NOTICE'
warning: no files found matching 'LICENSE'
warning: no files found matching 'LICENSE.python'
warning: sdist: standard file not found: should have one of README, README.rst, 
README.txt, README.md


> Task :sdks:python:apache_beam:testing:load_tests:setupVirtualenv UP-TO-DATE

> Task :sdks:python:apache_beam:testing:load_tests:installGcpTest
Processing 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/sdks/python/build/apache-beam.tar.gz>
Requirement already satisfied: avro-python3!=1.9.2,<1.10.0,>=1.8.1 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (1.9.2.1)
Requirement already satisfied: crcmod<2.0,>=1.7 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (1.7)
Requirement already satisfied: dill<0.3.2,>=0.3.1.1 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (0.3.1.1)
Requirement already satisfied: fastavro<2,>=0.21.4 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (1.4.4)
Requirement already satisfied: future<1.0.0,>=0.18.2 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (0.18.2)
Requirement already satisfied: grpcio<2,>=1.29.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (1.39.0)
Requirement already satisfied: hdfs<3.0.0,>=2.1.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (2.6.0)
Requirement already satisfied: httplib2<0.20.0,>=0.8 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (0.19.1)
Requirement already satisfied: numpy<1.21.0,>=1.14.3 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (1.20.3)
Requirement already satisfied: pymongo<4.0.0,>=3.8.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (3.12.0)
Requirement already satisfied: oauth2client<5,>=2.0.1 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (4.1.3)
Requirement already satisfied: protobuf<4,>=3.12.2 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (3.17.3)
Requirement already satisfied: pyarrow<5.0.0,>=0.15.1 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (4.0.1)
Requirement already satisfied: pydot<2,>=1.2.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (1.4.2)
Requirement already satisfied: python-dateutil<3,>=2.8.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (2.8.2)
Requirement already satisfied: pytz>=2018.3 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (2021.1)
Requirement already satisfied: requests<3.0.0,>=2.24.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (2.26.0)
Requirement already satisfied: typing-extensions<3.8.0,>=3.7.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (3.7.4.3)
Requirement already satisfied: orjson<4.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (3.6.0)
Requirement already satisfied: freezegun>=0.3.12 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (1.1.0)
Requirement already satisfied: mock<3.0.0,>=1.0.1 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (2.0.0)
Requirement already satisfied: nose>=1.3.7 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (1.3.7)
Requirement already satisfied: nose_xunitmp>=0.4.1 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (0.4.1)
Requirement already satisfied: pandas<1.3.0,>=1.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (1.2.5)
Requirement already satisfied: parameterized<0.8.0,>=0.7.1 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (0.7.5)
Requirement already satisfied: pyhamcrest!=1.10.0,<2.0.0,>=1.9 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (1.10.1)
Requirement already satisfied: pyyaml<6.0.0,>=3.12 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (5.4.1)
Requirement already satisfied: requests_mock<2.0,>=1.7 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (1.9.3)
Requirement already satisfied: tenacity<6.0,>=5.0.2 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (5.1.5)
Requirement already satisfied: pytest<5.0,>=4.4.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (4.6.11)
Requirement already satisfied: pytest-xdist<2,>=1.29.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (1.34.0)
Requirement already satisfied: pytest-timeout<2,>=1.3.3 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (1.4.2)
Requirement already satisfied: sqlalchemy<2.0,>=1.3 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (1.4.22)
Requirement already satisfied: psycopg2-binary<3.0.0,>=2.8.5 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (2.9.1)
Requirement already satisfied: testcontainers<4.0.0,>=3.0.3 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (3.4.1)
Requirement already satisfied: cachetools<5,>=3.1.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (4.2.2)
Requirement already satisfied: google-apitools<0.5.32,>=0.5.31 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (0.5.31)
Requirement already satisfied: google-auth<2,>=1.18.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (1.33.1)
Requirement already satisfied: google-cloud-datastore<2,>=1.8.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (1.15.3)
Requirement already satisfied: google-cloud-pubsub<2,>=0.39.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (1.7.0)
Requirement already satisfied: google-cloud-bigquery<3,>=1.6.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (2.22.1)
Requirement already satisfied: google-cloud-core<2,>=0.28.1 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (1.7.1)
Requirement already satisfied: google-cloud-bigtable<2,>=0.31.1 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (1.7.0)
Requirement already satisfied: google-cloud-spanner<2,>=1.13.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (1.19.1)
Requirement already satisfied: grpcio-gcp<1,>=0.2.2 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (0.2.2)
Requirement already satisfied: google-cloud-dlp<2,>=0.12.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (1.0.0)
Requirement already satisfied: google-cloud-language<2,>=1.3.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (1.3.0)
Requirement already satisfied: google-cloud-videointelligence<2,>=1.8.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (1.16.1)
Requirement already satisfied: google-cloud-vision<2,>=0.38.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (1.0.0)
Requirement already satisfied: google-cloud-recommendations-ai<=0.2.0,>=0.1.0 
in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (0.2.0)
Requirement already satisfied: azure-storage-blob>=12.3.2 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (12.8.1)
Requirement already satisfied: azure-core>=1.7.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (1.16.0)
Requirement already satisfied: boto3>=1.9 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from apache-beam==2.33.0.dev0) (1.18.6)
Requirement already satisfied: six>=1.11.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from azure-core>=1.7.0->apache-beam==2.33.0.dev0) (1.16.0)
Requirement already satisfied: msrest>=0.6.18 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from azure-storage-blob>=12.3.2->apache-beam==2.33.0.dev0) (0.6.21)
Requirement already satisfied: cryptography>=2.1.4 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from azure-storage-blob>=12.3.2->apache-beam==2.33.0.dev0) (3.4.7)
Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from boto3>=1.9->apache-beam==2.33.0.dev0) (0.5.0)
Requirement already satisfied: botocore<1.22.0,>=1.21.6 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from boto3>=1.9->apache-beam==2.33.0.dev0) (1.21.6)
Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from boto3>=1.9->apache-beam==2.33.0.dev0) (0.10.0)
Requirement already satisfied: urllib3<1.27,>=1.25.4 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from botocore<1.22.0,>=1.21.6->boto3>=1.9->apache-beam==2.33.0.dev0) (1.26.6)
Requirement already satisfied: cffi>=1.12 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from 
cryptography>=2.1.4->azure-storage-blob>=12.3.2->apache-beam==2.33.0.dev0) 
(1.14.6)
Requirement already satisfied: pycparser in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from 
cffi>=1.12->cryptography>=2.1.4->azure-storage-blob>=12.3.2->apache-beam==2.33.0.dev0)
 (2.20)
Requirement already satisfied: fasteners>=0.14 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from google-apitools<0.5.32,>=0.5.31->apache-beam==2.33.0.dev0) (0.16.3)
Requirement already satisfied: rsa<5,>=3.1.4 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from google-auth<2,>=1.18.0->apache-beam==2.33.0.dev0) (4.7.2)
Requirement already satisfied: setuptools>=40.3.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from google-auth<2,>=1.18.0->apache-beam==2.33.0.dev0) (57.4.0)
Requirement already satisfied: pyasn1-modules>=0.2.1 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from google-auth<2,>=1.18.0->apache-beam==2.33.0.dev0) (0.2.8)
Requirement already satisfied: packaging>=14.3 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from google-cloud-bigquery<3,>=1.6.0->apache-beam==2.33.0.dev0) (21.0)
Requirement already satisfied: google-resumable-media<3.0dev,>=0.6.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from google-cloud-bigquery<3,>=1.6.0->apache-beam==2.33.0.dev0) (1.3.1)
Requirement already satisfied: proto-plus>=1.10.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from google-cloud-bigquery<3,>=1.6.0->apache-beam==2.33.0.dev0) (1.19.0)
Requirement already satisfied: google-api-core[grpc]<3.0.0dev,>=1.29.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from google-cloud-bigquery<3,>=1.6.0->apache-beam==2.33.0.dev0) (1.31.0)
Requirement already satisfied: googleapis-common-protos<2.0dev,>=1.6.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from 
google-api-core[grpc]<3.0.0dev,>=1.29.0->google-cloud-bigquery<3,>=1.6.0->apache-beam==2.33.0.dev0)
 (1.53.0)
Requirement already satisfied: grpc-google-iam-v1<0.13dev,>=0.12.3 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from google-cloud-bigtable<2,>=0.31.1->apache-beam==2.33.0.dev0) (0.12.3)
Requirement already satisfied: google-crc32c<2.0dev,>=1.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from 
google-resumable-media<3.0dev,>=0.6.0->google-cloud-bigquery<3,>=1.6.0->apache-beam==2.33.0.dev0)
 (1.1.2)
Requirement already satisfied: docopt in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from hdfs<3.0.0,>=2.1.0->apache-beam==2.33.0.dev0) (0.6.2)
Requirement already satisfied: pyparsing<3,>=2.4.2 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from httplib2<0.20.0,>=0.8->apache-beam==2.33.0.dev0) (2.4.7)
Requirement already satisfied: pbr>=0.11 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from mock<3.0.0,>=1.0.1->apache-beam==2.33.0.dev0) (5.6.0)
Requirement already satisfied: certifi>=2017.4.17 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from msrest>=0.6.18->azure-storage-blob>=12.3.2->apache-beam==2.33.0.dev0) 
(2021.5.30)
Requirement already satisfied: isodate>=0.6.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from msrest>=0.6.18->azure-storage-blob>=12.3.2->apache-beam==2.33.0.dev0) 
(0.6.0)
Requirement already satisfied: requests-oauthlib>=0.5.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from msrest>=0.6.18->azure-storage-blob>=12.3.2->apache-beam==2.33.0.dev0) 
(1.3.0)
Requirement already satisfied: pyasn1>=0.1.7 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from oauth2client<5,>=2.0.1->apache-beam==2.33.0.dev0) (0.4.8)
Requirement already satisfied: atomicwrites>=1.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from pytest<5.0,>=4.4.0->apache-beam==2.33.0.dev0) (1.4.0)
Requirement already satisfied: pluggy<1.0,>=0.12 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from pytest<5.0,>=4.4.0->apache-beam==2.33.0.dev0) (0.13.1)
Requirement already satisfied: py>=1.5.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from pytest<5.0,>=4.4.0->apache-beam==2.33.0.dev0) (1.10.0)
Requirement already satisfied: importlib-metadata>=0.12 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from pytest<5.0,>=4.4.0->apache-beam==2.33.0.dev0) (2.1.1)
Requirement already satisfied: attrs>=17.4.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from pytest<5.0,>=4.4.0->apache-beam==2.33.0.dev0) (21.2.0)
Requirement already satisfied: more-itertools>=4.0.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from pytest<5.0,>=4.4.0->apache-beam==2.33.0.dev0) (8.8.0)
Requirement already satisfied: wcwidth in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from pytest<5.0,>=4.4.0->apache-beam==2.33.0.dev0) (0.2.5)
Requirement already satisfied: zipp>=0.5 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from importlib-metadata>=0.12->pytest<5.0,>=4.4.0->apache-beam==2.33.0.dev0) 
(3.5.0)
Requirement already satisfied: pytest-forked in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from pytest-xdist<2,>=1.29.0->apache-beam==2.33.0.dev0) (1.3.0)
Requirement already satisfied: execnet>=1.1 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from pytest-xdist<2,>=1.29.0->apache-beam==2.33.0.dev0) (1.9.0)
Requirement already satisfied: idna<4,>=2.5 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from requests<3.0.0,>=2.24.0->apache-beam==2.33.0.dev0) (3.2)
Requirement already satisfied: charset-normalizer~=2.0.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from requests<3.0.0,>=2.24.0->apache-beam==2.33.0.dev0) (2.0.3)
Requirement already satisfied: oauthlib>=3.0.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from 
requests-oauthlib>=0.5.0->msrest>=0.6.18->azure-storage-blob>=12.3.2->apache-beam==2.33.0.dev0)
 (3.1.1)
Requirement already satisfied: greenlet!=0.4.17 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from sqlalchemy<2.0,>=1.3->apache-beam==2.33.0.dev0) (1.1.0)
Requirement already satisfied: wrapt in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from testcontainers<4.0.0,>=3.0.3->apache-beam==2.33.0.dev0) (1.12.1)
Requirement already satisfied: docker in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from testcontainers<4.0.0,>=3.0.3->apache-beam==2.33.0.dev0) (5.0.0)
Requirement already satisfied: deprecation in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from testcontainers<4.0.0,>=3.0.3->apache-beam==2.33.0.dev0) (2.1.0)
Requirement already satisfied: websocket-client>=0.32.0 in 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages>
 (from docker->testcontainers<4.0.0,>=3.0.3->apache-beam==2.33.0.dev0) (1.1.0)
ERROR: Exception:
Traceback (most recent call last):
  File 
"<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages/pip/_internal/cli/base_command.py";,>
 line 173, in _main
    status = self.run(options, args)
  File 
"<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages/pip/_internal/cli/req_command.py";,>
 line 203, in wrapper
    return func(self, options, args)
  File 
"<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages/pip/_internal/commands/install.py";,>
 line 316, in run
    reqs, check_supported_wheels=not options.target_dir
  File 
"<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py";,>
 line 155, in resolve
    issue=8711,
  File 
"<https://ci-beam.apache.org/job/beam_LoadTests_Python_Combine_Flink_Batch/ws/src/build/gradleenv/1329484227/lib/python3.7/site-packages/pip/_internal/utils/deprecation.py";,>
 line 102, in deprecated
    raise PipDeprecationWarning(message)
pip._internal.utils.deprecation.PipDeprecationWarning: DEPRECATION: Source 
distribution is being reinstalled despite an installed package having the same 
name and version as the installed package. pip 21.2 will remove support for 
this functionality. A possible replacement is use --force-reinstall. You can 
find discussion regarding this at https://github.com/pypa/pip/issues/8711.

> Task :sdks:python:apache_beam:testing:load_tests:installGcpTest FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task 
':sdks:python:apache_beam:testing:load_tests:installGcpTest'.
> Process 'command 'sh'' finished with non-zero exit value 2

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug 
option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with 
Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See 
https://docs.gradle.org/6.8.3/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 8s
4 actionable tasks: 2 executed, 2 up-to-date

Publishing build scan...
https://gradle.com/s/gjku4gxyfrgrk

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure


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

Reply via email to