Skip to content

Commit 0764275

Browse files
committed
Merge branch 'master' into add-isIntersectionConstituent-to-relation-key
2 parents ea80362 + f7cb2f2 commit 0764275

11 files changed

+272
-458
lines changed

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

+46-45
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,33 @@ 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.12.0 (pre-LTS)
5+
Node.js version is 12.13.0 (LTS)
66
Starting "rush rebuild"
77
Executing a maximum of ?simultaneous processes...
88
XX of XX: [@azure/core-tracing] completed successfully in ? seconds
9+
XX of XX: [@azure/core-auth] completed successfully in ? seconds
10+
XX of XX: [@azure/logger] completed successfully in ? seconds
911
npm ERR! code ELIFECYCLE
1012
npm ERR! errno 2
11-
npm ERR! @azure/[email protected].5 build:tsc: `tsc -p tsconfig.es.json`
13+
npm ERR! @azure/[email protected].6 build:tsc: `tsc -p tsconfig.es.json`
1214
npm ERR! Exit status 2
1315
npm ERR!
14-
npm ERR! Failed at the @azure/[email protected].5 build:tsc script.
16+
npm ERR! Failed at the @azure/[email protected].6 build:tsc script.
1517
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
1618
npm ERR! A complete log of this run can be found in:
1719
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
1820
ERROR: "build:tsc" exited with 2.
1921
npm ERR! code ELIFECYCLE
2022
npm ERR! errno 1
21-
npm ERR! @azure/[email protected].5 build:lib: `run-s build:tsc build:rollup build:minify-browser`
23+
npm ERR! @azure/[email protected].6 build:lib: `run-s build:tsc build:rollup build:minify-browser`
2224
npm ERR! Exit status 1
2325
npm ERR!
24-
npm ERR! Failed at the @azure/[email protected].5 build:lib script.
26+
npm ERR! Failed at the @azure/[email protected].6 build:lib script.
2527
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
2628
npm ERR! A complete log of this run can be found in:
2729
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
2830
ERROR: "build:lib" exited with 1.
31+
XX of XX: [@azure/test-utils-recorder] completed successfully in ? seconds
2932
Warning: You have changed the public API signature for this project. Updating review/event-processor-host.api.md
3033
Warning: typings/src/eventProcessorHost.d.ts:32:9 - (TS1086) An accessor cannot be declared in an ambient context.
3134
Warning: typings/src/eventProcessorHost.d.ts:36:9 - (TS1086) An accessor cannot be declared in an ambient context.
@@ -35,10 +38,8 @@ Warning: typings/src/partitionContext.d.ts:27:9 - (TS1086) An accessor cannot be
3538
Warning: typings/src/partitionContext.d.ts:32:9 - (TS1086) An accessor cannot be declared in an ambient context.
3639
Warning: typings/src/partitionPump.d.ts:17:9 - (TS1086) An accessor cannot be declared in an ambient context.
3740
Warning: typings/src/partitionPump.d.ts:18:9 - (TS1086) An accessor cannot be declared in an ambient context.
38-
XX of XX: [@azure/test-utils-recorder] completed successfully in ? seconds
3941
XX of XX: [@azure/abort-controller] completed successfully in ? seconds
4042
XX of XX: [@azure/core-asynciterator-polyfill] completed successfully in ? seconds
41-
XX of XX: [@azure/core-auth] completed successfully in ? seconds
4243
XX of XX: [@azure/core-paging] completed successfully in ? seconds
4344
Warning: You have changed the public API signature for this project. Updating review/cosmos.api.md
4445
Warning: dist-esm/ChangeFeedIterator.d.ts:27:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
@@ -77,8 +78,14 @@ Warning: dist-esm/request/ResourceResponse.d.ts:9:9 - (TS1056) Accessors are onl
7778
Warning: dist-esm/request/ResourceResponse.d.ts:10:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
7879
Warning: dist-esm/request/ResourceResponse.d.ts:11:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
7980
dist-esm/index.js → dist/index.js...
81+
(!) Unresolved dependencies
82+
https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency
83+
os-name (imported by dist-esm/utils/user-agent.js)
84+
(!) Missing global variable name
85+
Use output.globals to specify browser global variable names corresponding to external modules
86+
os-name (guessing 'osName')
8087
created dist/index.js in ?s
81-
XX of XX: [@azure/logger] completed successfully in ? seconds
88+
XX of XX: [@azure/eventhubs-checkpointstore-blob] completed successfully in ? seconds
8289
Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
8390
Warning: typings/src/receiver.d.ts:28:9 - (TS1086) An accessor cannot be declared in an ambient context.
8491
Warning: typings/src/receiver.d.ts:34:9 - (TS1086) An accessor cannot be declared in an ambient context.
@@ -88,22 +95,17 @@ Warning: typings/src/receiver.d.ts:165:9 - (TS1086) An accessor cannot be declar
8895
Warning: typings/src/receiver.d.ts:175:9 - (TS1086) An accessor cannot be declared in an ambient context.
8996
Warning: typings/src/sender.d.ts:24:9 - (TS1086) An accessor cannot be declared in an ambient context.
9097
Warning: typings/src/serviceBusMessage.d.ts:453:9 - (TS1086) An accessor cannot be declared in an ambient context.
91-
XX of XX: [@azure/storage-blob] completed successfully in ? seconds
92-
XX of XX: [@azure/storage-file] completed successfully in ? seconds
93-
XX of XX: [@azure/storage-queue] completed successfully in ? seconds
9498
XX of XX: [testhub] completed successfully in ? seconds
95-
SUCCESS (11)
99+
SUCCESS (9)
96100
================================
97101
@azure/core-tracing (? seconds)
102+
@azure/core-auth (? seconds)
103+
@azure/logger (? seconds)
98104
@azure/test-utils-recorder (? seconds)
99105
@azure/abort-controller (? seconds)
100106
@azure/core-asynciterator-polyfill (? seconds)
101-
@azure/core-auth (? seconds)
102107
@azure/core-paging (? seconds)
103-
@azure/logger (? seconds)
104-
@azure/storage-blob (? seconds)
105-
@azure/storage-file (? seconds)
106-
@azure/storage-queue (? seconds)
108+
@azure/eventhubs-checkpointstore-blob (? seconds)
107109
testhub (? seconds)
108110
================================
109111
SUCCESS WITH WARNINGS (3)
@@ -129,20 +131,7 @@ Warning: dist-esm/ChangeFeedResponse.d.ts:45:9 - (TS1056) Accessors are only ava
129131
Warning: dist-esm/client/Conflict/Conflict.d.ts:17:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
130132
Warning: dist-esm/client/Container/Container.d.ts:39:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
131133
Warning: dist-esm/client/Container/Container.d.ts:44:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
132-
Warning: dist-esm/client/Container/Container.d.ts:51:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
133-
Warning: dist-esm/client/Container/Container.d.ts:55:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
134-
Warning: dist-esm/client/Database/Database.d.ts:41:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
135-
Warning: dist-esm/client/Item/Item.d.ts:20:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
136-
Warning: dist-esm/client/Offer/Offer.d.ts:18:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
137-
Warning: dist-esm/client/Permission/Permission.d.ts:18:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
138-
Warning: dist-esm/client/Script/Scripts.d.ts:41:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
139-
Warning: dist-esm/client/Script/Scripts.d.ts:48:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
140-
Warning: dist-esm/client/Script/Scripts.d.ts:55:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
141-
Warning: dist-esm/client/StoredProcedure/StoredProcedure.d.ts:18:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
142-
Warning: dist-esm/client/StoredProcedure/StoredProcedureResponse.d.ts:17:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
143-
Warning: dist-esm/client/Trigger/Trigger.d.ts:18:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
144-
Warning: dist-esm/client/User/User.d.ts:27:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
145-
Warning: dist-esm/client/UserDefinedFunction/UserDefinedFunction.d.ts:18:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
134+
[...14 lines omitted...]
146135
Warning: dist-esm/client/UserDefinedFunction/UserDefinedFunctionResponse.d.ts:15:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
147136
Warning: dist-esm/queryMetrics/queryMetrics.d.ts:26:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
148137
Warning: dist-esm/request/FeedResponse.d.ts:7:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
@@ -156,6 +145,12 @@ Warning: dist-esm/request/ResourceResponse.d.ts:9:9 - (TS1056) Accessors are onl
156145
Warning: dist-esm/request/ResourceResponse.d.ts:10:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
157146
Warning: dist-esm/request/ResourceResponse.d.ts:11:9 - (TS1056) Accessors are only available when targeting ECMAScript 5 and higher.
158147
dist-esm/index.js → dist/index.js...
148+
(!) Unresolved dependencies
149+
https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency
150+
os-name (imported by dist-esm/utils/user-agent.js)
151+
(!) Missing global variable name
152+
Use output.globals to specify browser global variable names corresponding to external modules
153+
os-name (guessing 'osName')
159154
created dist/index.js in ?s
160155
@azure/service-bus (? seconds)
161156
Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
@@ -168,39 +163,42 @@ Warning: typings/src/receiver.d.ts:175:9 - (TS1086) An accessor cannot be declar
168163
Warning: typings/src/sender.d.ts:24:9 - (TS1086) An accessor cannot be declared in an ambient context.
169164
Warning: typings/src/serviceBusMessage.d.ts:453:9 - (TS1086) An accessor cannot be declared in an ambient context.
170165
================================
171-
BLOCKED (11)
166+
BLOCKED (14)
172167
================================
173-
@azure/identity
174-
@azure/core-amqp
175168
@azure/core-arm
176-
@azure/event-hubs
177-
@azure/app-configuration
169+
@azure/identity
178170
@azure/core-lro
179-
@azure/eventhubs-checkpointstore-blob
180-
@azure/keyvault-certificates
171+
@azure/core-amqp
181172
@azure/keyvault-keys
182173
@azure/keyvault-secrets
174+
@azure/app-configuration
175+
@azure/cognitiveservices-inkrecognizer
176+
@azure/event-hubs
177+
@azure/keyvault-certificates
178+
@azure/storage-blob
179+
@azure/storage-file-share
180+
@azure/storage-queue
183181
@azure/template
184182
================================
185183
FAILURE (1)
186184
================================
187185
@azure/core-http ( ? seconds)
188186
npm ERR! code ELIFECYCLE
189187
npm ERR! errno 2
190-
npm ERR! @azure/[email protected].5 build:tsc: `tsc -p tsconfig.es.json`
188+
npm ERR! @azure/[email protected].6 build:tsc: `tsc -p tsconfig.es.json`
191189
npm ERR! Exit status 2
192190
npm ERR!
193-
npm ERR! Failed at the @azure/[email protected].5 build:tsc script.
191+
npm ERR! Failed at the @azure/[email protected].6 build:tsc script.
194192
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
195193
npm ERR! A complete log of this run can be found in:
196194
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
197195
ERROR: "build:tsc" exited with 2.
198196
npm ERR! code ELIFECYCLE
199197
npm ERR! errno 1
200-
npm ERR! @azure/[email protected].5 build:lib: `run-s build:tsc build:rollup build:minify-browser`
198+
npm ERR! @azure/[email protected].6 build:lib: `run-s build:tsc build:rollup build:minify-browser`
201199
npm ERR! Exit status 1
202200
npm ERR!
203-
npm ERR! Failed at the @azure/[email protected].5 build:lib script.
201+
npm ERR! Failed at the @azure/[email protected].6 build:lib script.
204202
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
205203
npm ERR! A complete log of this run can be found in:
206204
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
@@ -215,15 +213,18 @@ Standard error:
215213

