Skip to content

Commit 5609566

Browse files
Update user baselines
1 parent 01a8613 commit 5609566

14 files changed

+335
-114
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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.15.0 (LTS)
5+
Node.js version is 12.16.0 (LTS)
66
Starting "rush rebuild"
77
Executing a maximum of ?simultaneous processes...
88
XX of XX: [@azure/abort-controller] completed successfully in ? seconds
@@ -44,10 +44,10 @@ npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
4444
Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
4545
npm ERR! code ELIFECYCLE
4646
npm ERR! errno 2
47-
npm ERR! @azure/[email protected].8 build:es6: `tsc -p tsconfig.json`
47+
npm ERR! @azure/[email protected].9 build:es6: `tsc -p tsconfig.json && npm run build:types`
4848
npm ERR! Exit status 2
4949
npm ERR!
50-
npm ERR! Failed at the @azure/[email protected].8 build:es?script.
50+
npm ERR! Failed at the @azure/[email protected].9 build:es?script.
5151
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
5252
npm ERR! A complete log of this run can be found in:
5353
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
@@ -105,31 +105,31 @@ FAILURE (4)
105105
@azure/app-configuration ( ? seconds)
106106
>>> @azure/app-configuration
107107
tsc -p . && rollup -c 2>&1 && npm run extract-api
108-
test/testHelpers.ts(74,31): error TS2322: Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage>' is not assignable to type 'AsyncIterable<ConfigurationSetting>'.
108+
test/testHelpers.ts(74,31): error TS2322: Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage, PageSettings>' is not assignable to type 'AsyncIterable<ConfigurationSetting>'.
109109
Types of property '[Symbol.asyncIterator]' are incompatible.
110-
Type '() => PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage>' is not assignable to type '() => AsyncIterator<ConfigurationSetting>'.
111-
Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage>' is not assignable to type 'AsyncIterator<ConfigurationSetting>'.
110+
Type '() => PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage, PageSettings>' is not assignable to type '() => AsyncIterator<ConfigurationSetting>'.
111+
Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage, PageSettings>' is not assignable to type 'AsyncIterator<ConfigurationSetting>'.
112112
Types of property 'next' are incompatible.
113113
Type '() => Promise<{ done?: boolean | undefined; value: ConfigurationSetting; }>' is not assignable to type '(value?: any) => Promise<IteratorResult<ConfigurationSetting>>'.
114114
Type 'Promise<{ done?: boolean | undefined; value: ConfigurationSetting; }>' is not assignable to type 'Promise<IteratorResult<ConfigurationSetting>>'.
115115
Type '{ done?: boolean | undefined; value: ConfigurationSetting; }' is not assignable to type 'IteratorResult<ConfigurationSetting>'.
116116
Types of property 'done' are incompatible.
117117
Type 'boolean | undefined' is not assignable to type 'boolean'.
118118
Type 'undefined' is not assignable to type 'boolean'.
119-
test/testHelpers.ts(92,31): error TS2322: Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage | ListRevisionsPage>' is not assignable to type 'AsyncIterable<ConfigurationSetting>'.
119+
test/testHelpers.ts(92,31): error TS2322: Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage | ListRevisionsPage, PageSettings>' is not assignable to type 'AsyncIterable<ConfigurationSetting>'.
120120
Types of property '[Symbol.asyncIterator]' are incompatible.
121-
Type '() => PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage | ListRevisionsPage>' is not assignable to type '() => AsyncIterator<ConfigurationSetting>'.
122-
Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage | ListRevisionsPage>' is not assignable to type 'AsyncIterator<ConfigurationSetting>'.
121+
Type '() => PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage | ListRevisionsPage, PageSettings>' is not assignable to type '() => AsyncIterator<ConfigurationSetting>'.
122+
Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage | ListRevisionsPage, PageSettings>' is not assignable to type 'AsyncIterator<ConfigurationSetting>'.
123123
Types of property 'next' are incompatible.
124124
Type '() => Promise<{ done?: boolean | undefined; value: ConfigurationSetting; }>' is not assignable to type '(value?: any) => Promise<IteratorResult<ConfigurationSetting>>'.
125125
Type 'Promise<{ done?: boolean | undefined; value: ConfigurationSetting; }>' is not assignable to type 'Promise<IteratorResult<ConfigurationSetting>>'.
126126
@azure/eventhubs-checkpointstore-blob ( ? seconds)
127127
>>> @azure/eventhubs-checkpointstore-blob
128128
tsc -p . && rollup -c 2>&1 && npm run extract-api
129-
src/blobCheckpointStore.ts(50,32): error TS2322: Type 'PagedAsyncIterableIterator<BlobItem, ContainerListBlobFlatSegmentResponse>' is not assignable to type 'AsyncIterable<BlobItem>'.
129+
src/blobCheckpointStore.ts(50,32): error TS2322: Type 'PagedAsyncIterableIterator<BlobItem, ContainerListBlobFlatSegmentResponse, PageSettings>' is not assignable to type 'AsyncIterable<BlobItem>'.
130130
Types of property '[Symbol.asyncIterator]' are incompatible.
131-
Type '() => PagedAsyncIterableIterator<BlobItem, ContainerListBlobFlatSegmentResponse>' is not assignable to type '() => AsyncIterator<BlobItem>'.
132-
Type 'PagedAsyncIterableIterator<BlobItem, ContainerListBlobFlatSegmentResponse>' is not assignable to type 'AsyncIterator<BlobItem>'.
131+
Type '() => PagedAsyncIterableIterator<BlobItem, ContainerListBlobFlatSegmentResponse, PageSettings>' is not assignable to type '() => AsyncIterator<BlobItem>'.
132+
Type 'PagedAsyncIterableIterator<BlobItem, ContainerListBlobFlatSegmentResponse, PageSettings>' is not assignable to type 'AsyncIterator<BlobItem>'.
133133
Types of property 'next' are incompatible.
134134
Type '() => Promise<{ done?: boolean | undefined; value: BlobItem; }>' is not assignable to type '(value?: any) => Promise<IteratorResult<BlobItem>>'.
135135
Type 'Promise<{ done?: boolean | undefined; value: BlobItem; }>' is not assignable to type 'Promise<IteratorResult<BlobItem>>'.
@@ -150,10 +150,10 @@ npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
150150
@azure/storage-file-datalake (? seconds)
151151
npm ERR! code ELIFECYCLE
152152
npm ERR! errno 2
153-
npm ERR! @azure/[email protected].8 build:es6: `tsc -p tsconfig.json`
153+
npm ERR! @azure/[email protected].9 build:es6: `tsc -p tsconfig.json && npm run build:types`
154154
npm ERR! Exit status 2
155155
npm ERR!
156-
npm ERR! Failed at the @azure/[email protected].8 build:es?script.
156+
npm ERR! Failed at the @azure/[email protected].9 build:es?script.
157157
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
158158
npm ERR! A complete log of this run can be found in:
159159
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log

0 commit comments

Comments
 (0)