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

Changes:


------------------------------------------
[...truncated 267.21 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:20201126-120539"
      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: "e5"
root_transform_ids: "e3"
root_transform_ids: "e1"
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"
2020/11/26 12:28:39 Test reshuffle:reshufflekv failed:  connecting to job 
service
failed to dial server at localhost:45253
        caused by:
context deadline exceeded
2020/11/26 12:28:39 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:20201126-120539
Untagged: 
us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:5588565fb44a7a5fef375e4e639017ae245d513480f4c3c78227ba130a921521
Deleted: sha256:a936f6369652e5f4f097b1b114eb9b494f756d7f553db3a261f01d36ecec4ad7
Deleted: sha256:72ea772a27518e3c4e718aa1b0108dd0cd6be3d5d0f3e3465f757eaaa4afb008
Deleted: sha256:d79afaffd9bc9282b6e1f4a028f71adce0159ee7c8270f9c7517f0f4a909562c
Deleted: sha256:f493c065def86f1835e8cc27a7bb2adea02d7391b01df1330cb840406e52aa10
Deleted: sha256:f47e2663e786858fcdb55f220a52adf1d94c8a4fb25197ae888076c6c57f6736
Deleted: sha256:dec5c2c2d2a4e3537e4e450f6486346fac882ac48b22a34c20ff4007c93ae5d6
Deleted: sha256:a31978be3545a3c834832ca545b7f6248970f2b612c7372171eeb315222a76be
Deleted: sha256:fee2fbc9c6719a31fc9984a11cab532ba9721bd2290645cbdf5af69d31de33a2
Deleted: sha256:fe7d0c2fe8cc29e984f40954774d8540cd02c5a15d624d0d43d99be9416a107e
Deleted: sha256:3dacbf7c26a5e19fde6ca5d259203d505087d04ff2f6956fe33774c873cfe63e
Deleted: sha256:97d211b1d6b853000f92d51bbb39a9e6a4b5ac859a9aac01750bdfbbfa208043
Deleted: sha256:5eb840bdf506a479d8ea234bf4d80d88894fc50226707429eef96d5dc4aa0edf
Deleted: sha256:dbe7044d45f0f2300e3a515d7656e80455bcf37b45d462d93b86cf5f01d908b9
Deleted: sha256:5ce823edf4e6a9c646ef7ed53a65c104cb825bf76260cb5a838d678505091353
Deleted: sha256:08c049a7f9ef6f8df5e83afc660c9e7595994d8579b4afc528dcb0d6b5b7ddaa
Deleted: sha256:86fd7acb2dcc88d504fd969b3d1edce63c5c431df8d968ae1837c9ab3adff57f
Deleted: sha256:fa7bd0e69cae04473e8e6fcdfa1627c836aa10564ba1d1eef8e52d45b7304a79
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:5588565fb44a7a5fef375e4e639017ae245d513480f4c3c78227ba130a921521
  Associated tags:
 - 20201126-120539
Tags:
- us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20201126-120539
Deleted [us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20201126-120539].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:5588565fb44a7a5fef375e4e639017ae245d513480f4c3c78227ba130a921521].

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

* 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.7/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 28m 22s
124 actionable tasks: 93 executed, 31 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/7qu2ktgxtl5jc

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