Deploy #230
deploy.yml
on: workflow_dispatch
Build Binary - armv7
17m 16s
Build Binary - arm64
18m 9s
Build Binary - amd64
1m 22s
Triggered via Workflow Dispatch?
0s
Image Build & Push
/
Prepare workflow environment
6s
Image Build & Push
/
Build (manifest)
1m 0s
Image Build & Push
/
Build nohealthcheck (manifest)
40s
Matrix: Image Build & Push / Build
Matrix: Image Build & Push / Build nohealthcheck
Deploy as test
/
Build (manifest)
Deploy as test
/
Build nohealthcheck (manifest)
Matrix: Deploy as test / Build
Waiting for pending jobs
Matrix: Deploy as test / Build nohealthcheck
Waiting for pending jobs
Annotations
12 errors
Image Build & Push / Build (linux/amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c set -x && TEMP_PACKAGES=() && KEPT_PACKAGES=() && TEMP_PACKAGES+=(build-essential) && TEMP_PACKAGES+=(pkg-config) && TEMP_PACKAGES+=(cmake) && TEMP_PACKAGES+=(git) && TEMP_PACKAGES+=(automake) && TEMP_PACKAGES+=(autoconf) && TEMP_PACKAGES+=(wget) && TEMP_PACKAGES+=(libglib2.0-dev) && KEPT_PACKAGES+=(libglib2.0-0) && TEMP_PACKAGES+=(libzmq3-dev) && KEPT_PACKAGES+=(libzmq5) && TEMP_PACKAGES+=(libusb-1.0-0-dev) && KEPT_PACKAGES+=(libusb-1.0-0) && apt-get update && apt-get install -y --no-install-recommends \"${KEPT_PACKAGES[@]}\" \"${TEMP_PACKAGES[@]}\" && chmod -v a+x /opt/acars-bridge.armv7 /opt/acars-bridge.arm64 /opt/acars-bridge.amd64 && /rename_current_arch_binary.sh && rm -fv /opt/acars-bridge.* && git clone https://github.com/romanbsd/statsd-c-client.git /src/statsd-client && pushd /src/statsd-client && make -j \"$(nproc)\" && make install && ldconfig && popd && 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/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/SoapySDR.git /src/SoapySDR && pushd /src/SoapySDR && BRANCH_SOAPYSDR=$(git tag --sort=\"creatordate\" | tail -1) && git checkout \"$BRANCH_SOAPYSDR\" && mkdir -p /src/SoapySDR/build && pushd /src/SoapySDR/build && cmake ../ -DCMAKE_BUILD_TYPE=Release && make all && make test && make install && popd && popd && ldconfig && 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/SoapyRTLSDR.git /src/SoapyRTLSDR && pushd /src/SoapyRTLSDR && BRANCH_SOAPYRTLSDR=$(git tag --sort=\"creatordate\" | tail -1) && git checkout \"$BRANCH_SOAPYRTLSDR\" && mkdir -p /src/SoapyRTLSDR/build && pushd /src/SoapyRTLSDR/build && cmake ../ -DCMAKE_BUILD_TYPE=Debug && 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/pothosware/SoapyAirspy.git /src/SoapyAirspy && pushd /src/SoapyAirspy && mkdir build && pushd build && cmake .. && make && make install && popd && popd && ldconfig && git clone https://github.com/szpajder/dumpvdl2.git /src/dumpvdl2 && mkdir -p /src/dumpvdl2/build && pushd /src/dumpvdl2/build && cmake ../ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DRTLSDR=FALSE && make -j \"$(nproc)\" && make install && popd && apt-get remove -y \"${TEMP_PACKAGES[@]}\" && apt-get autoremove -y && rm -rf /src/* /tmp/* /var/lib/apt/lists/*" did not complete successfully: exit code: 1
|
Image Build & Push / Build nohealthcheck (manifest)
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c set -x && TEMP_PACKAGES=() && KEPT_PACKAGES=() && TEMP_PACKAGES+=(build-essential) && TEMP_PACKAGES+=(pkg-config) && TEMP_PACKAGES+=(cmake) && TEMP_PACKAGES+=(git) && TEMP_PACKAGES+=(automake) && TEMP_PACKAGES+=(autoconf) && TEMP_PACKAGES+=(wget) && TEMP_PACKAGES+=(libglib2.0-dev) && KEPT_PACKAGES+=(libglib2.0-0) && TEMP_PACKAGES+=(libzmq3-dev) && KEPT_PACKAGES+=(libzmq5) && TEMP_PACKAGES+=(libusb-1.0-0-dev) && KEPT_PACKAGES+=(libusb-1.0-0) && apt-get update && apt-get install -y --no-install-recommends \"${KEPT_PACKAGES[@]}\" \"${TEMP_PACKAGES[@]}\" && chmod -v a+x /opt/acars-bridge.armv7 /opt/acars-bridge.arm64 /opt/acars-bridge.amd64 && /rename_current_arch_binary.sh && rm -fv /opt/acars-bridge.* && git clone https://github.com/romanbsd/statsd-c-client.git /src/statsd-client && pushd /src/statsd-client && make -j \"$(nproc)\" && make install && ldconfig && popd && 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/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/SoapySDR.git /src/SoapySDR && pushd /src/SoapySDR && BRANCH_SOAPYSDR=$(git tag --sort=\"creatordate\" | tail -1) && git checkout \"$BRANCH_SOAPYSDR\" && mkdir -p /src/SoapySDR/build && pushd /src/SoapySDR/build && cmake ../ -DCMAKE_BUILD_TYPE=Release && make all && make test && make install && popd && popd && ldconfig && 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/SoapyRTLSDR.git /src/SoapyRTLSDR && pushd /src/SoapyRTLSDR && BRANCH_SOAPYRTLSDR=$(git tag --sort=\"creatordate\" | tail -1) && git checkout \"$BRANCH_SOAPYRTLSDR\" && mkdir -p /src/SoapyRTLSDR/build && pushd /src/SoapyRTLSDR/build && cmake ../ -DCMAKE_BUILD_TYPE=Debug && 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/pothosware/SoapyAirspy.git /src/SoapyAirspy && pushd /src/SoapyAirspy && mkdir build && pushd build && cmake .. && make && make install && popd && popd && ldconfig && git clone https://github.com/szpajder/dumpvdl2.git /src/dumpvdl2 && mkdir -p /src/dumpvdl2/build && pushd /src/dumpvdl2/build && cmake ../ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DRTLSDR=FALSE && make -j \"$(nproc)\" && make install && popd && apt-get remove -y \"${TEMP_PACKAGES[@]}\" && apt-get autoremove -y && rm -rf /src/* /tmp/* /var/lib/apt/lists/*" did not complete successfully: exit code: 1
|
Image Build & Push / Build (linux/arm64)
The job was canceled because "linux_amd64" failed.
|
Image Build & Push / Build (linux/arm64)
The operation was canceled.
|
Image Build & Push / Build (linux/arm/v7)
The job was canceled because "linux_amd64" failed.
|
Image Build & Push / Build (linux/arm/v7)
The operation was canceled.
|
Image Build & Push / Build nohealthcheck (linux/amd64)
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c set -x && TEMP_PACKAGES=() && KEPT_PACKAGES=() && TEMP_PACKAGES+=(build-essential) && TEMP_PACKAGES+=(pkg-config) && TEMP_PACKAGES+=(cmake) && TEMP_PACKAGES+=(git) && TEMP_PACKAGES+=(automake) && TEMP_PACKAGES+=(autoconf) && TEMP_PACKAGES+=(wget) && TEMP_PACKAGES+=(libglib2.0-dev) && KEPT_PACKAGES+=(libglib2.0-0) && TEMP_PACKAGES+=(libzmq3-dev) && KEPT_PACKAGES+=(libzmq5) && TEMP_PACKAGES+=(libusb-1.0-0-dev) && KEPT_PACKAGES+=(libusb-1.0-0) && apt-get update && apt-get install -y --no-install-recommends \"${KEPT_PACKAGES[@]}\" \"${TEMP_PACKAGES[@]}\" && chmod -v a+x /opt/acars-bridge.armv7 /opt/acars-bridge.arm64 /opt/acars-bridge.amd64 && /rename_current_arch_binary.sh && rm -fv /opt/acars-bridge.* && git clone https://github.com/romanbsd/statsd-c-client.git /src/statsd-client && pushd /src/statsd-client && make -j \"$(nproc)\" && make install && ldconfig && popd && 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/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/SoapySDR.git /src/SoapySDR && pushd /src/SoapySDR && BRANCH_SOAPYSDR=$(git tag --sort=\"creatordate\" | tail -1) && git checkout \"$BRANCH_SOAPYSDR\" && mkdir -p /src/SoapySDR/build && pushd /src/SoapySDR/build && cmake ../ -DCMAKE_BUILD_TYPE=Release && make all && make test && make install && popd && popd && ldconfig && 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/SoapyRTLSDR.git /src/SoapyRTLSDR && pushd /src/SoapyRTLSDR && BRANCH_SOAPYRTLSDR=$(git tag --sort=\"creatordate\" | tail -1) && git checkout \"$BRANCH_SOAPYRTLSDR\" && mkdir -p /src/SoapyRTLSDR/build && pushd /src/SoapyRTLSDR/build && cmake ../ -DCMAKE_BUILD_TYPE=Debug && 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/pothosware/SoapyAirspy.git /src/SoapyAirspy && pushd /src/SoapyAirspy && mkdir build && pushd build && cmake .. && make && make install && popd && popd && ldconfig && git clone https://github.com/szpajder/dumpvdl2.git /src/dumpvdl2 && mkdir -p /src/dumpvdl2/build && pushd /src/dumpvdl2/build && cmake ../ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DRTLSDR=FALSE && make -j \"$(nproc)\" && make install && popd && apt-get remove -y \"${TEMP_PACKAGES[@]}\" && apt-get autoremove -y && rm -rf /src/* /tmp/* /var/lib/apt/lists/*" did not complete successfully: exit code: 1
|
Image Build & Push / Build (manifest)
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c set -x && TEMP_PACKAGES=() && KEPT_PACKAGES=() && TEMP_PACKAGES+=(build-essential) && TEMP_PACKAGES+=(pkg-config) && TEMP_PACKAGES+=(cmake) && TEMP_PACKAGES+=(git) && TEMP_PACKAGES+=(automake) && TEMP_PACKAGES+=(autoconf) && TEMP_PACKAGES+=(wget) && TEMP_PACKAGES+=(libglib2.0-dev) && KEPT_PACKAGES+=(libglib2.0-0) && TEMP_PACKAGES+=(libzmq3-dev) && KEPT_PACKAGES+=(libzmq5) && TEMP_PACKAGES+=(libusb-1.0-0-dev) && KEPT_PACKAGES+=(libusb-1.0-0) && apt-get update && apt-get install -y --no-install-recommends \"${KEPT_PACKAGES[@]}\" \"${TEMP_PACKAGES[@]}\" && chmod -v a+x /opt/acars-bridge.armv7 /opt/acars-bridge.arm64 /opt/acars-bridge.amd64 && /rename_current_arch_binary.sh && rm -fv /opt/acars-bridge.* && git clone https://github.com/romanbsd/statsd-c-client.git /src/statsd-client && pushd /src/statsd-client && make -j \"$(nproc)\" && make install && ldconfig && popd && 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/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/SoapySDR.git /src/SoapySDR && pushd /src/SoapySDR && BRANCH_SOAPYSDR=$(git tag --sort=\"creatordate\" | tail -1) && git checkout \"$BRANCH_SOAPYSDR\" && mkdir -p /src/SoapySDR/build && pushd /src/SoapySDR/build && cmake ../ -DCMAKE_BUILD_TYPE=Release && make all && make test && make install && popd && popd && ldconfig && 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/SoapyRTLSDR.git /src/SoapyRTLSDR && pushd /src/SoapyRTLSDR && BRANCH_SOAPYRTLSDR=$(git tag --sort=\"creatordate\" | tail -1) && git checkout \"$BRANCH_SOAPYRTLSDR\" && mkdir -p /src/SoapyRTLSDR/build && pushd /src/SoapyRTLSDR/build && cmake ../ -DCMAKE_BUILD_TYPE=Debug && 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/pothosware/SoapyAirspy.git /src/SoapyAirspy && pushd /src/SoapyAirspy && mkdir build && pushd build && cmake .. && make && make install && popd && popd && ldconfig && git clone https://github.com/szpajder/dumpvdl2.git /src/dumpvdl2 && mkdir -p /src/dumpvdl2/build && pushd /src/dumpvdl2/build && cmake ../ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DRTLSDR=FALSE && make -j \"$(nproc)\" && make install && popd && apt-get remove -y \"${TEMP_PACKAGES[@]}\" && apt-get autoremove -y && rm -rf /src/* /tmp/* /var/lib/apt/lists/*" did not complete successfully: exit code: 1
|
Image Build & Push / Build nohealthcheck (linux/arm64)
The job was canceled because "linux_amd64" failed.
|
Image Build & Push / Build nohealthcheck (linux/arm64)
The operation was canceled.
|
Image Build & Push / Build nohealthcheck (linux/arm/v7)
The job was canceled because "linux_amd64" failed.
|
Image Build & Push / Build nohealthcheck (linux/arm/v7)
The operation was canceled.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
acars-bridge.amd64
Expired
|
1.95 MB |
|
acars-bridge.arm64
Expired
|
1.94 MB |
|
acars-bridge.armv7
Expired
|
1.9 MB |
|