Skip to content

fix healtcheck when UAT_RECEIVER_HOST set but UAT_RECEIVER_PORT unset #50

fix healtcheck when UAT_RECEIVER_HOST set but UAT_RECEIVER_PORT unset

fix healtcheck when UAT_RECEIVER_HOST set but UAT_RECEIVER_PORT unset #50

Re-run triggered January 22, 2025 10:10
Status Failure
Total duration 12m 13s
Artifacts 16

on_pr.yml

on: pull_request
Test  /  Prepare workflow environment
6s
Test / Prepare workflow environment
Test  /  Build (manifest)
3m 42s
Test / Build (manifest)
Test  /  Build nohealthcheck (manifest)
11m 48s
Test / Build nohealthcheck (manifest)
Matrix: Test / Build
Matrix: Test / Build nohealthcheck
Fit to window
Zoom out
Zoom in

Annotations

1 error and 9 warnings
Test / Build (manifest)
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c set -x && TEMP_PACKAGES=() && KEPT_PACKAGES=() && TEMP_PACKAGES+=(automake) && TEMP_PACKAGES+=(build-essential) && TEMP_PACKAGES+=(cmake) && TEMP_PACKAGES+=(git) && TEMP_PACKAGES+=(pkg-config) && TEMP_PACKAGES+=(gnupg2) && TEMP_PACKAGES+=(file) && KEPT_PACKAGES+=(libusb-1.0-0) && TEMP_PACKAGES+=(libusb-1.0-0-dev) && KEPT_PACKAGES+=(libatomic1) && KEPT_PACKAGES+=(libncurses6) && TEMP_PACKAGES+=(libncurses-dev) && KEPT_PACKAGES+=(tcl) && TEMP_PACKAGES+=(tcl-dev) && KEPT_PACKAGES+=(tcl-tls) && KEPT_PACKAGES+=(tclx) && KEPT_PACKAGES+=(lighttpd) && KEPT_PACKAGES+=(lighttpd-mod-deflate) && KEPT_PACKAGES+=(python3-minimal) && KEPT_PACKAGES+=(python3-pkg-resources) && TEMP_PACKAGES+=(python3-distutils) && TEMP_PACKAGES+=(python3-dev) && TEMP_PACKAGES+=(python3-setuptools) && KEPT_PACKAGES+=(itcl3) && KEPT_PACKAGES+=(tcllib) && KEPT_PACKAGES+=(net-tools) && KEPT_PACKAGES+=(procps) && KEPT_PACKAGES+=(socat) && TEMP_PACKAGES+=(libboost1.74-dev) && TEMP_PACKAGES+=(libboost-system1.74-dev) && KEPT_PACKAGES+=(libboost-system1.74.0) && TEMP_PACKAGES+=(libboost-program-options1.74-dev) && KEPT_PACKAGES+=(libboost-program-options1.74.0) && TEMP_PACKAGES+=(libboost-regex1.74-dev) && KEPT_PACKAGES+=(libboost-regex1.74.0) && apt-get update && apt-get install -y --no-install-recommends ${KEPT_PACKAGES[@]} ${TEMP_PACKAGES[@]} && git config --global advice.detachedHead false && BRANCH_TCLLAUNCHER=$(git -c 'versionsort.suffix=-' ls-remote --tags --sort='v:refname' 'https://github.com/flightaware/tcllauncher.git' | grep -v '\\^' | cut -d '/' -f 3 | grep '^v.*' | tail -1) && git clone --depth 1 --branch \"$BRANCH_TCLLAUNCHER\" \"https://github.com/flightaware/tcllauncher.git\" \"/src/tcllauncher\" && pushd \"/src/tcllauncher\" && echo \"tcllauncher ${BRANCH_TCLLAUNCHER}\" >> /VERSIONS && autoconf && ./configure --prefix=/opt/tcl && make -j \"$(nproc)\" && make install && ldconfig && popd && BRANCH_PIAWARE=$(git -c 'versionsort.suffix=-' ls-remote --tags --sort='v:refname' 'https://github.com/flightaware/piaware.git' | grep -v '\\^' | cut -d '/' -f 3 | grep '^v.*' | tail -1) && git clone --depth 1 --branch \"$BRANCH_PIAWARE\" \"https://github.com/flightaware/piaware.git\" \"/src/piaware\" && pushd \"/src/piaware\" && echo \"piaware ${BRANCH_PIAWARE}\" >> /VERSIONS && make -j \"$(nproc)\" install && cp -v /src/piaware/package/ca/*.pem /etc/ssl/ && touch /etc/piaware.conf && mkdir -p /run/piaware && sed /usr/lib/piaware/login.tcl -i -e 's/\\tforeach {packageName packageVersion}/\\tset message(piaware_package_version) $::piawareVersion\\n\\tset message(image_type) piaware_package\\n\\0/' && ldconfig && popd && git clone \"https://github.com/flightaware/piaware-web.git\" \"/src/piaware-web\" && cp -Rv /src/piaware-web/web/. /var/www/html/ && ln -vs /usr/share/dump978-fa /usr/share/skyaware978 && DUMP1090_VERSION=$(git -c 'versionsort.suffix=-' ls-remote --tags --sort='v:refname' 'https://github.com/flightaware/dump1090.git' | grep -v '\\^' | cut -d '/' -f 3 | grep '^v.*' | tail -1) && export DUMP1090_VERSION && git clone --depth 1 --branch \"$DUMP1090_VERSION\" \"https://github.com/flightaware/dump1090.git\" \"/src/dump1090\" && pushd \"/src/dump1090\" && echo \"dump1090 ${DUMP1090_VERSION}\" >> /VERSIONS && make -j \"$(nproc)\" showconfig RTLSDR=yes && make -j \"$(nproc)\" all RTLSDR=yes -j && make -j \"$(nproc)\" faup1090 RTLSDR=yes -j && cp -v view1090 dump1090 /usr/local/bin/ && cp -v faup1090 /usr/lib/piaware/helpers/ && mkdir -p /usr/share/skyaware/html && cp -a /src/dump1090/public_html/* /usr/share/skyaware/html && ldconfig && popd && dump1090 --version && BRANCH_MLATCLIENT=$(git -c 'versionsort.suffix=-' ls-remote --tags --sort='v:refname' 'https://github.com/mutability/mlat-client.git' | grep -v '\\^' | cut -d '/' -f 3 | grep '^v.*' | tail -1) && git clone --depth 1 --branch \"$BRANCH_MLATCLIENT\" \"
Test / Prepare workflow environment
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test / Build nohealthcheck (linux/amd64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test / Build (linux/amd64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test / Build (manifest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test / Build (linux/arm/v7)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test / Build nohealthcheck (linux/arm/v7)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test / Build (linux/arm64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test / Build nohealthcheck (linux/arm64)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test / Build nohealthcheck (manifest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
sdr-enthusiasts~docker-piaware~39FTJL.dockerbuild
74.1 KB
sdr-enthusiasts~docker-piaware~5VFLH0.dockerbuild
70.9 KB
sdr-enthusiasts~docker-piaware~FYH0GP.dockerbuild
23 KB
sdr-enthusiasts~docker-piaware~GT52YJ.dockerbuild
132 KB
sdr-enthusiasts~docker-piaware~IIVRBW.dockerbuild
23.8 KB
sdr-enthusiasts~docker-piaware~LPRXFB.dockerbuild
72.2 KB
sdr-enthusiasts~docker-piaware~O3KCSC.dockerbuild
71.2 KB
sdr-enthusiasts~docker-piaware~RNOEH0.dockerbuild
71.1 KB
sdr-enthusiasts~docker-piaware~S83ZLP.dockerbuild
22.9 KB
sdr-enthusiasts~docker-piaware~SP98MQ.dockerbuild
22.2 KB
sdr-enthusiasts~docker-piaware~VD9E47.dockerbuild
22.9 KB
sdr-enthusiasts~docker-piaware~VR2PR2.dockerbuild
71 KB
sdr-enthusiasts~docker-piaware~WCQTJE.dockerbuild
74.7 KB
sdr-enthusiasts~docker-piaware~XGTW1K.dockerbuild
64.6 KB
sdr-enthusiasts~docker-piaware~Z9WLLF.dockerbuild
69.1 KB
sdr-enthusiasts~docker-piaware~ZGEJ9J.dockerbuild
23.3 KB