@@ -2,11 +2,12 @@ Exit Code: 1
2
2
Standard output:
3
3
4
4
Rush 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 )
6
6
Starting "rush rebuild"
7
7
Executing 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".
10
11
"@azure/abort-controller" is blocked by "@azure/eslint-plugin-azure-sdk".
11
12
"@azure/ai-text-analytics" is blocked by "@azure/eslint-plugin-azure-sdk".
12
13
"@azure-tests/perf-ai-text-analytics" is blocked by "@azure/eslint-plugin-azure-sdk".
@@ -67,9 +68,12 @@ Executing a maximum of ?simultaneous processes...
67
68
"@azure/synapse-spark" is blocked by "@azure/eslint-plugin-azure-sdk".
68
69
"@azure/template" is blocked by "@azure/eslint-plugin-azure-sdk".
69
70
"@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".
70
72
"@azure/test-utils-recorder" is blocked by "@azure/eslint-plugin-azure-sdk".
71
73
"@azure/storage-internal-avro" is blocked by "@azure/eslint-plugin-azure-sdk".
72
74
"@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".
73
77
"@azure/core-rest-pipeline" is blocked by "@azure/eslint-plugin-azure-sdk".
74
78
"@azure/core-tracing" is blocked by "@azure/eslint-plugin-azure-sdk".
75
79
"@azure/cosmos" is blocked by "@azure/eslint-plugin-azure-sdk".
@@ -81,9 +85,11 @@ Executing a maximum of ?simultaneous processes...
81
85
"@azure/core-xml" is blocked by "@azure/eslint-plugin-azure-sdk".
82
86
"@azure/event-processor-host" is blocked by "@azure/eslint-plugin-azure-sdk".
83
87
"@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 ]=====================================================
86
90
These projects were blocked by dependencies that failed:
91
+ @azure-rest/ai-document-translator
92
+ @azure-rest/core-client
87
93
@azure-tests/perf-ai-form-recognizer
88
94
@azure-tests/perf-ai-metrics-advisor
89
95
@azure-tests/perf-ai-text-analytics
@@ -159,20 +165,22 @@ These projects were blocked by dependencies that failed:
159
165
@azure/test-utils-multi-version
160
166
@azure/test-utils-perfstress
161
167
@azure/test-utils-recorder
168
+ @azure/web-pubsub
169
+ @azure/web-pubsub-express
162
170
==[ FAILURE: 2 projects ]======================================================
163
171
--[ FAILURE: @azure/eslint-plugin-azure-sdk ]----------------[ ? seconds ]--
164
172
Invoking: tsc -p tsconfig.build.json && prettier --write dist/**/*.{js,json,md}
165
- ../../temp/node_modules/.pnpm/@typescript-eslint/[email protected] [email protected] [email protected] /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/[email protected] [email protected] [email protected] /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.
176
184
--[ FAILURE: @azure/dev-tool ]-------------------------------[ ? seconds ]--
177
185
Invoking: tsc
178
186
src/commands/about.ts(39,44): error TS1109: Expression expected.
@@ -199,7 +207,6 @@ rush rebuild (? seconds)
199
207
200
208
201
209
Standard 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.
203
210
Returned error code: 2
204
211
"@azure/eslint-plugin-azure-sdk" failed to build.
205
212
Returned error code: 1
0 commit comments