@@ -2,7 +2,7 @@ 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 12.15 .0 (LTS)
5
+ Node.js version is 12.16 .0 (LTS)
6
6
Starting "rush rebuild"
7
7
Executing a maximum of ?simultaneous processes...
8
8
XX of XX: [@azure/abort-controller] completed successfully in ? seconds
@@ -41,13 +41,12 @@ npm ERR! Failed at the @azure/keyvault-certificates@X.X.X extract-api script.
41
41
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
42
42
npm ERR! A complete log of this run can be found in:
43
43
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
44
- Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
45
44
npm ERR! code ELIFECYCLE
46
45
npm ERR! errno 2
47
- npm ERR! @azure/storage-file-datalake@X.X.X-preview.8 build:es6: `tsc -p tsconfig.json`
46
+ npm ERR! @azure/storage-file-datalake@X.X.X-preview.9 build:es6: `tsc -p tsconfig.json && npm run build:types `
48
47
npm ERR! Exit status 2
49
48
npm ERR!
50
- npm ERR! Failed at the @azure/storage-file-datalake@X.X.X-preview.8 build:es?script.
49
+ npm ERR! Failed at the @azure/storage-file-datalake@X.X.X-preview.9 build:es?script.
51
50
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
52
51
npm ERR! A complete log of this run can be found in:
53
52
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
@@ -75,7 +74,7 @@ SUCCESS (17)
75
74
@azure/template (? seconds)
76
75
testhub (? seconds)
77
76
================================
78
- SUCCESS WITH WARNINGS (7 )
77
+ SUCCESS WITH WARNINGS (6 )
79
78
================================
80
79
@azure/event-hubs (? seconds)
81
80
Warning: You have changed the public API signature for this project. Updating review/event-hubs.api.md
@@ -93,14 +92,12 @@ os-name (imported by dist-esm/utils/user-agent.js)
93
92
Use output.globals to specify browser global variable names corresponding to external modules
94
93
os-name (guessing 'osName')
95
94
created dist/index.js in ?s
96
- @azure/service-bus (? seconds)
97
- Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
98
95
@azure/storage-file-share (? seconds)
99
96
Warning: You have changed the public API signature for this project. Updating review/storage-file-share.api.md
100
97
@azure/storage-queue (? seconds)
101
98
Warning: You have changed the public API signature for this project. Updating review/storage-queue.api.md
102
99
================================
103
- FAILURE (4 )
100
+ FAILURE (5 )
104
101
================================
105
102
@azure/app-configuration ( ? seconds)
106
103
>>> @azure/app-configuration
@@ -147,13 +144,22 @@ npm ERR! Failed at the @azure/keyvault-certificates@X.X.X extract-api script.
147
144
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
148
145
npm ERR! A complete log of this run can be found in:
149
146
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
147
+ @azure/service-bus (? seconds)
148
+ >>> @azure/service-bus
149
+ tsc -p . && rollup -c 2>&1 && npm run extract-api
150
+ src/serviceBusClient.ts(90,34): error TS1109: Expression expected.
151
+ src/serviceBusClient.ts(90,52): error TS1109: Expression expected.
152
+ src/serviceBusClient.ts(90,62): error TS1005: ':' expected.
153
+ src/serviceBusClient.ts(92,52): error TS1109: Expression expected.
154
+ src/serviceBusClient.ts(92,70): error TS1109: Expression expected.
155
+ src/serviceBusClient.ts(92,98): error TS1005: ':' expected.
150
156
@azure/storage-file-datalake (? seconds)
151
157
npm ERR! code ELIFECYCLE
152
158
npm ERR! errno 2
153
- npm ERR! @azure/storage-file-datalake@X.X.X-preview.8 build:es6: `tsc -p tsconfig.json`
159
+ npm ERR! @azure/storage-file-datalake@X.X.X-preview.9 build:es6: `tsc -p tsconfig.json && npm run build:types `
154
160
npm ERR! Exit status 2
155
161
npm ERR!
156
- npm ERR! Failed at the @azure/storage-file-datalake@X.X.X-preview.8 build:es?script.
162
+ npm ERR! Failed at the @azure/storage-file-datalake@X.X.X-preview.9 build:es?script.
157
163
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
158
164
npm ERR! A complete log of this run can be found in:
159
165
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
@@ -171,11 +177,12 @@ XX of XX: [@azure/app-configuration] failed!
171
177
XX of XX: [@azure/cosmos] completed with warnings in ? seconds
172
178
XX of XX: [@azure/eventhubs-checkpointstore-blob] failed!
173
179
XX of XX: [@azure/keyvault-certificates] failed!
174
- XX of XX: [@azure/service-bus] completed with warnings in ? seconds
180
+ XX of XX: [@azure/service-bus] failed!
175
181
XX of XX: [@azure/storage-file-datalake] failed!
176
182
XX of XX: [@azure/storage-file-share] completed with warnings in ? seconds
177
183
XX of XX: [@azure/storage-queue] completed with warnings in ? seconds
178
184
[@azure/app-configuration] Returned error code: 2
179
185
[@azure/eventhubs-checkpointstore-blob] Returned error code: 2
180
186
[@azure/keyvault-certificates] Returned error code: 2
187
+ [@azure/service-bus] Returned error code: 2
181
188
[@azure/storage-file-datalake] Returned error code: 2
0 commit comments