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

Changes:

[relax] handle changing schemas in Storage API sink

[noreply] Fix a couple style issues (#17361)

[noreply] [BEAM-14287] Clean up staticcheck warnings in graph/coder (#17337)

[noreply] Improvements to dataflow job service for non-Python jobs. (#17338)

[noreply] Bump minimist (#17290)

[noreply] Bump ansi-regex (#17291)

[noreply] Bump nanoid (#17292)

[noreply] Bump lodash (#17293)

[noreply] Bump url-parse (#17294)

[noreply] Bump moment (#17328)

[noreply] Merge pull request #15549 from [BEAM-11997] Changed RedisIO


------------------------------------------
[...truncated 488.43 KB...]
oauthlib==3.2.0
opt-einsum==3.3.0
orjson==3.6.1
overrides==6.1.0
packaging==21.3
pandas==1.1.5
parameterized==0.7.5
pbr==5.8.1
pip==21.2.4
pluggy==0.13.1
proto-plus==1.20.3
protobuf==3.19.4
psycopg2-binary==2.9.3
py==1.11.0
pyarrow==6.0.1
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.21
pydot==1.4.2
PyHamcrest==1.10.1
pymongo==3.12.3
PyMySQL==1.0.2
pyparsing==2.4.7
pytest==4.6.11
pytest-forked==1.4.0
pytest-timeout==1.4.2
pytest-xdist==1.34.0
python-dateutil==2.8.2
python-snappy==0.6.1
pytz==2022.1
PyYAML==6.0
regex==2022.3.15
requests==2.27.1
requests-mock==1.9.3
requests-oauthlib==1.3.1
rsa==4.8
scikit-learn==0.24.2
scipy==1.5.4
setuptools==57.5.0
six==1.15.0
soupsieve==2.3.1
SQLAlchemy==1.4.32
tenacity==5.1.5
tensorboard==2.6.0
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.1
tensorflow==2.6.2
tensorflow-estimator==2.6.0
termcolor==1.1.0
testcontainers==3.4.2
threadpoolctl==3.1.0
tqdm==4.63.0
typing-extensions==3.7.4.3
typing-utils==0.1.0
uritemplate==4.1.1
urllib3==1.26.9
wcwidth==0.2.5
websocket-client==1.3.1
Werkzeug==2.0.3
wheel==0.37.0
wrapt==1.12.1
zipp==3.6.0
Removing intermediate container 678c5b2ce30d
 ---> e636ff8e69b3
Step 16/31 : COPY target/LICENSE /opt/apache/beam/
 ---> cdd478248ea1
Step 17/31 : COPY target/LICENSE.python /opt/apache/beam/
 ---> 03c6303cc593
Step 18/31 : COPY target/NOTICE /opt/apache/beam/
 ---> ce5b8c3af83d
Step 19/31 : COPY target/launcher/linux_amd64/boot /opt/apache/beam/
 ---> d9860d322d6f
Step 20/31 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in f7c58e3fb333
Removing intermediate container f7c58e3fb333
 ---> e3a8427ec15f
Step 21/31 : FROM beam as third_party_licenses
 ---> e3a8427ec15f
Step 22/31 : ARG pull_licenses
 ---> Running in 813938e88cfe
Removing intermediate container 813938e88cfe
 ---> ea474a2c4a6d
Step 23/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> d70b20b2ef86
Step 24/31 : COPY target/LICENSE target/go-licenses/* 
/opt/apache/beam/third_party_licenses/golang/
 ---> b7bcb8559dcb
Step 25/31 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 0f70367c8ca7
Removing intermediate container 0f70367c8ca7
 ---> ca8228244d64
Step 26/31 : COPY target/license_scripts /tmp/license_scripts/
 ---> c4dfd4fb01b7
Step 27/31 : RUN if [ "$pull_licenses" = "true" ] ; then       pip install 
'pip-licenses<4.0.0' pyyaml tenacity &&       python 
/tmp/license_scripts/pull_licenses_py.py ;     fi
 ---> Running in 4775d651b386
Collecting pip-licenses<4.0.0
  Downloading pip_licenses-3.5.3-py3-none-any.whl (17 kB)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.6/site-packages 
(6.0)
Requirement already satisfied: tenacity in 
/usr/local/lib/python3.6/site-packages (5.1.5)
Collecting PTable
  Downloading PTable-0.9.2.tar.gz (31 kB)
Requirement already satisfied: six>=1.9.0 in 
/usr/local/lib/python3.6/site-packages (from tenacity) (1.15.0)
Building wheels for collected packages: PTable
  Building wheel for PTable (setup.py): started
  Building wheel for PTable (setup.py): finished with status 'done'
  Created wheel for PTable: filename=PTable-0.9.2-py3-none-any.whl size=22924 
sha256=d5444978d55e912814120bccbbaf3bf7cceb82bf6055c5f58e29cbac1a0ec62c
  Stored in directory: 
/root/.cache/pip/wheels/f3/65/67/71f473ec87ea4554d1bdfb1b5128cfe1414c2b113b72a1ee8e
Successfully built PTable
Installing collected packages: PTable, pip-licenses
Successfully installed PTable-0.9.2 pip-licenses-3.5.3
WARNING: Running pip as the 'root' user can result in broken permissions 
and conflicting behaviour with the system package manager. It is recommended to 
use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: You are using pip version 21.2.4; however, version 21.3.1 is 
available.
You should consider upgrading via the '/usr/local/bin/python -m pip install 
--upgrade pip' command.
Skip pulling license for  bs4
INFO:root:Successfully pulled licenses for 136 dependencies
Removing intermediate container 4775d651b386
 ---> dbe7645bfa81
Step 28/31 : FROM beam
 ---> e3a8427ec15f
Step 29/31 : ARG pull_licenses
 ---> Running in 2451b0d6b0e1
Removing intermediate container 2451b0d6b0e1
 ---> 513e287889a0
Step 30/31 : COPY --from=third_party_licenses 
/opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> d1d8ebc1c0ea
Step 31/31 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf 
/opt/apache/beam/third_party_licenses ;     fi
 ---> Running in b3723441dfb7
Removing intermediate container b3723441dfb7
 ---> e4ef2e29c9cd
Successfully built e4ef2e29c9cd
Successfully tagged apache/beam_python3.6_sdk:2.39.0.dev

> Task :runners:google-cloud-dataflow-java:buildAndPushDockerPythonContainer
WARNING: `gcloud docker` will not be supported for Docker client versions above 
18.03.

As an alternative, use `gcloud auth configure-docker` to configure `docker` to
use `gcloud` as a credential helper, then use `docker` as you would for non-GCR
registries, e.g. `docker pull gcr.io/project-id/my-image`. Add
`--verbosity=error` to silence this warning: `gcloud docker
--verbosity=error -- pull gcr.io/project-id/my-image`.

See: 
https://cloud.google.com/container-registry/docs/support/deprecation-notices#gcloud-docker

The push refers to repository 
[us.gcr.io/apache-beam-testing/java-postcommit-it/python]
dc56513b66a7: Preparing
b2a194d490db: Preparing
4379a9ba04d7: Preparing
365df4f15e83: Preparing
371eefb13693: Preparing
0c846a69739b: Preparing
ecac8fec82f8: Preparing
c66995df01f2: Preparing
861723a8bdca: Preparing
b92e0b1c3099: Preparing
0e33ea1fffbc: Preparing
57eee7cbd2bd: Preparing
d352ccf696b3: Preparing
21d3f9e941d9: Preparing
35414e2910d8: Preparing
0c846a69739b: Waiting
aa4c808c19f6: Preparing
c66995df01f2: Waiting
8ba9f690e8ba: Preparing
3e607d59ef9f: Preparing
ecac8fec82f8: Waiting
1e18e7e1fcc2: Preparing
c3a0d593ed24: Preparing
26a504e63be4: Preparing
861723a8bdca: Waiting
57eee7cbd2bd: Waiting
8bf42db0de72: Preparing
31892cc314cb: Preparing
21d3f9e941d9: Waiting
11936051f93b: Preparing
d352ccf696b3: Waiting
b92e0b1c3099: Waiting
35414e2910d8: Waiting
0e33ea1fffbc: Waiting
8ba9f690e8ba: Waiting
3e607d59ef9f: Waiting
31892cc314cb: Waiting
aa4c808c19f6: Waiting
c3a0d593ed24: Waiting
8bf42db0de72: Waiting
1e18e7e1fcc2: Waiting
26a504e63be4: Waiting
365df4f15e83: Pushed
371eefb13693: Pushed
4379a9ba04d7: Pushed
dc56513b66a7: Pushed
b2a194d490db: Pushed
0c846a69739b: Pushed
861723a8bdca: Pushed
ecac8fec82f8: Pushed
b92e0b1c3099: Pushed
0e33ea1fffbc: Pushed
35414e2910d8: Pushed
21d3f9e941d9: Pushed
aa4c808c19f6: Layer already exists
8ba9f690e8ba: Layer already exists
3e607d59ef9f: Layer already exists
1e18e7e1fcc2: Layer already exists
c3a0d593ed24: Layer already exists
26a504e63be4: Layer already exists
8bf42db0de72: Layer already exists
31892cc314cb: Layer already exists
11936051f93b: Layer already exists
c66995df01f2: Pushed
57eee7cbd2bd: Pushed
d352ccf696b3: Pushed
20220413210958: digest: 
sha256:cf5d86ac9280c11029da0ae38911d80db80ae8f4935ff9ed9997cf8cd4e33030 size: 
5361

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerSetup
Launching Java expansion service @ 46661
Launching Python expansion service @ 42301

> Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup
Stopping expansion service pid: 984320.
Stopping expansion service pid: 984321.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task 
':runners:google-cloud-dataflow-java:worker:compileJava'.
> Compilation failed; see the compiler error output for details.

* 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 8.0.

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

See 
https://docs.gradle.org/7.3.2/userguide/command_line_interface.html#sec:command_line_warnings

Execution optimizations have been disabled for 1 invalid unit(s) of work during 
this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 13m 4s
174 actionable tasks: 120 executed, 48 from cache, 6 up-to-date

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

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