Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🤖 User test baselines have changed for issue-27144 #1

Open
wants to merge 1 commit into
base: issue-27144
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 22 additions & 7 deletions tests/baselines/reference/docker/azure-sdk.log
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ XX of XX: [@azure/core-lro] completed successfully in ? seconds
XX of XX: [@azure/core-paging] completed successfully in ? seconds
XX of XX: [@azure/test-utils-recorder] completed successfully in ? seconds
XX of XX: [@azure/eslint-plugin-azure-sdk] completed successfully in ? seconds
XX of XX: [@azure/event-hubs] completed successfully in ? seconds
XX of XX: [@azure/event-processor-host] completed successfully in ? seconds
npm ERR! code ELIFECYCLE
npm ERR! errno 2
Expand Down Expand Up @@ -49,14 +48,14 @@ os-name (imported by dist-esm/utils/user-agent.js)
Use output.globals to specify browser global variable names corresponding to external modules
os-name (guessing 'osName')
created dist/index.js in ?s
XX of XX: [@azure/eventhubs-checkpointstore-blob] completed successfully in ? seconds
XX of XX: [@azure/search] completed successfully in ? seconds
XX of XX: [@azure/service-bus] completed successfully in ? seconds
XX of XX: [@azure/storage-file-datalake] completed successfully in ? seconds
XX of XX: [@azure/storage-file-share] completed successfully in ? seconds
XX of XX: [@azure/storage-queue] completed successfully in ? seconds
XX of XX: [@azure/template] completed successfully in ? seconds
XX of XX: [testhub] completed successfully in ? seconds
SUCCESS (25)
SUCCESS (24)
================================
@azure/abort-controller (? seconds)
@azure/core-auth (? seconds)
Expand All @@ -69,14 +68,13 @@ SUCCESS (25)
@azure/core-paging (? seconds)
@azure/test-utils-recorder (? seconds)
@azure/eslint-plugin-azure-sdk (? seconds)
@azure/event-hubs (? seconds)
@azure/event-processor-host (? seconds)
@azure/storage-blob (? seconds)
@azure/ai-text-analytics (? seconds)
@azure/app-configuration (? seconds)
@azure/core-arm (? seconds)
@azure/core-tracing (? seconds)
@azure/eventhubs-checkpointstore-blob (? seconds)
@azure/search (? seconds)
@azure/service-bus (? seconds)
@azure/storage-file-datalake (? seconds)
@azure/storage-file-share (? seconds)
Expand All @@ -96,12 +94,26 @@ Use output.globals to specify browser global variable names corresponding to ext
os-name (guessing 'osName')
created dist/index.js in ?s
================================
BLOCKED (1)
BLOCKED (2)
================================
@azure/eventhubs-checkpointstore-blob
@azure/keyvault-certificates
================================
FAILURE (2)
FAILURE (3)
================================
@azure/event-hubs ( ? seconds)
>>> @azure/event-hubs
tsc -p . && rollup -c 2>&1 && npm run extract-api
src/eventPosition.ts(133,27): error TS2345: Argument of type 'EventPosition | { [partitionId: string]: EventPosition; }' is not assignable to parameter of type 'EventPosition'.
Type '{ [partitionId: string]: EventPosition; }' is not assignable to type 'EventPosition'.
Index signature is incompatible with property 'offset'.
Type 'EventPosition' is not assignable to type 'number | "@latest" | undefined'.
Type 'EventPosition' is not assignable to type '"@latest"'.
src/eventProcessor.ts(595,5): error TS2322: Type 'EventPosition | { [partitionId: string]: EventPosition; }' is not assignable to type 'EventPosition'.
Type '{ [partitionId: string]: EventPosition; }' is not assignable to type 'EventPosition'.
Index signature is incompatible with property 'offset'.
Type 'EventPosition' is not assignable to type 'number | "@latest" | undefined'.
Type 'EventPosition' is not assignable to type '"@latest"'.
@azure/keyvault-keys ( ? seconds)
npm ERR! code ELIFECYCLE
npm ERR! errno 2
Expand Down Expand Up @@ -130,9 +142,12 @@ rush rebuild - Errors! ( ? seconds)

Standard error:

