@@ -2,7 +2,7 @@ Exit Code: 1
22Standard output:
33
44Rush 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)
66Starting "rush rebuild"
77Executing a maximum of ?simultaneous processes...
88XX of XX: [@azure/abort-controller] completed successfully in ? seconds
@@ -41,13 +41,12 @@ npm ERR! Failed at the @azure/
[email protected] extract-api script.
4141npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
4242npm ERR! A complete log of this run can be found in:
4343npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
44- Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
4544npm ERR! code ELIFECYCLE
4645npm ERR! errno 2
47- npm ERR! @azure/
[email protected] .
8 build:es6: `tsc -p tsconfig.json`
46+ npm ERR! @azure/
[email protected] .
9 build:es6: `tsc -p tsconfig.json
&& npm run build:types `
4847npm ERR! Exit status 2
4948npm ERR!
50- npm ERR! Failed at the @azure/
[email protected] .
8 build:es?script.
49+ npm ERR! Failed at the @azure/
[email protected] .
9 build:es?script.
5150npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
5251npm ERR! A complete log of this run can be found in:
5352npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
@@ -75,7 +74,7 @@ SUCCESS (17)
7574@azure/template (? seconds)
7675testhub (? seconds)
7776================================
78- SUCCESS WITH WARNINGS (7 )
77+ SUCCESS WITH WARNINGS (6 )
7978================================
8079@azure/event-hubs (? seconds)
8180Warning: You have changed the public API signature for this project. Updating review/event-hubs.api.md
@@ -93,14 +92,12 @@ os-name (imported by dist-esm/utils/user-agent.js)
9392Use output.globals to specify browser global variable names corresponding to external modules
9493os-name (guessing 'osName')
9594created dist/index.js in ?s
96- @azure/service-bus (? seconds)
97- Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
9895@azure/storage-file-share (? seconds)
9996Warning: You have changed the public API signature for this project. Updating review/storage-file-share.api.md
10097@azure/storage-queue (? seconds)
10198Warning: You have changed the public API signature for this project. Updating review/storage-queue.api.md
10299================================
103- FAILURE (4 )
100+ FAILURE (5 )
104101================================
105102@azure/app-configuration ( ? seconds)
106103>>> @azure/app-configuration
@@ -147,13 +144,22 @@ npm ERR! Failed at the @azure/
[email protected] extract-api script.
147144npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
148145npm ERR! A complete log of this run can be found in:
149146npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
147+ @azure/service-bus (? seconds)
148+ >>> @azure/service-bus
149+ tsc -p . && rollup -c 2>&1 && npm run extract-api
150+ src/serviceBusClient.ts(90,34): error TS1109: Expression expected.
151+ src/serviceBusClient.ts(90,52): error TS1109: Expression expected.
152+ src/serviceBusClient.ts(90,62): error TS1005: ':' expected.
153+ src/serviceBusClient.ts(92,52): error TS1109: Expression expected.
154+ src/serviceBusClient.ts(92,70): error TS1109: Expression expected.
155+ src/serviceBusClient.ts(92,98): error TS1005: ':' expected.
150156@azure/storage-file-datalake (? seconds)
151157npm ERR! code ELIFECYCLE
152158npm ERR! errno 2
153- npm ERR! @azure/
[email protected] .
8 build:es6: `tsc -p tsconfig.json`
159+ npm ERR! @azure/
[email protected] .
9 build:es6: `tsc -p tsconfig.json
&& npm run build:types `
154160npm ERR! Exit status 2
155161npm ERR!
156- npm ERR! Failed at the @azure/
[email protected] .
8 build:es?script.
162+ npm ERR! Failed at the @azure/
[email protected] .
9 build:es?script.
157163npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
158164npm ERR! A complete log of this run can be found in:
159165npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
@@ -171,11 +177,12 @@ XX of XX: [@azure/app-configuration] failed!
171177XX of XX: [@azure/cosmos] completed with warnings in ? seconds
172178XX of XX: [@azure/eventhubs-checkpointstore-blob] failed!
173179XX of XX: [@azure/keyvault-certificates] failed!
174- XX of XX: [@azure/service-bus] completed with warnings in ? seconds
180+ XX of XX: [@azure/service-bus] failed!
175181XX of XX: [@azure/storage-file-datalake] failed!
176182XX of XX: [@azure/storage-file-share] completed with warnings in ? seconds
177183XX of XX: [@azure/storage-queue] completed with warnings in ? seconds
178184[@azure/app-configuration] Returned error code: 2
179185[@azure/eventhubs-checkpointstore-blob] Returned error code: 2
180186[@azure/keyvault-certificates] Returned error code: 2
187+ [@azure/service-bus] Returned error code: 2
181188[@azure/storage-file-datalake] Returned error code: 2
0 commit comments