Skip to content

Commit 380c8b9

Browse files
Update user baselines
1 parent 2bfea53 commit 380c8b9

File tree

4 files changed

+35
-82
lines changed

4 files changed

+35
-82
lines changed

tests/baselines/reference/docker/azure-sdk.log

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,22 @@ Exit Code: 1
22
Standard output:
33

44
Rush Multi-Project Build Tool 5.X.X - https://rushjs.io
5-
Node.js version is 14.5.0 (pre-LTS)
5+
Node.js version is 14.6.0 (pre-LTS)
66
Starting "rush rebuild"
77
Executing a maximum of ?simultaneous processes...
88
XX of XX: [@azure/abort-controller] completed successfully in ? seconds
99
XX of XX: [@azure/logger] completed successfully in ? seconds
1010
XX of XX: [@azure/core-asynciterator-polyfill] completed successfully in ? seconds
1111
XX of XX: [@azure/core-paging] completed successfully in ? seconds
12+
npm ERR! code ELIFECYCLE
13+
npm ERR! errno 1
14+
npm ERR! @azure/[email protected] build:node: `tsc -p .`
15+
npm ERR! Exit status 1
16+
npm ERR!
17+
npm ERR! Failed at the @azure/[email protected] build:node script.
18+
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
19+
npm ERR! A complete log of this run can be found in:
20+
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
1221
SUCCESS (4)
1322
================================
1423
@azure/abort-controller (? seconds)
@@ -54,7 +63,7 @@ BLOCKED (35)
5463
@azure/test-utils-perfstress
5564
testhub
5665
================================
57-
FAILURE (1)
66+
FAILURE (2)
5867
================================
5968
@azure/eslint-plugin-azure-sdk (? seconds)
6069
>>> @azure/eslint-plugin-azure-sdk
@@ -72,6 +81,16 @@ tsc -p tsconfig.build.json && prettier --write dist/**/*.{js,json,md}
7281
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);
7382
~~~~~~~~~~~~~~
7483
Found 4 errors.
84+
@azure/monitor-opentelemetry-exporter (? seconds)
85+
npm ERR! code ELIFECYCLE
86+
npm ERR! errno 1
87+
npm ERR! @azure/[email protected] build:node: `tsc -p .`
88+
npm ERR! Exit status 1
89+
npm ERR!
90+
npm ERR! Failed at the @azure/[email protected] build:node script.
91+
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
92+
npm ERR! A complete log of this run can be found in:
93+
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
7594
================================
7695
Error: Project(s) failed
7796
rush rebuild - Errors! (? seconds)
@@ -116,4 +135,6 @@ XX of XX: [@azure/cosmos] blocked by [@azure/eslint-plugin-azure-sdk]!
116135
XX of XX: [@azure/dev-tool] blocked by [@azure/eslint-plugin-azure-sdk]!
117136
XX of XX: [@azure/event-processor-host] blocked by [@azure/eslint-plugin-azure-sdk]!
118137
XX of XX: [testhub] blocked by [@azure/eslint-plugin-azure-sdk]!
138+
XX of XX: [@azure/monitor-opentelemetry-exporter] failed!
119139
[@azure/eslint-plugin-azure-sdk] Returned error code: 2
140+
[@azure/monitor-opentelemetry-exporter] Returned error code: 1