XX of XX: [@azure/event-hubs] failed!
XX of XX: [@azure/eventhubs-checkpointstore-blob] blocked by [@azure/event-hubs]!
XX of XX: [@azure/keyvault-keys] failed!
XX of XX: [@azure/keyvault-certificates] blocked by [@azure/keyvault-keys]!
XX of XX: [@azure/keyvault-secrets] failed!
XX of XX: [@azure/cosmos] completed with warnings in ? seconds
[@azure/event-hubs] Returned error code: 2
[@azure/keyvault-keys] Returned error code: 2
[@azure/keyvault-secrets] Returned error code: 2
242 changes: 241 additions & 1 deletion tests/baselines/reference/docker/office-ui-fabric.log

Large diffs are not rendered by default.

53 changes: 51 additions & 2 deletions tests/baselines/reference/docker/vscode.log
Original file line number Diff line number Diff line change
@@ -1,11 +1,60 @@
Exit Code: 0
Exit Code: 1
Standard output:
yarn run vX.X.X
$ gulp compile --max_old_space_size=4095
[XX:XX:XX] Node flags detected: --max_old_space_size=4095
[XX:XX:XX] Using gulpfile /vscode/gulpfile.js
Done in ?s.
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/tags/electron-browser/workspaceTags.ts(215,52): Argument of type 'Tags' is not assignable to parameter of type 'ITelemetryData'.
Index signature is incompatible with property 'from'.
Type 'string | number | boolean | undefined' is not assignable to type 'string | undefined'.
Type 'number' is not assignable to type 'string | undefined'.
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/tags/electron-browser/workspaceTags.ts(325,56): Argument of type 'Tags' is not assignable to parameter of type 'ITelemetryData'.
[XX:XX:XX] Error: /vscode/src/vs/workbench/api/common/configurationExtensionPoint.ts(105,11): Conversion of type '{ id: ExtensionIdentifier; name: string; defaults: IConfigurationNode; }' to type 'IDefaultConfigurationExtension' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Types of property 'defaults' are incompatible.
Type 'IConfigurationNode' is not comparable to type '{ [key: string]: {}; }'.
[XX:XX:XX] Error: /vscode/src/vs/workbench/api/common/configurationExtensionPoint.ts(105,11): Conversion of type '{ id: ExtensionIdentifier; name: string; defaults: IConfigurationNode; }' to type 'IDefaultConfigurationExtension' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Types of property 'defaults' are incompatible.
Type 'IConfigurationNode' is not comparable to type '{ [key: string]: {}; }'.
Index signature is missing in type 'IConfigurationNode'.
[XX:XX:XX] Error: /vscode/src/vs/workbench/api/common/configurationExtensionPoint.ts(116,11): Conversion of type '{ id: ExtensionIdentifier; name: string; defaults: IConfigurationNode; }' to type 'IDefaultConfigurationExtension' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Types of property 'defaults' are incompatible.
Type 'IConfigurationNode' is not comparable to type '{ [key: string]: {}; }'.
[XX:XX:XX] Error: /vscode/src/vs/code/electron-browser/issue/issueReporterMain.ts(370,36): Argument of type '{ [x: string]: boolean; }' is not assignable to parameter of type 'Partial<IssueReporterData>'.
Index signature is incompatible with property 'issueType'.
Type 'boolean' is not assignable to type 'IssueType | undefined'.
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/tags/electron-browser/workspaceTags.ts(215,52): Argument of type 'Tags' is not assignable to parameter of type 'ITelemetryData'.
Index signature is incompatible with property 'from'.
Type 'string | number | boolean | undefined' is not assignable to type 'string | undefined'.
Type 'number' is not assignable to type 'string | undefined'.
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/tags/electron-browser/workspaceTags.ts(325,56): Argument of type 'Tags' is not assignable to parameter of type 'ITelemetryData'.
[XX:XX:XX] Error: /vscode/src/vs/workbench/api/common/configurationExtensionPoint.ts(105,11): Conversion of type '{ id: ExtensionIdentifier; name: string; defaults: IConfigurationNode; }' to type 'IDefaultConfigurationExtension' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Types of property 'defaults' are incompatible.
Type 'IConfigurationNode' is not comparable to type '{ [key: string]: {}; }'.
[XX:XX:XX] Error: /vscode/src/vs/workbench/api/common/configurationExtensionPoint.ts(105,11): Conversion of type '{ id: ExtensionIdentifier; name: string; defaults: IConfigurationNode; }' to type 'IDefaultConfigurationExtension' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Types of property 'defaults' are incompatible.
Type 'IConfigurationNode' is not comparable to type '{ [key: string]: {}; }'.
Index signature is missing in type 'IConfigurationNode'.
[XX:XX:XX] Error: /vscode/src/vs/workbench/api/common/configurationExtensionPoint.ts(116,11): Conversion of type '{ id: ExtensionIdentifier; name: string; defaults: IConfigurationNode; }' to type 'IDefaultConfigurationExtension' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Types of property 'defaults' are incompatible.
Type 'IConfigurationNode' is not comparable to type '{ [key: string]: {}; }'.
[XX:XX:XX] Error: /vscode/src/vs/code/electron-browser/issue/issueReporterMain.ts(370,36): Argument of type '{ [x: string]: boolean; }' is not assignable to parameter of type 'Partial<IssueReporterData>'.
Index signature is incompatible with property 'issueType'.
Type 'boolean' is not assignable to type 'IssueType | undefined'.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.



