Behaviour
The post task started failing:
https://github.com/OpenMined/PySyft/actions/runs/6845889094/job/18611767230?pr=8246
Post job cleanup.
Docker daemon logs
/usr/local/bin/colima exec -- cat /var/log/docker.log
cat: /var/log/docker.log: No such file or directory
time="[2](https://github.com/OpenMined/PySyft/actions/runs/6845889094/job/18611767230?pr=8246#step:21:2)02[3](https://github.com/OpenMined/PySyft/actions/runs/6845889094/job/18611767230?pr=8246#step:21:3)-11-13T05:21:38Z" level=fatal msg="exit status 1"
/Users/runner/work/_actions/crazy-max/ghaction-setup-docker/v2.1.0/webpack:/docker-setup-docker/node_modules/@actions/exec/lib/toolrunner.js:592
error = new Error(`The process '${this.toolPath}' failed with exit code ${this.processExitCode}`);
^
Error: The process '/usr/local/bin/colima' failed with exit code 1
at ExecState.processExited [as _setResult] (/Users/runner/work/_actions/crazy-max/ghaction-setup-docker/v2.1.0/webpack:/docker-setup-docker/node_modules/@actions/exec/lib/toolrunner.js:592:1)
at ExecState.exitCode [as CheckComplete] (/Users/runner/work/_actions/crazy-max/ghaction-setup-docker/v2.1.0/webpack:/docker-setup-docker/node_modules/@actions/exec/lib/toolrunner.js:577:1)
at ChildProcess.<anonymous> (/Users/runner/work/_actions/crazy-max/ghaction-setup-docker/v2.1.0/webpack:/docker-setup-docker/node_modules/@actions/exec/lib/toolrunner.js:[4](https://github.com/OpenMined/PySyft/actions/runs/6845889094/job/18611767230?pr=8246#step:21:4)71:1)
at ChildProcess.emit (node:events:[5](https://github.com/OpenMined/PySyft/actions/runs/6845889094/job/18611767230?pr=8246#step:21:5)14:28)
at maybeClose (node:internal/child_process:1105:1[6](https://github.com/OpenMined/PySyft/actions/runs/6845889094/job/18611767230?pr=8246#step:21:7))
at Process.ChildProcess._handle.onexit (node:internal/child_process:305:5)
Steps to reproduce this issue
- I have tried both
uses: crazy-max/ghaction-setup-docker@v2.1.0 and uses: crazy-max/ghaction-setup-docker@v2.0.0
- I think this is related to
colima==0.6.0
Expected behaviour
The tasks pass so the final post hook shouldn't fail the job.
Tell us what should happen
Actual behaviour
Tell us what happens instead
Configuration
- name: Docker on MacOS
if: steps.changes.outputs.syft == 'true' && matrix.os == 'macos-latest'
uses: crazy-max/ghaction-setup-docker@v2.1.0
- name: Run unit tests
if: steps.changes.outputs.syft == 'true'
run: |
tox -e syft.test.unit
Logs
Download the log file of your build
and attach it to this issue.
Behaviour
The post task started failing:
https://github.com/OpenMined/PySyft/actions/runs/6845889094/job/18611767230?pr=8246
Steps to reproduce this issue
uses: crazy-max/ghaction-setup-docker@v2.1.0anduses: crazy-max/ghaction-setup-docker@v2.0.0colima==0.6.0Expected behaviour
The tasks pass so the final post hook shouldn't fail the job.
Actual behaviour
Configuration
Logs