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

Changes:

[noreply] [Go SDK] Timers with new datalayer (#26101)


------------------------------------------
[...truncated 2.49 MB...]

function cleanup_container {
  # Delete the container locally and remotely
  docker rmi $CONTAINER:$TAG || echo "Failed to remove container image"
  for image in $(docker images --format '{{.Repository}}:{{.Tag}}' | grep 
$PREBUILD_SDK_CONTAINER_REGISTRY_PATH)
    do docker rmi $image || echo "Failed to remove prebuilt sdk container image"
  done
  gcloud --quiet container images delete $CONTAINER:$TAG || echo "Failed to 
delete container"
  for digest in $(gcloud container images list-tags 
$PREBUILD_SDK_CONTAINER_REGISTRY_PATH/beam_python_prebuilt_sdk  
--format="get(digest)")
    do gcloud container images delete 
$PREBUILD_SDK_CONTAINER_REGISTRY_PATH/beam_python_prebuilt_sdk@$digest 
--force-delete-tags --quiet || echo "Failed to remove prebuilt sdk container 
image"
  done

  echo "Removed the container"
}
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=1800 \
  --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"

> Task :sdks:python:test-suites:dataflow:py37:validatesContainer
cleanup_container
WARNING: Successfully resolved tag to sha256, but it is recommended to use 
sha256 directly.
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.7_sdk@sha256:6a4a49965ab20d74625d14dc44dad000f0a91d599cf7e832879b5bef01f244ce
  Associated tags:
 - 20230428-142804560097433
Tags:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.7_sdk:20230428-142804560097433
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.7_sdk:20230428-142804560097433].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.7_sdk@sha256:6a4a49965ab20d74625d14dc44dad000f0a91d599cf7e832879b5bef01f244ce].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk@sha256:afffbd2230a4b64091a9e1bd7d9333d028bb7d6a3f9846bb168c13e353afbbb0
  Associated tags:
 - a482f352-b3c2-4fe7-bae6-57afc495fe39
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk:a482f352-b3c2-4fe7-bae6-57afc495fe39].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk@sha256:afffbd2230a4b64091a9e1bd7d9333d028bb7d6a3f9846bb168c13e353afbbb0].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk@sha256:f9178bce70e12cf1920ca61eab4dc0fcc926f83dd1ea2f34f133a27914314a64
  Associated tags:
 - 02dadd01-287c-4175-be93-a389d21d8cf1
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk:02dadd01-287c-4175-be93-a389d21d8cf1].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python37_sdk/beam_python_prebuilt_sdk@sha256:f9178bce70e12cf1920ca61eab4dc0fcc926f83dd1ea2f34f133a27914314a64].

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

> Task :sdks:python:test-suites:dataflow:py39:validatesContainer
cleanup_container
WARNING: Successfully resolved tag to sha256, but it is recommended to use 
sha256 directly.
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.9_sdk@sha256:47bb38928505096ad27f4460393a46c4b480785e70fea6e9e34c3fb23143cc2d
  Associated tags:
 - 20230428-142906148051423
Tags:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.9_sdk:20230428-142906148051423
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.9_sdk:20230428-142906148051423].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.9_sdk@sha256:47bb38928505096ad27f4460393a46c4b480785e70fea6e9e34c3fb23143cc2d].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python39_sdk/beam_python_prebuilt_sdk@sha256:4987de994eea2e399676c090d82f77300a5ee945357190a2f4032d0f71e36a25
  Associated tags:
 - e3ad3a83-1cab-4684-8ed3-e6316e17937b
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python39_sdk/beam_python_prebuilt_sdk:e3ad3a83-1cab-4684-8ed3-e6316e17937b].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python39_sdk/beam_python_prebuilt_sdk@sha256:4987de994eea2e399676c090d82f77300a5ee945357190a2f4032d0f71e36a25].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python39_sdk/beam_python_prebuilt_sdk@sha256:ec2676f9e87307d2075d5b7b4636d51f4ea1ba29a48cb44409bbf47961b224ff
  Associated tags:
 - c7eee9c3-1ad4-45c4-9cd2-7c69592165f2
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python39_sdk/beam_python_prebuilt_sdk:c7eee9c3-1ad4-45c4-9cd2-7c69592165f2].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python39_sdk/beam_python_prebuilt_sdk@sha256:ec2676f9e87307d2075d5b7b4636d51f4ea1ba29a48cb44409bbf47961b224ff].

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

> Task :sdks:python:test-suites:dataflow:py310:validatesContainer
cleanup_container
WARNING: Successfully resolved tag to sha256, but it is recommended to use 
sha256 directly.
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.10_sdk@sha256:6f91c8d522d90881f07a33905c8c34fce0ddd42b5593d0f496b913e78c892406
  Associated tags:
 - 20230428-142806939086516
Tags:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.10_sdk:20230428-142806939086516
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.10_sdk:20230428-142806939086516].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.10_sdk@sha256:6f91c8d522d90881f07a33905c8c34fce0ddd42b5593d0f496b913e78c892406].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python310_sdk/beam_python_prebuilt_sdk@sha256:7ef4adf225b8eecc6df73ef055cb56cdc7f290e3f65b68ba2c57d5e1344e6605
  Associated tags:
 - 0b8bda1e-92a5-4f48-b4ae-72a225434212
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python310_sdk/beam_python_prebuilt_sdk:0b8bda1e-92a5-4f48-b4ae-72a225434212].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python310_sdk/beam_python_prebuilt_sdk@sha256:7ef4adf225b8eecc6df73ef055cb56cdc7f290e3f65b68ba2c57d5e1344e6605].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python310_sdk/beam_python_prebuilt_sdk@sha256:7a3905ae7d48eac10fe1425ae9ddf38cd934e8626e7b31ebcd2b14d7715a362c
  Associated tags:
 - 58c55231-6ca3-40f9-9128-fe97104dee8e
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python310_sdk/beam_python_prebuilt_sdk:58c55231-6ca3-40f9-9128-fe97104dee8e].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python310_sdk/beam_python_prebuilt_sdk@sha256:7a3905ae7d48eac10fe1425ae9ddf38cd934e8626e7b31ebcd2b14d7715a362c].

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

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

