See 
<https://ci-beam.apache.org/job/beam_PostCommit_Go_VR_Flink/4341/display/redirect>

Changes:


------------------------------------------
[...truncated 269.50 KB...]
      >
      component_coder_ids: "c13"
    >
  >
  coders: <
    key: "c15"
    value: <
      spec: <
        urn: "beam:coder:iterable:v1"
      >
      component_coder_ids: "c14"
    >
  >
  coders: <
    key: "c16"
    value: <
      spec: <
        urn: "beam:coder:kv:v1"
      >
      component_coder_ids: "c7"
      component_coder_ids: "c15"
    >
  >
  coders: <
    key: "c17"
    value: <
      spec: <
        urn: "beam:coder:kv:v1"
      >
      component_coder_ids: "c3"
      component_coder_ids: "c3"
    >
  >
  coders: <
    key: "c18"
    value: <
      spec: <
        urn: "beam:coder:iterable:v1"
      >
      component_coder_ids: "c3"
    >
  >
  coders: <
    key: "c19"
    value: <
      spec: <
        urn: "beam:coder:kv:v1"
      >
      component_coder_ids: "c3"
      component_coder_ids: "c18"
    >
  >
  coders: <
    key: "c2"
    value: <
      spec: <
        urn: "beam:go:coder:custom:v1"
        payload: 
"Cgd2YXJpbnR6EgIIAhqFAQpxZ2l0aHViLmNvbS9hcGFjaGUvYmVhbS9zZGtzL2dvL3Rlc3QvdmVuZG9yL2dpdGh1Yi5jb20vYXBhY2hlL2JlYW0vc2Rrcy9nby9wa2cvYmVhbS9jb3JlL3J1bnRpbWUvY29kZXJ4LmVuY1ZhckludFoSEAgWIgQIGUAPKgYIFBICCAgikQEKcWdpdGh1Yi5jb20vYXBhY2hlL2JlYW0vc2Rrcy9nby90ZXN0L3ZlbmRvci9naXRodWIuY29tL2FwYWNoZS9iZWFtL3Nka3MvZ28vcGtnL2JlYW0vY29yZS9ydW50aW1lL2NvZGVyeC5kZWNWYXJJbnRaEhwIFiIECBlAAyIGCBQSAggIKgQIGUAPKgQIGUAB"
      >
    >
  >
  coders: <
    key: "c3"
    value: <
      spec: <
        urn: "beam:coder:length_prefix:v1"
      >
      component_coder_ids: "c2"
    >
  >
  coders: <
    key: "c4"
    value: <
      spec: <
        urn: "beam:coder:kv:v1"
      >
      component_coder_ids: "c3"
      component_coder_ids: "c0"
    >
  >
  coders: <
    key: "c5"
    value: <
      spec: <
        urn: "beam:coder:iterable:v1"
      >
      component_coder_ids: "c0"
    >
  >
  coders: <
    key: "c6"
    value: <
      spec: <
        urn: "beam:coder:kv:v1"
      >
      component_coder_ids: "c3"
      component_coder_ids: "c5"
    >
  >
  coders: <
    key: "c7"
    value: <
      spec: <
        urn: "beam:coder:string_utf8:v1"
      >
    >
  >
  coders: <
    key: "c8"
    value: <
      spec: <
        urn: "beam:coder:kv:v1"
      >
      component_coder_ids: "c7"
      component_coder_ids: "c3"
    >
  >
  coders: <
    key: "c9"
    value: <
      spec: <
        urn: "beam:coder:kv:v1"
      >
      component_coder_ids: "c7"
      component_coder_ids: "c7"
    >
  >
  environments: <
    key: "go"
    value: <
      urn: "beam:env:docker:v1"
      payload: 
"\nAus.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20210203-120503"
      capabilities: "beam:protocol:progress_reporting:v0"
      capabilities: "beam:protocol:multi_core_bundle_processing:v1"
      capabilities: "beam:version:sdk_base:go"
      capabilities: "beam:coder:bytes:v1"
      capabilities: "beam:coder:bool:v1"
      capabilities: "beam:coder:varint:v1"
      capabilities: "beam:coder:double:v1"
      capabilities: "beam:coder:string_utf8:v1"
      capabilities: "beam:coder:length_prefix:v1"
      capabilities: "beam:coder:kv:v1"
      capabilities: "beam:coder:iterable:v1"
      capabilities: "beam:coder:state_backed_iterable:v1"
      capabilities: "beam:coder:windowed_value:v1"
      capabilities: "beam:coder:global_window:v1"
      capabilities: "beam:coder:interval_window:v1"
      dependencies: <
        type_urn: "beam:artifact:type:go_worker_binary:v1"
        role_urn: "beam:artifact:role:staging_to:v1"
        role_payload: "\n\006worker"
      >
    >
  >
