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

Changes:

[noreply] Adds a Java RunInference example (#23619)

[noreply] Fixes #23627: Speed up website checks (#23673)

[noreply] Suppress a FloatingPointLiteralPrecision error (#23667)

[noreply] Improved test coverage and fix the implementation of Inject and CoGBK


------------------------------------------
[...truncated 1.33 MB...]
}
trap cleanup_container EXIT

echo ">>> Successfully built and push container $CONTAINER"

cd sdks/python
SDK_LOCATION=$2

# Run ValidatesRunner tests on Google Cloud Dataflow service
echo ">>> RUNNING DATAFLOW RUNNER VALIDATESCONTAINER TEST"
pytest -o junit_suite_name=$IMAGE_NAME \
  -m="it_validatescontainer" \
  --show-capture=no \
  --numprocesses=1 \
  --timeout=900 \
  --junitxml=$XUNIT_FILE \
  --ignore-glob '.*py3\d?\.py$' \
  --log-cli-level=INFO \
  --test-pipeline-options=" \
    --runner=TestDataflowRunner \
    --project=$PROJECT \
    --region=$REGION \
    --sdk_container_image=$CONTAINER:$TAG \
    --staging_location=$GCS_LOCATION/staging-validatesrunner-test \
    --temp_location=$GCS_LOCATION/temp-validatesrunner-test \
    --output=$GCS_LOCATION/output \
    --sdk_location=$SDK_LOCATION \
    --num_workers=1 \
    --docker_registry_push_url=$PREBUILD_SDK_CONTAINER_REGISTRY_PATH"
============================= test session starts ==============================
platform linux -- Python 3.9.10, pytest-7.1.3, pluggy-1.0.0
rootdir: 
<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python,> 
configfile: pytest.ini
plugins: hypothesis-6.56.3, xdist-2.5.0, timeout-2.1.0, forked-1.4.0, 
requests-mock-1.10.0
timeout: 900.0s
timeout method: signal
timeout func_only: False
gw0 I
[gw0] Python 3.9.10 (main, Jan 15 2022, 18:17:56)  -- [GCC 9.3.0]
gw0 [4]

scheduling tests via LoadScheduling

apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_fnapi_it 
> Task :sdks:python:test-suites:dataflow:py38:validatesContainer

[gw0] [ 25%] PASSED 
apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_fnapi_it 
apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_it_with_prebuilt_sdk_container_cloud_build
 
> Task :sdks:python:test-suites:dataflow:py37:validatesContainer

[gw0] [ 25%] PASSED 
apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_fnapi_it 
apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_it_with_prebuilt_sdk_container_cloud_build
 
> Task :sdks:python:test-suites:dataflow:py39:validatesContainer

[gw0] [ 25%] PASSED 
apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_fnapi_it 
apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_it_with_prebuilt_sdk_container_cloud_build
 
> Task :sdks:python:test-suites:dataflow:py37:validatesContainer

[gw0] [ 50%] PASSED 
apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_it_with_prebuilt_sdk_container_cloud_build
 
apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_it_with_prebuilt_sdk_container_local_docker
 
> Task :sdks:python:test-suites:dataflow:py38:validatesContainer

[gw0] [ 50%] FAILED 
apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_it_with_prebuilt_sdk_container_cloud_build
 
apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_it_with_prebuilt_sdk_container_local_docker
 
> Task :sdks:python:test-suites:dataflow:py39:validatesContainer

[gw0] [ 50%] PASSED 
apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_it_with_prebuilt_sdk_container_cloud_build
 
apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_it_with_prebuilt_sdk_container_local_docker
 
> Task :sdks:python:test-suites:dataflow:py37:validatesContainer

[gw0] [ 75%] PASSED 
apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_it_with_prebuilt_sdk_container_local_docker
 
apache_beam/runners/dataflow/dataflow_exercise_metrics_pipeline_test.py::ExerciseMetricsPipelineTest::test_metrics_fnapi_it
 
> Task :sdks:python:test-suites:dataflow:py38:validatesContainer

[gw0] [ 75%] PASSED 
apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_it_with_prebuilt_sdk_container_local_docker
 
apache_beam/runners/dataflow/dataflow_exercise_metrics_pipeline_test.py::ExerciseMetricsPipelineTest::test_metrics_fnapi_it
 
> Task :sdks:python:test-suites:dataflow:py39:validatesContainer

[gw0] [ 75%] PASSED 
apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_it_with_prebuilt_sdk_container_local_docker
 
apache_beam/runners/dataflow/dataflow_exercise_metrics_pipeline_test.py::ExerciseMetricsPipelineTest::test_metrics_fnapi_it
 
> Task :sdks:python:test-suites:dataflow:py37:validatesContainer

[gw0] [100%] PASSED 
apache_beam/runners/dataflow/dataflow_exercise_metrics_pipeline_test.py::ExerciseMetricsPipelineTest::test_metrics_fnapi_it
 

=============================== warnings summary ===============================
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/hdfs/config.py:15
../../build/gradleenv/-1734967052/lib/python3.7/site-packages/hdfs/config.py:15
  
<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/-1734967052/lib/python3.7/site-packages/hdfs/config.py>:15:
 DeprecationWarning: the imp module is deprecated in favour of importlib; see 
the module's documentation for alternative uses
    from imp import load_source

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
- generated xml file: 
<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/pytest-beam_python3.7_sdk.xml>
 -
============ 4 passed, 3 skipped, 2 warnings in 2162.05s (0:36:02) =============

>>> SUCCESS DATAFLOW RUNNER VALIDATESCONTAINER TEST
echo ">>> SUCCESS DATAFLOW RUNNER VALIDATESCONTAINER TEST"
cleanup_container
Untagged: 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.7_sdk:20221017-225254116464326
Untagged: 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.7_sdk@sha256:0ae7d458d8b1f5bd6fa57cf731eb59c1c1b664d5928e0dbdc59a2f3f57e69d02
Untagged: 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk:ffa8e035-c5f9-4bea-b7a8-4d727098ed55
Untagged: 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk@sha256:69a686cff861dfe0b0de467ceb657f6eadcf1e06650d070a8811d0ac873476e9
Deleted: sha256:11af1a5d4d26206ec49e38a36116641a43f90fe3327ceb709d69c1ea342e5883
Deleted: sha256:7ca8735c5b80d7605c3eba087e759cc4583392311dbad92278bf518987464ab6
Deleted: sha256:93cf3a753977b3207dda76ee5a2cc2ade599d3ee3dc6057d53aa21e986ac3ca3
Deleted: sha256:b2bbcd23ea19c42ceffab8b73ba6e2d00ed9b54ad44cc4a0e70fc32ea16177f0
Deleted: sha256:14118f57d0e0ac83fd27e79c26e0918b7dc1479943fee97937da22de6fdddc9a
Deleted: sha256:e3504aa26aa8cb573a6ad36a1a857edcbff5119f1c9cc41a0a064eab4e30e305
Deleted: sha256:eab1d6dc122f37407095daef78352e0f63bb1ceb67842dc9beac1894ea3b1434
Deleted: sha256:43b4776130f4b730faeb320a6238f0a29e9a41c3659ed945c279ec5134c6af0d
Deleted: sha256:c0be6b6752e9b83df1ef84983757afc54c7cbbf5ea3c941c64062a2a54af2a9a
Deleted: sha256:9b3fe7e59aa202e4c5edeecf1219b191086415ead274b336fc2b8c39bbe9c7ba
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.7_sdk@sha256:0ae7d458d8b1f5bd6fa57cf731eb59c1c1b664d5928e0dbdc59a2f3f57e69d02
  Associated tags:
 - 20221017-225254116464326
Tags:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.7_sdk:20221017-225254116464326
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.7_sdk:20221017-225254116464326].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.7_sdk@sha256:0ae7d458d8b1f5bd6fa57cf731eb59c1c1b664d5928e0dbdc59a2f3f57e69d02].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk@sha256:1ad1c4825910095d5d0acede87ed65d0ec39100b9d1d097433102b1b6a5b62c9
  Associated tags:
 - dc49216a-95e8-49e3-8cfe-04917074f07b
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk:dc49216a-95e8-49e3-8cfe-04917074f07b].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk@sha256:1ad1c4825910095d5d0acede87ed65d0ec39100b9d1d097433102b1b6a5b62c9].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk@sha256:69a686cff861dfe0b0de467ceb657f6eadcf1e06650d070a8811d0ac873476e9
  Associated tags:
 - ffa8e035-c5f9-4bea-b7a8-4d727098ed55
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk:ffa8e035-c5f9-4bea-b7a8-4d727098ed55].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk@sha256:69a686cff861dfe0b0de467ceb657f6eadcf1e06650d070a8811d0ac873476e9].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk@sha256:320c60ae76baf783a60efebcdc98273129d2c13d07c0fb628e38a59472397858
  Associated tags:
 - 352d3240-c9d5-44db-af2d-f14ed8a24564
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk:352d3240-c9d5-44db-af2d-f14ed8a24564].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk@sha256:320c60ae76baf783a60efebcdc98273129d2c13d07c0fb628e38a59472397858].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk@sha256:adbdb8aec734047d0e04f8a44acb8fb99ac42bae334e9b6864dba8be4636dffc
  Associated tags:
 - 4cdb6f34-8bc7-438c-88fe-71fd54ff0819
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk:4cdb6f34-8bc7-438c-88fe-71fd54ff0819].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk@sha256:adbdb8aec734047d0e04f8a44acb8fb99ac42bae334e9b6864dba8be4636dffc].
Removed the container

