Skip to content

Commit 34ffefb

Browse files
TypeScript Botsandersn
authored andcommitted
Update user baselines (#32324)
1 parent a4cddd4 commit 34ffefb

File tree

13 files changed

+469
-177
lines changed

13 files changed

+469
-177
lines changed

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

Lines changed: 89 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@ Rush Multi-Project Build Tool 5.7.3 - https://rushjs.io
55
Starting "rush rebuild"
66
Executing a maximum of 1 simultaneous processes...
77
[@azure/cosmos] started
8-
XX of XX: [@azure/cosmos] completed successfully in ? seconds
8+
npm ERR! code ELIFECYCLE
9+
npm ERR! errno 2
10+
npm ERR! @azure/[email protected] compile: `echo Using TypeScript && tsc --version && tsc -p tsconfig.prod.json --pretty`
11+
npm ERR! Exit status 2
12+
npm ERR!
13+
npm ERR! Failed at the @azure/[email protected] compile script.
14+
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
15+
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
917
[@azure/service-bus] started
10-
Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
1118
[@azure/storage-blob] started
1219
XX of XX: [@azure/storage-blob] completed successfully in ? seconds
1320
[@azure/storage-datalake] started
@@ -22,8 +29,12 @@ XX of XX: [@azure/template] completed successfully in ? seconds
2229
XX of XX: [@azure/abort-controller] completed successfully in ? seconds
2330
[@azure/core-asynciterator-polyfill] started
2431
XX of XX: [@azure/core-asynciterator-polyfill] completed successfully in ? seconds
32+
[@azure/core-auth] started
33+
XX of XX: [@azure/core-auth] completed successfully in ? seconds
2534
[@azure/core-http] started
2635
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
2738
[@azure/core-paging] started
2839
XX of XX: [@azure/core-paging] completed successfully in ? seconds
2940
[@azure/event-processor-host] started
@@ -33,48 +44,100 @@ XX of XX: [testhub] completed successfully in ? seconds
3344
[@azure/identity] started
3445
XX of XX: [@azure/identity] completed successfully in ? seconds
3546
[@azure/keyvault-certificates] started
36-
XX of XX: [@azure/keyvault-certificates] completed successfully in ? seconds
3747
[@azure/keyvault-keys] started
38-
XX of XX: [@azure/keyvault-keys] completed successfully in ? seconds
48+
npm ERR! code ELIFECYCLE
49+
npm ERR! errno 2
50+
npm ERR! @azure/[email protected] extract-api: `tsc -p . && api-extractor run --local`
51+
npm ERR! Exit status 2
52+
npm ERR!
53+
npm ERR! Failed at the @azure/[email protected] extract-api script.
54+
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
55+
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
3957
[@azure/keyvault-secrets] started
40-
XX of XX: [@azure/keyvault-secrets] completed successfully in ? seconds
58+
npm ERR! code ELIFECYCLE
59+
npm ERR! errno 2
60+
npm ERR! @azure/[email protected] extract-api: `tsc -p . && api-extractor run --local`
61+
npm ERR! Exit status 2
62+
npm ERR!
63+
npm ERR! Failed at the @azure/[email protected] extract-api script.
64+
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
65+
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
4167
[@azure/core-amqp] started
42-
SUCCESS (16)
68+
SUCCESS (14)
4369
================================
4470
@azure/abort-controller (? seconds)
71+
@azure/core-arm (? seconds)
4572
@azure/core-asynciterator-polyfill (? seconds)
73+
@azure/core-auth (? seconds)
4674
@azure/core-http (? seconds)
4775
@azure/core-paging (? seconds)
48-
@azure/cosmos (? seconds)
4976
@azure/event-processor-host (? seconds)
5077
@azure/identity (? seconds)
51-
@azure/keyvault-certificates (? seconds)
52-
@azure/keyvault-keys (? seconds)
53-
@azure/keyvault-secrets (? seconds)
5478
@azure/storage-blob (? seconds)
5579
@azure/storage-datalake (? seconds)
5680
@azure/storage-file (? seconds)
5781
@azure/storage-queue (? seconds)
5882
@azure/template (? seconds)
5983
testhub (? seconds)
6084
================================
61-
SUCCESS WITH WARNINGS (1)
62-
================================
63-
@azure/service-bus (? seconds)
64-
Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
65-
================================
6685
BLOCKED (1)
6786
================================
6887
@azure/event-hubs
6988
================================
70-
FAILURE (1)
89+
FAILURE (6)
7190
================================
7291
@azure/core-amqp (? seconds)
7392
>>> @azure/core-amqp
7493
tsc -p . && rollup -c 2>&1
7594
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'.
7695
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'.
7796
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)
98+
npm ERR! code ELIFECYCLE
99+
npm ERR! errno 2
100+
npm ERR! @azure/[email protected] compile: `echo Using TypeScript && tsc --version && tsc -p tsconfig.prod.json --pretty`
101+
npm ERR! Exit status 2
102+
npm ERR!
103+
npm ERR! Failed at the @azure/[email protected] compile script.
104+
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
105+
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)
116+
npm ERR! code ELIFECYCLE
117+
npm ERR! errno 2
118+
npm ERR! @azure/[email protected] extract-api: `tsc -p . && api-extractor run --local`
119+
npm ERR! Exit status 2
120+
npm ERR!
121+
npm ERR! Failed at the @azure/[email protected] extract-api script.
122+
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
123+
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)
126+
npm ERR! code ELIFECYCLE
127+
npm ERR! errno 2
128+
npm ERR! @azure/[email protected] extract-api: `tsc -p . && api-extractor run --local`
129+
npm ERR! Exit status 2
130+
npm ERR!
131+
npm ERR! Failed at the @azure/[email protected] extract-api script.
132+
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
133+
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
135+
@azure/service-bus ( ? seconds)
136+
>>> @azure/service-bus
137+
tsc -p . && rollup -c 2>&1 && npm run extract-api
138+
error TS2318: Cannot find global type 'AsyncGenerator'.
139+
src/receiver.ts(193,32): error TS2739: Type '{}' is missing the following properties from type 'AsyncIterableIterator<ServiceBusMessage>': [Symbol.asyncIterator], next
140+
src/receiver.ts(742,32): error TS2322: Type '{}' is not assignable to type 'AsyncIterableIterator<ServiceBusMessage>'.
78141
================================
79142
Error: Project(s) failed to build
80143
rush rebuild - Errors! ( ? seconds)
@@ -83,7 +146,16 @@ rush rebuild - Errors! ( ? seconds)
83146

