See 
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/7517/display/redirect>

Changes:


------------------------------------------
[...truncated 295.32 KB...]
golang.org/x/sys,https://cs.opensource.google/go/x/sys/+/v0.12.0:LICENSE,BSD-3-Clause
golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.13.0:LICENSE,BSD-3-Clause
golang.org/x/xerrors,https://cs.opensource.google/go/x/xerrors/+/04be3eba:LICENSE,BSD-3-Clause
google.golang.org/api,https://github.com/googleapis/google-api-go-client/blob/v0.142.0/LICENSE,BSD-3-Clause
google.golang.org/api/internal/third_party/uritemplates,https://github.com/googleapis/google-api-go-client/blob/v0.142.0/internal/third_party/uritemplates/LICENSE,BSD-3-Clause
google.golang.org/genproto/googleapis/api,https://github.com/googleapis/go-genproto/blob/f966b187b2e5/googleapis/api/LICENSE,Apache-2.0
google.golang.org/genproto/googleapis/rpc,https://github.com/googleapis/go-genproto/blob/007df8e322eb/googleapis/rpc/LICENSE,Apache-2.0
google.golang.org/genproto/googleapis/type,https://github.com/googleapis/go-genproto/blob/ccc8af3d0e93/LICENSE,Apache-2.0
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/v1.58.1/LICENSE,Apache-2.0
google.golang.org/protobuf,https://github.com/protocolbuffers/protobuf-go/blob/v1.31.0/LICENSE,BSD-3-Clause
+ chmod -R a+w /output/licenses

> Task :release:go-licenses:go:createLicenses
> Task :sdks:go:container:copyGolangLicenses
> Task :sdks:go:container:dockerPrepare

> Task :sdks:go:container:docker
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 1.70kB done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/library/debian:bullseye
#3 DONE 0.3s

#4 [1/7] FROM 
docker.io/library/debian:bullseye@sha256:c141beaa9e0767774221cc82efe3a6712a1cc4f75d2699334dfd9a28a6f7357b
#4 CACHED

#5 [internal] load build context
#5 transferring context: 22.24MB 0.2s done
#5 DONE 0.2s

