From 375d19413f6a485ad184e5f305266260af9cf965 Mon Sep 17 00:00:00 2001 From: typescript-bot Date: Thu, 5 Dec 2019 01:41:00 +0000 Subject: [PATCH] Update user baselines --- .../baselines/reference/docker/azure-sdk.log | 28 ++++++++----------- .../reference/docker/office-ui-fabric.log | 1 - tests/baselines/reference/docker/vscode.log | 18 ++++++------ tests/baselines/reference/user/puppeteer.log | 6 ++-- 4 files changed, 24 insertions(+), 29 deletions(-) diff --git a/tests/baselines/reference/docker/azure-sdk.log b/tests/baselines/reference/docker/azure-sdk.log index 1f14165a8fcbd..9895591a90784 100644 --- a/tests/baselines/reference/docker/azure-sdk.log +++ b/tests/baselines/reference/docker/azure-sdk.log @@ -20,6 +20,7 @@ XX of XX: [@azure/event-hubs] completed successfully in ? seconds XX of XX: [@azure/event-processor-host] completed successfully in ? seconds XX of XX: [@azure/keyvault-keys] completed successfully in ? seconds XX of XX: [@azure/keyvault-secrets] completed successfully in ? seconds +XX of XX: [@azure/storage-blob] completed successfully in ? seconds XX of XX: [@azure/core-arm] completed successfully in ? seconds Warning: You have changed the public API signature for this project. Updating review/cosmos.api.md dist-esm/index.js → dist/index.js... @@ -32,20 +33,19 @@ os-name (guessing 'osName') created dist/index.js in ?s npm ERR! code ELIFECYCLE npm ERR! errno 2 -npm ERR! @azure/keyvault-certificates@X.X.X-preview.10 extract-api: `tsc -p . && api-extractor run --local` +npm ERR! @azure/keyvault-certificates@X.X.X-preview.11 extract-api: `tsc -p . && api-extractor run --local` npm ERR! Exit status 2 npm ERR! -npm ERR! Failed at the @azure/keyvault-certificates@X.X.X-preview.10 extract-api script. +npm ERR! Failed at the @azure/keyvault-certificates@X.X.X-preview.11 extract-api script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log -Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md -XX of XX: [@azure/storage-blob] completed successfully in ? seconds -Warning: You have changed the public API signature for this project. Updating review/storage-file-share.api.md +XX of XX: [@azure/service-bus] 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 (20) +SUCCESS (22) ================================ @azure/abort-controller (? seconds) @azure/core-tracing (? seconds) @@ -62,13 +62,15 @@ SUCCESS (20) @azure/event-processor-host (? seconds) @azure/keyvault-keys (? seconds) @azure/keyvault-secrets (? seconds) -@azure/core-arm (? seconds) @azure/storage-blob (? seconds) +@azure/core-arm (? seconds) +@azure/service-bus (? seconds) +@azure/storage-file-share (? seconds) @azure/storage-queue (? seconds) @azure/template (? seconds) testhub (? seconds) ================================ -SUCCESS WITH WARNINGS (3) +SUCCESS WITH WARNINGS (1) ================================ @azure/cosmos (? seconds) Warning: You have changed the public API signature for this project. Updating review/cosmos.api.md @@ -80,10 +82,6 @@ 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 -@azure/service-bus (? seconds) -Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md -@azure/storage-file-share (? seconds) -Warning: You have changed the public API signature for this project. Updating review/storage-file-share.api.md ================================ FAILURE (3) ================================ @@ -132,10 +130,10 @@ src/blobCheckpointStore.ts(50,32): error TS2322: Type 'PagedAsyncIterableIterato @azure/keyvault-certificates ( ? seconds) npm ERR! code ELIFECYCLE npm ERR! errno 2 -npm ERR! @azure/keyvault-certificates@X.X.X-preview.10 extract-api: `tsc -p . && api-extractor run --local` +npm ERR! @azure/keyvault-certificates@X.X.X-preview.11 extract-api: `tsc -p . && api-extractor run --local` npm ERR! Exit status 2 npm ERR! -npm ERR! Failed at the @azure/keyvault-certificates@X.X.X-preview.10 extract-api script. +npm ERR! Failed at the @azure/keyvault-certificates@X.X.X-preview.11 extract-api script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log @@ -151,8 +149,6 @@ XX of XX: [@azure/app-configuration] failed to build! XX of XX: [@azure/cosmos] completed with warnings in ? seconds XX of XX: [@azure/eventhubs-checkpointstore-blob] failed to build! XX of XX: [@azure/keyvault-certificates] failed to build! -XX of XX: [@azure/service-bus] completed with warnings in ? seconds -XX of XX: [@azure/storage-file-share] completed with warnings in ? seconds [@azure/app-configuration] Returned error code: 2 [@azure/eventhubs-checkpointstore-blob] Returned error code: 2 [@azure/keyvault-certificates] Returned error code: 2 diff --git a/tests/baselines/reference/docker/office-ui-fabric.log b/tests/baselines/reference/docker/office-ui-fabric.log index f21a4c8f7e23b..1988970d77bb5 100644 --- a/tests/baselines/reference/docker/office-ui-fabric.log +++ b/tests/baselines/reference/docker/office-ui-fabric.log @@ -144,7 +144,6 @@ Standard output: @uifabric/merge-styles: PASS src/Stylesheet.test.ts @uifabric/merge-styles: PASS src/extractStyleParts.test.ts @uifabric/merge-styles: PASS src/concatStyleSetsWithProps.test.ts -@uifabric/merge-styles: PASS src/fontFace.test.ts @uifabric/merge-styles: [XX:XX:XX XM] ■ Extracting Public API surface from '/office-ui-fabric-react/packages/merge-styles/lib/index.d.ts' @uifabric/merge-styles: Done in ?s. @uifabric/jest-serializer-merge-styles: yarn run vX.X.X diff --git a/tests/baselines/reference/docker/vscode.log b/tests/baselines/reference/docker/vscode.log index 27239c2505843..b402f9b359479 100644 --- a/tests/baselines/reference/docker/vscode.log +++ b/tests/baselines/reference/docker/vscode.log @@ -4,11 +4,11 @@ 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 -[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'. - Type 'null' is not assignable to type 'string'. [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'. Type 'null' is not assignable to type 'string'. -[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts(547,4): Type 'string | null' is not assignable to type 'string'. +[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/codeEditor/browser/suggestEnabledInput/suggestEnabledInput.ts(231,3): Type 'string | null' is not assignable to type 'string'. + Type 'null' is not assignable to type 'string'. +[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts(548,4): Type 'string | null' is not assignable to type 'string'. Type 'null' is not assignable to type 'string'. [XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/preferencesWidgets.ts(646,5): Type 'string | null' is not assignable to type 'string'. Type 'null' is not assignable to type 'string'. @@ -66,11 +66,11 @@ $ gulp compile --max_old_space_size=4095 [XX:XX:XX] Error: /vscode/src/vs/editor/contrib/rename/renameInputField.ts(93,3): Type 'string | null' is not assignable to type 'string'. Type 'null' is not assignable to type 'string'. [XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/checkbox/checkbox.ts(223,3): Type 'string | null' is not assignable to type 'string'. -[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'. - Type 'null' is not assignable to type 'string'. [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'. Type 'null' is not assignable to type 'string'. -[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts(547,4): Type 'string | null' is not assignable to type 'string'. +[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/codeEditor/browser/suggestEnabledInput/suggestEnabledInput.ts(231,3): Type 'string | null' is not assignable to type 'string'. + Type 'null' is not assignable to type 'string'. +[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/settingsEditor2.ts(548,4): Type 'string | null' is not assignable to type 'string'. Type 'null' is not assignable to type 'string'. [XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/preferences/browser/preferencesWidgets.ts(646,5): Type 'string | null' is not assignable to type 'string'. Type 'null' is not assignable to type 'string'. @@ -142,7 +142,7 @@ Standard error: 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) + at Stream.stream.resume (/vscode/node_modules/through/index.js:99:5) + at Stream.ondrain (internal/streams/legacy.js:24:14) + at Stream.emit (events.js:198:13) error Command failed with exit code 1. diff --git a/tests/baselines/reference/user/puppeteer.log b/tests/baselines/reference/user/puppeteer.log index dd1df5ba41630..5b66eff0fb328 100644 --- a/tests/baselines/reference/user/puppeteer.log +++ b/tests/baselines/reference/user/puppeteer.log @@ -26,9 +26,9 @@ lib/FrameManager.js(151,15): error TS2503: Cannot find namespace 'Protocol'. lib/FrameManager.js(173,15): error TS2503: Cannot find namespace 'Protocol'. lib/FrameManager.js(230,15): error TS2503: Cannot find namespace 'Protocol'. lib/FrameManager.js(668,15): error TS2503: Cannot find namespace 'Protocol'. -lib/JSHandle.js(33,15): error TS2503: Cannot find namespace 'Protocol'. -lib/JSHandle.js(147,15): error TS2503: Cannot find namespace 'Protocol'. -lib/JSHandle.js(238,29): error TS2503: Cannot find namespace 'Protocol'. +lib/JSHandle.js(32,15): error TS2503: Cannot find namespace 'Protocol'. +lib/JSHandle.js(146,15): error TS2503: Cannot find namespace 'Protocol'. +lib/JSHandle.js(237,29): error TS2503: Cannot find namespace 'Protocol'. lib/NetworkManager.js(32,30): error TS2503: Cannot find namespace 'Protocol'. lib/NetworkManager.js(159,15): error TS2503: Cannot find namespace 'Protocol'. lib/NetworkManager.js(178,15): error TS2503: Cannot find namespace 'Protocol'.