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 lib/es2019/fix-symbol-description #1

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
19 changes: 11 additions & 8 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.14.0 (LTS)
Node.js version is 12.14.1 (LTS)
Starting "rush rebuild"
Executing a maximum of ?simultaneous processes...
XX of XX: [@azure/abort-controller] completed successfully in ? seconds
Expand All @@ -19,10 +19,11 @@ 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/cognitiveservices-textanalytics] completed successfully in ? seconds
Warning: You have changed the public API signature for this project. Updating review/storage-blob.api.md
XX of XX: [@azure/ai-text-analytics] completed successfully in ? seconds
XX of XX: [@azure/core-arm] completed successfully in ? seconds
XX of XX: [@azure/core-tracing] 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...
(!) Unresolved dependencies
https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency
Expand Down Expand Up @@ -54,7 +55,7 @@ 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 (23)
SUCCESS (22)
================================
@azure/abort-controller (? seconds)
@azure/core-auth (? seconds)
Expand All @@ -70,8 +71,7 @@ SUCCESS (23)
@azure/event-processor-host (? seconds)
@azure/keyvault-keys (? seconds)
@azure/keyvault-secrets (? seconds)
@azure/storage-blob (? seconds)
@azure/cognitiveservices-textanalytics (? seconds)
@azure/ai-text-analytics (? seconds)
@azure/core-arm (? seconds)
@azure/core-tracing (? seconds)
@azure/service-bus (? seconds)
Expand All @@ -80,9 +80,12 @@ SUCCESS (23)
@azure/template (? seconds)
testhub (? seconds)
================================
SUCCESS WITH WARNINGS (1)
SUCCESS WITH WARNINGS (2)
================================
@azure/storage-blob (? seconds)
Warning: You have changed the public API signature for this project. Updating review/storage-blob.api.md
@azure/cosmos (? seconds)
Warning: You have changed the public API signature for this project. Updating review/cosmos.api.md
dist-esm/index.js → dist/index.js...
(!) Unresolved dependencies
https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency
Expand Down Expand Up @@ -156,7 +159,7 @@ rush rebuild - Errors! ( ? seconds)


Standard error:

XX of XX: [@azure/storage-blob] completed with warnings in ? seconds
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!
Expand Down
Loading