Skip to content

Commit af614cc

Browse files
author
TypeScript Bot
authored
Update user baselines (#36815)
1 parent 870cd7b commit af614cc

File tree

5 files changed

+164
-54
lines changed

5 files changed

+164
-54
lines changed

tests/baselines/reference/docker/azure-sdk.log

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Exit Code: 1
22
Standard output:
33

44
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)
66
Starting "rush rebuild"
77
Executing a maximum of ?simultaneous processes...
88
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.
4141
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
4242
npm ERR! A complete log of this run can be found in:
4343
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
4544
npm ERR! code ELIFECYCLE
4645
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`
4847
npm ERR! Exit status 2
4948
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.
5150
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
5251
npm ERR! A complete log of this run can be found in:
5352
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
@@ -75,7 +74,7 @@ SUCCESS (17)
7574
@azure/template (? seconds)
7675
testhub (? seconds)
7776
================================
78-
SUCCESS WITH WARNINGS (7)
77+
SUCCESS WITH WARNINGS (6)
7978
================================
8079
@azure/event-hubs (? seconds)
8180
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)
9392
Use output.globals to specify browser global variable names corresponding to external modules
9493
os-name (guessing 'osName')
9594
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
9895
@azure/storage-file-share (? seconds)
9996
Warning: You have changed the public API signature for this project. Updating review/storage-file-share.api.md
10097
@azure/storage-queue (? seconds)
10198
Warning: You have changed the public API signature for this project. Updating review/storage-queue.api.md
10299
================================
103-
FAILURE (4)
100+
FAILURE (5)
104101
================================
105102
@azure/app-configuration ( ? seconds)
106103
>>> @azure/app-configuration
@@ -147,13 +144,22 @@ npm ERR! Failed at the @azure/keyvault-certificates@X.X.X extract-api script.
147144
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
148145
npm ERR! A complete log of this run can be found in:
149146
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.
150156
@azure/storage-file-datalake (? seconds)
151157
npm ERR! code ELIFECYCLE
152158
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`
154160
npm ERR! Exit status 2
155161
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.
157163
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
158164
npm ERR! A complete log of this run can be found in:
159165
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
@@ -171,11 +177,12 @@ XX of XX: [@azure/app-configuration] failed!
171177
XX of XX: [@azure/cosmos] completed with warnings in ? seconds
172178
XX of XX: [@azure/eventhubs-checkpointstore-blob] failed!
173179
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!
175181
XX of XX: [@azure/storage-file-datalake] failed!
176182
XX of XX: [@azure/storage-file-share] completed with warnings in ? seconds
177183
XX of XX: [@azure/storage-queue] completed with warnings in ? seconds
178184
[@azure/app-configuration] Returned error code: 2
179185
[@azure/eventhubs-checkpointstore-blob] Returned error code: 2
180186
[@azure/keyvault-certificates] Returned error code: 2
187+
[@azure/service-bus] Returned error code: 2
181188
[@azure/storage-file-datalake] Returned error code: 2

0 commit comments

Comments
 (0)