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

Changes:


------------------------------------------
[...truncated 265.91 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:20210314-121019"
      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: "e3"
root_transform_ids: "e1"
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/03/14 12:35:16 Test reshuffle:reshufflekv failed:  connecting to job 
service
failed to dial server at localhost:33833
        caused by:
context deadline exceeded
2021/03/14 12:35:16 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:20210314-121019
Untagged: 
us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:1d31f05517200beb012c5ce55567fad3b8402af3b84a19f20e5311214cad0e4f
Deleted: sha256:b1cbb0a240c2b6f643e0d1f803638abc6b388271e96646c3e37086662748be2c
Deleted: sha256:a43a610fa0b2439edc9a577d2147c78e1bdc3e978c44d381d725d1f971f97cfa
Deleted: sha256:b042ad6b8261522d54c20bc6f2f93df013e0ef504d926474cfe2915b004be7f2
Deleted: sha256:6aea7502f5b7bf0f6158ea124f4d19f10d273a8038c7a592547587e4b7d8dc90
Deleted: sha256:ea2cc844769d044c6070d37775f27df47a71bdbcafcf45691d5e9634c8974f4f
Deleted: sha256:df2a2154b49d13d45c62e37493db775b94a3318d6b14d5d10c2ce3f08ecc4521
Deleted: sha256:f84713a898208866357c7f1bba3d6dc6d2e76d78d1c98b809b1152bfa05c4522
Deleted: sha256:a588a0477637424d28b5645ec05d938961d8ff6f8079f57915877efcc711280c
Deleted: sha256:5c1d530ad4947ac96814f15cf44c355e0ff41aab04dd0829a3789c419013c687
Deleted: sha256:8dce6389e743323c9414368318f9eebd45e87a5cef3dbb2d253cce82d33d5cfe
Deleted: sha256:b66fcb5efa2d804daf47b4ea1eaef870efac3b5990c8ca191f482a7440a9e53c
Deleted: sha256:e4fccb2b6a84ec8de6e4af1ec5c626e5c2639602504582896c5a0bc5fa5dd32e
Deleted: sha256:a273be3082fe5930162d7edd2ae3777c722f9ac0a15c75a6c59635df5f8ce476
Deleted: sha256:998e2901efe357bb7e974b49711a1c1007082932a011cb94cdcab037161f7acc
Deleted: sha256:dcd39cdd30ef0ef5514c88e9438214f3d24970b46e3cc03222a73e3f4b749737
Deleted: sha256:ba73ef6d120d8bc8f07caf4cdc2bd323b0adc866d96187e36207aa405e1589e0
Deleted: sha256:6c1981dcf240d3b1d4ff02b75fde1e0fda28715e0d6aab62cc5d21f555cd4be7
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:1d31f05517200beb012c5ce55567fad3b8402af3b84a19f20e5311214cad0e4f
  Associated tags:
 - 20210314-121019
Tags:
- us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20210314-121019
Deleted [us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20210314-121019].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:1d31f05517200beb012c5ce55567fad3b8402af3b84a19f20e5311214cad0e4f].

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

> 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: 176

* 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 34m 59s
121 actionable tasks: 82 executed, 39 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/5pa6loikewx5q

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