googleapis / nodejs-storage

Node.js client for Google Cloud Storage: unified object storage for developers and enterprises, from live data serving to data analytics/ML to data archiving.
https://cloud.google.com/storage/
Apache License 2.0
897 stars 369 forks source link

storage: "after all" hook in "storage" failed #2337

Closed flaky-bot[bot] closed 6 months ago

flaky-bot[bot] commented 10 months ago

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


commit: 00d744d5e1be4c55e141963bc981914ebff8e5fe buildURL: Build Status, Sponge status: failed

Test output
4 DEADLINE_EXCEEDED: Deadline exceeded
/workspace/node_modules/@grpc/grpc-js/src/call.ts:82
  const error = new Error(message);
                ^

Error: 4 DEADLINE_EXCEEDED: Deadline exceeded
    at null.callErrorFromStatus (node_modules/@grpc/grpc-js/src/call.ts:82:17)
    at Object.onReceiveStatus (node_modules/@grpc/grpc-js/src/client.ts:360:55)
    at Object.onReceiveStatus (node_modules/@grpc/grpc-js/src/client-interceptors.ts:458:34)
    at Object.onReceiveStatus (node_modules/@grpc/grpc-js/src/client-interceptors.ts:419:48)
    at null. (node_modules/@grpc/grpc-js/src/resolving-call.ts:132:24)
    at processTicksAndRejections (internal/process/task_queues.js:77:11)
for call at
    let callerStackError: Error | null = new Error();
                                         ^

Error
    at ServiceClientImpl.makeUnaryRequest (node_modules/@grpc/grpc-js/src/client.ts:325:42)
    at ServiceClientImpl. (node_modules/@grpc/grpc-js/src/make-client.ts:189:15)
    at null. (node_modules/@google-cloud/pubsub/src/v1/publisher_client.ts:307:25)
    at wrappedCall (node_modules/google-gax/build/src/paginationCalls/pagedApiCaller.js:86:20)
    at /workspace/node_modules/google-gax/build/src/normalCalls/timeout.js:44:16
    at repeat (node_modules/google-gax/build/src/normalCalls/retries.js:80:25)
    at /workspace/node_modules/google-gax/build/src/normalCalls/retries.js:118:13
    at OngoingCall.call (node_modules/google-gax/build/src/call.js:67:27)
    at PagedApiCaller.call (node_modules/google-gax/build/src/paginationCalls/pagedApiCaller.js:118:25)
    at /workspace/node_modules/google-gax/build/src/createApiCall.js:84:30
    at runMicrotasks ()
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
ddelgrosso1 commented 6 months ago

This is coming from gax and looks like general network issues. Going to close.