#6 [2/7] RUN apt-get update &&     DEBIAN_FRONTEND=noninteractive apt-get 
install -y         ca-certificates         &&     rm -rf /var/lib/apt/lists/*
#6 0.695 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
#6 0.773 Get:2 http://deb.debian.org/debian-security bullseye-security 
InRelease [48.4 kB]
#6 0.802 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
#6 1.106 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8062 
kB]
#6 1.316 Get:5 http://deb.debian.org/debian-security bullseye-security/main 
amd64 Packages [256 kB]
#6 1.344 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 
Packages [17.4 kB]
#6 2.609 Fetched 8544 kB in 2s (4230 kB/s)
#6 2.609 Reading package lists...
#6 3.277 Reading package lists...
#6 3.934 Building dependency tree...
#6 4.108 Reading state information...
#6 4.291 The following additional packages will be installed:
#6 4.291   openssl
#6 4.332 The following NEW packages will be installed:
#6 4.333   ca-certificates openssl
#6 4.402 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
#6 4.402 Need to get 1017 kB of archives.
#6 4.402 After this operation, 1897 kB of additional disk space will be used.
#6 4.402 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 
1.1.1w-0+deb11u1 [859 kB]
#6 4.540 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates 
all 20210119 [158 kB]
#6 4.972 debconf: delaying package configuration, since apt-utils is not 
installed
#6 5.005 Fetched 1017 kB in 0s (5018 kB/s)
#6 5.028 Selecting previously unselected package openssl.
#6 5.028 (Reading database ... (Reading database ... 5%(Reading database ... 
10%(Reading database ... 15%(Reading database ... 20%(Reading database ... 
25%(Reading database ... 30%(Reading database ... 35%(Reading database ... 
40%(Reading database ... 45%(Reading database ... 50%(Reading database ... 
55%(Reading database ... 60%(Reading database ... 65%(Reading database ... 
70%(Reading database ... 75%(Reading database ... 80%(Reading database ... 
85%(Reading database ... 90%(Reading database ... 95%(Reading database ... 
100%(Reading database ... 6664 files and directories currently installed.)
#6 5.076 Preparing to unpack .../openssl_1.1.1w-0+deb11u1_amd64.deb ...
#6 5.081 Unpacking openssl (1.1.1w-0+deb11u1) ...
#6 5.270 Selecting previously unselected package ca-certificates.
#6 5.271 Preparing to unpack .../ca-certificates_20210119_all.deb ...
#6 5.274 Unpacking ca-certificates (20210119) ...
#6 5.341 Setting up openssl (1.1.1w-0+deb11u1) ...
#6 5.357 Setting up ca-certificates (20210119) ...
#6 6.205 Updating certificates in /etc/ssl/certs...
#6 7.015 129 added, 0 removed; done.
#6 7.088 Processing triggers for ca-certificates (20210119) ...
#6 7.097 Updating certificates in /etc/ssl/certs...
#6 7.649 0 added, 0 removed; done.
#6 7.649 Running hooks in /etc/ca-certificates/update.d...
#6 7.698 done.
#6 DONE 9.8s

#7 [3/7] ADD target/linux_amd64/boot /opt/apache/beam/
#7 DONE 0.3s

#8 [4/7] COPY target/LICENSE /opt/apache/beam/
#8 DONE 0.1s

#9 [5/7] COPY target/NOTICE /opt/apache/beam/
#9 DONE 0.2s

#10 [6/7] COPY target/go-licenses/* 
/opt/apache/beam/third_party_licenses/golang/
#10 DONE 0.1s

#11 [7/7] RUN if [ "true" = "false" ] ; then     rm -rf 
/opt/apache/beam/third_party_licenses ;    fi
#11 DONE 0.3s

#12 exporting to image
#12 exporting layers
#12 exporting layers 0.2s done
#12 writing image 
sha256:7ae0f49b51e7155f4683d96026435c0118cbc8264809520c5c5170d83576fd79 done
#12 naming to docker.io/apache/beam_go_sdk:latest done
#12 DONE 0.2s

> Task :sdks:python:installGcpTest
Collecting greenlet!=0.4.17 (from sqlalchemy<2.0,>=1.3)
  Using cached 
greenlet-3.0.1-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.metadata
 (3.7 kB)
Collecting docker>=4.0.0 (from 
testcontainers<4.0.0,>=3.0.3->testcontainers[mysql]<4.0.0,>=3.0.3; extra == 
"test")
  Using cached docker-6.1.3-py3-none-any.whl.metadata (3.5 kB)
Collecting wrapt (from 
testcontainers<4.0.0,>=3.0.3->testcontainers[mysql]<4.0.0,>=3.0.3; extra == 
"test")
  Using cached 
wrapt-1.16.0rc1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
 (6.6 kB)
Collecting deprecation (from 
testcontainers<4.0.0,>=3.0.3->testcontainers[mysql]<4.0.0,>=3.0.3; extra == 
"test")
  Using cached deprecation-2.1.0-py2.py3-none-any.whl (11 kB)
Collecting pymysql (from testcontainers[mysql]<4.0.0,>=3.0.3; extra == "test")
  Using cached PyMySQL-1.1.0-py3-none-any.whl.metadata (4.4 kB)
Collecting urllib3<3,>=1.21.1 (from requests<3.0.0,>=2.24.0)
  Using cached urllib3-1.26.18-py2.py3-none-any.whl.metadata (48 kB)
Collecting pycparser (from cffi>=1.12->cryptography>=41.0.2)
  Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting websocket-client>=0.32.0 (from 
docker>=4.0.0->testcontainers<4.0.0,>=3.0.3->testcontainers[mysql]<4.0.0,>=3.0.3;
 extra == "test")
  Using cached websocket_client-1.6.4-py3-none-any.whl.metadata (7.7 kB)
Collecting google-crc32c<2.0dev,>=1.0 (from 
google-cloud-storage<3.0.0dev,>=1.32.0->google-cloud-aiplatform<2.0,>=1.26.0)
  Using cached 
google_crc32c-1.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl 
(32 kB)
Requirement already satisfied: zipp>=3.1.0 in 
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/ws/src/build/gradleenv/1922375555/lib/python3.8/site-packages>
 (from importlib-resources>=1.4.0->jsonschema<5.0.0,>=4.0.0) (3.17.0)
Collecting PyJWT<3,>=1.0.0 (from 
PyJWT[crypto]<3,>=1.0.0->msal<2.0.0,>=1.24.0->azure-identity<2,>=1.12.0)
  Using cached PyJWT-2.8.0-py3-none-any.whl.metadata (4.2 kB)
Collecting portalocker<3,>=1.0 (from 
msal-extensions<2.0.0,>=0.3.0->azure-identity<2,>=1.12.0)
  Using cached portalocker-2.8.2-py3-none-any.whl.metadata (8.5 kB)
Collecting pyasn1>=0.1.7 (from 
oauth2client>=1.4.12->google-apitools<0.5.32,>=0.5.31)
  Using cached pyasn1-0.5.0-py2.py3-none-any.whl (83 kB)
Collecting backports.zoneinfo (from tzlocal>=1.2->js2py<1,>=0.74)
  Using cached backports.zoneinfo-0.2.1-cp38-cp38-manylinux1_x86_64.whl (74 kB)
Using cached azure_core-1.29.5-py3-none-any.whl (192 kB)
Using cached azure_identity-1.15.0-py3-none-any.whl (164 kB)
Using cached azure_storage_blob-12.19.0b1-py3-none-any.whl (394 kB)
Using cached boto3-1.28.72-py3-none-any.whl (135 kB)
Using cached cryptography-41.0.5-cp37-abi3-manylinux_2_28_x86_64.whl (4.4 MB)
Using cached 
fastavro-1.8.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB)
Using cached fasteners-0.19-py3-none-any.whl (18 kB)
Using cached google_api_core-2.12.0-py3-none-any.whl (121 kB)
Using cached google_auth-2.23.3-py2.py3-none-any.whl (182 kB)
Using cached google_auth_httplib2-0.1.1-py2.py3-none-any.whl (9.3 kB)
Using cached google_cloud_aiplatform-1.35.0-py2.py3-none-any.whl (3.1 MB)
Using cached google_cloud_bigquery-3.12.0-py2.py3-none-any.whl (220 kB)
Using cached google_cloud_bigquery_storage-2.22.0-py2.py3-none-any.whl (190 kB)
Using cached google_cloud_bigtable-2.21.0-py2.py3-none-any.whl (293 kB)
Using cached google_cloud_core-2.3.3-py2.py3-none-any.whl (29 kB)
Using cached google_cloud_datastore-2.18.0-py2.py3-none-any.whl (177 kB)
Using cached google_cloud_dlp-3.12.3-py2.py3-none-any.whl (143 kB)
Using cached google_cloud_language-2.11.1-py2.py3-none-any.whl (138 kB)
Using cached google_cloud_pubsub-2.18.4-py2.py3-none-any.whl (265 kB)
Using cached google_cloud_pubsublite-1.8.3-py2.py3-none-any.whl (288 kB)
Using cached google_cloud_recommendations_ai-0.10.5-py2.py3-none-any.whl (173 
kB)
Using cached google_cloud_spanner-3.40.1-py2.py3-none-any.whl (332 kB)
Using cached google_cloud_videointelligence-2.11.4-py2.py3-none-any.whl (229 kB)
Using cached google_cloud_vision-3.4.5-py2.py3-none-any.whl (444 kB)
Using cached 
grpcio-1.59.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.3 MB)
Using cached hypothesis-6.88.1-py3-none-any.whl (421 kB)
Using cached joblib-1.3.2-py3-none-any.whl (302 kB)
Using cached jsonschema-4.19.1-py3-none-any.whl (83 kB)
Using cached mock-5.1.0-py3-none-any.whl (30 kB)
Using cached 
numpy-1.24.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB)
Using cached 
orjson-3.9.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (138 kB)
Using cached proto_plus-1.23.0rc1-py3-none-any.whl (48 kB)
Using cached protobuf-4.24.4-cp37-abi3-manylinux2014_x86_64.whl (311 kB)
Using cached 
psycopg2_binary-2.9.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl 
(3.0 MB)
Using cached pyhamcrest-2.1.0-py3-none-any.whl (54 kB)
Using cached 
pymongo-4.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (687 kB)
Using cached pytest-7.4.3-py3-none-any.whl (325 kB)
Using cached pytest_timeout-2.2.0-py3-none-any.whl (13 kB)
Using cached pytest_xdist-3.3.1-py3-none-any.whl (41 kB)
Using cached pytz-2023.3.post1-py2.py3-none-any.whl (502 kB)
Using cached 
PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (736 kB)
Using cached 
regex-2023.10.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (776 
kB)
Using cached requests-2.31.0-py3-none-any.whl (62 kB)
Using cached requests_mock-1.11.0-py2.py3-none-any.whl (28 kB)
Using cached 
scikit_learn-1.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl 
(11.1 MB)
Using cached 
SQLAlchemy-1.4.49-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
 (1.6 MB)
Using cached tenacity-8.2.3-py3-none-any.whl (24 kB)
Using cached typing_extensions-4.8.0-py3-none-any.whl (31 kB)
Using cached botocore-1.31.72-py3-none-any.whl (11.3 MB)
Using cached certifi-2023.7.22-py3-none-any.whl (158 kB)
Using cached 
cffi-1.16.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (444 kB)
Using cached 
charset_normalizer-3.3.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
 (138 kB)
Using cached dnspython-2.4.2-py3-none-any.whl (300 kB)
Using cached docker-6.1.3-py3-none-any.whl (148 kB)
Using cached exceptiongroup-1.1.3-py3-none-any.whl (14 kB)
Using cached execnet-2.0.2-py3-none-any.whl (37 kB)
Using cached google_cloud_resource_manager-1.10.4-py2.py3-none-any.whl (320 kB)
Using cached google_cloud_storage-2.12.0-py2.py3-none-any.whl (120 kB)
Using cached google_resumable_media-2.6.0-py2.py3-none-any.whl (80 kB)
Using cached googleapis_common_protos-1.61.0-py2.py3-none-any.whl (230 kB)
Using cached 
greenlet-3.0.1-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (618 
kB)
Using cached grpcio_status-1.59.0-py3-none-any.whl (14 kB)
Using cached importlib_resources-6.1.0-py3-none-any.whl (33 kB)
Using cached jsonschema_specifications-2023.7.1-py3-none-any.whl (17 kB)
Using cached msal-1.24.1-py2.py3-none-any.whl (95 kB)
Using cached pyparsing-3.1.1-py3-none-any.whl (103 kB)
Using cached referencing-0.30.2-py3-none-any.whl (25 kB)
Using cached 
rpds_py-0.10.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB)
Using cached s3transfer-0.7.0-py3-none-any.whl (79 kB)
Using cached 
shapely-2.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB)
Using cached threadpoolctl-3.2.0-py3-none-any.whl (15 kB)
Using cached tzlocal-5.2-py3-none-any.whl (17 kB)
Using cached urllib3-1.26.18-py2.py3-none-any.whl (143 kB)
Using cached PyMySQL-1.1.0-py3-none-any.whl (44 kB)
Using cached 
wrapt-1.16.0rc1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
 (82 kB)
Using cached portalocker-2.8.2-py3-none-any.whl (17 kB)
Using cached PyJWT-2.8.0-py3-none-any.whl (22 kB)
Using cached websocket_client-1.6.4-py3-none-any.whl (57 kB)
Building wheels for collected packages: apache-beam
  Building wheel for apache-beam (pyproject.toml): started

> Task :runners:flink:1.15:job-server:flinkJobServerSetup
Launching job server @ 43231 ...

> Task :runners:flink:1.15:job-server:flinkJobServerCleanup
Stopping job server pid: 2382240.

> Task :sdks:python:installGcpTest
  Building wheel for apache-beam (pyproject.toml): still running...
  Building wheel for apache-beam (pyproject.toml): still running...
  Building wheel for apache-beam (pyproject.toml): still running...
  Building wheel for apache-beam (pyproject.toml): finished with status 'done'
  Created wheel for apache-beam: 
filename=apache_beam-2.52.0.dev0-cp38-cp38-linux_x86_64.whl size=16209348 
sha256=bb0c0b57b2f5fbdef7ca6a38734831e4415593eaa607074f52f0b3bbeca754ef
  Stored in directory: 
/home/jenkins/.cache/pip/wheels/3f/e8/d8/20b9fe5ab7d6dd3807759d1d8f044a2a1c55703d573f8fdcdc
Successfully built apache-beam
Installing collected packages: sortedcontainers, pytz, pyjsparser, docopt, 
crcmod, zstandard, wrapt, websocket-client, urllib3, typing-extensions, 
threadpoolctl, tenacity, sqlparse, six, rpds-py, regex, pyyaml, pyparsing, 
pymysql, PyJWT, pyhamcrest, pycparser, pyasn1, psycopg2-binary, protobuf, 
portalocker, pkgutil-resolve-name, parameterized, overrides, orjson, objsize, 
numpy, mock, joblib, jmespath, iniconfig, importlib-resources, idna, grpcio, 
greenlet, google-crc32c, fasteners, fastavro, execnet, exceptiongroup, 
dnspython, dill, deprecation, cloudpickle, charset-normalizer, certifi, 
backports.zoneinfo, attrs, tzlocal, sqlalchemy, shapely, scipy, rsa, requests, 
referencing, python-dateutil, pytest, pymongo, pydot, pyasn1-modules, pyarrow, 
proto-plus, isodate, hypothesis, httplib2, googleapis-common-protos, 
google-resumable-media, cffi, scikit-learn, requests-mock, pytest-xdist, 
pytest-timeout, pandas, oauth2client, jsonschema-specifications, js2py, hdfs, 
grpcio-status, google-auth, freezegun, docker, cryptography, botocore, 
azure-core, testcontainers, s3transfer, jsonschema, grpc-google-iam-v1, 
google-auth-httplib2, google-apitools, google-api-core, azure-storage-blob, 
msal, google-cloud-core, boto3, apache-beam, msal-extensions, 
google-cloud-vision, google-cloud-videointelligence, google-cloud-storage, 
google-cloud-spanner, google-cloud-resource-manager, 
google-cloud-recommendations-ai, google-cloud-pubsub, google-cloud-language, 
google-cloud-dlp, google-cloud-datastore, google-cloud-bigtable, 
google-cloud-bigquery-storage, google-cloud-bigquery, google-cloud-pubsublite, 
google-cloud-aiplatform, azure-identity
Successfully installed PyJWT-2.8.0 apache-beam-2.52.0.dev0 attrs-23.1.0 
azure-core-1.29.5 azure-identity-1.15.0 azure-storage-blob-12.19.0b1 
backports.zoneinfo-0.2.1 boto3-1.28.72 botocore-1.31.72 certifi-2023.7.22 
cffi-1.16.0 charset-normalizer-3.3.1 cloudpickle-2.2.1 crcmod-1.7 
cryptography-41.0.5 deprecation-2.1.0 dill-0.3.1.1 dnspython-2.4.2 docker-6.1.3 
docopt-0.6.2 exceptiongroup-1.1.3 execnet-2.0.2 fastavro-1.8.4 fasteners-0.19 
freezegun-1.2.2 google-api-core-2.12.0 google-apitools-0.5.31 
google-auth-2.23.3 google-auth-httplib2-0.1.1 google-cloud-aiplatform-1.35.0 
google-cloud-bigquery-3.12.0 google-cloud-bigquery-storage-2.22.0 
google-cloud-bigtable-2.21.0 google-cloud-core-2.3.3 
google-cloud-datastore-2.18.0 google-cloud-dlp-3.12.3 
google-cloud-language-2.11.1 google-cloud-pubsub-2.18.4 
google-cloud-pubsublite-1.8.3 google-cloud-recommendations-ai-0.10.5 
google-cloud-resource-manager-1.10.4 google-cloud-spanner-3.40.1 
google-cloud-storage-2.12.0 google-cloud-videointelligence-2.11.4 
google-cloud-vision-3.4.5 google-crc32c-1.5.0 google-resumable-media-2.6.0 
googleapis-common-protos-1.61.0 greenlet-3.0.1 grpc-google-iam-v1-0.12.6 
grpcio-1.59.0 grpcio-status-1.59.0 hdfs-2.7.3 httplib2-0.22.0 hypothesis-6.88.1 
idna-3.4 importlib-resources-6.1.0 iniconfig-2.0.0 isodate-0.6.1 jmespath-1.0.1 
joblib-1.3.2 js2py-0.74 jsonschema-4.19.1 jsonschema-specifications-2023.7.1 
mock-5.1.0 msal-1.24.1 msal-extensions-1.0.0 numpy-1.24.4 oauth2client-4.1.3 
objsize-0.6.1 orjson-3.9.10 overrides-6.5.0 pandas-1.5.3 parameterized-0.9.0 
pkgutil-resolve-name-1.3.10 portalocker-2.8.2 proto-plus-1.23.0rc1 
protobuf-4.24.4 psycopg2-binary-2.9.9 pyarrow-11.0.0 pyasn1-0.5.0 
pyasn1-modules-0.3.0 pycparser-2.21 pydot-1.4.2 pyhamcrest-2.1.0 
pyjsparser-2.7.1 pymongo-4.5.0 pymysql-1.1.0 pyparsing-3.1.1 pytest-7.4.3 
pytest-timeout-2.2.0 pytest-xdist-3.3.1 python-dateutil-2.8.2 pytz-2023.3.post1 
pyyaml-6.0.1 referencing-0.30.2 regex-2023.10.3 requests-2.31.0 
requests-mock-1.11.0 rpds-py-0.10.6 rsa-4.9 s3transfer-0.7.0 scikit-learn-1.3.2 
scipy-1.10.1 shapely-2.0.2 six-1.16.0 sortedcontainers-2.4.0 sqlalchemy-1.4.49 
sqlparse-0.4.4 tenacity-8.2.3 testcontainers-3.7.1 threadpoolctl-3.2.0 
typing-extensions-4.8.0 tzlocal-5.2 urllib3-1.26.18 websocket-client-1.6.4 
wrapt-1.16.0rc1 zstandard-0.21.0

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':sdks:python:container:py38:docker'.
> Process 'command 'docker'' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org.

Deprecated Gradle features were used in this build, making it incompatible with 
Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings 
and determine if they come from your own scripts or plugins.

For more on this, please refer to 
https://docs.gradle.org/8.4/userguide/command_line_interface.html#sec:command_line_warnings
 in the Gradle documentation.

BUILD FAILED in 6m 35s
274 actionable tasks: 184 executed, 80 from cache, 10 up-to-date

Publishing build scan...
https://ge.apache.org/s/zd3hgbe4qkpei

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