TypeScript/tests/baselines/reference/docker/azure-sdk.log
TypeScript Bot de4a57afdc
Update user baselines +cc @sandersn (#41423)
Co-authored-by: typescript-bot <typescript@microsoft.com>
2020-11-11 10:47:30 -08:00

141 lines
15 KiB
Text

Exit Code: 1
Standard output:
Rush Multi-Project Build Tool 5.X.X - https://rushjs.io
Node.js version is 15.1.0 (unstable)
Starting "rush rebuild"
Executing a maximum of ?simultaneous processes...
BLOCKED (51)
================================
@azure/abort-controller
@azure/core-auth
@azure/logger
@azure/core-http
@azure/core-asynciterator-polyfill
@azure/identity
@azure/communication-common
@azure/core-amqp
@azure/core-lro
@azure/core-paging
@azure/dev-tool
@azure/test-utils-recorder
@azure/communication-administration
@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-metrics-advisor
@azure/ai-text-analytics
@azure/app-configuration
@azure/communication-chat
@azure/communication-sms
@azure/core-arm
@azure/core-client
@azure/core-tracing
@azure/cosmos
@azure/data-tables
@azure/digital-twins-core
@azure/eventgrid
@azure/eventhubs-checkpointstore-blob
@azure/keyvault-admin
@azure/keyvault-certificates
@azure/keyvault-common
@azure/keyvault-keys
@azure/monitor-opentelemetry-exporter
@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/template
@azure/test-utils-perfstress
testhub
================================
FAILURE (1)
================================
@azure/eslint-plugin-azure-sdk (? seconds)
>>> @azure/eslint-plugin-azure-sdk
tsc -p tsconfig.build.json && prettier --write dist/**/*.{js,json,md}
../../temp/node_modules/.pnpm/@typescript-eslint/experimental-utils@X.X.X_eslint@X.X.X+typescript@X.X.X/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Linter.d.ts:6:11 - error TS2300: Duplicate identifier 'Linter'.
6 interface Linter {
~~~~~~
../../temp/node_modules/.pnpm/@typescript-eslint/experimental-utils@X.X.X_eslint@X.X.X+typescript@X.X.X/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Linter.d.ts:21:19 - error TS2300: Duplicate identifier 'Linter'.
21 declare namespace Linter {
~~~~~~
../../temp/node_modules/.pnpm/@typescript-eslint/experimental-utils@X.X.X_eslint@X.X.X+typescript@X.X.X/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Linter.d.ts:106:15 - error TS2300: Duplicate identifier 'Linter'.
106 declare const Linter: new () => Linter;
~~~~~~
../../temp/node_modules/.pnpm/@typescript-eslint/typescript-estree@X.X.X_typescript@X.X.X/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts:3:3999 - error TS2694: Namespace 'ts' has no exported member 'JSDocAuthorTag'.
3 export declare type TSNode = ts.Node & (ts.Modifier | ts.Identifier | ts.QualifiedName | ts.ComputedPropertyName | ts.Decorator | ts.TypeParameterDeclaration | ts.CallSignatureDeclaration | ts.ConstructSignatureDeclaration | ts.VariableDeclaration | ts.VariableDeclarationList | ts.ParameterDeclaration | ts.BindingElement | ts.PropertySignature | ts.PropertyDeclaration | ts.PropertyAssignment | ts.ShorthandPropertyAssignment | ts.SpreadAssignment | ts.ObjectBindingPattern | ts.ArrayBindingPattern | ts.FunctionDeclaration | ts.MethodSignature | ts.MethodDeclaration | ts.ConstructorDeclaration | ts.SemicolonClassElement | ts.GetAccessorDeclaration | ts.SetAccessorDeclaration | ts.IndexSignatureDeclaration | ts.KeywordTypeNode | ts.ImportTypeNode | ts.ThisTypeNode | ts.ConstructorTypeNode | ts.FunctionTypeNode | ts.TypeReferenceNode | ts.TypePredicateNode | ts.TypeQueryNode | ts.TypeLiteralNode | ts.ArrayTypeNode | ts.TupleTypeNode | ts.OptionalTypeNode | ts.RestTypeNode | ts.UnionTypeNode | ts.IntersectionTypeNode | ts.ConditionalTypeNode | ts.InferTypeNode | ts.ParenthesizedTypeNode | ts.TypeOperatorNode | ts.IndexedAccessTypeNode | ts.MappedTypeNode | ts.LiteralTypeNode | ts.StringLiteral | ts.OmittedExpression | ts.PartiallyEmittedExpression | ts.PrefixUnaryExpression | ts.PostfixUnaryExpression | ts.NullLiteral | ts.BooleanLiteral | ts.ThisExpression | ts.SuperExpression | ts.ImportExpression | ts.DeleteExpression | ts.TypeOfExpression | ts.VoidExpression | ts.AwaitExpression | ts.YieldExpression | ts.SyntheticExpression | ts.BinaryExpression | ts.ConditionalExpression | ts.FunctionExpression | ts.ArrowFunction | ts.RegularExpressionLiteral | ts.NoSubstitutionTemplateLiteral | ts.NumericLiteral | ts.BigIntLiteral | ts.TemplateHead | ts.TemplateMiddle | ts.TemplateTail | ts.TemplateExpression | ts.TemplateSpan | ts.ParenthesizedExpression | ts.ArrayLiteralExpression | ts.SpreadElement | ts.ObjectLiteralExpression | ts.PropertyAccessExpression | ts.ElementAccessExpression | ts.CallExpression | ts.ExpressionWithTypeArguments | ts.NewExpression | ts.TaggedTemplateExpression | ts.AsExpression | ts.TypeAssertion | ts.NonNullExpression | ts.MetaProperty | ts.JsxElement | ts.JsxOpeningElement | ts.JsxSelfClosingElement | ts.JsxFragment | ts.JsxOpeningFragment | ts.JsxClosingFragment | ts.JsxAttribute | ts.JsxSpreadAttribute | ts.JsxClosingElement | ts.JsxExpression | ts.JsxText | ts.NotEmittedStatement | ts.CommaListExpression | ts.EmptyStatement | ts.DebuggerStatement | ts.MissingDeclaration | ts.Block | ts.VariableStatement | ts.ExpressionStatement | ts.IfStatement | ts.DoStatement | ts.WhileStatement | ts.ForStatement | ts.ForInStatement | ts.ForOfStatement | ts.BreakStatement | ts.ContinueStatement | ts.ReturnStatement | ts.WithStatement | ts.SwitchStatement | ts.CaseBlock | ts.CaseClause | ts.DefaultClause | ts.LabeledStatement | ts.ThrowStatement | ts.TryStatement | ts.CatchClause | ts.ClassDeclaration | ts.ClassExpression | ts.InterfaceDeclaration | ts.HeritageClause | ts.TypeAliasDeclaration | ts.EnumMember | ts.EnumDeclaration | ts.ModuleDeclaration | ts.ModuleBlock | ts.ImportEqualsDeclaration | ts.ExternalModuleReference | ts.ImportDeclaration | ts.ImportClause | ts.NamespaceImport | ts.NamespaceExportDeclaration | ts.ExportDeclaration | ts.NamedImports | ts.NamedExports | ts.ImportSpecifier | ts.ExportSpecifier | ts.ExportAssignment | ts.CommentRange | ts.SourceFile | ts.Bundle | ts.InputFiles | ts.UnparsedSource | ts.JsonMinusNumericLiteral | ts.JSDoc | ts.JSDocTypeExpression | ts.JSDocUnknownTag | ts.JSDocAugmentsTag | ts.JSDocClassTag | ts.JSDocEnumTag | ts.JSDocThisTag | ts.JSDocTemplateTag | ts.JSDocReturnTag | ts.JSDocTypeTag | ts.JSDocTypedefTag | ts.JSDocCallbackTag | ts.JSDocSignature | ts.JSDocPropertyTag | ts.JSDocParameterTag | ts.JSDocTypeLiteral | ts.JSDocFunctionType | ts.JSDocAllType | ts.JSDocUnknownType | ts.JSDocNullableType | ts.JSDocNonNullableType | ts.JSDocOptionalType | ts.JSDocVariadicType | ts.JSDocAuthorTag);
~~~~~~~~~~~~~~
Found 4 errors.
================================
Error: Project(s) failed
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-administration] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/communication-chat] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/communication-common] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/communication-sms] 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/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-metrics-advisor] 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-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/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-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/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/storage-queue] 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/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/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-asynciterator-polyfill] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/core-paging] 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]!
XX of XX: [@azure/cosmos] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/dev-tool] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/event-processor-host] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [testhub] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/logger] blocked by [@azure/eslint-plugin-azure-sdk]!
[@azure/eslint-plugin-azure-sdk] Returned error code: 2