Skip to content

Commit

Permalink
Update user baselines (#36815)
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed Feb 19, 2020
1 parent 870cd7b commit af614cc
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 54 deletions.
29 changes: 18 additions & 11 deletions tests/baselines/reference/docker/azure-sdk.log
Expand Up @@ -2,7 +2,7 @@ Exit Code: 1
Standard output:

Rush Multi-Project Build Tool 5.X.X - https://rushjs.io
Node.js version is 12.15.0 (LTS)
Node.js version is 12.16.0 (LTS)
Starting "rush rebuild"
Executing a maximum of ?simultaneous processes...
XX of XX: [@azure/abort-controller] completed successfully in ? seconds
Expand Down Expand Up @@ -41,13 +41,12 @@ npm ERR! Failed at the @azure/keyvault-certificates@X.X.X 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
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! @azure/storage-file-datalake@X.X.X-preview.8 build:es6: `tsc -p tsconfig.json`
npm ERR! @azure/storage-file-datalake@X.X.X-preview.9 build:es6: `tsc -p tsconfig.json && npm run build:types`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the @azure/storage-file-datalake@X.X.X-preview.8 build:es?script.
npm ERR! Failed at the @azure/storage-file-datalake@X.X.X-preview.9 build:es?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
Expand Down Expand Up @@ -75,7 +74,7 @@ SUCCESS (17)
@azure/template (? seconds)
testhub (? seconds)
================================
SUCCESS WITH WARNINGS (7)
SUCCESS WITH WARNINGS (6)
================================
@azure/event-hubs (? seconds)
Warning: You have changed the public API signature for this project. Updating review/event-hubs.api.md
Expand All @@ -93,14 +92,12 @@ 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
@azure/storage-queue (? seconds)
Warning: You have changed the public API signature for this project. Updating review/storage-queue.api.md
================================
FAILURE (4)
FAILURE (5)
================================
@azure/app-configuration ( ? seconds)
>>> @azure/app-configuration
Expand Down Expand Up @@ -147,13 +144,22 @@ npm ERR! Failed at the @azure/keyvault-certificates@X.X.X 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
@azure/service-bus (? seconds)
>>> @azure/service-bus
tsc -p . && rollup -c 2>&1 && npm run extract-api
src/serviceBusClient.ts(90,34): error TS1109: Expression expected.
src/serviceBusClient.ts(90,52): error TS1109: Expression expected.
src/serviceBusClient.ts(90,62): error TS1005: ':' expected.
src/serviceBusClient.ts(92,52): error TS1109: Expression expected.
src/serviceBusClient.ts(92,70): error TS1109: Expression expected.
src/serviceBusClient.ts(92,98): error TS1005: ':' expected.
@azure/storage-file-datalake (? seconds)
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! @azure/storage-file-datalake@X.X.X-preview.8 build:es6: `tsc -p tsconfig.json`
npm ERR! @azure/storage-file-datalake@X.X.X-preview.9 build:es6: `tsc -p tsconfig.json && npm run build:types`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the @azure/storage-file-datalake@X.X.X-preview.8 build:es?script.
npm ERR! Failed at the @azure/storage-file-datalake@X.X.X-preview.9 build:es?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
Expand All @@ -171,11 +177,12 @@ XX of XX: [@azure/app-configuration] failed!
XX of XX: [@azure/cosmos] completed with warnings in ? seconds
XX of XX: [@azure/eventhubs-checkpointstore-blob] failed!
XX of XX: [@azure/keyvault-certificates] failed!
XX of XX: [@azure/service-bus] completed with warnings in ? seconds
XX of XX: [@azure/service-bus] failed!
XX of XX: [@azure/storage-file-datalake] failed!
XX of XX: [@azure/storage-file-share] completed with warnings in ? seconds
XX of XX: [@azure/storage-queue] 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
[@azure/service-bus] Returned error code: 2
[@azure/storage-file-datalake] Returned error code: 2

0 comments on commit af614cc

Please sign in to comment.