googleapis / nodejs-video-intelligence

This repository is deprecated. All of its content and history has been moved to googleapis/google-cloud-node.
https://cloud.google.com/video-intelligence/
Apache License 2.0
62 stars 40 forks source link

streaming object: should track an object in a streaming video failed #708

Closed flaky-bot[bot] closed 2 years ago

flaky-bot[bot] commented 2 years ago

Note: #687 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.


commit: c54bc6cca2fdf0e1c26086424be14ed176fb90b6 buildURL: Build Status, Sponge status: failed

Test output
Command failed: node analyze-streaming-object.js resources/googlework_short.mp4

events.js:291
      throw er; // Unhandled 'error' event
      ^

Error: 4 DEADLINE_EXCEEDED: Deadline expired before operation could complete.
    at Object.callErrorFromStatus (/workspace/node_modules/@grpc/grpc-js/build/src/call.js:31:26)
    at Object.onReceiveStatus (/workspace/node_modules/@grpc/grpc-js/build/src/client.js:409:49)
    at Object.onReceiveStatus (/workspace/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:328:181)
    at /workspace/node_modules/@grpc/grpc-js/build/src/call-stream.js:187:78
    at processTicksAndRejections (internal/process/task_queues.js:79:11)
Emitted 'error' event on StreamProxy instance at:
    at StreamProxy.Duplexify._destroy (/workspace/node_modules/duplexify/index.js:195:15)
    at /workspace/node_modules/duplexify/index.js:185:10
    at processTicksAndRejections (internal/process/task_queues.js:79:11) {
  code: 4,
  details: 'Deadline expired before operation could complete.',
  metadata: Metadata {
    internalRepr: Map { 'content-disposition' => [ 'attachment' ] },
    options: {}
  }
}

Error: Command failed: node analyze-streaming-object.js resources/googlework_short.mp4

events.js:291
      throw er; // Unhandled 'error' event
      ^

Error: 4 DEADLINE_EXCEEDED: Deadline expired before operation could complete.
    at Object.callErrorFromStatus (/workspace/node_modules/@grpc/grpc-js/build/src/call.js:31:26)
    at Object.onReceiveStatus (/workspace/node_modules/@grpc/grpc-js/build/src/client.js:409:49)
    at Object.onReceiveStatus (/workspace/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:328:181)
    at /workspace/node_modules/@grpc/grpc-js/build/src/call-stream.js:187:78
    at processTicksAndRejections (internal/process/task_queues.js:79:11)
Emitted 'error' event on StreamProxy instance at:
    at StreamProxy.Duplexify._destroy (/workspace/node_modules/duplexify/index.js:195:15)
    at /workspace/node_modules/duplexify/index.js:185:10
    at processTicksAndRejections (internal/process/task_queues.js:79:11) {
  code: 4,
  details: 'Deadline expired before operation could complete.',
  metadata: Metadata {
    internalRepr: Map { 'content-disposition' => [ 'attachment' ] },
    options: {}
  }
}

    at checkExecSyncError (child_process.js:635:11)
    at Object.execSync (child_process.js:671:15)
    at execSync (system-test/analyze-streaming-object.test.js:21:28)
    at Context. (system-test/analyze-streaming-object.test.js:28:20)
    at processImmediate (internal/timers.js:461:21)
galz10 commented 2 years ago

Created an internal bug will close this issue in the meantime

flaky-bot[bot] commented 2 years ago

Looks like this issue is flaky. :worried:

I'm going to leave this open and stop commenting.

A human should fix and close this.


commit: c54bc6cca2fdf0e1c26086424be14ed176fb90b6 buildURL: Build Status, Sponge status: failed

Test output
Command failed: node analyze-streaming-object.js resources/googlework_short.mp4

events.js:291
      throw er; // Unhandled 'error' event
      ^

Error: 4 DEADLINE_EXCEEDED: Deadline exceeded
    at Object.callErrorFromStatus (/workspace/node_modules/@grpc/grpc-js/build/src/call.js:31:26)
    at Object.onReceiveStatus (/workspace/node_modules/@grpc/grpc-js/build/src/client.js:409:49)
    at Object.onReceiveStatus (/workspace/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:328:181)
    at /workspace/node_modules/@grpc/grpc-js/build/src/call-stream.js:187:78
    at processTicksAndRejections (internal/process/task_queues.js:79:11)
Emitted 'error' event on StreamProxy instance at:
    at StreamProxy.Duplexify._destroy (/workspace/node_modules/duplexify/index.js:195:15)
    at /workspace/node_modules/duplexify/index.js:185:10
    at processTicksAndRejections (internal/process/task_queues.js:79:11) {
  code: 4,
  details: 'Deadline exceeded',
  metadata: Metadata { internalRepr: Map {}, options: {} }
}

Error: Command failed: node analyze-streaming-object.js resources/googlework_short.mp4

events.js:291
      throw er; // Unhandled 'error' event
      ^

Error: 4 DEADLINE_EXCEEDED: Deadline exceeded
    at Object.callErrorFromStatus (/workspace/node_modules/@grpc/grpc-js/build/src/call.js:31:26)
    at Object.onReceiveStatus (/workspace/node_modules/@grpc/grpc-js/build/src/client.js:409:49)
    at Object.onReceiveStatus (/workspace/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:328:181)
    at /workspace/node_modules/@grpc/grpc-js/build/src/call-stream.js:187:78
    at processTicksAndRejections (internal/process/task_queues.js:79:11)
