googleapis / nodejs-logging

Node.js client for Stackdriver Logging: Store, search, analyze, monitor, and alert on log data and events from Google Cloud Platform and Amazon Web Services (AWS).
https://cloud.google.com/logging/
Apache License 2.0
170 stars 62 forks source link

📦 pack-n-play test: TypeScript code failed #1465

Closed flaky-bot[bot] closed 9 months ago

flaky-bot[bot] commented 10 months ago

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


commit: 76871aaf9c80d46779fb4bb3c1cee148d7a73e51 buildURL: Build Status, Sponge status: failed

Test output
Command failed with exit code 2: npx tsc --strict index.ts
node_modules/google-auth-library/build/src/util.d.ts(134,5): error TS18028: Private identifiers are only available when targeting ECMAScript 2015 and higher.
Error: Command failed with exit code 2: npx tsc --strict index.ts
node_modules/google-auth-library/build/src/util.d.ts(134,5): error TS18028: Private identifiers are only available when targeting ECMAScript 2015 and higher.
    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.prepareTarget (node_modules/pack-n-play/src/pack-n-test.ts:147:7)
    at null.packNTest (node_modules/pack-n-play/src/pack-n-test.ts:105:5)
    at Context. (system-test/install.ts:35:5)
danielbankhead commented 10 months ago

Will be fixed upstream:

flaky-bot[bot] commented 10 months 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: 76871aaf9c80d46779fb4bb3c1cee148d7a73e51 buildURL: Build Status, Sponge status: failed

Test output
Command failed with exit code 2: npx tsc --strict index.ts
node_modules/google-auth-library/build/src/util.d.ts(134,5): error TS18028: Private identifiers are only available when targeting ECMAScript 2015 and higher.
Error: Command failed with exit code 2: npx tsc --strict index.ts
node_modules/google-auth-library/build/src/util.d.ts(134,5): error TS18028: Private identifiers are only available when targeting ECMAScript 2015 and higher.
    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.prepareTarget (node_modules/pack-n-play/src/pack-n-test.ts:147:7)
    at null.packNTest (node_modules/pack-n-play/src/pack-n-test.ts:105:5)
    at Context. (system-test/install.ts:35:5)
danielbankhead commented 10 months ago

Blocked by: