kaxil commented on PR #43348: URL: https://github.com/apache/airflow/pull/43348#issuecomment-2435391653
Static check failure is the known transient issue ``` TS types generation / ESLint / Prettier against UI files...........................Failed - hook id: ts-compile-format-lint-www - exit code: 1 yarn install v1.22.21 [1/4] Resolving packages... [2/4] Fetching packages... (node:6675) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning was created) error Error: https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz: Request failed "502 Bad Gateway" at ResponseError.ExtendableBuiltin (/home/runner/.cache/pre-commit/repo0q5gvmzk/node_env-22.2.0/lib/node_modules/yarn/lib/cli.js:696:66) at new ResponseError (/home/runner/.cache/pre-commit/repo0q5gvmzk/node_env-22.2.0/lib/node_modules/yarn/lib/cli.js:802:124) at Request.<anonymous> (/home/runner/.cache/pre-commit/repo0q5gvmzk/node_env-22.2.0/lib/node_modules/yarn/lib/cli.js:66218:16) at Request.emit (node:events:520:28) at module.exports.Request.onRequestResponse (/home/runner/.cache/pre-commit/repo0q5gvmzk/node_env-22.2.0/lib/node_modules/yarn/lib/cli.js:141751:10) at ClientRequest.emit (node:events:520:28) at HTTPParser.parserOnIncomingClient [as onIncoming] (node:_http_client:700:27) at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17) at TLSSocket.socketOnData (node:_http_client:542:22) at TLSSocket.emit (node:events:520:28) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