Emitted 'error' event on StreamProxy instance at:
    at StreamProxy.Duplexify._destroy (/workspace/node_modules/duplexify/index.js:195:15)
    at /workspace/node_modules/duplexify/index.js:185:10
    at processTicksAndRejections (internal/process/task_queues.js:79:11) {
  code: 4,
  details: 'Deadline exceeded',
  metadata: Metadata { internalRepr: Map {}, options: {} }
}

    at checkExecSyncError (child_process.js:635:11)
    at Object.execSync (child_process.js:671:15)
    at execSync (system-test/analyze-streaming-object.test.js:21:28)
    at Context. (system-test/analyze-streaming-object.test.js:28:20)
    at processImmediate (internal/timers.js:461:21)
kweinmeister commented 2 years ago

No activity since May 12, closing

flaky-bot[bot] commented 2 years ago

Oops! Looks like this issue is still flaky. It failed again. :grimacing:

I reopened the issue, but a human will need to close it again.


commit: 23b7f4a9eb0f4813fc2d4393208f5fbb5a385bde buildURL: Build Status, Sponge status: failed

Test output
Command failed: node analyze-streaming-object.js resources/googlework_short.mp4

events.js:291
      throw er; // Unhandled 'error' event
      ^

Error: 16 UNAUTHENTICATED: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
    at Object.callErrorFromStatus (/workspace/node_modules/@grpc/grpc-js/build/src/call.js:31:19)
    at Object.onReceiveStatus (/workspace/node_modules/@grpc/grpc-js/build/src/client.js:413:49)
    at Object.onReceiveStatus (/workspace/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:328:181)
    at /workspace/node_modules/@grpc/grpc-js/build/src/call-stream.js:187:78
    at processTicksAndRejections (internal/process/task_queues.js:79:11)
for call at
    at ServiceClientImpl.makeBidiStreamRequest (/workspace/node_modules/@grpc/grpc-js/build/src/client.js:398:30)
    at ServiceClientImpl. (/workspace/node_modules/@grpc/grpc-js/build/src/make-client.js:105:19)
    at /workspace/build/src/v1p3beta1/streaming_video_intelligence_service_client.js:184:29
    at /workspace/node_modules/google-gax/build/src/streamingCalls/streamingApiCaller.js:46:28
    at /workspace/node_modules/google-gax/build/src/normalCalls/timeout.js:44:16
    at StreamProxy.setStream (/workspace/node_modules/google-gax/build/src/streamingCalls/streaming.js:144:24)
    at StreamingApiCaller.call (/workspace/node_modules/google-gax/build/src/streamingCalls/streamingApiCaller.js:54:16)
    at /workspace/node_modules/google-gax/build/src/createApiCall.js:81:30
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
Emitted 'error' event on StreamProxy instance at:
    at StreamProxy.Duplexify._destroy (/workspace/node_modules/duplexify/index.js:195:15)
    at /workspace/node_modules/duplexify/index.js:185:10
    at processTicksAndRejections (internal/process/task_queues.js:79:11) {
  code: 16,
  details: 'Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.',
  metadata: Metadata {
    internalRepr: Map {
      'www-authenticate' => [ 'Bearer realm="https://accounts.google.com/"' ]
    },
    options: {}
  }
}

Error: Command failed: node analyze-streaming-object.js resources/googlework_short.mp4

events.js:291
      throw er; // Unhandled 'error' event
      ^

Error: 16 UNAUTHENTICATED: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
    at Object.callErrorFromStatus (/workspace/node_modules/@grpc/grpc-js/build/src/call.js:31:19)
    at Object.onReceiveStatus (/workspace/node_modules/@grpc/grpc-js/build/src/client.js:413:49)
    at Object.onReceiveStatus (/workspace/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:328:181)
    at /workspace/node_modules/@grpc/grpc-js/build/src/call-stream.js:187:78
    at processTicksAndRejections (internal/process/task_queues.js:79:11)
for call at
    at ServiceClientImpl.makeBidiStreamRequest (/workspace/node_modules/@grpc/grpc-js/build/src/client.js:398:30)
    at ServiceClientImpl. (/workspace/node_modules/@grpc/grpc-js/build/src/make-client.js:105:19)
    at /workspace/build/src/v1p3beta1/streaming_video_intelligence_service_client.js:184:29
    at /workspace/node_modules/google-gax/build/src/streamingCalls/streamingApiCaller.js:46:28
    at /workspace/node_modules/google-gax/build/src/normalCalls/timeout.js:44:16
    at StreamProxy.setStream (/workspace/node_modules/google-gax/build/src/streamingCalls/streaming.js:144:24)
    at StreamingApiCaller.call (/workspace/node_modules/google-gax/build/src/streamingCalls/streamingApiCaller.js:54:16)
    at /workspace/node_modules/google-gax/build/src/createApiCall.js:81:30
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
Emitted 'error' event on StreamProxy instance at:
    at StreamProxy.Duplexify._destroy (/workspace/node_modules/duplexify/index.js:195:15)
    at /workspace/node_modules/duplexify/index.js:185:10
    at processTicksAndRejections (internal/process/task_queues.js:79:11) {
  code: 16,
  details: 'Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.',
  metadata: Metadata {
    internalRepr: Map {
      'www-authenticate' => [ 'Bearer realm="https://accounts.google.com/"' ]
    },
    options: {}
  }
}

    at checkExecSyncError (child_process.js:635:11)
    at Object.execSync (child_process.js:671:15)
    at execSync (system-test/analyze-streaming-object.test.js:21:28)
    at Context. (system-test/analyze-streaming-object.test.js:28:20)
    at processImmediate (internal/timers.js:461:21)
alexander-fenster commented 2 years ago

Tests disabled in #750.