发布缓存依赖项步骤失败

时间:2021-03-03 12:42:21

标签: github continuous-integration github-actions

谁能帮我理解这里步骤失败的原因。这种情况经常发生,导致构建失败

Post job cleanup.
/bin/tar -cz -f /home/runner/work/_temp/d8a6b35c-f910-4b09-aeb6-4c176c24219a/cache.tgz -C /home/runner/.m2/repository .
Warning: read ECONNRESET
events.js:187
      throw er; // Unhandled 'error' event
      ^

Error: ESPIPE: invalid seek, read
Emitted 'error' event on ReadStream instance at:
    at internal/fs/streams.js:167:12
    at FSReqCallback.wrapper [as oncomplete] (fs.js:470:5) {
  errno: -29,
  code: 'ESPIPE',
  syscall: 'read'
}

完整日志:https://github.com/Apicurio/apicurio-registry/pull/1235/checks?check_run_id=1934916176

0 个答案:

没有答案