216214
XX of XX: [@azure/core-http] failed to build!
217215
XX of XX: [@azure/app-configuration] blocked by [@azure/core-http]!
216+
XX of XX: [@azure/cognitiveservices-inkrecognizer] blocked by [@azure/core-http]!
218217
XX of XX: [@azure/core-arm] blocked by [@azure/core-http]!
219218
XX of XX: [@azure/core-lro] blocked by [@azure/core-http]!
219+
XX of XX: [@azure/keyvault-keys] blocked by [@azure/core-http]!
220220
XX of XX: [@azure/keyvault-certificates] blocked by [@azure/core-http]!
221+
XX of XX: [@azure/keyvault-secrets] blocked by [@azure/core-http]!
222+
XX of XX: [@azure/storage-blob] blocked by [@azure/core-http]!
221223
XX of XX: [@azure/identity] blocked by [@azure/core-http]!
222224
XX of XX: [@azure/core-amqp] blocked by [@azure/core-http]!
223225
XX of XX: [@azure/event-hubs] blocked by [@azure/core-http]!
224-
XX of XX: [@azure/eventhubs-checkpointstore-blob] blocked by [@azure/core-http]!
225-
XX of XX: [@azure/keyvault-keys] blocked by [@azure/core-http]!
226-
XX of XX: [@azure/keyvault-secrets] blocked by [@azure/core-http]!
226+
XX of XX: [@azure/storage-queue] blocked by [@azure/core-http]!
227+
XX of XX: [@azure/storage-file-share] blocked by [@azure/core-http]!
227228
XX of XX: [@azure/template] blocked by [@azure/core-http]!
228229
XX of XX: [@azure/event-processor-host] completed with warnings in ? seconds
229230
XX of XX: [@azure/cosmos] completed with warnings in ? seconds

