|
| 1 | +Exit Code: 1 |
| 2 | +Standard output: |
| 3 | + |
| 4 | + |
| 5 | +Rush Multi-Project Build Tool 5.7.3 - https://rushjs.io |
| 6 | + |
| 7 | + |
| 8 | +Starting "rush rebuild" |
| 9 | + |
| 10 | +Executing a maximum of 1 simultaneous processes... |
| 11 | + |
| 12 | +[@azure/abort-controller] started |
| 13 | +1 of 18: [@azure/abort-controller] completed successfully in ? seconds |
| 14 | +[@azure/cosmos] started |
| 15 | +2 of 18: [@azure/cosmos] completed successfully in ? seconds |
| 16 | +[@azure/event-hubs] started |
| 17 | +3 of 18: [@azure/event-hubs] completed successfully in ? seconds |
| 18 | +[@azure/service-bus] started |
| 19 | +Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md |
| 20 | +[@azure/storage-blob] started |
| 21 | +5 of 18: [@azure/storage-blob] completed successfully in ? seconds |
| 22 | +[@azure/storage-datalake] started |
| 23 | +6 of 18: [@azure/storage-datalake] completed successfully in ? seconds |
| 24 | +[@azure/storage-file] started |
| 25 | +7 of 18: [@azure/storage-file] completed successfully in ? seconds |
| 26 | +[@azure/storage-queue] started |
| 27 | +8 of 18: [@azure/storage-queue] completed successfully in ? seconds |
| 28 | +[@azure/template] started |
| 29 | +9 of 18: [@azure/template] completed successfully in ? seconds |
| 30 | +[@azure/core-http] started |
| 31 | +10 of 18: [@azure/core-http] completed successfully in ? seconds |
| 32 | +[@azure/core-paging] started |
| 33 | +11 of 18: [@azure/core-paging] completed successfully in ? seconds |
| 34 | +[@azure/event-processor-host] started |
| 35 | +12 of 18: [@azure/event-processor-host] completed successfully in ? seconds |
| 36 | +[testhub] started |
| 37 | +13 of 18: [testhub] completed successfully in ? seconds |
| 38 | +[@azure/identity] started |
| 39 | +14 of 18: [@azure/identity] completed successfully in ? seconds |
| 40 | +[@azure/core-amqp] started |
| 41 | +[@azure/keyvault-certificates] started |
| 42 | +15 of 18: [@azure/keyvault-certificates] completed successfully in ? seconds |
| 43 | +[@azure/keyvault-keys] started |
| 44 | +16 of 18: [@azure/keyvault-keys] completed successfully in ? seconds |
| 45 | +[@azure/keyvault-secrets] started |
| 46 | +17 of 18: [@azure/keyvault-secrets] completed successfully in ? seconds |
| 47 | + |
| 48 | +SUCCESS (16) |
| 49 | +================================ |
| 50 | +@azure/abort-controller (? seconds) |
| 51 | +@azure/core-http (? seconds) |
| 52 | +@azure/core-paging (? seconds) |
| 53 | +@azure/cosmos (? seconds) |
| 54 | +@azure/event-hubs (? seconds) |
| 55 | +@azure/event-processor-host (? seconds) |
| 56 | +@azure/identity (? seconds) |
| 57 | +@azure/keyvault-certificates (? seconds) |
| 58 | +@azure/keyvault-keys (? seconds) |
| 59 | +@azure/keyvault-secrets (? seconds) |
| 60 | +@azure/storage-blob (? seconds) |
| 61 | +@azure/storage-datalake (? seconds) |
| 62 | +@azure/storage-file (? seconds) |
| 63 | +@azure/storage-queue (? seconds) |
| 64 | +@azure/template (? seconds) |
| 65 | +testhub (? seconds) |
| 66 | +================================ |
| 67 | + |
| 68 | +SUCCESS WITH WARNINGS (1) |
| 69 | +================================ |
| 70 | +@azure/service-bus (? seconds) |
| 71 | +Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md |
| 72 | +================================ |
| 73 | + |
| 74 | +FAILURE (1) |
| 75 | +================================ |
| 76 | +@azure/core-amqp (? seconds) |
| 77 | +>>> @azure/core-amqp |
| 78 | +tsc -p . && rollup -c 2>&1 |
| 79 | +src/errors.ts(579,20): error TS7053: Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'typeof ConditionErrorNameMapper'. |
| 80 | +src/errors.ts(600,34): error TS7053: Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'typeof SystemErrorConditionMapper'. |
| 81 | +src/errors.ts(601,20): error TS7053: Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'typeof ConditionErrorNameMapper'. |
| 82 | +================================ |
| 83 | + |
| 84 | + |
| 85 | +Error: Project(s) failed to build |
| 86 | +rush rebuild - Errors! ( ? seconds) |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | +Standard error: |
| 91 | +Your version of Node.js (12.4.0) 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. |
| 92 | +4 of 18: [@azure/service-bus] completed with warnings in ? seconds |
| 93 | + |
| 94 | +14 of 18: [@azure/core-amqp] failed to build! |
| 95 | +[@azure/core-amqp] Returned error code: 2 |
0 commit comments