Skip to content
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
32 changes: 20 additions & 12 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.8.0 (pre-LTS)
Node.js version is 14.9.0 (pre-LTS)
Starting "rush rebuild"
Executing a maximum of ?simultaneous processes...
XX of XX: [@azure/abort-controller] completed successfully in ? seconds
Expand All @@ -16,43 +16,47 @@ SUCCESS (4)
@azure/core-asynciterator-polyfill (? seconds)
@azure/core-paging (? seconds)
================================
BLOCKED (38)
BLOCKED (42)
================================
@azure/core-auth
@azure/core-http
@azure/core-amqp
@azure/core-lro
@azure/dev-tool
@azure/identity
@azure/test-utils-recorder
@azure/core-amqp
@azure/core-https
@azure/core-xml
@azure/event-hubs
@azure/event-processor-host
@azure/keyvault-secrets
@azure/schema-registry
@azure/storage-blob
@azure/ai-anomaly-detector
@azure/ai-form-recognizer
@azure/ai-text-analytics
@azure/app-configuration
@azure/core-arm
@azure/core-client
@azure/core-tracing
@azure/cosmos
@azure/event-hubs
@azure/data-tables
@azure/digital-twins
@azure/eventgrid
@azure/eventhubs-checkpointstore-blob
@azure/identity
@azure/keyvault-admin
@azure/keyvault-certificates
@azure/keyvault-common
@azure/keyvault-keys
@azure/monitor-opentelemetry-exporter
@azure/schema-registry
@azure/schema-registry-avro
@azure/search-documents
@azure/service-bus
@azure/storage-blob-changefeed
@azure/storage-file-datalake
@azure/storage-file-share
@azure/storage-internal-avro
@azure/storage-queue
@azure/tables
@azure/template
@azure/test-utils-perfstress
testhub
Expand Down Expand Up @@ -84,37 +88,41 @@ rush rebuild - Errors! (? seconds)
Standard error:

XX of XX: [@azure/eslint-plugin-azure-sdk] failed!
XX of XX: [@azure/ai-anomaly-detector] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/ai-form-recognizer] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/ai-text-analytics] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/core-amqp] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/event-hubs] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/eventhubs-checkpointstore-blob] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/service-bus] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/core-auth] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/core-client] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/core-http] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/app-configuration] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/core-arm] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/core-lro] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/keyvault-admin] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/keyvault-certificates] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/keyvault-keys] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/keyvault-secrets] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/storage-blob] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/eventhubs-checkpointstore-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/eventgrid] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/identity] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/storage-internal-avro] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/storage-queue] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/keyvault-admin] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/keyvault-common] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/monitor-opentelemetry-exporter] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/schema-registry] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/schema-registry-avro] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/search-documents] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/storage-file-share] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/tables] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/storage-queue] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/template] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/test-utils-perfstress] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/test-utils-recorder] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/storage-internal-avro] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/core-https] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/core-tracing] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/core-xml] blocked by [@azure/eslint-plugin-azure-sdk]!
Expand Down
Loading