Skip to content

Testing full build of various #428

Testing full build of various

Testing full build of various #428

Triggered via pull request January 11, 2025 16:53
Status Failure
Total duration 30m 18s
Artifacts 11

on_pr.yml

on: pull_request
Run hadolint against docker files
4s
Run hadolint against docker files
Test deploy base to ghcr.io
3m 29s
Test deploy base to ghcr.io
Test MLAT Client to ghcr.io
6s
Test MLAT Client to ghcr.io
Test deploy rtlsdr to ghcr.io
3m 26s
Test deploy rtlsdr to ghcr.io
Test deploy python to ghcr.io
1m 29s
Test deploy python to ghcr.io
Test deploy qemu to ghcr.io
1m 26s
Test deploy qemu to ghcr.io
Test deploy readsb-netonly to ghcr.io
3m 42s
Test deploy readsb-netonly to ghcr.io
Trigger deploy of sdr-enthusiasts/docker-beast-splitter
2s
Trigger deploy of sdr-enthusiasts/docker-beast-splitter
Trigger deploy of sdr-enthusiasts/docker-adsbhub
2s
Trigger deploy of sdr-enthusiasts/docker-adsbhub
Trigger deploy of sdr-enthusiasts/docker-opensky-network
3s
Trigger deploy of sdr-enthusiasts/docker-opensky-network
Trigger deploy of sdr-enthusiasts/acars_router
2s
Trigger deploy of sdr-enthusiasts/acars_router
Trigger deploy of sdr-enthusiasts/airspy_adsb
2s
Trigger deploy of sdr-enthusiasts/airspy_adsb
Trigger deploy of sdr-enthusiasts/docker-radar1090
2s
Trigger deploy of sdr-enthusiasts/docker-radar1090
Trigger deploy of sdr-enthusiasts/docker-flightairmap
4s
Trigger deploy of sdr-enthusiasts/docker-flightairmap
Test deploy soapyrtlsdr to ghcr.io
6m 49s
Test deploy soapyrtlsdr to ghcr.io
Test deploy readsb-full to ghcr.io
17m 23s
Test deploy readsb-full to ghcr.io
Test deploy acars-decoder to ghcr.io
8m 52s
Test deploy acars-decoder to ghcr.io
Test deploy wreadsb to ghcr.io
4m 43s
Test deploy wreadsb to ghcr.io
Trigger deploy of sdr-enthusiasts/acars-oxide
2s
Trigger deploy of sdr-enthusiasts/acars-oxide
Trigger deploy of sdr-enthusiasts/docker-radarvirtuel
3s
Trigger deploy of sdr-enthusiasts/docker-radarvirtuel
Trigger deploy of sdr-enthusiasts/docker-adsbexchange
3s
Trigger deploy of sdr-enthusiasts/docker-adsbexchange
Trigger deploy of sdr-enthusiasts/docker-acarshub
2s
Trigger deploy of sdr-enthusiasts/docker-acarshub
Trigger deploy of sdr-enthusiasts/docker-reversewebproxy
2s
Trigger deploy of sdr-enthusiasts/docker-reversewebproxy
Trigger deploy of sdr-enthusiasts/docker-airnavradar
3s
Trigger deploy of sdr-enthusiasts/docker-airnavradar
Trigger deploy of sdr-enthusiasts/docker-flightradar24
4s
Trigger deploy of sdr-enthusiasts/docker-flightradar24
Trigger deploy of sdr-enthusiasts/docker-planefinder
2s
Trigger deploy of sdr-enthusiasts/docker-planefinder
Test deploy soapy-full to ghcr.io
1m 44s
Test deploy soapy-full to ghcr.io
Test deploy dump978-full to ghcr.io
15m 28s
Test deploy dump978-full to ghcr.io
Trigger deploy of sdr-enthusiasts/docker-readsb-protobuf
2s
Trigger deploy of sdr-enthusiasts/docker-readsb-protobuf
Trigger deploy of sdr-enthusiasts/docker-vdlm2dec
2s
Trigger deploy of sdr-enthusiasts/docker-vdlm2dec
Trigger deploy of sdr-enthusiasts/docker-tar1090
2s
Trigger deploy of sdr-enthusiasts/docker-tar1090
Test deploy acars-decoder-soapy to ghcr.io
0s
Test deploy acars-decoder-soapy to ghcr.io
Trigger deploy of sdr-enthusiasts/docker-dump978
3s
Trigger deploy of sdr-enthusiasts/docker-dump978
Trigger deploy of sdr-enthusiasts/docker-piaware
4s
Trigger deploy of sdr-enthusiasts/docker-piaware
Trigger deploy of sdr-enthusiasts/docker-rtlsdrairband
0s
Trigger deploy of sdr-enthusiasts/docker-rtlsdrairband
Trigger deploy of sdr-enthusiasts/docker-acarsdec
0s
Trigger deploy of sdr-enthusiasts/docker-acarsdec
Trigger deploy of sdr-enthusiasts/docker-dumpvdl2
0s
Trigger deploy of sdr-enthusiasts/docker-dumpvdl2
Trigger deploy of sdr-enthusiasts/docker-dumphfdl
0s
Trigger deploy of sdr-enthusiasts/docker-dumphfdl
Fit to window
Zoom out
Zoom in

