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

Changes:


------------------------------------------
[...truncated 269.74 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:20210202-120617"
      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: "s3"
root_transform_ids: "s2"
root_transform_ids: "s4"
2021/02/02 12:29:24 Test reshuffle:reshufflekv failed:  connecting to job 
service
failed to dial server at localhost:36105
        caused by:
context deadline exceeded
2021/02/02 12:29:24 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:20210202-120617
Untagged: 
us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:e508b781b4843b8fbc56be6b539f99b6aebc16375025ad587b1153ca328e8b58
Deleted: sha256:e318558ec2825c4cf2d58685a24f2cbdab1d8a0d263e293225c32ca224f100d8
Deleted: sha256:29d600c8fa2188ba2327d5e8975565b247c06a6f424c2c01562e58271c265b3e
Deleted: sha256:3a7e5a59d86076e52d85990c542fe03f8f883c2e6937bb6f206f6afa4255f68f
Deleted: sha256:95f236b26aa7ac0b649966d75d2556fbfbabdd664661c8e0ca6d2c3752884fb5
Deleted: sha256:529877785d436c1b1bfc6bd8349c4ac3fa04fdb25dfeb09ce00316a0f48012f9
Deleted: sha256:78162e1c782f37a240bc564da4e559a5ab7193942c2fb478362d543302aa58c1
Deleted: sha256:06584f551bae567b807ca4ad4659918d58aefd3a9e894e4a4bc075cc6917e033
Deleted: sha256:399e88ab6e9c5ee235eedc43a48eb95a430a4efa1c1d30c2fd6f05c84df95382
Deleted: sha256:b396a4452be9d6feadbcc3a6711954cb6994791a7b47a225712978461dd1217f
Deleted: sha256:f0819e0e3f4492110590cccc2a8cb8b10ce62dc2d9566ebbe748e733f32c342b
Deleted: sha256:3a4b91ce88cd4d73f83940a94547ed2bbec5cd8fccfd322b3253c69324ae00df
Deleted: sha256:ebf51c7ec1b99262059865e2880e7641b6d052d57d36d3dd4303d912dacff543
Deleted: sha256:9d506532a300013b0d8a73a89b12638fb00613ed52bba3df384654477640ce80
Deleted: sha256:c0a90666eab6ab8b058b80ef241250da37d366217cdc6b505d29887baab648a8
Deleted: sha256:f7bdbcb2d3d30d08f707026f8b8391fde4800f6c7a93e2ff1797c3004db4001a
Deleted: sha256:3e3a25a23c2502cc5b89726895ab7695e9d846ead493ed650284381278451030
Deleted: sha256:269db668dbeae1b10c86cadcfaef9c59820524b2f1347ad1a1919d5e552b68bd
Digests:
- 
us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:e508b781b4843b8fbc56be6b539f99b6aebc16375025ad587b1153ca328e8b58
  Associated tags:
 - 20210202-120617
Tags:
- us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20210202-120617
Deleted [us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk:20210202-120617].
Deleted 
[us.gcr.io/apache-beam-testing/jenkins/beam_go_sdk@sha256:e508b781b4843b8fbc56be6b539f99b6aebc16375025ad587b1153ca328e8b58].

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

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