Skip to content

🤖 User test baselines have changed for fix39947 #97

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

Open
wants to merge 2 commits into
base: user-baseline-updates
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
9 changes: 5 additions & 4 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 14.14.0 (pre-LTS)
Node.js version is 15.0.1 (unstable)
Starting "rush rebuild"
Executing a maximum of ?simultaneous processes...
BLOCKED (51)
Expand Down Expand Up @@ -38,7 +38,7 @@ BLOCKED (51)
@azure/core-tracing
@azure/cosmos
@azure/data-tables
@azure/digital-twins
@azure/digital-twins-core
@azure/eventgrid
@azure/eventhubs-checkpointstore-blob
@azure/identity
Expand Down Expand Up @@ -84,7 +84,8 @@ rush rebuild - Errors! (? seconds)


Standard error:

Your version of Node.js (X.X.X) has not been tested with this release of Rush. Please consider installing a newer version of the "@microsoft/rush" package, or downgrading Node.js.
Your version of Node.js (X.X.X) is an odd-numbered release. These releases frequently have bugs. Please consider installing a Long Term Support (LTS) version instead.
XX of XX: [@azure/eslint-plugin-azure-sdk] failed!
XX of XX: [@azure/abort-controller] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/communication-chat] blocked by [@azure/eslint-plugin-azure-sdk]!
Expand Down Expand Up @@ -113,7 +114,7 @@ XX of XX: [@azure/storage-blob] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/storage-blob-changefeed] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/storage-file-datalake] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/data-tables] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/digital-twins] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/digital-twins-core] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/eventgrid] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/identity] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/keyvault-common] blocked by [@azure/eslint-plugin-azure-sdk]!
Expand Down
Loading