Skip to content

🤖 User test baselines have changed for fix32434 #32513

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

Closed
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
26 changes: 10 additions & 16 deletions tests/baselines/reference/docker/azure-sdk.log
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ Executing a maximum of 1 simultaneous processes...
XX of XX: [@azure/cosmos] completed successfully in ? seconds
[@azure/event-processor-host] started
XX of XX: [@azure/event-processor-host] completed successfully in ? seconds
[@azure/service-bus] started
Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
[@azure/storage-blob] started
XX of XX: [@azure/storage-blob] completed successfully in ? seconds
[@azure/storage-file] started
Expand All @@ -35,7 +33,7 @@ npm ERR!
npm ERR! Failed at the @azure/[email protected] build:tsc 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/2019-07-19T13_40_31_496Z-debug.log
npm ERR! /root/.npm/_logs/2019-07-22T17_37_16_224Z-debug.log
ERROR: "build:tsc" exited with 2.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
Expand All @@ -45,7 +43,7 @@ npm ERR!
npm ERR! Failed at the @azure/[email protected] build:lib 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/2019-07-19T13_40_31_533Z-debug.log
npm ERR! /root/.npm/_logs/2019-07-22T17_37_16_268Z-debug.log
ERROR: "build:lib" exited with 1.
[@azure/core-paging] started
XX of XX: [@azure/core-paging] completed successfully in ? seconds
Expand All @@ -63,12 +61,7 @@ SUCCESS (11)
@azure/template (? seconds)
testhub (? seconds)
================================
SUCCESS WITH WARNINGS (1)
================================
@azure/service-bus (? seconds)
Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
================================
BLOCKED (7)
BLOCKED (8)
================================
@azure/core-amqp
@azure/core-arm
Expand All @@ -77,6 +70,7 @@ BLOCKED (7)
@azure/keyvault-certificates
@azure/keyvault-keys
@azure/keyvault-secrets
@azure/service-bus
================================
FAILURE (1)
================================
Expand All @@ -89,7 +83,7 @@ npm ERR!
npm ERR! Failed at the @azure/[email protected] build:tsc 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/2019-07-19T13_40_31_496Z-debug.log
npm ERR! /root/.npm/_logs/2019-07-22T17_37_16_224Z-debug.log
ERROR: "build:tsc" exited with 2.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
Expand All @@ -99,7 +93,7 @@ npm ERR!
npm ERR! Failed at the @azure/[email protected] build:lib 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/2019-07-19T13_40_31_533Z-debug.log
npm ERR! /root/.npm/_logs/2019-07-22T17_37_16_268Z-debug.log
ERROR: "build:lib" exited with 1.
================================
Error: Project(s) failed to build
Expand All @@ -109,13 +103,13 @@ rush rebuild - Errors! ( ? seconds)

Standard error:
Your version of Node.js (X.X.X) has not been tested with this release of Rush. The Rush team will not accept issue reports for it. Please consider upgrading Rush or downgrading Node.js.
XX of XX: [@azure/service-bus] completed with warnings in ? seconds
XX of XX: [@azure/core-http] failed to build!
XX of XX: [@azure/core-arm] blocked by [@azure/core-http]!
XX of XX: [@azure/identity] blocked by [@azure/core-http]!
XX of XX: [@azure/core-amqp] blocked by [@azure/core-http]!
XX of XX: [@azure/event-hubs] blocked by [@azure/core-http]!
XX of XX: [@azure/keyvault-certificates] blocked by [@azure/core-http]!
XX of XX: [@azure/keyvault-keys] blocked by [@azure/core-http]!
XX of XX: [@azure/keyvault-secrets] blocked by [@azure/core-http]!
XX of XX: [@azure/identity] blocked by [@azure/core-http]!
XX of XX: [@azure/core-amqp] blocked by [@azure/core-http]!
XX of XX: [@azure/event-hubs] blocked by [@azure/core-http]!
XX of XX: [@azure/service-bus] blocked by [@azure/core-http]!
[@azure/core-http] Returned error code: 1
Loading