build error

Job failed with exit code: 1. Reason: thostbyname_r=no" >> config.site && echo "ac_cv_func_sendfile=no" >> config.site && echo "ac_cv_func_broken_mbstowcs=no" >> config.site && echo "ac_cv_func_wcscoll=no" >> config.site cache miss: [15/28] WORKDIR /build/Python-3.11.9 cache miss: [ 4/28] RUN rustup target add aarch64-linux-android cache miss: [24/28] RUN echo "#!/bin/bash" > build.sh && echo "set -e" >> build.sh && echo "export PYTHON_ANDROID_HOME=/build/python-install" >> build.sh && echo "export CFLAGS="-target aarch64-linux-android24 -fPIC -D__ANDROID__ -I${PYTHON_ANDROID_HOME}/include/python3.11 -I/build/openssl-install/include"" >> build.sh && echo "export LDFLAGS="-target aarch64-linux-android24 -fPIC -L${PYTHON_ANDROID_HOME}/lib -L/build/openssl-install/lib64"" >> build.sh && echo "export LDSHARED="/opt/android-ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android24-clang -shared"" >> build.sh && echo "export _PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata__linux_aarch64-linux-android" >> build.sh && echo "export _PYTHON_HOST_PLATFORM=linux-aarch64" >> build.sh && echo "export PYO3_CROSS_LIB_DIR=/build/python-install/lib" >> build.sh && echo "export PYO3_CROSS_INCLUDE_DIR=/build/python-install/include/python3.11" >> build.sh && echo "export PYO3_CROSS_PYTHON_VERSION=3.11" >> build.sh && echo "export CARGO_BUILD_TARGET=aarch64-linux-android" >> build.sh && echo "export PYO3_NO_PYTHON_VERSION_CHECK=1" >> build.sh && echo "export AARCH64_LINUX_ANDROID_OPENSSL_DIR=/build/openssl-install" >> build.sh && echo "export AARCH64_LINUX_ANDROID_OPENSSL_LIB_DIR=/build/openssl-install/lib64" >> build.sh && echo "export AARCH64_LINUX_ANDROID_OPENSSL_INCLUDE_DIR=/build/openssl-install/include" >> build.sh && echo "export OPENSSL_STATIC=1" >> build.sh && echo "export NPY_BLAS_ORDER=''" >> build.sh && echo "export NPY_LAPACK_ORDER=''" >> build.sh && echo "export NPY_DISABLE_SVML=1" >> build.sh && echo "" >> build.sh && echo "echo 'Starting Build for Numpy and Pedalboard...'" >> build.sh && echo "pip wheel numpy pedalboard --wheel-dir=/app/wheels --no-binary=:all: --no-build-isolation -v" >> build.sh && chmod +x build.sh cache miss: [20/28] RUN mkdir -p /build/python-install/lib/python3.11 cache miss: [ 3/28] RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable cache miss: [27/28] RUN for f in *.whl; do if [ -f "$f" ]; then new_name=$(echo "$f" | sed 's/linux_aarch64/android_24_arm64_v8a/g'); if [ "$f" != "$new_name" ]; then mv "$f" "$new_name"; fi fi done cache miss: [ 7/28] RUN wget -q https://dl.google.com/android/repository/android-ndk-r26b-linux.zip && unzip -q android-ndk-r26b-linux.zip && mv android-ndk-r26b /opt/android-ndk && rm android-ndk-r26b-linux.zip cache miss: [19/28] RUN make install -i cache miss: [11/28] RUN ./Configure android-arm64 -D__ANDROID_API__=24 --prefix=/build/openssl-install --openssldir=/build/openssl-install no-shared no-tests cache miss: [ 9/28] RUN wget -q https://www.openssl.org/source/openssl-3.3.0.tar.gz && tar -xf openssl-3.3.0.tar.gz cache miss: [25/28] RUN ./build.sh cache miss: [28/28] RUN echo "<html><head><title>Android Wheels</title></head><body>" > index.html && echo "<h1>Numpy & Pedalboard Wheels (API 24, ARM64)</h1><ul>" >> index.html && find . -name "*.whl" -printf "<li><a href="%P">%P</a></li>\n" | sort >> index.html && echo "</ul></body></html>" >> index.html cache miss: [ 2/28] RUN apt-get update && apt-get install -y wget unzip git build-essential pkg-config libffi-dev libssl-dev zlib1g-dev ncurses-dev libsqlite3-dev libreadline-dev libbz2-dev liblzma-dev uuid-dev curl cmake llvm clang perl ninja-build gfortran patchelf zip && rm -rf /var/lib/apt/lists/* cache miss: [13/28] WORKDIR /build {"total":32,"completed":29,"user_total":28,"user_cached":0,"user_completed":25,"user_cacheable":27,"from":1,"miss":27,"client_duration_ms":249124}

Build logs:

Fetching error logs...