Skip to content

Commit 9d404b4

Browse files
TypeScript Botweswigham
authored andcommitted
Update user baselines (microsoft#32658)
1 parent 8235bb8 commit 9d404b4

File tree

6 files changed

+612
-43
lines changed

6 files changed

+612
-43
lines changed

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

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

44
Rush Multi-Project Build Tool 5.X.X - https://rushjs.io
5+
Node.js version is 12.7.0 (pre-LTS)
56
Starting "rush rebuild"
67
Executing a maximum of ?simultaneous processes...
78
XX of XX: [@azure/abort-controller] completed successfully in ? seconds
89
XX of XX: [@azure/core-asynciterator-polyfill] completed successfully in ? seconds
10+
XX of XX: [@azure/core-auth] completed successfully in ? seconds
911
XX of XX: [@azure/core-paging] completed successfully in ? seconds
1012
XX of XX: [@azure/cosmos] completed successfully in ? seconds
11-
XX of XX: [@azure/event-processor-host] completed successfully in ? seconds
1213
Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
1314
XX of XX: [@azure/storage-blob] completed successfully in ? seconds
1415
XX of XX: [@azure/storage-file] completed successfully in ? seconds
1516
XX of XX: [@azure/storage-queue] completed successfully in ? seconds
16-
XX of XX: [@azure/template] completed successfully in ? seconds
17-
XX of XX: [testhub] completed successfully in ? seconds
18-
XX of XX: [@azure/core-auth] completed successfully in ? seconds
1917
npm ERR! code ELIFECYCLE
2018
npm ERR! errno 2
2119
npm ERR! @azure/[email protected] build:tsc: `tsc -p tsconfig.es.json`
@@ -36,7 +34,9 @@ npm ERR! This is probably not a problem with npm. There is likely additional log
3634
npm ERR! A complete log of this run can be found in:
3735
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
3836
ERROR: "build:lib" exited with 1.
39-
SUCCESS (11)
37+
XX of XX: [@azure/event-processor-host] completed successfully in ? seconds
38+
XX of XX: [testhub] completed successfully in ? seconds
39+
SUCCESS (10)
4040
================================
4141
@azure/abort-controller (? seconds)
4242
@azure/core-asynciterator-polyfill (? seconds)
@@ -47,15 +47,14 @@ SUCCESS (11)
4747
@azure/storage-blob (? seconds)
4848
@azure/storage-file (? seconds)
4949
@azure/storage-queue (? seconds)
50-
@azure/template (? seconds)
5150
testhub (? seconds)
5251
================================
5352
SUCCESS WITH WARNINGS (1)
5453
================================
5554
@azure/service-bus (? seconds)
5655
Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
5756
================================
58-
BLOCKED (7)
57+
BLOCKED (8)
5958
================================
6059
@azure/core-amqp
6160
@azure/core-arm
@@ -64,6 +63,7 @@ BLOCKED (7)
6463
@azure/keyvault-certificates
6564
@azure/keyvault-keys
6665
@azure/keyvault-secrets
66+
@azure/template
6767
================================
6868
FAILURE (1)
6969
================================
@@ -95,7 +95,6 @@ rush rebuild - Errors! ( ? seconds)
9595

9696

9797
Standard error:
98-
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.
9998
XX of XX: [@azure/service-bus] completed with warnings in ? seconds
10099
XX of XX: [@azure/core-http] failed to build!
101100
XX of XX: [@azure/core-arm] blocked by [@azure/core-http]!
@@ -105,4 +104,5 @@ XX of XX: [@azure/keyvault-secrets] blocked by [@azure/core-http]!
105104
XX of XX: [@azure/identity] blocked by [@azure/core-http]!
106105
XX of XX: [@azure/core-amqp] blocked by [@azure/core-http]!
107106
XX of XX: [@azure/event-hubs] blocked by [@azure/core-http]!
107+
XX of XX: [@azure/template] blocked by [@azure/core-http]!
108108
[@azure/core-http] Returned error code: 1

tests/baselines/reference/user/axios-src.log

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
Exit Code: 1
22
Standard output:
3-
../../../../../built/local/lib.es2015.iterable.d.ts(41,6): error TS2300: Duplicate identifier 'IteratorResult'.
4-
../../../../../node_modules/@types/node/index.d.ts(77,11): error TS2300: Duplicate identifier 'IteratorResult'.
53
lib/adapters/http.js(12,19): error TS2732: Cannot find module './../../package.json'. Consider using '--resolveJsonModule' to import module with '.json' extension
64
lib/adapters/http.js(85,22): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
75
Type 'undefined' is not assignable to type 'string'.

0 commit comments

Comments
 (0)