Skip to content

Publish Docker image #168

Publish Docker image

Publish Docker image #168

Manually triggered February 24, 2025 19:06
Status Failure
Total duration 12m 43s
Artifacts

docker-image.yml

on: workflow_dispatch
Push Countly Server Image
5m 12s
Push Countly Server Image
Push Countly API Image
12m 31s
Push Countly API Image
Push Countly Frontend Image
11m 31s
Push Countly Frontend Image
Push Countly Single-All Image
5m 0s
Push Countly Single-All Image
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 26 warnings
Push Countly Single-All Image
buildx call failed with: ERROR: failed to solve: process "/bin/sh -c useradd -r -M -U -d /opt/*** -s /bin/false *** && apt-get update && apt-get install -y build-essential libkrb5-dev git sqlite3 wget sudo nginx libgbm-dev libgbm1 gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils gcc g++ make binutils autoconf automake autotools-dev libtool pkg-config zlib1g-dev libcunit1-dev libssl-dev libxml2-dev libev-dev libevent-dev libjansson-dev libjemalloc-dev cython python3-dev python-setuptools && wget -qO- https://deb.nodesource.com/setup_18.x | bash - && wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | sudo apt-key add - && echo \"deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/6.0 multiverse\" | sudo tee /etc/apt/sources.list.d/mongodb-org-6.0.list && apt-get update && apt-get install -y nodejs mongodb-mongosh mongodb-org-tools && cp ./bin/config/nginx.server.conf /etc/nginx/sites-enabled/default && cp ./bin/config/nginx.conf /etc/nginx/nginx.conf && cp ./api/config.sample.js ./api/config.js && cp ./frontend/express/config.sample.js ./frontend/express/config.js && cp ./frontend/express/public/javascripts/***/***.config.sample.js ./frontend/express/public/javascripts/***/***.config.js && ./bin/docker/modify.sh && HOME=/tmp npm install --unsafe-perm && ./bin/docker/preinstall.sh && bash ./bin/scripts/detect.init.sh && *** update sdk-web && mkdir -p /etc/my_init.d && cp ./bin/docker/postinstall.sh /etc/my_init.d/ && mkdir /etc/service/nginx && mkdir /etc/service/***-api && mkdir /etc/service/***-ingestor && mkdir /etc/service/***-aggregator && mkdir /etc/service/***-dashboard && echo \"\" >> /etc/nginx/nginx.conf && echo \"daemon off;\" >> /etc/nginx/nginx.conf && cp ./bin/commands/docker/nginx.sh /etc/service/nginx/run && cp ./bin/commands/docker/***-api.sh /etc/service/***-api/run && cp ./bin/commands/docker/***-ingestor.sh /etc/service/***-ingestor/run && cp ./bin/commands/docker/***-aggregator.sh /etc/service/***-aggregator/run && cp ./bin/commands/docker/***-dashboard.sh /etc/service/***-dashboard/run && chown -R ***:*** /opt/*** && npm remove -y --no-save mocha nyc should supertest && apt-get remove -y build-essential libkrb5-dev sqlite3 wget gcc g++ make binutils autoconf automake autotools-dev libtool pkg-config zlib1g-dev libcunit1-dev libssl-dev libxml2-dev libev-dev libevent-dev libjansson-dev libjemalloc-dev cython python3-dev python-setuptools && apt-get install -y gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /tmp/.??* /var/tmp/* /var/tmp/.??* ~/.npm ~/.cache && mkdir /.npm && chown -R ***:*** /.npm" did not complete successfully: exit code: 1
Push Countly Server Image
buildx call failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y sudo && \t/opt/***/bin/***.install.sh && rm /usr/bin/systemctl && chown -R mongodb:mongodb /var/lib/mongodb && mkdir /etc/service/mongodb && mkdir /etc/service/nginx && mkdir /etc/service/***-api && mkdir /etc/service/***-dashboard && mkdir /etc/service/***-ingestor && mkdir /etc/service/***-aggregator && echo \"\" >> /etc/nginx/nginx.conf && echo \"daemon off;\" >> /etc/nginx/nginx.conf && cp /opt/***/bin/commands/docker/mongodb.sh /etc/service/mongodb/run && cp /opt/***/bin/commands/docker/nginx.sh /etc/service/nginx/run && cp /opt/***/bin/commands/docker/***-api.sh /etc/service/***-api/run && cp /opt/***/bin/commands/docker/***-ingestor.sh /etc/service/***-ingestor/run && cp /opt/***/bin/commands/docker/***-aggregator.sh /etc/service/***-aggregator/run && cp /opt/***/bin/commands/docker/***-dashboard.sh /etc/service/***-dashboard/run && chown mongodb /etc/service/mongodb/run && \tchown root /etc/service/nginx/run && \tchown -R ***:*** /opt/*** && apt-get autoremove -y && apt-get install -y gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && rm -rf /tmp/* /tmp/.??* /var/tmp/* /var/tmp/.??* /root/.npm && mkdir -p /opt/***/.npm && chown -R 1001:0 /opt/***/.npm" did not complete successfully: exit code: 1
Push Countly Single-All Image
The `save-state` 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/
Push Countly Single-All Image
The `save-state` 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/
Push Countly Single-All Image
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/
Push Countly Single-All Image
The `save-state` 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/
Push Countly Single-All Image
The `save-state` 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/
Push Countly Single-All Image
The `save-state` 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/
Push Countly Server Image
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/
Push Countly Server Image
The `save-state` 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/
Push Countly Server Image
The `save-state` 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/
Push Countly Server Image
The `save-state` 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/
Push Countly Server Image
The `save-state` 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/
Push Countly Server Image
The `save-state` 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/
Push Countly Frontend Image
The `save-state` 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/
Push Countly Frontend Image
The `save-state` 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/
Push Countly Frontend Image
The `save-state` 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/
Push Countly Frontend Image
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/
Push Countly Frontend Image
The `save-state` 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/
Push Countly Frontend Image
The `save-state` 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/
Push Countly Frontend Image
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/
Push Countly API Image
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/
Push Countly API Image
The `save-state` 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/
Push Countly API Image
The `save-state` 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/
Push Countly API Image
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/
Push Countly API Image
The `save-state` 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/
Push Countly API Image
The `save-state` 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/
Push Countly API Image
The `save-state` 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/