Standard error:
[XX:XX:XX] 'compile' errored after
[XX:XX:XX] Error: Found 6 errors
at Stream.<anonymous> (/vscode/build/lib/reporter.js:75:29)
at _end (/vscode/node_modules/through/index.js:65:9)
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
at Stream.onend (internal/streams/legacy.js:42:10)
at Stream.emit (events.js:203:15)
at Stream.EventEmitter.emit (domain.js:466:23)
at drain (/vscode/node_modules/through/index.js:34:23)
at Stream.stream.queue.stream.push (/vscode/node_modules/through/index.js:45:5)
at Stream.end (/vscode/node_modules/through/index.js:15:35)
at _end (/vscode/node_modules/through/index.js:65:9)
error Command failed with exit code 1.
70 changes: 6 additions & 64 deletions tests/baselines/reference/docker/vue-next.log
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,6 @@ Writing: /vue-next/temp/compiler-ssr.api.json
The API report is up to date: temp/compiler-ssr.api.md
Writing package typings: /vue-next/packages/compiler-ssr/dist/compiler-ssr.d.ts
API Extractor completed successfully.
Rolling up type definitions for reactivity...
Writing: /vue-next/temp/reactivity.api.json
The API report is up to date: temp/reactivity.api.md
Writing package typings: /vue-next/packages/reactivity/dist/reactivity.d.ts
API Extractor completed successfully.
Rolling up type definitions for runtime-core...
Writing: /vue-next/temp/runtime-core.api.json
The API report is up to date: temp/runtime-core.api.md
Writing package typings: /vue-next/packages/runtime-core/dist/runtime-core.d.ts
API Extractor completed successfully.
Rolling up type definitions for runtime-dom...
Writing: /vue-next/temp/runtime-dom.api.json
The API report is up to date: temp/runtime-dom.api.md
Writing package typings: /vue-next/packages/runtime-dom/dist/runtime-dom.d.ts
API Extractor completed successfully.
Rolling up type definitions for runtime-test...
Writing: /vue-next/temp/runtime-test.api.json
The API report is up to date: temp/runtime-test.api.md
Writing package typings: /vue-next/packages/runtime-test/dist/runtime-test.d.ts
API Extractor completed successfully.



