Skip to content

Enhance Dockerfile and configuration to optionally install RoadRunner… #150

Enhance Dockerfile and configuration to optionally install RoadRunner…

Enhance Dockerfile and configuration to optionally install RoadRunner… #150

Triggered via push October 2, 2024 18:39
Status Failure
Total duration 1h 26m 21s
Artifacts 10

octane.yaml

on: push
should_deploy
6s
should_deploy
Matrix: deploy
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 7 warnings
deploy (8.3-cli-bullseye, linux/arm64,linux/amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -eou pipefail -c if [ \"${INSTALL_ROADRUNNER}\" = \"true\" ]; then LATEST_VERSION=$(curl -s https://api.github.com/repos/roadrunner-server/roadrunner/releases/latest | jq -r .tag_name) && if [ -z \"$LATEST_VERSION\" ]; then echo \"Failed to fetch the latest RoadRunner version\"; exit 1; fi && CLEAN_VERSION=${LATEST_VERSION#v} && if [ \"${TARGETARCH}\" = \"x86_64\" ]; then ROADRUNNER_ARCH=\"amd64\"; else ROADRUNNER_ARCH=\"${TARGETARCH}\"; fi && curl -LO https://github.com/roadrunner-server/roadrunner/releases/download/${LATEST_VERSION}/roadrunner-${CLEAN_VERSION}-linux-${ROADRUNNER_ARCH}.deb && dpkg -i roadrunner-${CLEAN_VERSION}-linux-${ROADRUNNER_ARCH}.deb && rm roadrunner-${CLEAN_VERSION}-linux-${ROADRUNNER_ARCH}.deb; fi" did not complete successfully: exit code: 1
deploy (8.2.12-cli-bullseye, linux/arm64,linux/amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -eou pipefail -c if [ \"${INSTALL_ROADRUNNER}\" = \"true\" ]; then LATEST_VERSION=$(curl -s https://api.github.com/repos/roadrunner-server/roadrunner/releases/latest | jq -r .tag_name) && if [ -z \"$LATEST_VERSION\" ]; then echo \"Failed to fetch the latest RoadRunner version\"; exit 1; fi && CLEAN_VERSION=${LATEST_VERSION#v} && if [ \"${TARGETARCH}\" = \"x86_64\" ]; then ROADRUNNER_ARCH=\"amd64\"; else ROADRUNNER_ARCH=\"${TARGETARCH}\"; fi && curl -LO https://github.com/roadrunner-server/roadrunner/releases/download/${LATEST_VERSION}/roadrunner-${CLEAN_VERSION}-linux-${ROADRUNNER_ARCH}.deb && dpkg -i roadrunner-${CLEAN_VERSION}-linux-${ROADRUNNER_ARCH}.deb && rm roadrunner-${CLEAN_VERSION}-linux-${ROADRUNNER_ARCH}.deb; fi" did not complete successfully: exit code: 1
deploy (8.3.12-cli-bullseye, linux/arm64,linux/amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -eou pipefail -c if [ \"${INSTALL_ROADRUNNER}\" = \"true\" ]; then LATEST_VERSION=$(curl -s https://api.github.com/repos/roadrunner-server/roadrunner/releases/latest | jq -r .tag_name) && if [ -z \"$LATEST_VERSION\" ]; then echo \"Failed to fetch the latest RoadRunner version\"; exit 1; fi && CLEAN_VERSION=${LATEST_VERSION#v} && if [ \"${TARGETARCH}\" = \"x86_64\" ]; then ROADRUNNER_ARCH=\"amd64\"; else ROADRUNNER_ARCH=\"${TARGETARCH}\"; fi && curl -LO https://github.com/roadrunner-server/roadrunner/releases/download/${LATEST_VERSION}/roadrunner-${CLEAN_VERSION}-linux-${ROADRUNNER_ARCH}.deb && dpkg -i roadrunner-${CLEAN_VERSION}-linux-${ROADRUNNER_ARCH}.deb && rm roadrunner-${CLEAN_VERSION}-linux-${ROADRUNNER_ARCH}.deb; fi" did not complete successfully: exit code: 1
deploy (8.2-cli-buster, linux/arm64,linux/amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -eou pipefail -c if [ \"${INSTALL_ROADRUNNER}\" = \"true\" ]; then LATEST_VERSION=$(curl -s https://api.github.com/repos/roadrunner-server/roadrunner/releases/latest | jq -r .tag_name) && if [ -z \"$LATEST_VERSION\" ]; then echo \"Failed to fetch the latest RoadRunner version\"; exit 1; fi && CLEAN_VERSION=${LATEST_VERSION#v} && if [ \"${TARGETARCH}\" = \"x86_64\" ]; then ROADRUNNER_ARCH=\"amd64\"; else ROADRUNNER_ARCH=\"${TARGETARCH}\"; fi && curl -LO https://github.com/roadrunner-server/roadrunner/releases/download/${LATEST_VERSION}/roadrunner-${CLEAN_VERSION}-linux-${ROADRUNNER_ARCH}.deb && dpkg -i roadrunner-${CLEAN_VERSION}-linux-${ROADRUNNER_ARCH}.deb && rm roadrunner-${CLEAN_VERSION}-linux-${ROADRUNNER_ARCH}.deb; fi" did not complete successfully: exit code: 1
deploy (8.2-cli-bullseye, linux/arm64,linux/amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -eou pipefail -c if [ \"${INSTALL_ROADRUNNER}\" = \"true\" ]; then LATEST_VERSION=$(curl -s https://api.github.com/repos/roadrunner-server/roadrunner/releases/latest | jq -r .tag_name) && if [ -z \"$LATEST_VERSION\" ]; then echo \"Failed to fetch the latest RoadRunner version\"; exit 1; fi && CLEAN_VERSION=${LATEST_VERSION#v} && if [ \"${TARGETARCH}\" = \"x86_64\" ]; then ROADRUNNER_ARCH=\"amd64\"; else ROADRUNNER_ARCH=\"${TARGETARCH}\"; fi && curl -LO https://github.com/roadrunner-server/roadrunner/releases/download/${LATEST_VERSION}/roadrunner-${CLEAN_VERSION}-linux-${ROADRUNNER_ARCH}.deb && dpkg -i roadrunner-${CLEAN_VERSION}-linux-${ROADRUNNER_ARCH}.deb && rm roadrunner-${CLEAN_VERSION}-linux-${ROADRUNNER_ARCH}.deb; fi" did not complete successfully: exit code: 1
should_deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: trilom/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
should_deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: trilom/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
should_deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
should_deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
should_deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
should_deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
should_deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Artifacts

Produced during runtime
Name Size
lostlink~laravel-docker~1N0I0L.dockerbuild Expired
170 KB
lostlink~laravel-docker~2AV4BH.dockerbuild Expired
167 KB
lostlink~laravel-docker~A3USWE.dockerbuild Expired
419 KB
lostlink~laravel-docker~EWTKGI.dockerbuild Expired
159 KB
lostlink~laravel-docker~INXJ41.dockerbuild Expired
398 KB
lostlink~laravel-docker~MYNASN.dockerbuild Expired
411 KB
lostlink~laravel-docker~OJSZ8K.dockerbuild Expired
401 KB
lostlink~laravel-docker~TC7WUX.dockerbuild Expired
402 KB
lostlink~laravel-docker~TL2GNI.dockerbuild Expired
162 KB
lostlink~laravel-docker~VSPV8X.dockerbuild Expired
160 KB