googleapis / google-auth-library-nodejs

🔑 Google Auth Library for Node.js
Apache License 2.0
1.71k stars 374 forks source link

pack and install: should be able to use the d.ts failed #1742

Closed flaky-bot[bot] closed 8 months ago

flaky-bot[bot] commented 8 months ago

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


commit: 422de68d8d9ea66e6bf1fea923f61c8af0842420 buildURL: Build Status, Sponge status: failed

danielbankhead commented 8 months ago

Very strange error:

<testsuite name="Mocha Tests" tests="2" failures="0" errors="2" skipped="0" timestamp="Sun, 28 Jan 2024 09:36:11 GMT" time="223.478">
<testcase classname="pack and install" name="should be able to use the d.ts" time="27.215">
<failure>Command failed with exit code 1: npm install Error: Command failed with exit code 1: npm install at makeError (node_modules/execa/lib/error.js:60:11) at handlePromise (node_modules/execa/index.js:118:26) at processTicksAndRejections (internal/process/task_queues.js:95:5) at null.packAndInstall (system-test/test.kitchen.ts:43:3) at Context.<anonymous> (system-test/test.kitchen.ts:56:5)</failure>
</testcase>
<testcase classname="pack and install" name="should be able to webpack the library" time="27.485">
<failure>Command failed with exit code 1: npm install Error: Command failed with exit code 1: npm install at makeError (node_modules/execa/lib/error.js:60:11) at handlePromise (node_modules/execa/index.js:118:26) at processTicksAndRejections (internal/process/task_queues.js:95:5) at null.packAndInstall (system-test/test.kitchen.ts:43:3) at Context.<anonymous> (system-test/test.kitchen.ts:62:5)</failure>
</testcase>
</testsuite>

Will investigate further if it happens again.