lifecycle容器启动后挂了,RequestError: write EPIPE

【问题】RequestError: write EPIPE,lifecycle退出了
【操作复盘】使用矿池协议部署,启动lifecycle
【报错信息】截图&文字:

{"name":"prb","hostname":"lifecycle","pid":18,"level":20,"from":1,"to":2,"createdAt":1633573609696,"nonce":"922e5864-e155-455e-b60a-1c1ae371ef12","nonceRef":"","type":1,"content":{"to":2,"callOnlineFetcher":{},"nonce":"922e5864-e155-455e-b60a-1c1ae371ef12","type":1},"msg":"published to rpc.","time":"2021-10-07T02:26:49.698Z","v":0}
{"name":"prb","hostname":"lifecycle","pid":18,"level":20,"from":"MTG_MANAGER","to":"MTG_FETCHER","content":{"callOnlineFetcher":{}},"createdAt":"1633573609696","nonce":"922e5864-e155-455e-b60a-1c1ae371ef12","nonceRef":"","type":"MTP_QUERY","msg":"Receiving...","time":"2021-10-07T02:26:49.699Z","v":0}
{"name":"prb","hostname":"lifecycle","pid":18,"level":20,"from":"MTG_FETCHER","to":"MTG_MANAGER","content":{"fetcherStateUpdate":{"hostname":"fetch","paraId":2004,"parentStartHeader":8325311,"parentKnownHeight":9545528,"parentBlobHeight":9545523,"parentArchivedHeight":9544647,"paraKnownHeight":522166,"paraBlobHeight":522166,"paraArchivedHeight":-1,"synched":true}},"createdAt":"1633573609698","nonce":"b098ec9e-ec3d-43fe-81a7-0d75234af11b","nonceRef":"922e5864-e155-455e-b60a-1c1ae371ef12","type":"MTP_REPLY","msg":"Receiving...","time":"2021-10-07T02:26:49.699Z","v":0}
{"name":"prb","hostname":"fetch","pid":18,"level":20,"paraId":2004,"parentStartHeader":8325311,"parentKnownHeight":9545528,"parentBlobHeight":9545523,"parentArchivedHeight":9544647,"paraKnownHeight":522166,"paraBlobHeight":522166,"paraArchivedHeight":-1,"synched":true,"msg":"fetcher state updated.","time":"2021-10-07T02:26:49.699Z","v":0}
{"name":"prb","hostname":"lifecycle","pid":18,"level":20,"url":"http://10.0.21.10:8000/prpc/PhactoryAPI.GetInfo","requestData":{"type":"Buffer","data":[]},"msg":"Sending HTTP request...","time":"2021-10-07T02:26:49.781Z","v":0}
events.js:377
      throw er; // Unhandled 'error' event
      ^

RequestError: write EPIPE
    at ClientRequest.<anonymous> (/opt/app/node_modules/.pnpm/[email protected]/node_modules/got/dist/source/core/index.js:956:111)
    at Object.onceWrapper (events.js:520:26)
    at ClientRequest.emit (events.js:412:35)
    at ClientRequest.origin.emit (/opt/app/node_modules/.pnpm/@[email protected]/node_modules/@szmarczak/http-timer/dist/source/index.js:43:20)
    at Socket.socketErrorListener (_http_client.js:475:9)
    at Socket.emit (events.js:412:35)
    at emitErrorNT (internal/streams/destroy.js:106:8)
    at emitErrorCloseNT (internal/streams/destroy.js:74:3)
    at processTicksAndRejections (internal/process/task_queues.js:82:21)
    at WriteWrap.onWriteComplete [as oncomplete] (internal/stream_base_commons.js:94:16)
Emitted 'error' event on Request instance at:
    at emitErrorNT (internal/streams/destroy.js:106:8)
    at emitErrorCloseNT (internal/streams/destroy.js:74:3)
    at processTicksAndRejections (internal/process/task_queues.js:82:21) {
  code: 'EPIPE',
  timings: {
    start: 1633573602993,
    socket: 1633573602994,
    lookup: 1633573602995,
    connect: 1633573602995,
    secureConnect: undefined,
    upload: 1633573609871,
    response: 1633573609871,
    end: undefined,
    error: 1633573609872,
    abort: undefined,
    phases: {
      wait: 1,
      dns: 1,
      tcp: 0,
      tls: undefined,
      request: 6876,
      firstByte: NaN,
      download: undefined,
      total: 6879
    }
  }
}
 ELIFECYCLE  Command failed with exit code 1.