tests/baselines/reference/docker/office-ui-fabric.log

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,6 @@ Standard output:
227227
Standard error:
228228
info cli using local version of lerna
229229
@fluentui/ability-attributes: npm WARN lifecycle The node binary used for scripts is but npm is using /usr/local/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.
230-
@fluentui/ability-attributes: (node:47) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.
231-
@fluentui/ability-attributes: (Use `node --trace-deprecation ...` to show where the warning was created)
232230
@uifabric/build: warning package.json: "dependencies" has dependency "typescript" with range "3.7.2" that collides with a dependency in "devDependencies" of the same name with version "../typescript.tgz"
233231
@uifabric/build: (node:106) Warning: Accessing non-existent property 'cat' of module exports inside circular dependency
234232
@uifabric/build: (Use `node --trace-warnings ...` to show where the warning was created)
@@ -503,24 +501,6 @@ info cli using local version of lerna
503501
@uifabric/webpack-utils: (node:366) Warning: Accessing non-existent property 'touch' of module exports inside circular dependency
504502
@uifabric/webpack-utils: (node:366) Warning: Accessing non-existent property 'uniq' of module exports inside circular dependency
505503
@uifabric/webpack-utils: (node:366) Warning: Accessing non-existent property 'which' of module exports inside circular dependency
506-
@fluentui/docs-components: (node:397) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.
507-
@fluentui/docs-components: (Use `node --trace-deprecation ...` to show where the warning was created)
508-
@fluentui/react-component-event-listener: (node:428) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.
509-
@fluentui/react-component-event-listener: (Use `node --trace-deprecation ...` to show where the warning was created)
510-
@fluentui/react-component-nesting-registry: (node:459) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.
511-
@fluentui/react-component-nesting-registry: (Use `node --trace-deprecation ...` to show where the warning was created)
512-
@fluentui/react-component-ref: (node:490) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.
513-
@fluentui/react-component-ref: (Use `node --trace-deprecation ...` to show where the warning was created)
514-
@fluentui/react-context-selector: (node:521) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.
515-
@fluentui/react-context-selector: (Use `node --trace-deprecation ...` to show where the warning was created)
516-
@fluentui/react-proptypes: (node:552) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.
517-
@fluentui/react-proptypes: (Use `node --trace-deprecation ...` to show where the warning was created)
518-
@fluentui/state: (node:583) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.
519-
@fluentui/state: (Use `node --trace-deprecation ...` to show where the warning was created)
520-
@fluentui/styles: (node:614) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.
521-
@fluentui/styles: (Use `node --trace-deprecation ...` to show where the warning was created)
522-
@fluentui/accessibility: (node:645) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.
523-
@fluentui/accessibility: (Use `node --trace-deprecation ...` to show where the warning was created)
524504
@fluentui/date-time-utilities: (node:676) Warning: Accessing non-existent property 'cat' of module exports inside circular dependency
525505
@fluentui/date-time-utilities: (Use `node --trace-warnings ...` to show where the warning was created)
526506
@fluentui/date-time-utilities: (node:676) Warning: Accessing non-existent property 'cd' of module exports inside circular dependency
@@ -614,8 +594,6 @@ info cli using local version of lerna
614594
@fluentui/react-flex: (node:754) Warning: Accessing non-existent property 'uniq' of module exports inside circular dependency
615595
@fluentui/react-flex: (node:754) Warning: Accessing non-existent property 'which' of module exports inside circular dependency
616596
@fluentui/react-flex: [XX:XX:XX XM] ▲ One of these [node-sass, postcss, autoprefixer] is not installed, so this task has no effect
617-
@fluentui/react-northstar-styles-renderer: (node:793) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.
618-
@fluentui/react-northstar-styles-renderer: (Use `node --trace-deprecation ...` to show where the warning was created)
619597
@uifabric/jest-serializer-merge-styles: (node:824) Warning: Accessing non-existent property 'cat' of module exports inside circular dependency
620598
@uifabric/jest-serializer-merge-styles: (Use `node --trace-warnings ...` to show where the warning was created)
621599
@uifabric/jest-serializer-merge-styles: (node:824) Warning: Accessing non-existent property 'cd' of module exports inside circular dependency
@@ -647,10 +625,6 @@ info cli using local version of lerna
647625
@uifabric/jest-serializer-merge-styles: (node:824) Warning: Accessing non-existent property 'uniq' of module exports inside circular dependency
648626
@uifabric/jest-serializer-merge-styles: (node:824) Warning: Accessing non-existent property 'which' of module exports inside circular dependency
649627
@uifabric/jest-serializer-merge-styles: [XX:XX:XX XM] ▲ One of these [node-sass, postcss, autoprefixer] is not installed, so this task has no effect
650-
@fluentui/react-northstar-emotion-renderer: (node:863) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.
651-
@fluentui/react-northstar-emotion-renderer: (Use `node --trace-deprecation ...` to show where the warning was created)
652-
@fluentui/react-northstar-fela-renderer: (node:894) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.
653-
@fluentui/react-northstar-fela-renderer: (Use `node --trace-deprecation ...` to show where the warning was created)
654628
@fluentui/react-stylesheets: (node:925) Warning: Accessing non-existent property 'cat' of module exports inside circular dependency
655629
@fluentui/react-stylesheets: (Use `node --trace-warnings ...` to show where the warning was created)
656630
@fluentui/react-stylesheets: (node:925) Warning: Accessing non-existent property 'cd' of module exports inside circular dependency
@@ -844,8 +818,7 @@ info cli using local version of lerna
844818
@fluentui/react-icons: at ChildProcess.EventEmitter.emit (domain.js:548:15)
845819
@fluentui/react-icons: at maybeClose (internal/child_process.js:1051:16)
846820
@fluentui/react-icons: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5)
847-
@fluentui/react-icons: at Process.topLevelDomainCallback (domain.js:138:15)
848-
@fluentui/react-icons: at Process.callbackTrampoline (internal/async_hooks.js:121:14)
821+
@fluentui/react-icons: at Process.callbackTrampoline (internal/async_hooks.js:129:14)
849822
@fluentui/react-icons: [XX:XX:XX XM] x stdout:
850823
@fluentui/react-icons: [XX:XX:XX XM] x src/utils/createSvgIcon.ts:3:26 - error TS2307: Cannot find module './SvgIcon.scss'.
851824
@fluentui/react-icons: 3 import * as classes from './SvgIcon.scss';

tests/baselines/reference/docker/vue-next.log

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Exit Code: 0
22
Standard output:
33

4-
> @X.X.X-rc.4 build /vue-next
4+
> @X.X.X-rc.5 build /vue-next
55
> node scripts/build.js "--types"
66
Rolling up type definitions for compiler-core...
77
Analysis will use the bundled TypeScript version 3.9.7
@@ -72,7 +72,7 @@ Error: /vue-next/packages/compiler-sfc/src/parse.ts(179,14): semantic error TS27
7272
at forEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:9342:14)
7373
at _.each (/vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:9:2)
7474
at Object.transform (/vue-next/node_modules/rollup-plugin-typescript2/src/index.ts:242:5)
75-
(node:17) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1: rollup -c --environment COMMIT:aa06b10,NODE_ENV:production,TARGET:compiler-sfc,TYPES:true
75+
(node:17) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1: rollup -c --environment COMMIT:848d9ce,NODE_ENV:production,TARGET:compiler-sfc,TYPES:true
7676
at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
7777
at handlePromise (/vue-next/node_modules/execa/index.js:114:26)
7878
at processTicksAndRejections (internal/process/task_queues.js:93:5)

0 commit comments

Comments
 (0)