raulcd opened a new issue, #48806: URL: https://github.com/apache/arrow/issues/48806
### Describe the bug, including details regarding any error messages, version, and platform. The [ubuntu-noble-arm64](https://github.com/apache/arrow/actions/runs/20803688620/job/59753488540) packaging job has been failing consistently on the nightlies scheduled job for the last 3 days with: ``` #10 ERROR: process "/bin/sh -c quiet=$([ \"${DEBUG}\" = \"yes\" ] || echo \"-qq\") && apt update ${quiet} && apt install -y -V ${quiet} build-essential clang clang-tools cmake debhelper devscripts gi-docgen git libboost-filesystem-dev libboost-system-dev libbrotli-dev libbz2-dev libc-ares-dev libcurl4-openssl-dev libgirepository1.0-dev libglib2.0-doc libgmock-dev libgoogle-glog-dev libgrpc++-dev libgtest-dev liblz4-dev libmlir-15-dev libprotobuf-dev libprotoc-dev libre2-dev libsnappy-dev libssl-dev libthrift-dev libutf8proc-dev libxxhash-dev libzstd-dev llvm-dev lsb-release meson mold mlir-15-tools ninja-build nlohmann-json3-dev pkg-config protobuf-compiler-grpc python3-dev python3-pip python3-setuptools rapidjson-dev tzdata valac zlib1g-dev && if apt list | grep -q '^libcuda'; then ap t install -y -V ${quiet} nvidia-cuda-toolkit; else :; fi && apt clean && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100 ------ > importing cache manifest from ghcr.io/apache/arrow/package-apache-arrow-ubuntu-noble-arm64: ------ ------ > [4/4] RUN quiet=$([ "yes" = "yes" ] || echo "-qq") && apt update ${quiet} && apt install -y -V ${quiet} build-essential clang clang-tools cmake debhelper devscripts gi-docgen git libboost-filesystem-dev libboost-system-dev libbrotli-dev libbz2-dev libc-ares-dev libcurl4-openssl-dev libgirepository1.0-dev libglib2.0-doc libgmock-dev libgoogle-glog-dev libgrpc++-dev libgtest-dev liblz4-dev libmlir-15-dev libprotobuf-dev libprotoc-dev libre2-dev libsnappy-dev libssl-dev libthrift-dev libutf8proc-dev libxxhash-dev libzstd-dev llvm-dev lsb-release meson mold mlir-15-tools ninja-build nlohmann-json3-dev pkg-config protobuf-compiler-grpc python3-dev python3-pip python3-setuptools rapidjson-dev tzdata valac zlib1g-dev && if apt list | grep -q '^libcuda'; then apt install -y -V ${quiet} nvi dia-cuda-toolkit; else :; fi && apt clean && rm -rf /var/lib/apt/lists/*: 144.9 Get:43 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 opencl-clhpp-headers all 3.0~2023.12.14-1ubuntu1 [50.5 kB] 145.1 Get:44 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ocl-icd-libopencl1 arm64 2.3.2-1build1 [37.6 kB] 145.1 Get:45 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ocl-icd-opencl-dev arm64 2.3.2-1build1 [2446 B] 145.1 Get:46 http://ports.ubuntu.com/ubuntu-ports noble/multiverse arm64 nvidia-opencl-dev arm64 12.0.140~12.0.1-4build4 [23.9 kB] 145.1 Get:47 http://ports.ubuntu.com/ubuntu-ports noble/multiverse arm64 nvidia-cuda-toolkit arm64 12.0.140~12.0.1-4build4 [83.6 MB] 148.0 Err:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 libnvidia-compute-535 arm64 535.274.02-0ubuntu0.24.04.2 148.0 403 Forbidden [IP: 91.189.92.19 80] 148.0 Fetched 1435 MB in 53s (27.2 MB/s) 148.0 E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-compute-535_535.274.02-0ubuntu0.24.04.2_arm64.deb 403 Forbidden [IP: 91.189.92.19 80] 148.0 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? ------ Dockerfile:30 ``` It does feel like a hiccup with network connection but 3 days in a row is suspicious. I am opening an issue to take a look and investigate as this might be a problem for the release if the job isn't successful as the Linux packages for Ubuntu noble arm64 won't be generated. ### Component(s) Continuous Integration, Packaging -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
