Skip to content

Commit 0c2e964

Browse files
TypeScript Botweswigham
authored andcommitted
Update user baselines (microsoft#34820)
1 parent 7b02c63 commit 0c2e964

File tree

7 files changed

+338
-375
lines changed

7 files changed

+338
-375
lines changed

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

Lines changed: 29 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,34 @@ Rush Multi-Project Build Tool 5.X.X - https://rushjs.io
55
Node.js version is 12.13.0 (LTS)
66
Starting "rush rebuild"
77
Executing a maximum of ?simultaneous processes...
8+
XX of XX: [@azure/abort-controller] completed successfully in ? seconds
89
XX of XX: [@azure/core-tracing] completed successfully in ? seconds
9-
XX of XX: [@azure/core-auth] completed successfully in ? seconds
10+
Warning: /azure-sdk/sdk/core/abort-controller/types/src/AbortController.d.ts:73:9 - (TS1086) An accessor cannot be declared in an ambient context.
11+
Warning: /azure-sdk/sdk/core/abort-controller/types/src/AbortSignal.d.ts:44:9 - (TS1086) An accessor cannot be declared in an ambient context.
12+
Warning: /azure-sdk/sdk/core/abort-controller/types/src/AbortSignal.d.ts:53:16 - (TS1086) An accessor cannot be declared in an ambient context.
1013
XX of XX: [@azure/logger] completed successfully in ? seconds
1114
npm ERR! code ELIFECYCLE
1215
npm ERR! errno 2
13-
npm ERR! @azure/[email protected]-preview.6 build:tsc: `tsc -p tsconfig.es.json`
16+
npm ERR! @azure/[email protected] build:tsc: `tsc -p tsconfig.es.json`
1417
npm ERR! Exit status 2
1518
npm ERR!
16-
npm ERR! Failed at the @azure/[email protected]-preview.6 build:tsc script.
19+
npm ERR! Failed at the @azure/[email protected] build:tsc script.
1720
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
1821
npm ERR! A complete log of this run can be found in:
1922
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
2023
ERROR: "build:tsc" exited with 2.
2124
npm ERR! code ELIFECYCLE
2225
npm ERR! errno 1
23-
npm ERR! @azure/[email protected]-preview.6 build:lib: `run-s build:tsc build:rollup build:minify-browser`
26+
npm ERR! @azure/[email protected] build:lib: `run-s build:tsc build:rollup build:minify-browser`
2427
npm ERR! Exit status 1
2528
npm ERR!
26-
npm ERR! Failed at the @azure/[email protected]-preview.6 build:lib script.
29+
npm ERR! Failed at the @azure/[email protected] build:lib script.
2730
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
2831
npm ERR! A complete log of this run can be found in:
2932
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
3033
ERROR: "build:lib" exited with 1.
34+
XX of XX: [@azure/core-asynciterator-polyfill] completed successfully in ? seconds
35+
XX of XX: [@azure/core-paging] completed successfully in ? seconds
3136
XX of XX: [@azure/test-utils-recorder] completed successfully in ? seconds
3237
Warning: You have changed the public API signature for this project. Updating review/event-processor-host.api.md
3338
Warning: typings/src/eventProcessorHost.d.ts:32:9 - (TS1086) An accessor cannot be declared in an ambient context.
@@ -38,9 +43,6 @@ Warning: typings/src/partitionContext.d.ts:27:9 - (TS1086) An accessor cannot be
3843
Warning: typings/src/partitionContext.d.ts:32:9 - (TS1086) An accessor cannot be declared in an ambient context.
3944
Warning: typings/src/partitionPump.d.ts:17:9 - (TS1086) An accessor cannot be declared in an ambient context.
4045
Warning: typings/src/partitionPump.d.ts:18:9 - (TS1086) An accessor cannot be declared in an ambient context.
41-
XX of XX: [@azure/abort-controller] completed successfully in ? seconds
42-
XX of XX: [@azure/core-asynciterator-polyfill] completed successfully in ? seconds
43-
XX of XX: [@azure/core-paging] completed successfully in ? seconds
4446
Warning: You have changed the public API signature for this project. Updating review/cosmos.api.md
4547
Warning: dist-esm/ChangeFeedIterator.d.ts:27:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
4648
Warning: dist-esm/ChangeFeedResponse.d.ts:21:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
@@ -85,7 +87,6 @@ os-name (imported by dist-esm/utils/user-agent.js)
8587
Use output.globals to specify browser global variable names corresponding to external modules
8688
os-name (guessing 'osName')
8789
created dist/index.js in ?s
88-
XX of XX: [@azure/eventhubs-checkpointstore-blob] completed successfully in ? seconds
8990
Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
9091
Warning: typings/src/receiver.d.ts:28:9 - (TS1086) An accessor cannot be declared in an ambient context.
9192
Warning: typings/src/receiver.d.ts:34:9 - (TS1086) An accessor cannot be declared in an ambient context.
@@ -96,20 +97,22 @@ Warning: typings/src/receiver.d.ts:175:9 - (TS1086) An accessor cannot be declar
9697
Warning: typings/src/sender.d.ts:24:9 - (TS1086) An accessor cannot be declared in an ambient context.
9798
Warning: typings/src/serviceBusMessage.d.ts:453:9 - (TS1086) An accessor cannot be declared in an ambient context.
9899
XX of XX: [testhub] completed successfully in ? seconds
99-
SUCCESS (9)
100+
SUCCESS (7)
100101
================================
102+
@azure/abort-controller (? seconds)
101103
@azure/core-tracing (? seconds)
102-
@azure/core-auth (? seconds)
103104
@azure/logger (? seconds)
104-
@azure/test-utils-recorder (? seconds)
105-
@azure/abort-controller (? seconds)
106105
@azure/core-asynciterator-polyfill (? seconds)
107106
@azure/core-paging (? seconds)
108-
@azure/eventhubs-checkpointstore-blob (? seconds)
107+
@azure/test-utils-recorder (? seconds)
109108
testhub (? seconds)
110109
================================
111-
SUCCESS WITH WARNINGS (3)
110+
SUCCESS WITH WARNINGS (4)
112111
================================
112+
@azure/core-auth (? seconds)
113+
Warning: /azure-sdk/sdk/core/abort-controller/types/src/AbortController.d.ts:73:9 - (TS1086) An accessor cannot be declared in an ambient context.
114+
Warning: /azure-sdk/sdk/core/abort-controller/types/src/AbortSignal.d.ts:44:9 - (TS1086) An accessor cannot be declared in an ambient context.
115+
Warning: /azure-sdk/sdk/core/abort-controller/types/src/AbortSignal.d.ts:53:16 - (TS1086) An accessor cannot be declared in an ambient context.
113116
@azure/event-processor-host (? seconds)
114117
Warning: You have changed the public API signature for this project. Updating review/event-processor-host.api.md
115118
Warning: typings/src/eventProcessorHost.d.ts:32:9 - (TS1086) An accessor cannot be declared in an ambient context.
@@ -163,19 +166,20 @@ Warning: typings/src/receiver.d.ts:175:9 - (TS1086) An accessor cannot be declar
163166
Warning: typings/src/sender.d.ts:24:9 - (TS1086) An accessor cannot be declared in an ambient context.
164167
Warning: typings/src/serviceBusMessage.d.ts:453:9 - (TS1086) An accessor cannot be declared in an ambient context.
165168
================================
166-
BLOCKED (14)
169+
BLOCKED (15)
167170
================================
168171
@azure/core-arm
169172
@azure/identity
170-
@azure/core-lro
171173
@azure/core-amqp
174+
@azure/core-lro
175+
@azure/event-hubs
172176
@azure/keyvault-keys
173177
@azure/keyvault-secrets
178+
@azure/storage-blob
174179
@azure/app-configuration
175180
@azure/cognitiveservices-inkrecognizer
176-
@azure/event-hubs
181+
@azure/eventhubs-checkpointstore-blob
177182
@azure/keyvault-certificates
178-
@azure/storage-blob
179183
@azure/storage-file-share
180184
@azure/storage-queue
181185
@azure/template
@@ -185,20 +189,20 @@ FAILURE (1)
185189
@azure/core-http ( ? seconds)
186190
npm ERR! code ELIFECYCLE
187191
npm ERR! errno 2
188-
npm ERR! @azure/[email protected]-preview.6 build:tsc: `tsc -p tsconfig.es.json`
192+
npm ERR! @azure/[email protected] build:tsc: `tsc -p tsconfig.es.json`
189193
npm ERR! Exit status 2
190194
npm ERR!
191-
npm ERR! Failed at the @azure/[email protected]-preview.6 build:tsc script.
195+
npm ERR! Failed at the @azure/[email protected] build:tsc script.
192196
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
193197
npm ERR! A complete log of this run can be found in:
194198
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
195199
ERROR: "build:tsc" exited with 2.
196200
npm ERR! code ELIFECYCLE
197201
npm ERR! errno 1
198-
npm ERR! @azure/[email protected]-preview.6 build:lib: `run-s build:tsc build:rollup build:minify-browser`
202+
npm ERR! @azure/[email protected] build:lib: `run-s build:tsc build:rollup build:minify-browser`
199203
npm ERR! Exit status 1
200204
npm ERR!
201-
npm ERR! Failed at the @azure/[email protected]-preview.6 build:lib script.
205+
npm ERR! Failed at the @azure/[email protected] build:lib script.
202206
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
203207
npm ERR! A complete log of this run can be found in:
204208
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
@@ -210,7 +214,7 @@ rush rebuild - Errors! ( ? seconds)
210214

211215

212216
Standard error:
213-
217+
XX of XX: [@azure/core-auth] completed with warnings in ? seconds
214218
XX of XX: [@azure/core-http] failed to build!
215219
XX of XX: [@azure/app-configuration] blocked by [@azure/core-http]!
216220
XX of XX: [@azure/cognitiveservices-inkrecognizer] blocked by [@azure/core-http]!
@@ -220,6 +224,7 @@ XX of XX: [@azure/keyvault-keys] blocked by [@azure/core-http]!
220224
XX of XX: [@azure/keyvault-certificates] blocked by [@azure/core-http]!
221225
XX of XX: [@azure/keyvault-secrets] blocked by [@azure/core-http]!
222226
XX of XX: [@azure/storage-blob] blocked by [@azure/core-http]!
227+
XX of XX: [@azure/eventhubs-checkpointstore-blob] blocked by [@azure/core-http]!
223228
XX of XX: [@azure/identity] blocked by [@azure/core-http]!
224229
XX of XX: [@azure/core-amqp] blocked by [@azure/core-http]!
225230
XX of XX: [@azure/event-hubs] blocked by [@azure/core-http]!

0 commit comments

Comments
 (0)