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

Changes:


------------------------------------------
[...truncated 266.27 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:20210222-120943"
      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: "e1"
root_transform_ids: "e3"
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/22 12:33:27 Test reshuffle:reshufflekv failed:  connecting to job 
service
failed to dial server at localhost:55141
        caused by:
context deadline exceeded
2021/02/22 12:33:27 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:20210222-120943
Untagged: 
us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:2fbb0871b5a9d28fedc8ad7bcc63461250f33bd0ad898ffba15b3617e01bc54b
Deleted: sha256:3ac998f5ef8c1045ba0e5fdc0e4eefb8078cdfbba33aef5d7597fd0856db4837
Deleted: sha256:c477c5267a43764cf320e1d038936b802d1fe74673e33a81be66e87bcec25476
Deleted: sha256:37c347c710b68618446c48feb27f36064c67e50b663de635538da136e1a07136
Deleted: sha256:2c5cd982529bafe74b4548f2779d18672ba0efde98af2da9b1691eac2c6a08c4
Deleted: sha256:bcf1d60414c5f99b4a60f1e7896e008105319a1860e8eba972e151aa02c2e70f
Deleted: sha256:8015cb5abefc8c2591d079310d2f45e60b6b5bafc17909b3d4074ca9a5383de1
Deleted: sha256:f0b87e173faabd146b6590e0d133bdfeb45fccaa1015ff3c0cc874e2cd4eed5c
Deleted: sha256:7a4afd14b07129ed1292c05d833fbfd61f963ae869e41c012c825b4eff7ec623
Deleted: sha256:8b3d29856c283a2dd2f5bc2772f60c916b0e7c4f06e8173d5106cfb37a8117fe
Deleted: sha256:22dcd66fba8533749805c02761eaa2334c91384a19f37525cf80e6432ac6a66e
Deleted: sha256:195c23d06aa6d4093089a042c07e74f1e5863e0168323d93197e54cab64cc2c6
Deleted: sha256:70c113ac2c9f9534dcc25bc52cd6bc1c1cf69ca3eb6a8ed2f6eb373c8579d5a8
Deleted: sha256:797547e20b47b0a272a5efb2f4ccfdde2780a0512554d703dc4595005ab15227
Deleted: sha256:82879955b1b943ba640b331ac05a6061ea3c782cf1bb635252f2b98e70986b5b
Deleted: sha256:9f6b9e6f65a810f4a97716d277487a83797dc9bba2301476134e4451ed99a66a
Deleted: sha256:e9d71bf7c51d872811109fa067398cba44732444b2037a09f5b9767a1d07df8c
Deleted: sha256:612a129892c9f61a1d4549f41cf5879c658571def0cf0a45bb1eed2de5570015
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:2fbb0871b5a9d28fedc8ad7bcc63461250f33bd0ad898ffba15b3617e01bc54b
  Associated tags:
 - 20210222-120943
Tags:
- us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20210222-120943
Deleted [us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20210222-120943].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:2fbb0871b5a9d28fedc8ad7bcc63461250f33bd0ad898ffba15b3617e01bc54b].

if [[ "$TEST_EXIT_CODE" -eq 0 ]]; then
  echo ">>> SUCCESS"
else
  echo ">>> FAILURE"
fi
>>> FAILURE
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 33m 4s
122 actionable tasks: 83 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/5kd6jslmsdxuy

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