Annotations

1 error and 33 warnings
Test deploy soapy-full to ghcr.io
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c set -x && TEMP_PACKAGES=() && KEPT_PACKAGES=() && TEMP_PACKAGES+=(git) && TEMP_PACKAGES+=(build-essential) && TEMP_PACKAGES+=(cmake) && TEMP_PACKAGES+=(pkg-config) && TEMP_PACKAGES+=(libusb-1.0-0-dev) && apt-get update && apt-get install -y --no-install-recommends \"${KEPT_PACKAGES[@]}\" \"${TEMP_PACKAGES[@]}\" && curl --location --output /tmp/install_sdrplay.sh https://raw.githubusercontent.com/sdr-enthusiasts/install-libsdrplay/main/install_sdrplay.sh && chmod +x /tmp/install_sdrplay.sh && /tmp/install_sdrplay.sh && git clone https://github.com/pothosware/SoapyRTLTCP.git /src/SoapyRTLTCP && pushd /src/SoapyRTLTCP && mkdir -p /src/SoapyRTLTCP/build && pushd /src/SoapyRTLTCP/build && cmake ../ -DCMAKE_BUILD_TYPE=Release && make all && make install && popd && popd && ldconfig && git clone https://github.com/pothosware/SoapySDRPlay.git /src/SoapySDRPlay && pushd /src/SoapySDRPlay && mkdir build && pushd build && cmake .. && make && make install && popd && popd && ldconfig && git clone https://github.com/ericek111/libmirisdr-5.git /src/libmirisdr-5 && pushd /src/libmirisdr-5 && mkdir build && pushd build && cmake .. && make && make install && popd && popd && git clone https://github.com/ericek111/SoapyMiri.git /src/SoapyMiri && pushd /src/SoapyMiri && mkdir build && pushd build && cmake .. && make -j4 && make install && popd && popd && git clone https://github.com/airspy/airspyhf.git /src/airspyhf && pushd /src/airspyhf && mkdir -p /src/airspyhf/build && pushd /src/airspyhf/build && cmake ../ -DCMAKE_BUILD_TYPE=Release -DINSTALL_UDEV_RULES=ON && make && make install && ldconfig && popd && popd && git clone https://github.com/pothosware/SoapyAirspyHF.git /src/SoapyAirspyHF && pushd /src/SoapyAirspyHF && mkdir -p /src/SoapyAirspyHF/build && pushd /src/SoapyAirspyHF/build && cmake ../ -DCMAKE_BUILD_TYPE=Release && make all && make install && popd && popd && ldconfig && git clone https://github.com/airspy/airspyone_host.git /src/airspyone_host && pushd /src/airspyone_host && mkdir -p /src/airspyone_host/build && pushd /src/airspyone_host/build && cmake ../ -DINSTALL_UDEV_RULES=ON && make && make install && ldconfig && popd && popd && git clone https://github.com/pothosware/SoapyAirspy.git /src/SoapyAirspy && pushd /src/SoapyAirspy && mkdir build && pushd build && cmake .. && make && make install && popd && popd && apt-get remove -y \"${TEMP_PACKAGES[@]}\" && apt-get autoremove -q -o APT::Autoremove::RecommendsImportant=0 -o APT::Autoremove::SuggestsImportant=0 -y && rm -rf /src/* && bash /scripts/clean-build.sh" did not complete successfully: exit code: 1
Run hadolint against docker files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test MLAT Client to ghcr.io
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test deploy base to ghcr.io
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Trigger deploy of sdr-enthusiasts/docker-adsbhub
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Trigger deploy of sdr-enthusiasts/docker-beast-splitter
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Trigger deploy of sdr-enthusiasts/airspy_adsb
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Trigger deploy of sdr-enthusiasts/acars_router
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Trigger deploy of sdr-enthusiasts/docker-radar1090
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Trigger deploy of sdr-enthusiasts/docker-opensky-network
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Trigger deploy of sdr-enthusiasts/docker-flightairmap
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test deploy qemu to ghcr.io
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test deploy python to ghcr.io
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Trigger deploy of sdr-enthusiasts/docker-planefinder
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Trigger deploy of sdr-enthusiasts/docker-flightradar24
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Trigger deploy of sdr-enthusiasts/docker-airnavradar
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Trigger deploy of sdr-enthusiasts/docker-acarshub
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Trigger deploy of sdr-enthusiasts/docker-radarvirtuel
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Trigger deploy of sdr-enthusiasts/docker-reversewebproxy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Trigger deploy of sdr-enthusiasts/docker-adsbexchange
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test deploy rtlsdr to ghcr.io
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test deploy readsb-netonly to ghcr.io
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Trigger deploy of sdr-enthusiasts/acars-oxide
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test deploy wreadsb to ghcr.io
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Trigger deploy of sdr-enthusiasts/docker-tar1090
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test deploy soapyrtlsdr to ghcr.io
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test deploy soapy-full to ghcr.io
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test deploy acars-decoder to ghcr.io
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Trigger deploy of sdr-enthusiasts/docker-vdlm2dec
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test deploy readsb-full to ghcr.io
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Trigger deploy of sdr-enthusiasts/docker-readsb-protobuf
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test deploy dump978-full to ghcr.io
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Trigger deploy of sdr-enthusiasts/docker-piaware
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Trigger deploy of sdr-enthusiasts/docker-dump978
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-baseimage~0M0QET.dockerbuild
146 KB
sdr-enthusiasts~docker-baseimage~3AP80S.dockerbuild
148 KB
sdr-enthusiasts~docker-baseimage~3RIUM3.dockerbuild
102 KB
sdr-enthusiasts~docker-baseimage~40R0EM.dockerbuild
73.4 KB
sdr-enthusiasts~docker-baseimage~72WEYR.dockerbuild
64 KB
sdr-enthusiasts~docker-baseimage~DK8NMJ.dockerbuild
225 KB
sdr-enthusiasts~docker-baseimage~IF5AYO.dockerbuild
104 KB
sdr-enthusiasts~docker-baseimage~K04DFQ.dockerbuild
117 KB
sdr-enthusiasts~docker-baseimage~SCAADT.dockerbuild
122 KB
sdr-enthusiasts~docker-baseimage~UVLT2S.dockerbuild
68.6 KB
sdr-enthusiasts~docker-baseimage~ZRV0UW.dockerbuild
114 KB