andrewmusselman opened a new issue, #1138:
URL: https://github.com/apache/tooling-trusted-releases/issues/1138
=> ERROR [2/9] RUN apk add --no-cache npm && apk add --no-cache
--repository=https://dl-cdn.alpinelinux.org/alpine/edge/te 16.8s
------
> [2/9] RUN apk add --no-cache npm && apk add --no-cache
--repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing
dart-sass:
3.004 ( 1/15) Installing ca-certificates (20251003-r0)
3.679 ( 2/15) Installing libgcc (15.2.0-r2)
4.094 ( 3/15) Installing libstdc++ (15.2.0-r2)
4.224 ( 4/15) Installing ada-libs (3.3.0-r0)
4.286 ( 5/15) Installing brotli-libs (1.2.0-r0)
4.397 ( 6/15) Installing c-ares (1.34.6-r0)
4.425 ( 7/15) Installing icu-data-en (76.1-r1)
4.527 Executing icu-data-en-76.1-r1.post-install
4.534 *
4.534 * If you need ICU with non-English locales and legacy charset
support, install
4.534 * package icu-data-full.
4.534 *
4.534 ( 8/15) Installing icu-libs (76.1-r1)
4.764 ( 9/15) Installing nghttp2-libs (1.68.0-r0)
4.780 (10/15) Installing simdjson (3.12.0-r0)
4.795 (11/15) Installing simdutf (7.5.0-r1)
4.913 (12/15) Installing sqlite-libs (3.51.2-r0)
4.991 (13/15) Installing zstd-libs (1.5.7-r2)
5.106 (14/15) Installing nodejs (24.14.1-r0)
6.188 (15/15) Installing npm (11.11.0-r0)
6.423 Executing busybox-1.37.0-r29.trigger
6.429 Executing ca-certificates-20251003-r0.trigger
8.152 OK: 82 MiB in 31 packages
9.700 ERROR: unable to select packages:
9.703 so:libicuuc.so.78 (no such package):
9.703 required by: dartaotruntime-3.10.3-r1[so:libicuuc.so.78]
------
Dockerfile:3
--------------------
2 |
3 | >>> RUN apk add --no-cache npm \
4 | >>> && apk add --no-cache \
5 | >>>
--repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing \
6 | >>> dart-sass
7 |
--------------------
ERROR: failed to solve: process "/bin/sh -c apk add --no-cache npm && apk
add --no-cache
--repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing
dart-sass" did not complete successfully: exit code: 3
make: *** [Makefile:17: build-bootstrap] Error 1
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]