tests/baselines/reference/docker/vscode.log

+12-11
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,22 @@ yarn run vX.X.X
44
$ gulp compile --max_old_space_size=4095
55
[XX:XX:XX] Node flags detected: --max_old_space_size=4095
66
[XX:XX:XX] Using gulpfile /vscode/gulpfile.js
7+
[XX:XX:XX] Error: /vscode/extensions/typescript-language-features/src/features/fileConfigurationManager.ts(170,4): Type 'string | undefined' is not assignable to type 'SemicolonPreference | undefined'.
8+
Type 'string' is not assignable to type 'SemicolonPreference | undefined'.
79
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
810

911

1012

1113
Standard error:
1214
[XX:XX:XX] 'compile' errored after ?s
13-
[XX:XX:XX] TypeError: Cannot read property 'text' of undefined
14-
at DeclarationResolver._getDeclarationSourceFile (/vscode/build/monaco/api.js:519:75)
15-
at DeclarationResolver.getDeclarationSourceFile (/vscode/build/monaco/api.js:493:52)
16-
at sourceFileGetter (/vscode/build/monaco/api.js:525:53)
17-
at lines.forEach.line (/vscode/build/monaco/api.js:330:32)
18-
at Array.forEach (<anonymous>)
19-
at generateDeclarationFile (/vscode/build/monaco/api.js:319:11)
20-
at _run (/vscode/build/monaco/api.js:438:15)
21-
at Object.run3 (/vscode/build/monaco/api.js:526:12)
22-
at MonacoGenerator._run (/vscode/build/lib/compilation.js:142:27)
23-
at MonacoGenerator.execute (/vscode/build/lib/compilation.js:154:29)
15+
[XX:XX:XX] Error: Found 1 errors
16+
at Stream.<anonymous> (/vscode/build/lib/reporter.js:74:29)
17+
at _end (/vscode/node_modules/through/index.js:65:9)
18+
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
19+
at StreamFilter.onend (/vscode/node_modules/readable-stream/lib/_stream_readable.js:570:10)
20+
at Object.onceWrapper (events.js:286:20)
21+
at StreamFilter.emit (events.js:203:15)
22+
at StreamFilter.EventEmitter.emit (domain.js:466:23)
23+
at endReadableNT (/vscode/node_modules/readable-stream/lib/_stream_readable.js:992:12)
24+
at process._tickCallback (internal/process/next_tick.js:63:19)
2425
error Command failed with exit code 1.

tests/baselines/reference/user/TypeScript-React-Native-Starter.log

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Standard output:
33
node_modules/@types/react-native/index.d.ts(3425,42): error TS2583: Cannot find name 'Map'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.
44
node_modules/@types/react-native/index.d.ts(3438,42): error TS2583: Cannot find name 'Map'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.
55
node_modules/@types/react-native/index.d.ts(8745,18): error TS2717: Subsequent property declarations must have the same type. Property 'geolocation' must be of type 'Geolocation', but here has type 'GeolocationStatic'.
6-
node_modules/@types/react/index.d.ts(373,23): error TS2583: Cannot find name 'Set'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.
6+
node_modules/@types/react/index.d.ts(386,23): error TS2583: Cannot find name 'Set'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.
77

88

99

tests/baselines/reference/user/axios-src.log

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ lib/adapters/xhr.js(64,7): error TS2322: Type 'null' is not assignable to type '
1414
lib/adapters/xhr.js(76,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
1515
lib/adapters/xhr.js(83,51): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
1616
lib/adapters/xhr.js(86,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
17-
lib/adapters/xhr.js(95,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
18-
lib/adapters/xhr.js(165,9): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
17+
lib/adapters/xhr.js(99,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
18+
lib/adapters/xhr.js(169,9): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
1919
lib/axios.js(23,9): error TS2554: Expected 3 arguments, but got 2.
2020
lib/axios.js(25,3): error TS2739: Type '(...args: any[]) => any' is missing the following properties from type 'Axios': defaults, interceptors, request, getUri
2121
lib/axios.js(32,7): error TS2339: Property 'Axios' does not exist on type 'Axios'.

0 commit comments

Comments
 (0)