>
root_transform_ids: "e1"
root_transform_ids: "e3"
root_transform_ids: "e5"
root_transform_ids: "s1"
root_transform_ids: "e11_reshuffle"
root_transform_ids: "e12"
root_transform_ids: "s5"
root_transform_ids: "s4"
root_transform_ids: "s3"
root_transform_ids: "s2"
2021/02/03 12:28:05 Test reshuffle:reshufflekv failed:  connecting to job 
service
failed to dial server at localhost:36115
        caused by:
context deadline exceeded
2021/02/03 12:28:05 Result: 11 tests failed

if [[ ! -z "$JOB_PORT" ]]; then
  # Shut down the job server
  kill %1 || echo "Failed to shut down job server"
fi

if [[ "$PUSH_CONTAINER_TO_GCR" = 'yes' ]]; then
  # Delete the container locally and remotely
  docker rmi $CONTAINER:$TAG || echo "Failed to remove container"
  gcloud --quiet container images delete $CONTAINER:$TAG || echo "Failed to 
delete container"

  # Clean up tempdir
  rm -rf $TMPDIR
fi
Untagged: us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20210203-120503
Untagged: 
us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:f4ba596ec395c61866c97f14198ea9353b466f6713118219147bcade19c5da14
Deleted: sha256:e17396fd2617d820f253fcf6f5338dcd0550d669444edd24c2f706426e66f9d0
Deleted: sha256:145b9fb3b20be5e2c901e842cffa42bf343e41996a632e9702e0a410acdc274d
Deleted: sha256:ee676570baa7b4db16caa7c075a4947d39e504daa7627ae7909bc15b9101c18b
Deleted: sha256:6283b14f8c71cedcd88e3341fd8f971f825f325989c71b0aca89136113555cc5
Deleted: sha256:3431f692a952f59f9ef45fbb59b386d4289dd21d89cb66203357c38d6010658e
Deleted: sha256:12e5e005f15bff9b2a04524898c7aa7e5f7ce5377cdc380552f2ff38eb8bf049
Deleted: sha256:5f06cf147f8acfe13a989b6626eabb480f0d79f7eff5ea2e963fe49cd1930784
Deleted: sha256:d9ddbb68b7baec9307d80271034520cded23c321e0ec3e04949a09e674c00bde
Deleted: sha256:be57defa17c8a7ce33b44511e640b1000cf50707b666538db705449d07cac0d3
Deleted: sha256:44cac79a0436918da1abc7f7dc652185ca778677d7e12257484dd156509d815c
Deleted: sha256:506b19559b66deca3f183449582d66088a3cab22423f7064297e4a01addb1ea7
Deleted: sha256:3687fbb3642da32f168aecdaea70f1e98d0a675d4d8c66cef5cd54b76b6e77cd
Deleted: sha256:7ea7825b23aa6b0e0e808dfd7e11158bf6475ef15e1d82aa5febd7db6e167a3a
Deleted: sha256:62aa93b2ad0269b3e7cd765ba772e6da13544cd51a6515384bddee420b9820d1
Deleted: sha256:e282407c15c5319beddb71b3a5b74769c496d2b9c973971b5cf5a625f6ae50fb
Deleted: sha256:334b2cc97bcb93adaecbc71aecf4089de3a8f97a4447a1e47a3509358b286120
Deleted: sha256:ef92256b492384b79637391f7e8671147ab3bb1c96bf48e3ecdbb3d0f75b514e
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:f4ba596ec395c61866c97f14198ea9353b466f6713118219147bcade19c5da14
  Associated tags:
 - 20210203-120503
Tags:
- us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20210203-120503
Deleted [us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20210203-120503].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:f4ba596ec395c61866c97f14198ea9353b466f6713118219147bcade19c5da14].

>>> FAILURE
if [[ "$TEST_EXIT_CODE" -eq 0 ]]; then
  echo ">>> SUCCESS"
else
  echo ">>> FAILURE"
fi
exit $TEST_EXIT_CODE

> Task :sdks:go:test:flinkValidatesRunner FAILED

FAILURE: Build failed with an exception.

* Where:
Build file 
'<https://ci-beam.apache.org/job/beam_PostCommit_Go_VR_Flink/ws/src/sdks/go/test/build.gradle'>
 line: 150

* What went wrong:
Execution failed for task ':sdks:go:test:flinkValidatesRunner'.
> 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. 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/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 27m 44s
130 actionable tasks: 88 executed, 42 from cache
Gradle was unable to watch the file system for changes. The inotify watches 
limit is too low.

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

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