@@ -2,11 +2,12 @@ Exit Code: 1
22Standard output:
33
44Rush Multi-Project Build Tool 5.X.X - https://rushjs.io
5- Node.js version is 15.13 .0 (unstable )
5+ Node.js version is 16.0 .0 (pre-LTS )
66Starting "rush rebuild"
77Executing a maximum of ?simultaneous processes...
8- ==[ @azure/eslint-plugin-azure-sdk ]==============================[ 1 of 77 ]==
9- "@azure-tests/perf-ai-metrics-advisor" is blocked by "@azure/eslint-plugin-azure-sdk".
8+ ==[ @azure/eslint-plugin-azure-sdk ]==============================[ 1 of 81 ]==
9+ "@azure-rest/ai-document-translator" is blocked by "@azure/eslint-plugin-azure-sdk".
10+ "@azure-rest/core-client" is blocked by "@azure/eslint-plugin-azure-sdk".
1011"@azure/abort-controller" is blocked by "@azure/eslint-plugin-azure-sdk".
1112"@azure/ai-text-analytics" is blocked by "@azure/eslint-plugin-azure-sdk".
1213"@azure-tests/perf-ai-text-analytics" is blocked by "@azure/eslint-plugin-azure-sdk".
@@ -67,9 +68,12 @@ Executing a maximum of ?simultaneous processes...
6768"@azure/synapse-spark" is blocked by "@azure/eslint-plugin-azure-sdk".
6869"@azure/template" is blocked by "@azure/eslint-plugin-azure-sdk".
6970"@azure/test-utils-perfstress" is blocked by "@azure/eslint-plugin-azure-sdk".
71+ "@azure-tests/perf-ai-metrics-advisor" is blocked by "@azure/eslint-plugin-azure-sdk".
7072"@azure/test-utils-recorder" is blocked by "@azure/eslint-plugin-azure-sdk".
7173"@azure/storage-internal-avro" is blocked by "@azure/eslint-plugin-azure-sdk".
7274"@azure/test-utils-multi-version" is blocked by "@azure/eslint-plugin-azure-sdk".
75+ "@azure/web-pubsub" is blocked by "@azure/eslint-plugin-azure-sdk".
76+ "@azure/web-pubsub-express" is blocked by "@azure/eslint-plugin-azure-sdk".
7377"@azure/core-rest-pipeline" is blocked by "@azure/eslint-plugin-azure-sdk".
7478"@azure/core-tracing" is blocked by "@azure/eslint-plugin-azure-sdk".
7579"@azure/cosmos" is blocked by "@azure/eslint-plugin-azure-sdk".
@@ -81,9 +85,11 @@ Executing a maximum of ?simultaneous processes...
8185"@azure/core-xml" is blocked by "@azure/eslint-plugin-azure-sdk".
8286"@azure/event-processor-host" is blocked by "@azure/eslint-plugin-azure-sdk".
8387"@azure/logger" is blocked by "@azure/eslint-plugin-azure-sdk".
84- ==[ @azure/dev-tool ]============================================[ 77 of 77 ]==
85- ==[ BLOCKED: 75 projects ]=====================================================
88+ ==[ @azure/dev-tool ]============================================[ 81 of 81 ]==
89+ ==[ BLOCKED: 79 projects ]=====================================================
8690These projects were blocked by dependencies that failed:
91+ @azure-rest/ai-document-translator
92+ @azure-rest/core-client
8793 @azure-tests/perf-ai-form-recognizer
8894 @azure-tests/perf-ai-metrics-advisor
8995 @azure-tests/perf-ai-text-analytics
@@ -159,20 +165,22 @@ These projects were blocked by dependencies that failed:
159165 @azure/test-utils-multi-version
160166 @azure/test-utils-perfstress
161167 @azure/test-utils-recorder
168+ @azure/web-pubsub
169+ @azure/web-pubsub-express
162170==[ FAILURE: 2 projects ]======================================================
163171--[ FAILURE: @azure/eslint-plugin-azure-sdk ]----------------[ ? seconds ]--
164172Invoking: tsc -p tsconfig.build.json && prettier --write dist/**/*.{js,json,md}
165- ../../temp/node_modules/.pnpm/@typescript-eslint/experimental-utils@X.X.X_eslint@X.X.X+typescript@X.X.X/node_modules/@typescript-eslint/experimental-utils/_ts3.4/dist/ast-utils/eslint-utils/astUtilities.d. ts:22:136 - error TS2307: Cannot find module '@typescript-eslint/scope-manager/dist/scope/Scope' .
166- 22 declare const getPropertyName: (node: TSESTree.MemberExpression | TSESTree.Property | TSESTree.MethodDefinition, initialScope?: import("@typescript-eslint/scope-manager/dist/scope/Scope").Scope | undefined) => string | null ;
167- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~
168- ../../temp/node_modules/.pnpm/@typescript-eslint/experimental-utils@X.X.X_eslint@X.X.X+typescript@X.X.X/node_modules/@typescript-eslint/experimental-utils/_ts3.4/dist/ast-utils/eslint-utils/astUtilities.d. ts:34:75 - error TS2307: Cannot find module '@typescript-eslint/scope-manager/dist/scope/Scope' .
169- 34 declare const getStaticValue: (node: TSESTree.Node, initialScope?: import("@typescript-eslint/scope-manager/dist/scope/Scope").Scope | undefined) => {
170- ...35 lines omitted...
171- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~
172- src/rules/ts-use-interface-parameters .ts:13:8 - error TS2307: Cannot find module '@typescript-eslint/typescript-estree/dist/parser-options' .
173- 13 } from "@typescript-eslint/typescript-estree/dist/parser-options" ;
174- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~
175- Found 10 errors.
173+ src/rules/ts-package-json-name. ts:66:48 - error TS1109: Expression expected .
174+ 66 const subScopeSuffix = subScope ?? "" ;
175+ ~
176+ src/rules/ts-package-json-name. ts:66:52 - error TS1005: ':' expected .
177+ 66 const subScopeSuffix = subScope ?? "";
178+ ...5 lines omitted...
179+ ~
180+ src/rules/ts-package-json-name .ts:93:71 - error TS1005: ':' expected .
181+ 93 const [_, subScope] = packageName.match(/^@azure(-[a-z]+)?\//) ?? [] ;
182+ ~
183+ Found 4 errors.
176184--[ FAILURE: @azure/dev-tool ]-------------------------------[ ? seconds ]--
177185Invoking: tsc
178186src/commands/about.ts(39,44): error TS1109: Expression expected.
@@ -199,7 +207,6 @@ rush rebuild (? seconds)
199207
200208
201209Standard error:
202- Your version of Node.js (X.X.X) is an odd-numbered release. These releases frequently have bugs. Please consider installing a Long Term Support (LTS) version instead.
203210Returned error code: 2
204211"@azure/eslint-plugin-azure-sdk" failed to build.
205212Returned error code: 1
0 commit comments