See 
<https://ci-beam.apache.org/job/beam_PostCommit_Go_VR_Flink/6181/display/redirect?page=changes>

Changes:

[yathu] Add labels for typescript PRs

[noreply] [BEAM-13015] Only create a TimerBundleTracker if there are timers.


------------------------------------------
[...truncated 39.64 MB...]
      "payload": "yAE=",
      "labels": {
        "PTRANSFORM": "beam.addFixedKeyFn"
      }
    }, {
      "urn": "beam:metric:pardo_execution_time:finish_bundle_msecs:v1",
      "type": "beam:metrics:sum_int64:v1",
      "payload": "AA==",
      "labels": {
        "PTRANSFORM": "beam.createFn"
      }
    }, {
      "urn": "beam:metric:pardo_execution_time:process_bundle_msecs:v1",
      "type": "beam:metrics:sum_int64:v1",
      "payload": "AA==",
      "labels": {
        "PTRANSFORM": "beam.addFixedKeyFn"
      }
    }, {
      "urn": "beam:metric:data_channel:read_index:v1",
      "type": "beam:metrics:sum_int64:v1",
      "payload": "AQ==",
      "labels": {
        "PTRANSFORM": "fn/read/n1:0"
      }
    }, {
      "urn": "beam:metric:sampled_byte_size:v1",
      "type": "beam:metrics:distribution_int64:v1",
      "payload": "AQEBAQ==",
      "labels": {
        "PCOLLECTION": "n1"
      }
    }, {
      "urn": "beam:metric:sampled_byte_size:v1",
      "type": "beam:metrics:distribution_int64:v1",
      "payload": "BEQREQ==",
      "labels": {
        "PCOLLECTION": "n3"
      }
    }, {
      "urn": "beam:metric:sampled_byte_size:v1",
      "type": "beam:metrics:distribution_int64:v1",
      "payload": "BAgCAg==",
      "labels": {
        "PCOLLECTION": "n2"
      }
    }]
  }
}
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool 
releaseSlots
INFO: Releasing slot [d6b57661c6cc9c8691e40e3b0139c750].
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool 
releaseSlots
INFO: Releasing slot [82c99226afe1c7dcd90490b03dff0d50].
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool 
releaseSlots
INFO: Releasing slot [f8a25d965ce9880686759e4e54fa9db0].
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl freeSlotInternal
INFO: Free slot TaskSlot(index:21, state:ALLOCATED, resource profile: 
ResourceProfile{taskHeapMemory=44.522gb (47804853381 bytes), 
taskOffHeapMemory=44.522gb (47804853381 bytes), managedMemory=403.108mb 
(422688990 bytes), networkMemory=89.043mb (93368854 bytes)}, allocationId: 
82c99226afe1c7dcd90490b03dff0d50, jobId: 7b743a430343d35bba618d86bd979cc2).
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool 
releaseSlots
INFO: Releasing slot [dc2848c91f07a851dcf657af1e749991].
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl freeSlotInternal
INFO: Free slot TaskSlot(index:3, state:ALLOCATED, resource profile: 
ResourceProfile{taskHeapMemory=44.522gb (47804853381 bytes), 
taskOffHeapMemory=44.522gb (47804853381 bytes), managedMemory=403.108mb 
(422688990 bytes), networkMemory=89.043mb (93368854 bytes)}, allocationId: 
f8a25d965ce9880686759e4e54fa9db0, jobId: 7b743a430343d35bba618d86bd979cc2).
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool 
releaseSlots
INFO: Releasing slot [96c401937d8be94402a0ba70d3cb7ae8].
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool 
releaseSlots
INFO: Releasing slot [551629725c4c299c9e7376328944553a].
May 21, 2022 12:56:35 AM 
org.apache.beam.runners.jobsubmission.InMemoryJobService lambda$run$0
WARNING: Failed to remove job staging directory for token 
go-testemitpardoaftergbk_a4869058-86d3-4ee0-96e5-09d48353df6e.
java.io.FileNotFoundException: No files found for spec: 
/tmp/beam-artifact-staging/3a7db213ab879b2829296bebffab954c4ddc849e96018f849bd98445636a6a26/*
 in working directory 
<https://ci-beam.apache.org/job/beam_PostCommit_Go_VR_Flink/ws/src/.>
        at 
org.apache.beam.sdk.io.LocalFileSystem.matchOne(LocalFileSystem.java:307)
        at 
org.apache.beam.sdk.io.LocalFileSystem.match(LocalFileSystem.java:105)
        at org.apache.beam.sdk.io.LocalFileSystem.match(LocalFileSystem.java:98)
        at org.apache.beam.sdk.io.FileSystems.match(FileSystems.java:124)
        at 
org.apache.beam.sdk.io.FileSystems.matchResources(FileSystems.java:217)
        at 
org.apache.beam.runners.fnexecution.artifact.ArtifactStagingService$1.removeStagedArtifacts(ArtifactStagingService.java:180)
        at 
org.apache.beam.runners.fnexecution.artifact.ArtifactStagingService.removeStagedArtifacts(ArtifactStagingService.java:115)
        at 
org.apache.beam.runners.jobsubmission.JobServerDriver.lambda$createJobService$0(JobServerDriver.java:67)
        at 
org.apache.beam.runners.jobsubmission.InMemoryJobService.lambda$run$0(InMemoryJobService.java:261)
        at 
org.apache.beam.runners.jobsubmission.JobInvocation.setState(JobInvocation.java:249)
        at 
org.apache.beam.runners.jobsubmission.JobInvocation.access$200(JobInvocation.java:51)
        at 
org.apache.beam.runners.jobsubmission.JobInvocation$1.onSuccess(JobInvocation.java:115)
        at 
org.apache.beam.runners.jobsubmission.JobInvocation$1.onSuccess(JobInvocation.java:101)
        at 
org.apache.beam.vendor.guava.v26_0_jre.com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1058)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool 
releaseSlots
INFO: Releasing slot [fc4d1c5272b12d4921caaf5e5bad7493].
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl freeSlotInternal
INFO: Free slot TaskSlot(index:5, state:ALLOCATED, resource profile: 
ResourceProfile{taskHeapMemory=44.522gb (47804853381 bytes), 
taskOffHeapMemory=44.522gb (47804853381 bytes), managedMemory=403.108mb 
(422688990 bytes), networkMemory=89.043mb (93368854 bytes)}, allocationId: 
dc2848c91f07a851dcf657af1e749991, jobId: 7b743a430343d35bba618d86bd979cc2).
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl freeSlotInternal
INFO: Free slot TaskSlot(index:14, state:ALLOCATED, resource profile: 
ResourceProfile{taskHeapMemory=44.522gb (47804853381 bytes), 
taskOffHeapMemory=44.522gb (47804853381 bytes), managedMemory=403.108mb 
(422688990 bytes), networkMemory=89.043mb (93368854 bytes)}, allocationId: 
96c401937d8be94402a0ba70d3cb7ae8, jobId: 7b743a430343d35bba618d86bd979cc2).
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool 
releaseSlots
INFO: Releasing slot [72ea1b5e0313426eb9e5bcb12f94dd67].
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl freeSlotInternal
INFO: Free slot TaskSlot(index:15, state:ALLOCATED, resource profile: 
ResourceProfile{taskHeapMemory=44.522gb (47804853381 bytes), 
taskOffHeapMemory=44.522gb (47804853381 bytes), managedMemory=403.108mb 
(422688990 bytes), networkMemory=89.043mb (93368854 bytes)}, allocationId: 
551629725c4c299c9e7376328944553a, jobId: 7b743a430343d35bba618d86bd979cc2).
2022/05/21 00:56:35 Job state: DONE
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool 
releaseSlots
INFO: Releasing slot [bc42a60f2364f0e53bd092f7fc697792].
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool 
releaseSlots
INFO: Releasing slot [a3cb3c12be601ae6a90ac5f0a1e677d3].
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl freeSlotInternal
INFO: Free slot TaskSlot(index:16, state:ALLOCATED, resource profile: 
ResourceProfile{taskHeapMemory=44.522gb (47804853381 bytes), 
taskOffHeapMemory=44.522gb (47804853381 bytes), managedMemory=403.108mb 
(422688990 bytes), networkMemory=89.043mb (93368854 bytes)}, allocationId: 
fc4d1c5272b12d4921caaf5e5bad7493, jobId: 7b743a430343d35bba618d86bd979cc2).
May 21, 2022 12:56:35 AM 
org.apache.beam.runners.jobsubmission.InMemoryJobService getJobMetrics
INFO: Getting job metrics for 
go0testemitpardoaftergbk-jenkins-0521005627-71089d24_bea029f3-8b8f-4af2-85e9-6b9d733c31b5
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool 
releaseSlots
INFO: Releasing slot [0b13b649074fa8c9249c7e8f6372c3ad].
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl freeSlotInternal
INFO: Free slot TaskSlot(index:6, state:ALLOCATED, resource profile: 
ResourceProfile{taskHeapMemory=44.522gb (47804853381 bytes), 
taskOffHeapMemory=44.522gb (47804853381 bytes), managedMemory=403.108mb 
(422688990 bytes), networkMemory=89.043mb (93368854 bytes)}, allocationId: 
72ea1b5e0313426eb9e5bcb12f94dd67, jobId: 7b743a430343d35bba618d86bd979cc2).
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl freeSlotInternal
INFO: Free slot TaskSlot(index:8, state:ALLOCATED, resource profile: 
ResourceProfile{taskHeapMemory=44.522gb (47804853381 bytes), 
taskOffHeapMemory=44.522gb (47804853381 bytes), managedMemory=403.108mb 
(422688990 bytes), networkMemory=89.043mb (93368854 bytes)}, allocationId: 
bc42a60f2364f0e53bd092f7fc697792, jobId: 7b743a430343d35bba618d86bd979cc2).
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool 
releaseSlots
INFO: Releasing slot [28c3c473536e96a8bb9711ec98bf7ce0].
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl freeSlotInternal
INFO: Free slot TaskSlot(index:13, state:ALLOCATED, resource profile: 
ResourceProfile{taskHeapMemory=44.522gb (47804853381 bytes), 
taskOffHeapMemory=44.522gb (47804853381 bytes), managedMemory=403.108mb 
(422688990 bytes), networkMemory=89.043mb (93368854 bytes)}, allocationId: 
a3cb3c12be601ae6a90ac5f0a1e677d3, jobId: 7b743a430343d35bba618d86bd979cc2).
May 21, 2022 12:56:35 AM 
org.apache.beam.runners.jobsubmission.InMemoryJobService getJobMetrics
INFO: Finished getting job metrics for 
go0testemitpardoaftergbk-jenkins-0521005627-71089d24_bea029f3-8b8f-4af2-85e9-6b9d733c31b5
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool 
releaseSlots
INFO: Releasing slot [3ade8bd7e0b05d20fdf38906ac909e4f].
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl freeSlotInternal
INFO: Free slot TaskSlot(index:19, state:ALLOCATED, resource profile: 
ResourceProfile{taskHeapMemory=44.522gb (47804853381 bytes), 
taskOffHeapMemory=44.522gb (47804853381 bytes), managedMemory=403.108mb 
(422688990 bytes), networkMemory=89.043mb (93368854 bytes)}, allocationId: 
0b13b649074fa8c9249c7e8f6372c3ad, jobId: 7b743a430343d35bba618d86bd979cc2).
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl freeSlotInternal
INFO: Free slot TaskSlot(index:1, state:ALLOCATED, resource profile: 
ResourceProfile{taskHeapMemory=44.522gb (47804853381 bytes), 
taskOffHeapMemory=44.522gb (47804853381 bytes), managedMemory=403.108mb 
(422688990 bytes), networkMemory=89.043mb (93368854 bytes)}, allocationId: 
28c3c473536e96a8bb9711ec98bf7ce0, jobId: 7b743a430343d35bba618d86bd979cc2).
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool 
releaseSlots
INFO: Releasing slot [e55f8f30cd675db45ea427aa5bb1b315].
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl freeSlotInternal
INFO: Free slot TaskSlot(index:9, state:ALLOCATED, resource profile: 
ResourceProfile{taskHeapMemory=44.522gb (47804853381 bytes), 
taskOffHeapMemory=44.522gb (47804853381 bytes), managedMemory=403.108mb 
(422688990 bytes), networkMemory=89.043mb (93368854 bytes)}, allocationId: 
3ade8bd7e0b05d20fdf38906ac909e4f, jobId: 7b743a430343d35bba618d86bd979cc2).
May 21, 2022 12:56:35 AM org.apache.flink.runtime.webmonitor.WebMonitorEndpoint 
lambda$shutDownInternal$5
INFO: Removing cache directory /tmp/flink-web-ui
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool 
releaseSlots
INFO: Releasing slot [e6cd2ef2ff1ef19116b65b221057ac65].
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl freeSlotInternal
INFO: Free slot TaskSlot(index:17, state:ALLOCATED, resource profile: 
ResourceProfile{taskHeapMemory=44.522gb (47804853381 bytes), 
taskOffHeapMemory=44.522gb (47804853381 bytes), managedMemory=403.108mb 
(422688990 bytes), networkMemory=89.043mb (93368854 bytes)}, allocationId: 
e55f8f30cd675db45ea427aa5bb1b315, jobId: 7b743a430343d35bba618d86bd979cc2).
May 21, 2022 12:56:35 AM org.apache.flink.runtime.rest.RestServerEndpoint 
lambda$closeAsync$1
INFO: Shut down complete.
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool 
releaseSlots
INFO: Releasing slot [ec4abccd2db5d74c888c394fb21ee134].
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl freeSlotInternal
INFO: Free slot TaskSlot(index:20, state:ALLOCATED, resource profile: 
ResourceProfile{taskHeapMemory=44.522gb (47804853381 bytes), 
taskOffHeapMemory=44.522gb (47804853381 bytes), managedMemory=403.108mb 
(422688990 bytes), networkMemory=89.043mb (93368854 bytes)}, allocationId: 
e6cd2ef2ff1ef19116b65b221057ac65, jobId: 7b743a430343d35bba618d86bd979cc2).
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool 
releaseSlots
INFO: Releasing slot [53daa226269906f9ef164c330550dc7e].
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl freeSlotInternal
INFO: Free slot TaskSlot(index:7, state:ALLOCATED, resource profile: 
ResourceProfile{taskHeapMemory=44.522gb (47804853381 bytes), 
taskOffHeapMemory=44.522gb (47804853381 bytes), managedMemory=403.108mb 
(422688990 bytes), networkMemory=89.043mb (93368854 bytes)}, allocationId: 
ec4abccd2db5d74c888c394fb21ee134, jobId: 7b743a430343d35bba618d86bd979cc2).
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool 
releaseSlots
INFO: Releasing slot [534e135247ced676e426fa9ea33d11b8].
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl freeSlotInternal
INFO: Free slot TaskSlot(index:18, state:ALLOCATED, resource profile: 
ResourceProfile{taskHeapMemory=44.522gb (47804853381 bytes), 
taskOffHeapMemory=44.522gb (47804853381 bytes), managedMemory=403.108mb 
(422688990 bytes), networkMemory=89.043mb (93368854 bytes)}, allocationId: 
53daa226269906f9ef164c330550dc7e, jobId: 7b743a430343d35bba618d86bd979cc2).
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.resourcemanager.ResourceManager deregisterApplication
INFO: Shut down cluster because application is in CANCELED, diagnostics 
DispatcherResourceManagerComponent has been closed..
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool 
releaseSlots
INFO: Releasing slot [748bbc4ed4f405f5a0a31d329ba9ee45].
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl freeSlotInternal
INFO: Free slot TaskSlot(index:10, state:ALLOCATED, resource profile: 
ResourceProfile{taskHeapMemory=44.522gb (47804853381 bytes), 
taskOffHeapMemory=44.522gb (47804853381 bytes), managedMemory=403.108mb 
(422688990 bytes), networkMemory=89.043mb (93368854 bytes)}, allocationId: 
534e135247ced676e426fa9ea33d11b8, jobId: 7b743a430343d35bba618d86bd979cc2).
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool 
releaseSlots
INFO: Releasing slot [8b16613d45c25cd0856ae38a2d80d185].
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl freeSlotInternal
INFO: Free slot TaskSlot(index:22, state:ALLOCATED, resource profile: 
ResourceProfile{taskHeapMemory=44.522gb (47804853381 bytes), 
taskOffHeapMemory=44.522gb (47804853381 bytes), managedMemory=403.108mb 
(422688990 bytes), networkMemory=89.043mb (93368854 bytes)}, allocationId: 
748bbc4ed4f405f5a0a31d329ba9ee45, jobId: 7b743a430343d35bba618d86bd979cc2).
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool 
releaseSlots
INFO: Releasing slot [53dc9e0fd1ba12d8ff1115bca63b501a].
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.entrypoint.component.DispatcherResourceManagerComponent
 closeAsyncInternal
INFO: Closing components.
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool 
releaseSlots
INFO: Releasing slot [8950f11329dd44f4a5b88b25e4ff3d96].
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl freeSlotInternal
INFO: Free slot TaskSlot(index:12, state:ALLOCATED, resource profile: 
ResourceProfile{taskHeapMemory=44.522gb (47804853381 bytes), 
taskOffHeapMemory=44.522gb (47804853381 bytes), managedMemory=403.108mb 
(422688990 bytes), networkMemory=89.043mb (93368854 bytes)}, allocationId: 
8b16613d45c25cd0856ae38a2d80d185, jobId: 7b743a430343d35bba618d86bd979cc2).
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess 
closeInternal
INFO: Stopping SessionDispatcherLeaderProcess.
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl freeSlotInternal
INFO: Free slot TaskSlot(index:11, state:ALLOCATED, resource profile: 
ResourceProfile{taskHeapMemory=44.522gb (47804853381 bytes), 
taskOffHeapMemory=44.522gb (47804853381 bytes), managedMemory=403.108mb 
(422688990 bytes), networkMemory=89.043mb (93368854 bytes)}, allocationId: 
53dc9e0fd1ba12d8ff1115bca63b501a, jobId: 7b743a430343d35bba618d86bd979cc2).
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool 
releaseSlots
INFO: Releasing slot [6c8f18f0b436db492743fdda382c7eaa].
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl freeSlotInternal
INFO: Free slot TaskSlot(index:0, state:ALLOCATED, resource profile: 
ResourceProfile{taskHeapMemory=44.522gb (47804853381 bytes), 
taskOffHeapMemory=44.522gb (47804853381 bytes), managedMemory=403.108mb 
(422688990 bytes), networkMemory=89.043mb (93368854 bytes)}, allocationId: 
8950f11329dd44f4a5b88b25e4ff3d96, jobId: 7b743a430343d35bba618d86bd979cc2).
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl freeSlotInternal
INFO: Free slot TaskSlot(index:2, state:ALLOCATED, resource profile: 
ResourceProfile{taskHeapMemory=44.522gb (47804853381 bytes), 
taskOffHeapMemory=44.522gb (47804853381 bytes), managedMemory=403.108mb 
(422688990 bytes), networkMemory=89.043mb (93368854 bytes)}, allocationId: 
6c8f18f0b436db492743fdda382c7eaa, jobId: 7b743a430343d35bba618d86bd979cc2).
May 21, 2022 12:56:35 AM org.apache.flink.runtime.dispatcher.Dispatcher onStop
INFO: Stopping dispatcher akka://flink/user/rpc/dispatcher_145.
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.resourcemanager.ResourceManagerServiceImpl closeAsync
INFO: Stopping resource manager service.
May 21, 2022 12:56:35 AM org.apache.flink.runtime.jobmaster.JobMaster 
dissolveResourceManagerConnection
INFO: Close ResourceManager connection b70b1cb4a0cd21de518b8cdd6c6e04cc: 
Stopping JobMaster for job 
'go0testemitpardoaftergbk-jenkins-0521005627-71089d24' 
(7b743a430343d35bba618d86bd979cc2).
May 21, 2022 12:56:35 AM org.apache.flink.runtime.dispatcher.Dispatcher 
terminateRunningJobs
INFO: Stopping all currently running jobs of dispatcher 
akka://flink/user/rpc/dispatcher_145.
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager 
close
INFO: Closing the slot manager.
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager 
suspend
INFO: Suspending the slot manager.
--- PASS: TestEmitParDoAfterGBK (9.82s)
PASS
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.taskexecutor.DefaultJobLeaderService stop
INFO: Stop job leader service.
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.state.TaskExecutorLocalStateStoresManager shutdown
INFO: Shutting down TaskExecutorLocalStateStoresManager.
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.io.disk.FileChannelManagerImpl lambda$getFileCloser$0
INFO: FileChannelManager removed spill file directory 
/tmp/flink-io-fed11e39-bdf0-48ae-a105-1eb4aa28ba2c
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.io.network.NettyShuffleEnvironment close
INFO: Shutting down the network environment and its components.
ok      github.com/apache/beam/sdks/v2/go/test/regression       102.268s
May 21, 2022 12:56:35 AM org.apache.flink.runtime.dispatcher.Dispatcher 
lambda$onStop$0
INFO: Stopped dispatcher akka://flink/user/rpc/dispatcher_145.
FAIL
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.io.disk.FileChannelManagerImpl lambda$getFileCloser$0
INFO: FileChannelManager removed spill file directory 
/tmp/flink-netty-shuffle-fc752fb7-f9d4-47c3-a457-0c3ecdd3f9fa
May 21, 2022 12:56:35 AM org.apache.flink.runtime.taskexecutor.KvStateService 
shutdown
INFO: Shutting down the kvState service and its components.
May 21, 2022 12:56:35 AM 
org.apache.flink.runtime.taskexecutor.DefaultJobLeaderService stop
INFO: Stop job leader service.
May 21, 2022 12:56:35 AM org.apache.flink.runtime.filecache.FileCache shutdown
INFO: removed file cache directory 
/tmp/flink-dist-cache-e0da7e58-0cb2-4845-9930-5e729e3d3ecb
May 21, 2022 12:56:35 AM org.apache.flink.runtime.taskexecutor.TaskExecutor 
handleOnStopException
INFO: Stopped TaskExecutor akka://flink/user/rpc/taskmanager_144.
May 21, 2022 12:56:35 AM org.apache.flink.runtime.rpc.akka.AkkaRpcService 
stopService
INFO: Stopping Akka RPC service.

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

* 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 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings 
and determine if they come from your own scripts or plugins.

See 
https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings

Execution optimizations have been disabled for 2 invalid unit(s) of work during 
this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 8m 15s
169 actionable tasks: 115 executed, 47 from cache, 7 up-to-date

Publishing build scan...
https://gradle.com/s/lu7vhnuxwy7sc

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