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

Changes:


------------------------------------------
[...truncated 266.34 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:20210227-120648"
      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/02/27 12:29:44 Test reshuffle:reshufflekv failed:  connecting to job 
service
failed to dial server at localhost:39385
        caused by:
context deadline exceeded
2021/02/27 12:29:44 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:20210227-120648
Untagged: 
us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:7708576152fa634fb402339c59c0ba722e09023a55bb3304c72872ea0e171e4a
Deleted: sha256:a2db881ce27e9e3e0d90895273be76520dae2bb6ca7c125d3e676165cd009dfd
Deleted: sha256:14540c2c3298cffe3aef65b5a6ab183fc95f269b8fdd778d1c40110a77da2d5c
Deleted: sha256:98e3726afa2126e4ec2f9e4400227a55df4d6ccd07f8bc901f204cb847e1e17c
Deleted: sha256:ee567637c6d4fbabab7ebc8c2b08a44bf22d336a4c8bffc7242507fcda49f46e
Deleted: sha256:b5fb23c2425758ada0ac8ccec91d873bace6703645d50124ed040672f5359f41
Deleted: sha256:dac7e304227bdf5a46c1ca013b7ca5140e4afb71c01fd739da498794ce5a0f39
Deleted: sha256:6f00c2319848903dc6b8737230516e67b3726301102ff682acda53f7a4342919
Deleted: sha256:6c7b5a54228062cbeef99ac53c3edfd989af5aa5898004b3d38dfc54dc724796
Deleted: sha256:7c3c19e371b6f93570e26a9cc811bf9025a9e6520dec0bfd44c8207383eced3e
Deleted: sha256:b5c85d2b809306e4042c765da88ea570dc01fc08d4599b5df56831b6fb0322f2
Deleted: sha256:d77abec139f05367b39936d5a3f2f7d12bb244082c98606068541ab4299fae39
Deleted: sha256:6c02fbf72948d54b2f988658187d74ecfa55fec062e1f08556c313c6bab7e6bc
Deleted: sha256:6ecaf7a0044dde79a34c7111ebd25b0bcd53c824c11b331fc31f2f7c448b1209
Deleted: sha256:ed576a4e84fbc4f49bdc038197b8fbc6c8e9d9f2b8904d34716fb2e48674aad6
Deleted: sha256:23f2cb295fed256d3336d76e3c8703bbd3d346d63efa6ef9089a4f57a58d33f7
Deleted: sha256:0d74fa6fd626aa035db5044d8c1100d06feddb260a8df61fab36dc8df798c41d
Deleted: sha256:459bc258a0657e139829a19769a4be5dc01f61be04c9bfc891168fd978dcbfa6
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:7708576152fa634fb402339c59c0ba722e09023a55bb3304c72872ea0e171e4a
  Associated tags:
 - 20210227-120648
Tags:
- us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20210227-120648
Deleted [us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20210227-120648].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:7708576152fa634fb402339c59c0ba722e09023a55bb3304c72872ea0e171e4a].

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 29m 25s
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/kpmub5fap6dsu

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