Skip to content

2.13.12

2.13.12 #309

Triggered via push August 24, 2023 23:47
Status Failure
Total duration 6m 14s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error
build / image_build
buildx failed with: ERROR: failed to solve: process "/bin/bash -c source /assets/functions/00-container && set -ex && package update && package upgrade && package install .db-backup-build-deps build-base bzip2-dev cargo cmake git go libarchive-dev openssl-dev libffi-dev python3-dev py3-flit-core py3-gpep517 py3-setuptools py3-wheel py3-pip xz-dev && package install .db-backup-run-deps bzip2 groff libarchive mariadb-client mariadb-connector-c mongodb-tools openssl pigz postgresql15 postgresql15-client pv py3-awscrt py3-botocore py3-certifi py3-colorama py3-cryptography py3-dateutil py3-distro py3-docutils py3-jmespath py3-prompt_toolkit py3-rsa py3-ruamel.yaml py3-s3transfer py3-urllib3 py3-yaml python3 redis sqlite xz zip zstd && apkArch=\"$(apk --print-arch)\"; case \"$apkArch\" in \tx86_64) mssql=true ; influx2=true ; influx_arch=amd64; ;; aarch64 ) influx2=true ; influx_arch=arm64 ;; *) sleep 0.1 ;; esac; if [ $mssql = \"true\" ] ; then curl -O https://download.microsoft.com/download/b/9/f/b9f3cce4-3925-46d4-9f46-da08869c6486/msodbcsql18_${MSSQL_VERSION}_amd64.apk ; curl -O https://download.microsoft.com/download/b/9/f/b9f3cce4-3925-46d4-9f46-da08869c6486/mssql-tools18_${MSSQL_VERSION}_amd64.apk ; echo y | apk add --allow-untrusted msodbcsql18_${MSSQL_VERSION}_amd64.apk mssql-tools18_${MSSQL_VERSION}_amd64.apk ; else echo >&2 \"Detected non x86_64 build variant, skipping MSSQL installation\" ; fi; if [ $influx2 = \"true\" ] ; then curl -sSL https://dl.influxdata.com/influxdb/releases/influxdb2-client-${INFLUX2_VERSION}-linux-${influx_arch}.tar.gz | tar xvfz - --strip=1 -C /usr/src/ ; chmod +x /usr/src/influx ; mv /usr/src/influx /usr/sbin/ ; else echo >&2 \"Unable to build Influx 2 on this system\" ; fi ; clone_git_repo https://github.com/aws/aws-cli \"${AWS_CLI_VERSION}\" && /usr/bin/python -m pip install --prefer-binary 'cryptography>=3.3.2,<40.0.2' 'ruamel.yaml>=0.15.0,<=0.17.21' 'awscrt>=0.16.4,<=0.16.16' && ./configure && make -j$(nproc) install && clone_git_repo https://github.com/influxdata/influxdb \"${INFLUX_VERSION}\" && go build -o /usr/sbin/influxd ./cmd/influxd && strip /usr/sbin/influxd && mkdir -p /usr/src/pbzip2 && curl -sSL https://launchpad.net/pbzip2/1.1/1.1.13/+download/pbzip2-1.1.13.tar.gz | tar xvfz - --strip=1 -C /usr/src/pbzip2 && cd /usr/src/pbzip2 && make && make install && mkdir -p /usr/src/pixz && curl -sSL https://github.com/vasi/pixz/releases/download/v1.0.7/pixz-1.0.7.tar.xz | tar xvfJ - --strip 1 -C /usr/src/pixz && cd /usr/src/pixz && ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var && make && make install && pip3 install blobxfer && package remove .db-backup-build-deps && package cleanup && rm -rf /*.apk /etc/logrotate.d/* /root/.cache /root/go /tmp/* /usr/src/*" did not complete successfully: exit code: 2