Skip to content

update to Azure 1.37.0 and new patch for switch_rtp.c to pull timesta… #21

update to Azure 1.37.0 and new patch for switch_rtp.c to pull timesta…

update to Azure 1.37.0 and new patch for switch_rtp.c to pull timesta… #21

Triggered via push April 16, 2024 15:17
Status Failure
Total duration 2m 38s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error
push
buildx failed with: ERROR: failed to solve: process "/bin/bash -c for i in $(seq 1 8); do mkdir -p \"/usr/share/man/man${i}\"; done && apt-get update && apt-get -y --quiet --allow-remove-essential upgrade && apt-get install -y --quiet --no-install-recommends python-is-python3 lsof gcc g++ make cmake build-essential git autoconf automake default-mysql-client redis-tools curl telnet libtool libtool-bin libssl-dev libcurl4-openssl-dev libz-dev liblz4-tool libxtables-dev libip6tc-dev libip4tc-dev libiptc-dev libavformat-dev liblua5.1-0-dev libavfilter-dev libavcodec-dev libswresample-dev libevent-dev libpcap-dev libxmlrpc-core-c3-dev markdown libjson-glib-dev lsb-release libpq-dev php-dev libhiredis-dev gperf libspandsp-dev default-libmysqlclient-dev htop dnsutils gdb libtcmalloc-minimal4 gnupg2 wget pkg-config ca-certificates libjpeg-dev libsqlite3-dev libpcre3-dev libldns-dev libboost-system-dev libboost-thread-dev libspeex-dev libspeexdsp-dev libedit-dev libtiff-dev yasm libswscale-dev haveged libre2-dev libopus-dev libsndfile-dev libshout3-dev libmpg123-dev libmp3lame-dev libopusfile-dev \t\t&& cd /usr/local/src && which cmake && cmake --version && apt-get remove --purge -y cmake && export CMAKE_VERSION=3.28.3 && ARCH=$(uname -m) && CMAKE_ARCH=$(case \"$ARCH\" in x86_64) echo \"linux-x86_64\" ;; arm64|aarch64) echo \"linux-aarch64\" ;; *) echo \"Unsupported architecture: $ARCH\" && exit 1 ;; esac) && echo \"Preparing to build cmake for ${ARCH}\" && wget https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-${CMAKE_ARCH}.sh && chmod +x cmake-${CMAKE_VERSION}-${CMAKE_ARCH}.sh && ./cmake-${CMAKE_VERSION}-${CMAKE_ARCH}.sh --skip-license --prefix=/usr/local && ln -s /usr/local/bin/cmake /usr/bin/cmake && rm -f cmake-${CMAKE_VERSION}-${CMAKE_ARCH}.sh && cmake --version && echo \"copy azure speech sdk\" && ARCH=$(uname -m) && AZURE_ARCH=$(case \"$ARCH\" in x86_64) echo \"x64\" ;; arm64|aarch64) echo \"arm64\" ;; *) echo \"Unsupported architecture: $ARCH\" && exit 1 ;; esac) && export LD_LIBRARY_PATH=/usr/local/lib:/usr/lib \t\t&& cd /tmp \t\t&& tar xvfz SpeechSDK-Linux-1.37.0.tar.gz \t\t&& cd SpeechSDK-Linux-1.37.0 \t\t&& cp -r include /usr/local/include/MicrosoftSpeechSDK \t\t&& cp -r lib/ /usr/local/lib/MicrosoftSpeechSDK && echo \"copying azure speech sdk from usr/local/lib/MicrosoftSpeechSDK/${AZURE_ARCH}/libMicrosoft.*.so\" \t\t&& cp /usr/local/lib/MicrosoftSpeechSDK/${AZURE_ARCH}/libMicrosoft.*.so /usr/local/lib/ \t\t&& ls -lrt /usr/local/lib/ && cd /usr/local/src && git config --global http.postBuffer 524288000 \t&& git config --global https.postBuffer 524288000 \t\t&& git config --global pull.rebase true \t\t&& git clone https://github.com/signalwire/freeswitch.git -b v1.10.10 \t\t&& git clone https://github.com/warmcat/libwebsockets.git -b v4.3.3 \t\t&& git clone https://github.com/jambonz/freeswitch-modules.git -b 1.2.5 \t\t&& git clone https://github.com/grpc/grpc -b master && cd grpc && git checkout v1.57.0 && cd .. && cd freeswitch/libs && git clone https://github.com/drachtio/nuance-asr-grpc-api.git -b main && git clone https://github.com/drachtio/riva-asr-grpc-api.git -b main && git clone https://github.com/drachtio/soniox-asr-grpc-api.git -b main && git clone https://github.com/drachtio/cobalt-asr-grpc-api.git -b main && git clone https://github.com/freeswitch/spandsp.git && cd spandsp && git checkout 0d2e6ac && cd .. && git clone https://github.com/freeswitch/sofia-sip.git -b master && git clone https://github.com/dpirch/libfvad.git && git clone https://github.com/aws/aws-sdk-cpp.git -b 1.11.283 && git clone https://github.com/googleapis/googleapis -b master && cd googleapis && git checkout d81d0b9e6993d6ab425dff4d7c3d05fb2e59fa57 && cd .. && git clone https://github.com/awslabs/aws-c-common.git && cp -r /usr/local/src/freeswitch-modules/mod_audio_fork /usr/local/src/freeswitch/src/mod/applications/mod_audio_fork