Expand Down Expand Up @@ -76,47 +56,9 @@ created packages/compiler-sfc/dist/compiler-sfc.cjs.js in ?s
/vue-next/packages/compiler-ssr/src/index.ts → packages/compiler-ssr/dist/compiler-ssr.cjs.js...
created packages/compiler-ssr/dist/compiler-ssr.cjs.js in ?s
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.esm-bundler.js...
created packages/reactivity/dist/reactivity.esm-bundler.js in ?s
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.cjs.js...
created packages/reactivity/dist/reactivity.cjs.js in ?s
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.global.js...
created packages/reactivity/dist/reactivity.global.js in ?s
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.esm.js...
created packages/reactivity/dist/reactivity.esm.js in ?s
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.cjs.prod.js...
created packages/reactivity/dist/reactivity.cjs.prod.js in ?s
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.global.prod.js...
created packages/reactivity/dist/reactivity.global.prod.js in ?s
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.esm.prod.js...
created packages/reactivity/dist/reactivity.esm.prod.js in ?s
/vue-next/packages/runtime-core/src/index.ts → packages/runtime-core/dist/runtime-core.esm-bundler.js...
created packages/runtime-core/dist/runtime-core.esm-bundler.js in ?s
/vue-next/packages/runtime-core/src/index.ts → packages/runtime-core/dist/runtime-core.cjs.js...
created packages/runtime-core/dist/runtime-core.cjs.js in ?s
/vue-next/packages/runtime-core/src/index.ts → packages/runtime-core/dist/runtime-core.cjs.prod.js...
created packages/runtime-core/dist/runtime-core.cjs.prod.js in ?s
/vue-next/packages/runtime-dom/src/index.ts → packages/runtime-dom/dist/runtime-dom.esm-bundler.js...
created packages/runtime-dom/dist/runtime-dom.esm-bundler.js in ?s
/vue-next/packages/runtime-dom/src/index.ts → packages/runtime-dom/dist/runtime-dom.cjs.js...
created packages/runtime-dom/dist/runtime-dom.cjs.js in ?s
/vue-next/packages/runtime-dom/src/index.ts → packages/runtime-dom/dist/runtime-dom.global.js...
created packages/runtime-dom/dist/runtime-dom.global.js in ?s
/vue-next/packages/runtime-dom/src/index.ts → packages/runtime-dom/dist/runtime-dom.esm.js...
created packages/runtime-dom/dist/runtime-dom.esm.js in ?s
/vue-next/packages/runtime-dom/src/index.ts → packages/runtime-dom/dist/runtime-dom.cjs.prod.js...
created packages/runtime-dom/dist/runtime-dom.cjs.prod.js in ?s
/vue-next/packages/runtime-dom/src/index.ts → packages/runtime-dom/dist/runtime-dom.global.prod.js...
created packages/runtime-dom/dist/runtime-dom.global.prod.js in ?s
/vue-next/packages/runtime-dom/src/index.ts → packages/runtime-dom/dist/runtime-dom.esm.prod.js...
created packages/runtime-dom/dist/runtime-dom.esm.prod.js in ?s
/vue-next/packages/runtime-test/src/index.ts → packages/runtime-test/dist/runtime-test.global.js...
created packages/runtime-test/dist/runtime-test.global.js in ?s
/vue-next/packages/runtime-test/src/index.ts → packages/runtime-test/dist/runtime-test.global.prod.js...
created packages/runtime-test/dist/runtime-test.global.prod.js in ?s
/vue-next/packages/server-renderer/src/index.ts → packages/server-renderer/dist/server-renderer.cjs.js...
[!] (plugin rpt2) Error: /vue-next/packages/vue/src/devCheck.ts(2,11): semantic error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead?
packages/vue/src/devCheck.ts
Error: /vue-next/packages/vue/src/devCheck.ts(2,11): semantic error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead?
[!] (plugin rpt2) Error: /vue-next/packages/reactivity/src/collectionHandlers.ts(203,12): semantic error TS2784: 'get' and 'set' accessors cannot declare 'this' parameters.
packages/reactivity/src/collectionHandlers.ts
Error: /vue-next/packages/reactivity/src/collectionHandlers.ts(203,12): semantic error TS2784: 'get' and 'set' accessors cannot declare 'this' parameters.
at error (/vue-next/node_modules/rollup/dist/shared/node-entry.js:5400:30)
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/node-entry.js:11874:12)
at Object.error (/vue-next/node_modules/rollup/dist/shared/node-entry.js:12908:24)
Expand All @@ -127,12 +69,12 @@ Error: /vue-next/packages/vue/src/devCheck.ts(2,11): semantic error TS2774: This
at forEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:9342:14)
at _.each (/vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:9:2)
at Object.transform (/vue-next/node_modules/rollup-plugin-typescript2/src/index.ts:234:5)
(node:18) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1 (EPERM): rollup -c --environment COMMIT:e6ef52c,NODE_ENV:production,TARGET:server-renderer,TYPES:true
(node:17) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1 (EPERM): rollup -c --environment COMMIT:274f81c,NODE_ENV:production,TARGET:reactivity,TYPES:true
at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
at handlePromise (/vue-next/node_modules/execa/index.js:112:26)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async build (/vue-next/scripts/build.js:72:3)
at async buildAll (/vue-next/scripts/build.js:51:5)
at async run (/vue-next/scripts/build.js:41:5)
(node:18) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:18) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:17) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:17) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Loading