Skip to content

Post Task Failing - Colima 0.6 #45

Description

@madhavajay

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

  1. I have tried both uses: crazy-max/ghaction-setup-docker@v2.1.0 and uses: crazy-max/ghaction-setup-docker@v2.0.0
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions