Skip to content

Merge pull request #548 from VipinDevelops/fix/#546 #210

Merge pull request #548 from VipinDevelops/fix/#546

Merge pull request #548 from VipinDevelops/fix/#546 #210

Triggered via push September 17, 2024 12:08
Status Failure
Total duration 1h 45m 41s
Artifacts

build.yml

on: push
Start self-hosted ARM EC2 runner
1m 23s
Start self-hosted ARM EC2 runner
Matrix: Build and Push Docker Image
Stop self-hosted EC2 arm runner
5s
Stop self-hosted EC2 arm runner
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 6 warnings
Build and Push Docker Image (linux/amd64, ubuntu-latest)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends gcc build-essential libpq-dev cron postgresql postgresql-contrib redis-server supervisor curl && curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs && mkdir -p /etc/cron.d && mv /app/setup_utils/cronjob.txt /etc/cron.d/cronjob && chmod +x /app/setup_utils/* && mv /app/setup_utils/supervisord.conf /etc/supervisord.conf && mv /app/database-docker/db/ /app/ && rm -rf /app/database-docker/ && echo \"host all all 0.0.0.0/0 md5\" >> /etc/postgresql/15/main/pg_hba.conf && echo \"listen_addresses='*'\" >> /etc/postgresql/15/main/postgresql.conf && sed -i \"s/^port = .*/port = ${DB_PORT}/\" /etc/postgresql/15/main/postgresql.conf && npm install --global yarn --force && if [ \"$(uname -m)\" = \"x86_64\" ]; then curl -fsSL -o /usr/local/bin/dbmate https://github.com/amacneil/dbmate/releases/download/v1.16.0/dbmate-linux-amd64; elif [ \"$(uname -m)\" = \"aarch64\" ]; then curl -fsSL -o /usr/local/bin/dbmate https://github.com/amacneil/dbmate/releases/download/v1.16.0/dbmate-linux-arm64; elif [ \"$(uname -m)\" = \"arm64\" ]; then curl -fsSL -o /usr/local/bin/dbmate https://github.com/amacneil/dbmate/releases/download/v1.16.0/dbmate-linux-arm64; else echo \"Unsupported architecture: $(uname -m)\"; exit 1; fi && chmod +x /usr/local/bin/dbmate && mkdir -p /var/log/postgres && touch /var/log/postgres/postgres.log && mkdir -p /var/log/init_db && touch /var/log/init_db/init_db.log && mkdir -p /var/log/redis && touch /var/log/redis/redis.log && mkdir -p /var/log/apiserver && touch /var/log/apiserver/apiserver.log && mkdir -p /var/log/sync_server && touch /var/log/sync_server/sync_server.log && mkdir -p /var/log/web-server && touch /var/log/web-server/web-server.log && mkdir -p /var/log/cron && touch /var/log/cron/cron.log && chmod 0644 /etc/cron.d/cronjob && crontab /etc/cron.d/cronjob && cd /app/web-server && yarn install --network-timeout 1000000 && yarn build && rm -rf ./artifacts && cd /app/ && tar cfz web-server.tar.gz ./web-server && rm -rf ./web-server && mkdir -p /app/web-server && tar cfz /opt/venv.tar.gz /opt/venv/ && rm -rf /opt/venv && mkdir -p /opt/venv && yarn cache clean && apt-get clean && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 1
Build and Push Docker Image (linux/arm64, m970m)
The job was canceled because "linux_amd64_ubuntu-latest" failed.
Build and Push Docker Image (linux/arm64, m970m)
The operation was canceled.
Start self-hosted ARM EC2 runner
The following actions uses node12 which is deprecated and will be forced to run on node16: aws-actions/configure-aws-credentials@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Start self-hosted ARM EC2 runner
The following actions use a deprecated Node.js version and will be forced to run on node20: aws-actions/configure-aws-credentials@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Start self-hosted ARM EC2 runner
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/
Stop self-hosted EC2 arm runner
The following actions uses node12 which is deprecated and will be forced to run on node16: aws-actions/configure-aws-credentials@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Stop self-hosted EC2 arm runner
The following actions use a deprecated Node.js version and will be forced to run on node20: aws-actions/configure-aws-credentials@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Stop self-hosted EC2 arm runner
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/