Skip to content

Commit 21316e5

Browse files
TypeScript Botsandersn
TypeScript Bot
authored andcommitted
Update user baselines (#36046)
1 parent 0aab63b commit 21316e5

File tree

9 files changed

+152
-300
lines changed

9 files changed

+152
-300
lines changed

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

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Node.js version is 12.14.0 (LTS)
66
Starting "rush rebuild"
77
Executing a maximum of ?simultaneous processes...
88
XX of XX: [@azure/abort-controller] completed successfully in ? seconds
9-
XX of XX: [@azure/core-tracing] completed successfully in ? seconds
109
XX of XX: [@azure/core-auth] completed successfully in ? seconds
1110
XX of XX: [@azure/logger] completed successfully in ? seconds
1211
XX of XX: [@azure/core-http] completed successfully in ? seconds
@@ -23,6 +22,7 @@ XX of XX: [@azure/keyvault-secrets] completed successfully in ? seconds
2322
XX of XX: [@azure/storage-blob] completed successfully in ? seconds
2423
XX of XX: [@azure/cognitiveservices-textanalytics] completed successfully in ? seconds
2524
XX of XX: [@azure/core-arm] completed successfully in ? seconds
25+
XX of XX: [@azure/core-tracing] completed successfully in ? seconds
2626
dist-esm/index.js → dist/index.js...
2727
(!) Unresolved dependencies
2828
https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency
@@ -33,20 +33,20 @@ os-name (guessing 'osName')
3333
created dist/index.js in ?s
3434
npm ERR! code ELIFECYCLE
3535
npm ERR! errno 2
36-
npm ERR! @azure/keyvault-certificates@X.X.X-preview.11 extract-api: `tsc -p . && api-extractor run --local`
36+
npm ERR! @azure/keyvault-certificates@X.X.X extract-api: `tsc -p . && api-extractor run --local`
3737
npm ERR! Exit status 2
3838
npm ERR!
39-
npm ERR! Failed at the @azure/keyvault-certificates@X.X.X-preview.11 extract-api script.
39+
npm ERR! Failed at the @azure/keyvault-certificates@X.X.X extract-api script.
4040
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
4141
npm ERR! A complete log of this run can be found in:
4242
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
4343
XX of XX: [@azure/service-bus] completed successfully in ? seconds
4444
npm ERR! code ELIFECYCLE
4545
npm ERR! errno 2
46-
npm ERR! @azure/storage-file-datalake@X.X.X-preview.6 build:es6: `tsc -p tsconfig.json`
46+
npm ERR! @azure/storage-file-datalake@X.X.X-preview.7 build:es6: `tsc -p tsconfig.json`
4747
npm ERR! Exit status 2
4848
npm ERR!
49-
npm ERR! Failed at the @azure/storage-file-datalake@X.X.X-preview.6 build:es?script.
49+
npm ERR! Failed at the @azure/storage-file-datalake@X.X.X-preview.7 build:es?script.
5050
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
5151
npm ERR! A complete log of this run can be found in:
5252
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
@@ -57,7 +57,6 @@ XX of XX: [testhub] completed successfully in ? seconds
5757
SUCCESS (23)
5858
================================
5959
@azure/abort-controller (? seconds)
60-
@azure/core-tracing (? seconds)
6160
@azure/core-auth (? seconds)
6261
@azure/logger (? seconds)
6362
@azure/core-http (? seconds)
@@ -74,6 +73,7 @@ SUCCESS (23)
7473
@azure/storage-blob (? seconds)
7574
@azure/cognitiveservices-textanalytics (? seconds)
7675
@azure/core-arm (? seconds)
76+
@azure/core-tracing (? seconds)
7777
@azure/service-bus (? seconds)
7878
@azure/storage-file-share (? seconds)
7979
@azure/storage-queue (? seconds)
@@ -97,13 +97,6 @@ FAILURE (4)
9797
@azure/app-configuration ( ? seconds)
9898
>>> @azure/app-configuration
9999
tsc -p . && rollup -c 2>&1 && npm run extract-api
100-
samples/listRevisions.ts(43,32): error TS2322: Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListRevisionsPage>' is not assignable to type 'AsyncIterable<ConfigurationSetting>'.
101-
Types of property '[Symbol.asyncIterator]' are incompatible.
102-
Type '() => PagedAsyncIterableIterator<ConfigurationSetting, ListRevisionsPage>' is not assignable to type '() => AsyncIterator<ConfigurationSetting>'.
103-
Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListRevisionsPage>' is not assignable to type 'AsyncIterator<ConfigurationSetting>'.
104-
Types of property 'next' are incompatible.
105-
Type '() => Promise<{ done?: boolean | undefined; value: ConfigurationSetting; }>' is not assignable to type '(value?: any) => Promise<IteratorResult<ConfigurationSetting>>'.
106-
Type 'Promise<{ done?: boolean | undefined; value: ConfigurationSetting; }>' is not assignable to type 'Promise<IteratorResult<ConfigurationSetting>>'.
107100
test/testHelpers.ts(74,31): error TS2322: Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage>' is not assignable to type 'AsyncIterable<ConfigurationSetting>'.
108101
Types of property '[Symbol.asyncIterator]' are incompatible.
109102
Type '() => PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage>' is not assignable to type '() => AsyncIterator<ConfigurationSetting>'.
@@ -139,20 +132,20 @@ src/blobCheckpointStore.ts(50,32): error TS2322: Type 'PagedAsyncIterableIterato
139132
@azure/keyvault-certificates ( ? seconds)
140133
npm ERR! code ELIFECYCLE
141134
npm ERR! errno 2
142-
npm ERR! @azure/keyvault-certificates@X.X.X-preview.11 extract-api: `tsc -p . && api-extractor run --local`
135+
npm ERR! @azure/keyvault-certificates@X.X.X extract-api: `tsc -p . && api-extractor run --local`
143136
npm ERR! Exit status 2
144137
npm ERR!
145-
npm ERR! Failed at the @azure/keyvault-certificates@X.X.X-preview.11 extract-api script.
138+
npm ERR! Failed at the @azure/keyvault-certificates@X.X.X extract-api script.
146139
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
147140
npm ERR! A complete log of this run can be found in:
148141
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
149142
@azure/storage-file-datalake (? seconds)
150143
npm ERR! code ELIFECYCLE
151144
npm ERR! errno 2
152-
npm ERR! @azure/storage-file-datalake@X.X.X-preview.6 build:es6: `tsc -p tsconfig.json`
145+
npm ERR! @azure/storage-file-datalake@X.X.X-preview.7 build:es6: `tsc -p tsconfig.json`
153146
npm ERR! Exit status 2
154147
npm ERR!
155-
npm ERR! Failed at the @azure/storage-file-datalake@X.X.X-preview.6 build:es?script.
148+
npm ERR! Failed at the @azure/storage-file-datalake@X.X.X-preview.7 build:es?script.
156149
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
157150
npm ERR! A complete log of this run can be found in:
158151
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
Lines changed: 2 additions & 139 deletions
Original file line numberDiff line numberDiff line change
@@ -1,148 +1,11 @@
1-
Exit Code: 1
1+
Exit Code: 0
22
Standard output:
33
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/src/vs/workbench/contrib/codeEditor/browser/suggestEnabledInput/suggestEnabledInput.ts(229,3): Type 'string | null' is not assignable to type 'string'.
8-
Type 'null' is not assignable to type 'string'.
9-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/codeEditor/browser/suggestEnabledInput/suggestEnabledInput.ts(230,3): Type 'string | null' is not assignable to type 'string'.
10-
Type 'null' is not assignable to type 'string'.
11-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts(536,4): Type 'string | null' is not assignable to type 'string'.
12-
Type 'null' is not assignable to type 'string'.
13-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/preferencesWidgets.ts(646,5): Type 'string | null' is not assignable to type 'string'.
14-
Type 'null' is not assignable to type 'string'.
15-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/keybindingsEditor.ts(413,4): Type 'string | null' is not assignable to type 'string'.
16-
Type 'null' is not assignable to type 'string'.
17-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/keybindingWidgets.ts(191,5): Type 'null' is not assignable to type 'string'.
18-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/feedback/browser/feedback.ts(280,5): Type 'string | null' is not assignable to type 'string'.
19-
Type 'null' is not assignable to type 'string'.
20-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/feedback/browser/feedback.ts(285,5): Type 'string | null' is not assignable to type 'string'.
21-
Type 'null' is not assignable to type 'string'.
22-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/debug/browser/statusbarColorProvider.ts(70,3): Type 'string | null' is not assignable to type 'string'.
23-
Type 'null' is not assignable to type 'string'.
24-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/debug/browser/debugHover.ts(110,5): Type 'null' is not assignable to type 'string'.
25-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/titlebar/titlebarPart.ts(520,4): Type 'string | null' is not assignable to type 'string'.
26-
Type 'null' is not assignable to type 'string'.
27-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/statusbar/statusbarPart.ts(592,3): Type 'string | null' is not assignable to type 'string'.
28-
Type 'null' is not assignable to type 'string'.
29-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/statusbar/statusbarPart.ts(798,4): Type 'string | null' is not assignable to type 'string'.
30-
Type 'null' is not assignable to type 'string'.
31-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/sidebar/sidebarPart.ts(176,3): Type 'string | null' is not assignable to type 'string'.
32-
Type 'null' is not assignable to type 'string'.
33-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/quickinput/quickInput.ts(1545,4): Type 'string | null' is not assignable to type 'string'.
34-
Type 'null' is not assignable to type 'string'.
35-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/notifications/notificationsToasts.ts(528,4): Type 'null' is not assignable to type 'string'.
36-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/notifications/notificationsList.ts(224,4): Type 'string | null' is not assignable to type 'string'.
37-
Type 'null' is not assignable to type 'string'.
38-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/notifications/notificationsCenter.ts(239,4): Type 'string | null' is not assignable to type 'string'.
39-
Type 'null' is not assignable to type 'string'.
40-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/tabsTitleControl.ts(984,4): Type 'string | null' is not assignable to type 'string'.
41-
Type 'null' is not assignable to type 'string'.
42-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/tabsTitleControl.ts(997,4): Type 'string | null' is not assignable to type 'string'.
43-
Type 'null' is not assignable to type 'string'.
44-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/noTabsTitleControl.ts(278,5): Type 'string | null' is not assignable to type 'string'.
45-
Type 'null' is not assignable to type 'string'.
46-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/noTabsTitleControl.ts(280,5): Type 'string | null' is not assignable to type 'string'.
47-
Type 'null' is not assignable to type 'string'.
48-
[XX:XX:XX] Error: /vscode/src/vs/base/parts/quickopen/browser/quickOpenWidget.ts(414,4): Type 'string | null' is not assignable to type 'string'.
49-
Type 'null' is not assignable to type 'string'.
50-
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/splitview/paneview.ts(233,3): Type 'string | null' is not assignable to type 'string'.
51-
Type 'null' is not assignable to type 'string'.
52-
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/menu/menu.ts(600,4): Type 'string | null' is not assignable to type 'string'.
53-
Type 'null' is not assignable to type 'string'.
54-
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/inputbox/inputBox.ts(480,5): Type 'string | null' is not assignable to type 'string'.
55-
Type 'null' is not assignable to type 'string'.
56-
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/checkbox/checkbox.ts(223,3): Type 'string | null' is not assignable to type 'string'.
57-
Type 'null' is not assignable to type 'string'.
58-
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/button/button.ts(135,4): Type 'string | null' is not assignable to type 'string'.
59-
Type 'null' is not assignable to type 'string'.
60-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/compositePart.ts(414,5): Type 'string | null' is not assignable to type 'string'.
61-
Type 'null' is not assignable to type 'string'.
62-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/compositeBarActions.ts(171,5): Type 'string | null' is not assignable to type 'string'.
63-
Type 'null' is not assignable to type 'string'.
64-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/compositeBarActions.ts(182,4): Type 'string | null' is not assignable to type 'string'.
65-
Type 'null' is not assignable to type 'string'.
66-
[XX:XX:XX] Error: /vscode/src/vs/editor/contrib/rename/renameInputField.ts(93,3): Type 'string | null' is not assignable to type 'string'.
67-
Type 'null' is not assignable to type 'string'.
68-
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/checkbox/checkbox.ts(223,3): Type 'string | null' is not assignable to type 'string'.
69-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/codeEditor/browser/suggestEnabledInput/suggestEnabledInput.ts(229,3): Type 'string | null' is not assignable to type 'string'.
70-
Type 'null' is not assignable to type 'string'.
71-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/codeEditor/browser/suggestEnabledInput/suggestEnabledInput.ts(230,3): Type 'string | null' is not assignable to type 'string'.
72-
Type 'null' is not assignable to type 'string'.
73-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts(536,4): Type 'string | null' is not assignable to type 'string'.
74-
Type 'null' is not assignable to type 'string'.
75-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/preferencesWidgets.ts(646,5): Type 'string | null' is not assignable to type 'string'.
76-
Type 'null' is not assignable to type 'string'.
77-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/keybindingsEditor.ts(413,4): Type 'string | null' is not assignable to type 'string'.
78-
Type 'null' is not assignable to type 'string'.
79-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/keybindingWidgets.ts(191,5): Type 'null' is not assignable to type 'string'.
80-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/feedback/browser/feedback.ts(280,5): Type 'string | null' is not assignable to type 'string'.
81-
Type 'null' is not assignable to type 'string'.
82-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/feedback/browser/feedback.ts(285,5): Type 'string | null' is not assignable to type 'string'.
83-
Type 'null' is not assignable to type 'string'.
84-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/debug/browser/statusbarColorProvider.ts(70,3): Type 'string | null' is not assignable to type 'string'.
85-
Type 'null' is not assignable to type 'string'.
86-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/debug/browser/debugHover.ts(110,5): Type 'null' is not assignable to type 'string'.
87-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/titlebar/titlebarPart.ts(520,4): Type 'string | null' is not assignable to type 'string'.
88-
Type 'null' is not assignable to type 'string'.
89-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/statusbar/statusbarPart.ts(592,3): Type 'string | null' is not assignable to type 'string'.
90-
Type 'null' is not assignable to type 'string'.
91-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/statusbar/statusbarPart.ts(798,4): Type 'string | null' is not assignable to type 'string'.
92-
Type 'null' is not assignable to type 'string'.
93-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/sidebar/sidebarPart.ts(176,3): Type 'string | null' is not assignable to type 'string'.
94-
Type 'null' is not assignable to type 'string'.
95-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/quickinput/quickInput.ts(1545,4): Type 'string | null' is not assignable to type 'string'.
96-
Type 'null' is not assignable to type 'string'.
97-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/notifications/notificationsToasts.ts(528,4): Type 'null' is not assignable to type 'string'.
98-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/notifications/notificationsList.ts(224,4): Type 'string | null' is not assignable to type 'string'.
99-
Type 'null' is not assignable to type 'string'.
100-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/notifications/notificationsCenter.ts(239,4): Type 'string | null' is not assignable to type 'string'.
101-
Type 'null' is not assignable to type 'string'.
102-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/tabsTitleControl.ts(984,4): Type 'string | null' is not assignable to type 'string'.
103-
Type 'null' is not assignable to type 'string'.
104-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/tabsTitleControl.ts(997,4): Type 'string | null' is not assignable to type 'string'.
105-
Type 'null' is not assignable to type 'string'.
106-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/noTabsTitleControl.ts(278,5): Type 'string | null' is not assignable to type 'string'.
107-
Type 'null' is not assignable to type 'string'.
108-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/editor/noTabsTitleControl.ts(280,5): Type 'string | null' is not assignable to type 'string'.
109-
Type 'null' is not assignable to type 'string'.
110-
[XX:XX:XX] Error: /vscode/src/vs/base/parts/quickopen/browser/quickOpenWidget.ts(414,4): Type 'string | null' is not assignable to type 'string'.
111-
Type 'null' is not assignable to type 'string'.
112-
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/splitview/paneview.ts(233,3): Type 'string | null' is not assignable to type 'string'.
113-
Type 'null' is not assignable to type 'string'.
114-
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/menu/menu.ts(600,4): Type 'string | null' is not assignable to type 'string'.
115-
Type 'null' is not assignable to type 'string'.
116-
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/inputbox/inputBox.ts(480,5): Type 'string | null' is not assignable to type 'string'.
117-
Type 'null' is not assignable to type 'string'.
118-
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/checkbox/checkbox.ts(223,3): Type 'string | null' is not assignable to type 'string'.
119-
Type 'null' is not assignable to type 'string'.
120-
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/button/button.ts(135,4): Type 'string | null' is not assignable to type 'string'.
121-
Type 'null' is not assignable to type 'string'.
122-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/compositePart.ts(414,5): Type 'string | null' is not assignable to type 'string'.
123-
Type 'null' is not assignable to type 'string'.
124-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/compositeBarActions.ts(171,5): Type 'string | null' is not assignable to type 'string'.
125-
Type 'null' is not assignable to type 'string'.
126-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/compositeBarActions.ts(182,4): Type 'string | null' is not assignable to type 'string'.
127-
Type 'null' is not assignable to type 'string'.
128-
[XX:XX:XX] Error: /vscode/src/vs/editor/contrib/rename/renameInputField.ts(93,3): Type 'string | null' is not assignable to type 'string'.
129-
Type 'null' is not assignable to type 'string'.
130-
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/checkbox/checkbox.ts(223,3): Type 'string | null' is not assignable to type 'string'.
131-
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
7+
Done in ?s.
1328

1339

13410

13511
Standard error:
136-
[XX:XX:XX] 'compile' errored after
137-
[XX:XX:XX] Error: Found 32 errors
138-
at Stream.<anonymous> (/vscode/build/lib/reporter.js:74:29)
139-
at _end (/vscode/node_modules/through/index.js:65:9)
140-
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
141-
at Stream.onend (internal/streams/legacy.js:42:10)
142-
at Stream.emit (events.js:203:15)
143-
at Stream.EventEmitter.emit (domain.js:466:23)
144-
at drain (/vscode/node_modules/through/index.js:34:23)
145-
at Stream.stream.queue.stream.push (/vscode/node_modules/through/index.js:45:5)
146-
at Stream.end (/vscode/node_modules/through/index.js:15:35)
147-
at _end (/vscode/node_modules/through/index.js:65:9)
148-
error Command failed with exit code 1.

0 commit comments

Comments
 (0)