Skip to content

Commit e741222

Browse files
Update user baselines
1 parent 7adc175 commit e741222

File tree

4 files changed

+468
-1913
lines changed

4 files changed

+468
-1913
lines changed

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

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@ Rush Multi-Project Build Tool 5.X.X - https://rushjs.io
55
Node.js version is 12.7.0 (pre-LTS)
66
Starting "rush rebuild"
77
Executing a maximum of ?simultaneous processes...
8-
XX of XX: [@azure/abort-controller] completed successfully in ? seconds
9-
XX of XX: [@azure/core-asynciterator-polyfill] completed successfully in ? seconds
10-
XX of XX: [@azure/core-auth] completed successfully in ? seconds
11-
XX of XX: [@azure/core-paging] completed successfully in ? seconds
12-
XX of XX: [@azure/cosmos] completed successfully in ? seconds
13-
Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
14-
XX of XX: [@azure/storage-blob] completed successfully in ? seconds
15-
XX of XX: [@azure/storage-file] completed successfully in ? seconds
16-
XX of XX: [@azure/storage-queue] completed successfully in ? seconds
178
npm ERR! code ELIFECYCLE
189
npm ERR! errno 2
1910
npm ERR! @azure/[email protected] build:tsc: `tsc -p tsconfig.es.json`
@@ -34,14 +25,25 @@ npm ERR! This is probably not a problem with npm. There is likely additional log
3425
npm ERR! A complete log of this run can be found in:
3526
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
3627
ERROR: "build:lib" exited with 1.
28+
XX of XX: [@azure/core-tracing] completed successfully in ? seconds
3729
XX of XX: [@azure/event-processor-host] completed successfully in ? seconds
30+
XX of XX: [@azure/abort-controller] completed successfully in ? seconds
31+
XX of XX: [@azure/core-asynciterator-polyfill] completed successfully in ? seconds
32+
XX of XX: [@azure/core-auth] completed successfully in ? seconds
33+
XX of XX: [@azure/core-paging] completed successfully in ? seconds
34+
XX of XX: [@azure/cosmos] completed successfully in ? seconds
35+
Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
36+
XX of XX: [@azure/storage-blob] completed successfully in ? seconds
37+
XX of XX: [@azure/storage-file] completed successfully in ? seconds
38+
XX of XX: [@azure/storage-queue] completed successfully in ? seconds
3839
XX of XX: [testhub] completed successfully in ? seconds
39-
SUCCESS (10)
40+
SUCCESS (11)
4041
================================
4142
@azure/abort-controller (? seconds)
4243
@azure/core-asynciterator-polyfill (? seconds)
4344
@azure/core-auth (? seconds)
4445
@azure/core-paging (? seconds)
46+
@azure/core-tracing (? seconds)
4547
@azure/cosmos (? seconds)
4648
@azure/event-processor-host (? seconds)
4749
@azure/storage-blob (? seconds)
@@ -67,7 +69,7 @@ BLOCKED (8)
6769
================================
6870
FAILURE (1)
6971
================================
70-
@azure/core-http (? seconds)
72+
@azure/core-http ( ? seconds)
7173
npm ERR! code ELIFECYCLE
7274
npm ERR! errno 2
7375
npm ERR! @azure/[email protected] build:tsc: `tsc -p tsconfig.es.json`
@@ -95,7 +97,7 @@ rush rebuild - Errors! ( ? seconds)
9597

9698

9799
Standard error:
98-
XX of XX: [@azure/service-bus] completed with warnings in ? seconds
100+
99101
XX of XX: [@azure/core-http] failed to build!
100102
XX of XX: [@azure/core-arm] blocked by [@azure/core-http]!
101103
XX of XX: [@azure/keyvault-certificates] blocked by [@azure/core-http]!
@@ -105,4 +107,5 @@ XX of XX: [@azure/identity] blocked by [@azure/core-http]!
105107
XX of XX: [@azure/core-amqp] blocked by [@azure/core-http]!
106108
XX of XX: [@azure/event-hubs] blocked by [@azure/core-http]!
107109
XX of XX: [@azure/template] blocked by [@azure/core-http]!
110+
XX of XX: [@azure/service-bus] completed with warnings in ? seconds
108111
[@azure/core-http] Returned error code: 1

tests/baselines/reference/user/acorn.log

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ node_modules/acorn/dist/acorn.js(3032,40): error TS2339: Property 'inGeneratorCo
114114
node_modules/acorn/dist/acorn.js(3035,8): error TS2339: Property 'exprAllowed' does not exist on type 'TokenType'.
115115
node_modules/acorn/dist/acorn.js(5297,5): error TS2339: Property 'nextToken' does not exist on type 'Parser'.
116116
node_modules/acorn/dist/acorn.js(5298,12): error TS2339: Property 'parseExpression' does not exist on type 'Parser'.
117-
node_modules/acorn/dist/acorn_loose.es.js(1,56): error TS2440: Import declaration conflicts with local declaration of 'defaultOptions'.
118117
node_modules/acorn/dist/acorn_loose.es.js(73,9): error TS2339: Property 'name' does not exist on type 'Node'.
119118
node_modules/acorn/dist/acorn_loose.es.js(79,9): error TS2339: Property 'value' does not exist on type 'Node'.
120119
node_modules/acorn/dist/acorn_loose.es.js(79,23): error TS2339: Property 'raw' does not exist on type 'Node'.

0 commit comments

Comments
 (0)