googleapis / nodejs-speech

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

SpeechClient TypeScript system test v1p1beta1: calls streamingRecognize failed #947

Closed flaky-bot[bot] closed 2 years ago

flaky-bot[bot] commented 2 years ago

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


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

Test output
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.
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 (node_modules/@grpc/grpc-js/build/src/call.js:31:19)
        -> /workspace/node_modules/@grpc/grpc-js/src/call.ts:81:17
    at Object.onReceiveStatus (node_modules/@grpc/grpc-js/build/src/client.js:413:49)
        -> /workspace/node_modules/@grpc/grpc-js/src/client.ts:693:32
    at Object.onReceiveStatus (node_modules/@grpc/grpc-js/build/src/client-interceptors.js:328:181)
        -> /workspace/node_modules/@grpc/grpc-js/src/client-interceptors.ts:424:48
    at /workspace/node_modules/@grpc/grpc-js/build/src/call-stream.js:188:78
        -> /workspace/node_modules/@grpc/grpc-js/src/call-stream.ts:330:24
    at processTicksAndRejections (internal/process/task_queues.js:79:11)
for call at
    at ServiceClientImpl.makeBidiStreamRequest (node_modules/@grpc/grpc-js/build/src/client.js:398:30)
        -> /workspace/node_modules/@grpc/grpc-js/src/client.ts:678:26
    at ServiceClientImpl. (node_modules/@grpc/grpc-js/build/src/make-client.js:105:19)
        -> /workspace/node_modules/@grpc/grpc-js/src/make-client.ts:189:15
    at /workspace/build/src/v1p1beta1/speech_client.js:228:29
        -> /workspace/src/v1p1beta1/speech_client.ts:309:25
    at /workspace/node_modules/google-gax/build/src/streamingCalls/streamingApiCaller.js:46:28
        -> /workspace/node_modules/google-gax/src/streamingCalls/streamingApiCaller.ts:71:19
    at /workspace/node_modules/google-gax/build/src/normalCalls/timeout.js:44:16
        -> /workspace/node_modules/google-gax/src/normalCalls/timeout.ts:54:13
    at StreamProxy.setStream (node_modules/google-gax/build/src/streamingCalls/streaming.js:144:24)
        -> /workspace/node_modules/google-gax/src/streamingCalls/streaming.ts:204:20
    at StreamingApiCaller.call (node_modules/google-gax/build/src/streamingCalls/streamingApiCaller.js:54:16)
        -> /workspace/node_modules/google-gax/src/streamingCalls/streamingApiCaller.ts:88:12
    at /workspace/node_modules/google-gax/build/src/createApiCall.js:84:30
        -> /workspace/node_modules/google-gax/src/createApiCall.ts:118:26
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
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.


When run at the same commit (ea654b5bf2e4067bf7682f9729cf8364ca4145a5), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).