84147
Standard error:
85148
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.
86-
XX of XX: [@azure/service-bus] completed with warnings in ? seconds
149+
XX of XX: [@azure/cosmos] failed to build!
150+
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!
87154
XX of XX: [@azure/core-amqp] failed to build!
88155
XX of XX: [@azure/event-hubs] blocked by [@azure/core-amqp]!
89156
[@azure/core-amqp] Returned error code: 2
157+
[@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
161+
[@azure/service-bus] Returned error code: 2

tests/baselines/reference/docker/office-ui-fabric.log

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ ts-jest[versions] (WARN) Version X.X.X-insiders.xxxxxxxx of typescript installed
205205
[XX:XX:XX XM] x ------------------------------------
206206
[XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node /office-ui-fabric-react/common/temp/node_modules/jest/bin/jest.js --config /office-ui-fabric-react/packages/foundation/jest.config.js --passWithNoTests --colors
207207
at ChildProcess.<anonymous> (/office-ui-fabric-react/common/temp/node_modules/.registry.npmjs.org/just-scripts-utils/0.8.1/node_modules/just-scripts-utils/lib/exec.js:70:31)
208-
at ChildProcess.emit (events.js:200:13)
208+
at ChildProcess.emit (events.js:203:13)
209209
at ChildProcess.EventEmitter.emit (domain.js:494:23)
210210
at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
211211
[XX:XX:XX XM] x ------------------------------------
@@ -297,7 +297,7 @@ ts-jest[versions] (WARN) Version X.X.X-insiders.xxxxxxxx of typescript installed
297297
[XX:XX:XX XM] x ------------------------------------
298298
[XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node /office-ui-fabric-react/common/temp/node_modules/jest/bin/jest.js --config /office-ui-fabric-react/packages/foundation/jest.config.js --passWithNoTests --colors
299299
at ChildProcess.<anonymous> (/office-ui-fabric-react/common/temp/node_modules/.registry.npmjs.org/just-scripts-utils/0.8.1/node_modules/just-scripts-utils/lib/exec.js:70:31)
300-
at ChildProcess.emit (events.js:200:13)
300+
at ChildProcess.emit (events.js:203:13)
301301
at ChildProcess.EventEmitter.emit (domain.js:494:23)
302302
at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
303303
[XX:XX:XX XM] x ------------------------------------

tests/baselines/reference/user/acorn.log

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
Exit Code: 1
22
Standard output:
33
node_modules/acorn/bin/_acorn.js(51,30): error TS2339: Property 'getToken' does not exist on type 'Parser'.
4-
node_modules/acorn/bin/_acorn.js(59,59): error TS2345: Argument of type '2 | null' is not assignable to parameter of type 'string | number | undefined'.
5-
Type 'null' is not assignable to type 'string | number | undefined'.
6-
node_modules/acorn/bin/_acorn.js(63,23): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string | number | Buffer | URL'.
7-
Type 'undefined' is not assignable to type 'string | number | Buffer | URL'.
4+
node_modules/acorn/bin/_acorn.js(59,30): error TS2769: No overload matches this call.
5+
Overload 1 of 2, '(value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string', gave the following error.
6+
Argument of type 'null' is not assignable to parameter of type '((this: any, key: string, value: any) => any) | undefined'.
7+
Overload 2 of 2, '(value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string', gave the following error.
8+
Argument of type '2 | null' is not assignable to parameter of type 'string | number | undefined'.
9+
Type 'null' is not assignable to type 'string | number | undefined'.
10+
node_modules/acorn/bin/_acorn.js(63,23): error TS2769: No overload matches this call.
11+
Overload 1 of 3, '(path: string | number | Buffer | URL, options?: { encoding?: null | undefined; flag?: string | undefined; } | null | undefined): Buffer', gave the following error.
12+
Argument of type 'string | undefined' is not assignable to parameter of type 'string | number | Buffer | URL'.
13+
Type 'undefined' is not assignable to type 'string | number | Buffer | URL'.
14+
Overload 2 of 3, '(path: string | number | Buffer | URL, options: string | { encoding: string; flag?: string | undefined; }): string', gave the following error.
15+
Argument of type 'string | undefined' is not assignable to parameter of type 'string | number | Buffer | URL'.
16+
Type 'undefined' is not assignable to type 'string | number | Buffer | URL'.
17+
Overload 3 of 3, '(path: string | number | Buffer | URL, options?: string | { encoding?: string | null | undefined; flag?: string | undefined; } | null | undefined): string | Buffer', gave the following error.
18+
Argument of type 'string | undefined' is not assignable to parameter of type 'string | number | Buffer | URL'.
19+
Type 'undefined' is not assignable to type 'string | number | Buffer | URL'.
820
node_modules/acorn/bin/run_test262.js(3,21): error TS2307: Cannot find module 'test262-parser-runner'.
921
node_modules/acorn/dist/acorn.es.js(36,1): error TS2322: Type 'null' is not assignable to type 'string'.
1022
node_modules/acorn/dist/acorn.es.js(36,32): error TS2322: Type 'null' is not assignable to type 'string'.

0 commit comments

Comments
 (0)