(for PR #29008)
2025-11-30 21:08.25: New job: build raygui.1.6.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29008/head (ee0d916051b16f05582f35f255f3e8ff7961fed8)
on alpine-3.22-ocaml-4.14/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29008/head" && git reset --hard ee0d9160
git fetch origin master
git merge --no-edit 1808b67a60cee484a3c5ff1a64046c0e5f0406a5
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.22-ocaml-4.14@sha256:827d7d2b49c7a55a3ceda094066beecbfa077edc960ef710f2bcd066832701cd
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn raygui.1.6.0 1.6.0
RUN opam reinstall raygui.1.6.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"alpine-3.22\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'raygui.1.6.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2025-11-30 21:08.25: Using cache hint "ocaml/opam:alpine-3.22-ocaml-4.14@sha256:827d7d2b49c7a55a3ceda094066beecbfa077edc960ef710f2bcd066832701cd-raygui.1.6.0-ee0d916051b16f05582f35f255f3e8ff7961fed8"
2025-11-30 21:08.25: Using OBuilder spec:
((from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:827d7d2b49c7a55a3ceda094066beecbfa077edc960ef710f2bcd066832701cd)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn raygui.1.6.0 1.6.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall raygui.1.6.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"alpine-3.22\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'raygui.1.6.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-11-30 21:08.25: Waiting for resource in pool OCluster
2025-11-30 21:08.27: Waiting for worker…
2025-11-30 21:11.45: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 1808b67a60 Merge pull request #28997 from dinosaure/release-hxd-v0.3.6
Updating 1808b67a60..ee0d916051
Fast-forward
packages/raygui/raygui.1.6.0/opam | 43 +++++++++++++++++
.../raylib-callbacks/raylib-callbacks.1.6.0/opam | 39 ++++++++++++++++
packages/raylib/raylib.1.6.0/opam | 54 ++++++++++++++++++++++
3 files changed, 136 insertions(+)
create mode 100644 packages/raygui/raygui.1.6.0/opam
create mode 100644 packages/raylib-callbacks/raylib-callbacks.1.6.0/opam
create mode 100644 packages/raylib/raylib.1.6.0/opam
(from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:827d7d2b49c7a55a3ceda094066beecbfa077edc960ef710f2bcd066832701cd)
2025-11-30 21:11.53 ---> using "7fe8049c511795d5430212124bd277a347ff970f4932da571975d7bc5be803ad" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-30 21:11.53 ---> using "fc8ac2122bd690a1cbb53ec08e067dc5ddbcf6917e55a3999e3d738d75083795" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-30 21:11.53 ---> using "e058f34b5153b0fc3ea08030943ed0862b87018604072fc9e58ec4d099b4fa7d" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0~rc1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=alpine os-version=3.22.2
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2025-11-30 21:11.53 ---> using "4f04d9ff590015e37edea093d51a490d2bcb49c279cb78c6993d2e6316a559ab" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2025-11-30 21:11.53 ---> using "000377240536310e759b6d577cfcf47aa1bb45c1c783773e273fe18a16c09800" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-30 21:12.05 ---> saved as "5427ed829a5ba3ab2112d9d022e2308798e09129e99e4ba1ad1c6279f7607f58"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-30 21:12.23 ---> saved as "f63c7759f37a600687577dbd531257014d8d1aa064b46b935c34b9cf46b501f9"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
- v3.22.2-261-gee6065cd81d [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]
- v3.22.2-260-g9adcf74cbfd [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]
- v3.23.0_rc1-140-g6dd288cf248 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v3.23.0_rc1-142-gd6a8ad45dc2 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v3.23.0_rc1-137-g5a711416143 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 60354 distinct packages available
2025-11-30 21:12.25 ---> saved as "3662472e615f0f9947dae44421e60eb067aee0af61622aee7f3fffde2926e2ca"
/home/opam: (run (shell "opam pin add -k version -yn raygui.1.6.0 1.6.0"))
raygui is now pinned to version 1.6.0
2025-11-30 21:12.25 ---> saved as "7640d905c2b89afdfc78b78f592a1f6bafb31d06c5ba79c6a1866cc4e21c399f"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall raygui.1.6.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"alpine-3.22\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'raygui.1.6.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
raygui.1.6.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 15 packages
- install conf-libxcursor 1 [required by raylib]
- install conf-libxi 1 [required by raylib]
- install conf-libxinerama 1 [required by raylib]
- install conf-libxrandr 1 [required by raylib]
- install conf-mesa 1 [required by raylib]
- install conf-pkg-config 4 [required by conf-libxrandr, conf-libxi, conf-libxcursor, etc.]
- install csexp 1.5.2 [required by dune-configurator]
- install ctypes 0.24.0 [required by raylib]
- install dune 3.20.2 [required by raygui]
- install dune-configurator 3.20.2 [required by raylib]
- install integers 0.7.0 [required by raylib]
- install patch 3.1.0 [required by raylib]
- install raygui 1.6.0 (pinned)
- install raylib 1.6.0 [required by raygui]
- install stdlib-shims 0.3.0 [required by integers]
The following system packages will first need to be installed:
libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev mesa-dev
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apk to install them (may need root/sudo access)
2. Display the recommended apk command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "apk" "add" "libxcursor-dev" "libxi-dev" "libxinerama-dev" "libxrandr-dev" "mesa-dev"
- (1/44) Installing libxfixes (6.0.1-r4)
- (2/44) Installing libxrender (0.9.12-r0)
- (3/44) Installing libxcursor (1.2.3-r0)
- (4/44) Installing libxfixes-dev (6.0.1-r4)
- (5/44) Installing libxrender-dev (0.9.12-r0)
- (6/44) Installing libxcursor-dev (1.2.3-r0)
- (7/44) Installing libxext (1.3.6-r2)
- (8/44) Installing libxi (1.8.2-r0)
- (9/44) Installing libxext-dev (1.3.6-r2)
- (10/44) Installing libxi-dev (1.8.2-r0)
- (11/44) Installing libxinerama (1.1.5-r4)
- (12/44) Installing libxinerama-dev (1.1.5-r4)
- (13/44) Installing libxrandr (1.5.4-r1)
- (14/44) Installing libxrandr-dev (1.5.4-r1)
- (15/44) Installing linux-headers (6.14.2-r0)
- (16/44) Installing hwdata-pci (0.395-r0)
- (17/44) Installing libpciaccess (0.18.1-r0)
- (18/44) Installing libdrm (2.4.124-r0)
- (19/44) Installing libpciaccess-dev (0.18.1-r0)
- (20/44) Installing libdrm-dev (2.4.124-r0)
- (21/44) Installing libxdamage (1.1.6-r5)
- (22/44) Installing libxdamage-dev (1.1.6-r5)
- (23/44) Installing libxshmfence (1.3.3-r0)
- (24/44) Installing libxshmfence-dev (1.3.3-r0)
- (25/44) Installing libxml2 (2.13.9-r0)
- (26/44) Installing llvm20-libs (20.1.8-r0)
- (27/44) Installing spirv-tools (1.4.313.0-r0)
- (28/44) Installing libelf (0.193-r0)
- (29/44) Installing wayland-libs-server (1.23.1-r3)
- (30/44) Installing mesa (25.1.9-r0)
- (31/44) Installing mesa-gbm (25.1.9-r0)
- (32/44) Installing wayland-libs-client (1.23.1-r3)
- (33/44) Installing mesa-egl (25.1.9-r0)
- (34/44) Installing libxxf86vm (1.1.6-r0)
- (35/44) Installing mesa-gl (25.1.9-r0)
- (36/44) Installing mesa-gles (25.1.9-r0)
- (37/44) Installing clang20-headers (20.1.8-r0)
- (38/44) Installing libclc (20.1.8-r0)
- (39/44) Installing spirv-llvm-translator-libs (20.1.2-r0)
- (40/44) Installing clang20-libs (20.1.8-r0)
- (41/44) Installing mesa-rusticl (25.1.9-r0)
- (42/44) Installing mesa-xatracker (25.1.9-r0)
- (43/44) Installing libxxf86vm-dev (1.1.6-r0)
- (44/44) Installing mesa-dev (25.1.9-r0)
- Executing busybox-1.37.0-r20.trigger
- OK: 863 MiB in 146 packages
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2 (cached)
-> installed conf-pkg-config.4
-> retrieved ctypes.0.24.0 (cached)
-> installed conf-libxcursor.1
-> installed conf-libxi.1
-> installed conf-libxinerama.1
-> installed conf-libxrandr.1
-> installed conf-mesa.1
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved patch.3.1.0 (cached)
-> retrieved raygui.1.6.0, raylib.1.6.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed dune.3.20.2
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed patch.3.1.0
-> installed integers.0.7.0
-> installed dune-configurator.3.20.2
-> installed ctypes.0.24.0
-> installed raylib.1.6.0
-> installed raygui.1.6.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-30 21:13.59 ---> saved as "2ab27855eb7e98ae07b5571cf6a917502ac917de2fca6b75bdef9e8e13073f70"
Job succeeded
2025-11-30 21:14.04: Job succeeded