echo ">>> SUCCESS DATAFLOW RUNNER VALIDATESCONTAINER TEST"
cleanup_container
WARNING: Successfully resolved tag to sha256, but it is recommended to use 
sha256 directly.
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk@sha256:e283cb553c5622948969370d5e30d24e48c3f4065dabb15e92e70321041ee821
  Associated tags:
 - 20230428-142808114067285
Tags:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk:20230428-142808114067285
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk:20230428-142808114067285].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.8_sdk@sha256:e283cb553c5622948969370d5e30d24e48c3f4065dabb15e92e70321041ee821].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:d92ec152841dc144169da96b1e209525395ec702988d713b0428d8c4e60874bb
  Associated tags:
 - d1a2de3c-5a25-4546-8347-c9f6d9a0fbc7
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk:d1a2de3c-5a25-4546-8347-c9f6d9a0fbc7].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:d92ec152841dc144169da96b1e209525395ec702988d713b0428d8c4e60874bb].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:374ddd9cdadcfc66e18fd0fccfb97a51dd8d535fa025b0e44b70d69ea313d03f
  Associated tags:
 - 03282b2a-b89f-4409-a866-6babd57c20e1
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk:03282b2a-b89f-4409-a866-6babd57c20e1].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python38_sdk/beam_python_prebuilt_sdk@sha256:374ddd9cdadcfc66e18fd0fccfb97a51dd8d535fa025b0e44b70d69ea313d03f].

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

echo ">>> SUCCESS DATAFLOW RUNNER VALIDATESCONTAINER TEST"
cleanup_container
WARNING: Successfully resolved tag to sha256, but it is recommended to use 
sha256 directly.
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.11_sdk@sha256:350ca6617ffb0392139b5a681b4a53ec0c9f5ac7dc55adad7ee5132fedd769d7
  Associated tags:
 - 20230428-142807970227665
Tags:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_python3.11_sdk:20230428-142807970227665
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.11_sdk:20230428-142807970227665].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_python3.11_sdk@sha256:350ca6617ffb0392139b5a681b4a53ec0c9f5ac7dc55adad7ee5132fedd769d7].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python311_sdk/beam_python_prebuilt_sdk@sha256:4c9d3737957c7d758189a9eedbbee8a0c35d54ac97ee34be409192e86156b013
  Associated tags:
 - d80cf131-1c2e-44f5-838d-d27f0681ccaf
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python311_sdk/beam_python_prebuilt_sdk:d80cf131-1c2e-44f5-838d-d27f0681ccaf].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python311_sdk/beam_python_prebuilt_sdk@sha256:4c9d3737957c7d758189a9eedbbee8a0c35d54ac97ee34be409192e86156b013].
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/prebuild_python311_sdk/beam_python_prebuilt_sdk@sha256:3819923dac7d90de7e0597317056207ccf0b6fd8e570ec17713c4491eeb3cfc4
  Associated tags:
 - e34c94c3-4f04-4adf-8059-907fa0c14158
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python311_sdk/beam_python_prebuilt_sdk:e34c94c3-4f04-4adf-8059-907fa0c14158].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/prebuild_python311_sdk/beam_python_prebuilt_sdk@sha256:3819923dac7d90de7e0597317056207ccf0b6fd8e570ec17713c4491eeb3cfc4].

FAILURE: Build completed with 3 failures.

1: Task failed with an exception.
-----------
* Where:
Script 
'<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont_with_RC/ws/src/sdks/python/test-suites/dataflow/common.gradle'>
 line: 364

* What went wrong:
Execution failed for task 
':sdks:python:test-suites:dataflow:py37: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.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script 
'<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont_with_RC/ws/src/sdks/python/test-suites/dataflow/common.gradle'>
 line: 364

* What went wrong:
Execution failed for task 
':sdks:python:test-suites:dataflow:py39: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.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script 
'<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont_with_RC/ws/src/sdks/python/test-suites/dataflow/common.gradle'>
 line: 364

* What went wrong:
Execution failed for task 
':sdks:python:test-suites:dataflow:py310: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 26s
78 actionable tasks: 66 executed, 4 from cache, 8 up-to-date
Build scan background action failed.
java.lang.IllegalArgumentException: 
com.gradle.enterprise.gradleplugin.internal.extension.a is not an interface
        at java.lang.reflect.Proxy$ProxyClassFactory.apply(Proxy.java:590)
        at java.lang.reflect.Proxy$ProxyClassFactory.apply(Proxy.java:557)
        at java.lang.reflect.WeakCache$Factory.get(WeakCache.java:230)
        at java.lang.reflect.WeakCache.get(WeakCache.java:127)
        at java.lang.reflect.Proxy.getProxyClass0(Proxy.java:419)
        at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:719)
        at 
com.gradle.ProxyFactory$ProxyingInvocationHandler.createLocalProxy(ProxyFactory.java:64)
        at 
com.gradle.ProxyFactory$ProxyingInvocationHandler.lambda$adaptActionArg$1(ProxyFactory.java:59)
        at 
com.gradle.enterprise.gradleplugin.internal.extension.b$3.run(SourceFile:100)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:750)

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

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