Deploy #485
Annotations
1 error
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c set -x && dpkg --add-architecture armhf && TEMP_PACKAGES=() && KEPT_PACKAGES=() && TEMP_PACKAGES+=(gnupg) && TEMP_PACKAGES+=(build-essential) && TEMP_PACKAGES+=(git) && KEPT_PACKAGES+=(python3-minimal) && KEPT_PACKAGES+=(python3-distutils) && TEMP_PACKAGES+=(libpython3-dev) && KEPT_PACKAGES+=(libc6:armhf) && KEPT_PACKAGES+=(libcurl4:armhf) && KEPT_PACKAGES+=(libglib2.0-0:armhf) && KEPT_PACKAGES+=(libjansson4:armhf) && KEPT_PACKAGES+=(libprotobuf-c1:armhf) && KEPT_PACKAGES+=(librtlsdr0:armhf) && KEPT_PACKAGES+=(netbase) && apt-get update && apt-get install -y --no-install-recommends \"${KEPT_PACKAGES[@]}\" \"${TEMP_PACKAGES[@]}\" && BRANCH_MLAT_CLIENT=$(git -c 'versionsort.suffix=-' ls-remote --tags --sort='v:refname' 'https://github.com/mutability/mlat-client.git' | cut -d '/' -f 3 | grep '^v.*' | tail -1) && git clone --branch \"$BRANCH_MLAT_CLIENT\" --depth 1 --single-branch 'https://github.com/wiedehopf/mlat-client.git' /src/mlat-client && pushd /src/mlat-client && echo \"mlat-client $(git log | head -1)\" >> /VERSIONS && python3 /src/mlat-client/setup.py build && python3 /src/mlat-client/setup.py install && popd && ln -s /usr/bin/rbfeeder_wrapper.sh /usr/bin/rbfeeder && apt-get remove -y \"${TEMP_PACKAGES[@]}\" && apt-get autoremove -y && rm -rf /src/* /tmp/* /var/lib/apt/lists/* && mlat-client --help > /dev/null && /usr/bin/rbfeeder --version && RBFEEDER_VERSION=$(/usr/bin/rbfeeder --no-start --version | cut -d \" \" -f 2,4 | tr -d \")\" | tr \" \" \"-\") && echo \"$RBFEEDER_VERSION\" > /CONTAINER_VERSION" did not complete successfully: exit code: 1
|
The logs for this run have expired and are no longer available.
Loading