Skip to content

Commit fbdbb14

Browse files
TypeScript Botsandersn
authored andcommitted
Update user baselines (#32346)
1 parent c6b2869 commit fbdbb14

File tree

8 files changed

+193
-273
lines changed

8 files changed

+193
-273
lines changed

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

Lines changed: 50 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ npm ERR!
1313
npm ERR! Failed at the @azure/[email protected] compile script.
1414
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
1515
npm ERR! A complete log of this run can be found in:
16-
npm ERR! /root/.npm/_logs/2019-07-10T13_39_33_862Z-debug.log
16+
npm ERR! /root/.npm/_logs/2019-07-11T13_39_53_628Z-debug.log
1717
[@azure/service-bus] started
1818
[@azure/storage-blob] started
1919
XX of XX: [@azure/storage-blob] completed successfully in ? seconds
20-
[@azure/storage-datalake] started
21-
XX of XX: [@azure/storage-datalake] completed successfully in ? seconds
2220
[@azure/storage-file] started
2321
XX of XX: [@azure/storage-file] completed successfully in ? seconds
2422
[@azure/storage-queue] started
@@ -32,106 +30,88 @@ XX of XX: [@azure/core-asynciterator-polyfill] completed successfully in ? secon
3230
[@azure/core-auth] started
3331
XX of XX: [@azure/core-auth] completed successfully in ? seconds
3432
[@azure/core-http] started
35-
XX of XX: [@azure/core-http] completed successfully in ? seconds
36-
[@azure/core-arm] started
37-
XX of XX: [@azure/core-arm] completed successfully in ? seconds
38-
[@azure/core-paging] started
39-
XX of XX: [@azure/core-paging] completed successfully in ? seconds
40-
[@azure/event-processor-host] started
41-
XX of XX: [@azure/event-processor-host] completed successfully in ? seconds
42-
[testhub] started
43-
XX of XX: [testhub] completed successfully in ? seconds
44-
[@azure/identity] started
45-
XX of XX: [@azure/identity] completed successfully in ? seconds
46-
[@azure/keyvault-certificates] started
47-
[@azure/keyvault-keys] started
4833
npm ERR! code ELIFECYCLE
4934
npm ERR! errno 2
50-
npm ERR! @azure/keyvault-keys@X.X.X-preview.2 extract-api: `tsc -p . && api-extractor run --local`
35+
npm ERR! @azure/core-http@X.X.X-preview.1 build:tsc: `tsc -p tsconfig.es.json`
5136
npm ERR! Exit status 2
5237
npm ERR!
53-
npm ERR! Failed at the @azure/keyvault-keys@X.X.X-preview.2 extract-api script.
38+
npm ERR! Failed at the @azure/core-http@X.X.X-preview.1 build:tsc script.
5439
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
5540
npm ERR! A complete log of this run can be found in:
56-
npm ERR! /root/.npm/_logs/2019-07-10T13_41_42_464Z-debug.log
57-
[@azure/keyvault-secrets] started
41+
npm ERR! /root/.npm/_logs/2019-07-11T13_41_08_804Z-debug.log
42+
ERROR: "build:tsc" exited with 2.
5843
npm ERR! code ELIFECYCLE
59-
npm ERR! errno 2
60-
npm ERR! @azure/keyvault-secrets@X.X.X-preview.2 extract-api: `tsc -p . && api-extractor run --local`
61-
npm ERR! Exit status 2
44+
npm ERR! errno 1
45+
npm ERR! @azure/core-http@X.X.X-preview.1 build:lib: `run-s build:tsc build:rollup build:minify-browser`
46+
npm ERR! Exit status 1
6247
npm ERR!
63-
npm ERR! Failed at the @azure/keyvault-secrets@X.X.X-preview.2 extract-api script.
48+
npm ERR! Failed at the @azure/core-http@X.X.X-preview.1 build:lib script.
6449
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
6550
npm ERR! A complete log of this run can be found in:
66-
npm ERR! /root/.npm/_logs/2019-07-10T13_41_46_371Z-debug.log
67-
[@azure/core-amqp] started
68-
SUCCESS (14)
51+
npm ERR! /root/.npm/_logs/2019-07-11T13_41_08_852Z-debug.log
52+
ERROR: "build:lib" exited with 1.
53+
[@azure/core-paging] started
54+
XX of XX: [@azure/core-paging] completed successfully in ? seconds
55+
[@azure/event-processor-host] started
56+
XX of XX: [@azure/event-processor-host] completed successfully in ? seconds
57+
[testhub] started
58+
XX of XX: [testhub] completed successfully in ? seconds
59+
SUCCESS (10)
6960
================================
7061
@azure/abort-controller (? seconds)
71-
@azure/core-arm (? seconds)
7262
@azure/core-asynciterator-polyfill (? seconds)
7363
@azure/core-auth (? seconds)
74-
@azure/core-http (? seconds)
7564
@azure/core-paging (? seconds)
7665
@azure/event-processor-host (? seconds)
77-
@azure/identity (? seconds)
7866
@azure/storage-blob (? seconds)
79-
@azure/storage-datalake (? seconds)
8067
@azure/storage-file (? seconds)
8168
@azure/storage-queue (? seconds)
8269
@azure/template (? seconds)
8370
testhub (? seconds)
8471
================================
85-
BLOCKED (1)
72+
BLOCKED (7)
8673
================================
74+
@azure/core-amqp
75+
@azure/core-arm
8776
@azure/event-hubs
77+
@azure/identity
78+
@azure/keyvault-certificates
79+
@azure/keyvault-keys
80+
@azure/keyvault-secrets
8881
================================
89-
FAILURE (6)
82+
FAILURE (3)
9083
================================
91-
@azure/core-amqp (? seconds)
92-
>>> @azure/core-amqp
93-
tsc -p . && rollup -c 2>&1
94-
src/errors.ts(586,20): error TS7053: Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'typeof ConditionErrorNameMapper'.
95-
src/errors.ts(607,34): error TS7053: Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'typeof SystemErrorConditionMapper'.
96-
src/errors.ts(608,20): error TS7053: Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'typeof ConditionErrorNameMapper'.
97-
@azure/cosmos ( ? seconds)
84+
@azure/core-http (? seconds)
9885
npm ERR! code ELIFECYCLE
9986
npm ERR! errno 2
100-
npm ERR! @azure/cosmos@X.X.X compile: `echo Using TypeScript && tsc --version && tsc -p tsconfig.prod.json --pretty`
87+
npm ERR! @azure/core-http@X.X.X-preview.1 build:tsc: `tsc -p tsconfig.es.json`
10188
npm ERR! Exit status 2
10289
npm ERR!
103-
npm ERR! Failed at the @azure/cosmos@X.X.X compile script.
90+
npm ERR! Failed at the @azure/core-http@X.X.X-preview.1 build:tsc script.
10491
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
10592
npm ERR! A complete log of this run can be found in:
106-
npm ERR! /root/.npm/_logs/2019-07-10T13_39_33_862Z-debug.log
107-
@azure/keyvault-certificates (? seconds)
108-
>>> @azure/keyvault-certificates
109-
tsc && rollup -c rollup.config.js 2>&1
110-
error TS2318: Cannot find global type 'AsyncGenerator'.
111-
src/index.ts(154,60): error TS2739: Type '{}' is missing the following properties from type 'AsyncIterableIterator<CertificateAttributes>': [Symbol.asyncIterator], next
112-
src/index.ts(180,128): error TS2322: Type '{}' is not assignable to type 'AsyncIterableIterator<CertificateAttributes>'.
113-
src/index.ts(232,101): error TS2739: Type '{}' is missing the following properties from type 'AsyncIterableIterator<CertificateIssuer>': [Symbol.asyncIterator], next
114-
src/index.ts(381,103): error TS2739: Type '{}' is missing the following properties from type 'AsyncIterableIterator<DeletedCertificate>': [Symbol.asyncIterator], next
115-
@azure/keyvault-keys (? seconds)
93+
npm ERR! /root/.npm/_logs/2019-07-11T13_41_08_804Z-debug.log
94+
ERROR: "build:tsc" exited with 2.
11695
npm ERR! code ELIFECYCLE
117-
npm ERR! errno 2
118-
npm ERR! @azure/keyvault-keys@X.X.X-preview.2 extract-api: `tsc -p . && api-extractor run --local`
119-
npm ERR! Exit status 2
96+
npm ERR! errno 1
97+
npm ERR! @azure/core-http@X.X.X-preview.1 build:lib: `run-s build:tsc build:rollup build:minify-browser`
98+
npm ERR! Exit status 1
12099
npm ERR!
121-
npm ERR! Failed at the @azure/keyvault-keys@X.X.X-preview.2 extract-api script.
100+
npm ERR! Failed at the @azure/core-http@X.X.X-preview.1 build:lib script.
122101
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
123102
npm ERR! A complete log of this run can be found in:
124-
npm ERR! /root/.npm/_logs/2019-07-10T13_41_42_464Z-debug.log
125-
@azure/keyvault-secrets (? seconds)
103+
npm ERR! /root/.npm/_logs/2019-07-11T13_41_08_852Z-debug.log
104+
ERROR: "build:lib" exited with 1.
105+
@azure/cosmos ( ? seconds)
126106
npm ERR! code ELIFECYCLE
127107
npm ERR! errno 2
128-
npm ERR! @azure/keyvault-secrets@X.X.X-preview.2 extract-api: `tsc -p . && api-extractor run --local`
108+
npm ERR! @azure/cosmos@X.X.X compile: `echo Using TypeScript && tsc --version && tsc -p tsconfig.prod.json --pretty`
129109
npm ERR! Exit status 2
130110
npm ERR!
131-
npm ERR! Failed at the @azure/keyvault-secrets@X.X.X-preview.2 extract-api script.
111+
npm ERR! Failed at the @azure/cosmos@X.X.X compile script.
132112
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
133113
npm ERR! A complete log of this run can be found in:
134-
npm ERR! /root/.npm/_logs/2019-07-10T13_41_46_371Z-debug.log
114+
npm ERR! /root/.npm/_logs/2019-07-11T13_39_53_628Z-debug.log
135115
@azure/service-bus ( ? seconds)
136116
>>> @azure/service-bus
137117
tsc -p . && rollup -c 2>&1 && npm run extract-api
@@ -148,14 +128,14 @@ Standard error:
148128
Your version of Node.js (X.X.X) has not been tested with this release of Rush. The Rush team will not accept issue reports for it. Please consider upgrading Rush or downgrading Node.js.
149129
XX of XX: [@azure/cosmos] failed to build!
150130
XX of XX: [@azure/service-bus] failed to build!
151-
XX of XX: [@azure/keyvault-certificates] failed to build!
152-
XX of XX: [@azure/keyvault-keys] failed to build!
153-
XX of XX: [@azure/keyvault-secrets] failed to build!
154-
XX of XX: [@azure/core-amqp] failed to build!
155-
XX of XX: [@azure/event-hubs] blocked by [@azure/core-amqp]!
156-
[@azure/core-amqp] Returned error code: 2
131+
XX of XX: [@azure/core-http] failed to build!
132+
XX of XX: [@azure/core-arm] blocked by [@azure/core-http]!
133+
XX of XX: [@azure/identity] blocked by [@azure/core-http]!
134+
XX of XX: [@azure/core-amqp] blocked by [@azure/core-http]!
135+
XX of XX: [@azure/event-hubs] blocked by [@azure/core-http]!
136+
XX of XX: [@azure/keyvault-certificates] blocked by [@azure/core-http]!
137+
XX of XX: [@azure/keyvault-keys] blocked by [@azure/core-http]!
138+
XX of XX: [@azure/keyvault-secrets] blocked by [@azure/core-http]!
139+
[@azure/core-http] Returned error code: 1
157140
[@azure/cosmos] Returned error code: 2
158-
[@azure/keyvault-certificates] Returned error code: 2
159-
[@azure/keyvault-keys] Returned error code: 2
160-
[@azure/keyvault-secrets] Returned error code: 2
161141
[@azure/service-bus] Returned error code: 2

tests/baselines/reference/user/async.log

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ node_modules/async/dist/async.js(31,18): error TS8029: JSDoc '@param' tag has na
9191
node_modules/async/dist/async.js(31,28): error TS1003: Identifier expected.
9292
node_modules/async/dist/async.js(31,29): error TS1003: Identifier expected.
9393
node_modules/async/dist/async.js(31,30): error TS1003: Identifier expected.
94-
node_modules/async/dist/async.js(257,56): error TS2339: Property 'Object' does not exist on type 'Window'.
9594
node_modules/async/dist/async.js(298,7): error TS2454: Variable 'unmasked' is used before being assigned.
9695
node_modules/async/dist/async.js(622,80): error TS2339: Property 'nodeType' does not exist on type 'NodeModule'.
9796
node_modules/async/dist/async.js(748,84): error TS2339: Property 'nodeType' does not exist on type 'NodeModule'.

tests/baselines/reference/user/bluebird.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ node_modules/bluebird/js/release/reduce.js(133,18): error TS2339: Property 'prom
248248
node_modules/bluebird/js/release/schedule.js(7,26): error TS2339: Property 'getNativePromise' does not exist on type 'typeof ret'.
249249
node_modules/bluebird/js/release/schedule.js(8,10): error TS2339: Property 'isNode' does not exist on type 'typeof ret'.
250250
node_modules/bluebird/js/release/schedule.js(23,31): error TS2339: Property 'standalone' does not exist on type 'Navigator'.
251-
node_modules/bluebird/js/release/schedule.js(23,52): error TS2339: Property 'cordova' does not exist on type 'Window'.
251+
node_modules/bluebird/js/release/schedule.js(23,52): error TS2339: Property 'cordova' does not exist on type 'Window & typeof globalThis'.
252252
node_modules/bluebird/js/release/settle.js(10,6): error TS2339: Property 'inherits' does not exist on type 'typeof ret'.
253253
node_modules/bluebird/js/release/settle.js(13,10): error TS2339: Property '_values' does not exist on type 'SettledPromiseArray'.
254254
node_modules/bluebird/js/release/settle.js(14,32): error TS2339: Property '_totalResolved' does not exist on type 'SettledPromiseArray'.

0 commit comments

Comments
 (0)