convictional / trigger-workflow-and-wait

Trigger a workflow in another (or same) repository and wait for the job to finish.
MIT License
311 stars 151 forks source link

Error: Docker build failed with exit code 1 #84

Closed brian-pickens closed 1 year ago

brian-pickens commented 1 year ago

The docker container seems to be failing to build when using the action in my workflow.

Build container for action use: '/home/runner/_work/_actions/convictional/trigger-workflow-and-wait/v1.6.5/Dockerfile'.
  /usr/bin/docker build -t b1cbc5:c6be9eee68894c6[2](https://github.com/{owner}/{repo}/actions/runs/4566284901/jobs/8058595277#step:2:2)80b6abd491574508 -f "/home/runner/_work/_actions/convictional/trigger-workflow-and-wait/v1.6.5/Dockerfile" "/home/runner/_work/_actions/convictional/trigger-workflow-and-wait/v1.6.5"
  Sending build context to Docker daemon  25.09kB

  Step 1/4 : FROM alpine:[3](https://github.com/{owner}/{repo}/actions/runs/4566284901/jobs/8058595277#step:2:3).15.0
  3.15.0: Pulling from library/alpine
  59bf1c3509f3: Pulling fs layer
  59bf1c3509f3: Verifying Checksum
  59bf1c3509f3: Download complete
  59bf1c3509f3: Pull complete
  Digest: sha256:21a3deaa0d32a805791[4](https://github.com/{owner}/{repo}/actions/runs/4566284901/jobs/8058595277#step:2:4)f36[5](https://github.com/{owner}/{repo}/actions/runs/4566284901/jobs/8058595277#step:2:5)84b5288d2e5ecc984380bc0118285c70fa8c9300
  Status: Downloaded newer image for alpine:3.15.0
   ---> c059bfaa849c
  Step 2/4 : RUN apk update &&     apk --no-cache add curl jq coreutils
   ---> Running in 85db98950493
  cgroups: cgroup mountpoint does not exist: unknown
  Warning: Docker build failed with exit code 1, back off 4.135 seconds before retry.
  /usr/bin/docker build -t b1cbc5:c[6](https://github.com/{owner}/{repo}/actions/runs/4566284901/jobs/8058595277#step:2:6)be9eee68894c6280b6abd4915[7](https://github.com/{owner}/{repo}/actions/runs/4566284901/jobs/8058595277#step:2:7)450[8](https://github.com/{owner}/{repo}/actions/runs/4566284901/jobs/8058595277#step:2:8) -f "/home/runner/_work/_actions/convictional/trigger-workflow-and-wait/v1.6.5/Dockerfile" "/home/runner/_work/_actions/convictional/trigger-workflow-and-wait/v1.6.5"
  Sending build context to Docker daemon  25.0[9](https://github.com/{owner}/{repo}/actions/runs/4566284901/jobs/8058595277#step:2:9)kB

  Step 1/4 : FROM alpine:3.15.0
   ---> c059bfaa849c
  Step 2/4 : RUN apk update &&     apk --no-cache add curl jq coreutils
   ---> Running in [12](https://github.com/{owner}/{repo}/actions/runs/4566284901/jobs/8058595277#step:2:12)c08bfcc897
  cgroups: cgroup mountpoint does not exist: unknown
  Warning: Docker build failed with exit code 1, back off 1.[15](https://github.com/{owner}/{repo}/actions/runs/4566284901/jobs/8058595277#step:2:15)1 seconds before retry.
  /usr/bin/docker build -t b1cbc5:c6be9eee68894c6280b6abd491574508 -f "/home/runner/_work/_actions/convictional/trigger-workflow-and-wait/v1.6.5/Dockerfile" "/home/runner/_work/_actions/convictional/trigger-workflow-and-wait/v1.6.5"
  Sending build context to Docker daemon  [25](https://github.com/{owner}/{repo}/actions/runs/4566284901/jobs/8058595277#step:2:25).09kB

  Step 1/4 : FROM alpine:3.15.0
   ---> c059bfaa849c
  Step 2/4 : RUN apk update &&     apk --no-cache add curl jq coreutils
   ---> Running in 38799b4d8ee7
  cgroups: cgroup mountpoint does not exist: unknown
Error: Docker build failed with exit code 1
brian-pickens commented 1 year ago

Closing this issue. This appears to be an issue related to my self-hosted environment.