> Task :sdks:python:test-suites:dataflow:py38:validatesContainer
cleanup_container
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk@sha256:4f61b1f8a293c4776aa1e1fc390ca823fc4d0f3823b2e25cd39feef36f418534
  Associated tags:
 - 20221017-225253760139305
Tags:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk:20221017-225253760139305
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk:20221017-225253760139305].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk@sha256:4f61b1f8a293c4776aa1e1fc390ca823fc4d0f3823b2e25cd39feef36f418534].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:20e1c97977d52ab60514777a90e6c21d02e8a082bdf95cc5b6fd8b8495ffb0a7
  Associated tags:
 - f86a3509-c8cb-460f-8fb1-ae1e1e05c5c9
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk:f86a3509-c8cb-460f-8fb1-ae1e1e05c5c9].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:20e1c97977d52ab60514777a90e6c21d02e8a082bdf95cc5b6fd8b8495ffb0a7].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:7186fbd5ce62592efd8ae0d99725cef7aa813df4fb1bac33639712d546a93d9c
  Associated tags:
 - 405f7672-99db-46a5-a625-6e0fa12340ed
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk:405f7672-99db-46a5-a625-6e0fa12340ed].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:7186fbd5ce62592efd8ae0d99725cef7aa813df4fb1bac33639712d546a93d9c].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:ad6d1af8170a3f6939f1b63cb18c9301f14863a1d40f33b48cb5517c9ccb721e
  Associated tags:
 - 0037d2c5-0d99-436b-8315-a245217e899b
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk:0037d2c5-0d99-436b-8315-a245217e899b].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:ad6d1af8170a3f6939f1b63cb18c9301f14863a1d40f33b48cb5517c9ccb721e].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:3a9a044503ca0987d61ec5e09e3d48707af1ddac8f701cc33fe31f487a992299
  Associated tags:
 - 6fdd072e-08fa-4fba-a066-8316e3fd5c5c
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk:6fdd072e-08fa-4fba-a066-8316e3fd5c5c].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:3a9a044503ca0987d61ec5e09e3d48707af1ddac8f701cc33fe31f487a992299].

> Task :sdks:python:test-suites:dataflow:py39:validatesContainer

echo ">>> SUCCESS DATAFLOW RUNNER VALIDATESCONTAINER TEST"
cleanup_container

> Task :sdks:python:test-suites:dataflow:py38:validatesContainer FAILED

> Task :sdks:python:test-suites:dataflow:py39:validatesContainer
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.9_sdk@sha256:5000368d2f55cd1298bb54639ce09bbd65fd1967934cdb9c3cf844477b668b23
  Associated tags:
 - 20221017-225254266185424
Tags:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.9_sdk:20221017-225254266185424
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.9_sdk:20221017-225254266185424].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.9_sdk@sha256:5000368d2f55cd1298bb54639ce09bbd65fd1967934cdb9c3cf844477b668b23].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python39_sdk/beam_python_prebuilt_sdk@sha256:599875bf68a9f3b0cde3fa0e90717b88bd38d92a4d9a1744485bce3264209f82
  Associated tags:
 - 837be9c9-4290-4785-ab04-24da99cbeab8
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python39_sdk/beam_python_prebuilt_sdk:837be9c9-4290-4785-ab04-24da99cbeab8].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python39_sdk/beam_python_prebuilt_sdk@sha256:599875bf68a9f3b0cde3fa0e90717b88bd38d92a4d9a1744485bce3264209f82].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python39_sdk/beam_python_prebuilt_sdk@sha256:6bf93256161d2da9926cb550850aac93c99afb2bb57a104300fb74df4d350d8b
  Associated tags:
 - 0dd31aaa-fe0c-43a1-b3cf-b7ebcd563cf1
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python39_sdk/beam_python_prebuilt_sdk:0dd31aaa-fe0c-43a1-b3cf-b7ebcd563cf1].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python39_sdk/beam_python_prebuilt_sdk@sha256:6bf93256161d2da9926cb550850aac93c99afb2bb57a104300fb74df4d350d8b].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python39_sdk/beam_python_prebuilt_sdk@sha256:b39e19c1054642f1b3ecf31ba1d4c720e038dd53359e141c9a744f26d6a46e58
  Associated tags:
 - 44a22218-4c4b-423c-a72d-83c358954c00
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python39_sdk/beam_python_prebuilt_sdk:44a22218-4c4b-423c-a72d-83c358954c00].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python39_sdk/beam_python_prebuilt_sdk@sha256:b39e19c1054642f1b3ecf31ba1d4c720e038dd53359e141c9a744f26d6a46e58].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python39_sdk/beam_python_prebuilt_sdk@sha256:7b40c92194b2992fd18badfdd654ffb1f7af8813077de73847f1b2689a99c0e7
  Associated tags:
 - e884a269-6471-4d68-8920-624e67bfc587
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python39_sdk/beam_python_prebuilt_sdk:e884a269-6471-4d68-8920-624e67bfc587].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python39_sdk/beam_python_prebuilt_sdk@sha256:7b40c92194b2992fd18badfdd654ffb1f7af8813077de73847f1b2689a99c0e7].

FAILURE: Build failed with an exception.

* Where:
Script 
'<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/sdks/python/test-suites/dataflow/common.gradle'>
 line: 359

* What went wrong:
Execution failed for task 
':sdks:python:test-suites:dataflow:py38:validatesContainer'.
> Process 'command 'sh'' 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 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.5.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 53m 36s
51 actionable tasks: 41 executed, 4 from cache, 6 up-to-date

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

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