Skip to content

🤖 User test baselines have changed for refs/heads/release-3.8 #36815

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

Merged
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: 18 additions & 11 deletions tests/baselines/reference/docker/azure-sdk.log
Original file line number Diff line number Diff line change
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/[email protected] 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/[email protected].8 build:es6: `tsc -p tsconfig.json`
npm ERR! @azure/[email protected].9 build:es6: `tsc -p tsconfig.json && npm run build:types`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the @azure/[email protected].8 build:es?script.
npm ERR! Failed at the @azure/[email protected].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/[email protected] 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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks bad and is not in master

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

file hasn't changed since November

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Never mind, I was looking at an old commit. There was a commit 4 days ago that added a couple of ?. uses. This fails to parse, which makes me think that the TS we're using isn't actually latest.

@weswigham

  1. can you take a look?
  2. do you want to merge this in the meantime?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is now in master, so might as well fix it there.

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/[email protected].8 build:es6: `tsc -p tsconfig.json`
npm ERR! @azure/[email protected].9 build:es6: `tsc -p tsconfig.json && npm run build:types`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the @azure/[email protected].8 build:es?script.
npm ERR! Failed at the @azure/[email protected].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
Loading