(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 archlinux-ocaml-5.4/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:archlinux-ocaml-5.4@sha256:e63f56eaa110f150122855005e08e267f4be66f4760d39159c1a712d88b74d45
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 "\"archlinux\""; 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:archlinux-ocaml-5.4@sha256:e63f56eaa110f150122855005e08e267f4be66f4760d39159c1a712d88b74d45-raygui.1.6.0-ee0d916051b16f05582f35f255f3e8ff7961fed8"
2025-11-30 21:08.25: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-5.4@sha256:e63f56eaa110f150122855005e08e267f4be66f4760d39159c1a712d88b74d45)
(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 \"\\\"archlinux\\\"\"; 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.26: Waiting for worker…
2025-11-30 21:08.29: 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:archlinux-ocaml-5.4@sha256:e63f56eaa110f150122855005e08e267f4be66f4760d39159c1a712d88b74d45)
2025-11-30 21:09.55 ---> using "ad673b140b71fa3b00223dd1cfd4d3eb02bf139fec41b52a88cedff242929861" 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:09.55 ---> using "09629860dd05db097a6c6a2e09048f481cb25a505cfab4fe1b60bd31ba6133e7" 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:09.55 ---> using "74981b4f8aad8c6c4f443b09e1b2cff798c1fa2d86b9d3a9fe228bde51bb8b51" 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=arch os-version=20251019.0.436919
# 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 5.4
# invariant ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2025-11-30 21:09.55 ---> using "7906cafc3b41a7862e9a35a29699275c366c6e5451d3ad1c4d55a49082e63327" 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:09.55 ---> using "9af57d7d2cecf0415e605df906345e789d418a674cc49552019619ceafb48d64" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-30 21:09.56 ---> saved as "fbea2166aeeea503f402e8948a2e4115e7a2c3a182af04673588db1e4f8692e7"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-30 21:10.13 ---> saved as "e195ce94b80a5addd909621e1a57843a378443982d68db2b74095c6ad029db1d"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
- core downloading...
- extra downloading...
2025-11-30 21:10.15 ---> saved as "7ae8c474392705232268a0e701cf8b380512a3a888b9962646420b09c55334fd"
/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:10.17 ---> saved as "079ca62243cb192c227007ba47df351548726da8192287ac0de2aa1c4cf41b1a"
/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 \"\\\"archlinux\\\"\"; 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
∗ conf-libxcursor 1 [required by raylib]
∗ conf-libxi 1 [required by raylib]
∗ conf-libxinerama 1 [required by raylib]
∗ conf-libxrandr 1 [required by raylib]
∗ conf-mesa 1 [required by raylib]
∗ conf-pkg-config 4 [required by conf-libxrandr, conf-libxi, conf-libxcursor, etc.]
∗ csexp 1.5.2 [required by dune-configurator]
∗ ctypes 0.24.0 [required by raylib]
∗ dune 3.20.2 [required by raygui]
∗ dune-configurator 3.20.2 [required by raylib]
∗ integers 0.7.0 [required by raylib]
∗ patch 3.1.0 [required by raylib]
∗ raygui 1.6.0 (pinned)
∗ raylib 1.6.0 [required by raygui]
∗ stdlib-shims 0.3.0 [required by integers]
The following system packages will first need to be installed:
libxcursor libxi libxinerama libxrandr mesa pkgconf
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run pacman to install them (may need root/sudo access)
2. Display the recommended pacman 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/sbin/sudo "pacman" "-Su" "--noconfirm" "libxcursor" "libxi" "libxinerama" "libxrandr" "mesa" "pkgconf"
- :: Starting full system upgrade...
- resolving dependencies...
- looking for conflicting packages...
- warning: dependency cycle detected:
- warning: libglvnd will be installed before its mesa dependency
-
- Package (27) Old Version New Version Net Change Download Size
-
- extra/default-cursors 3-1 0.00 MiB 0.00 MiB
- core/device-mapper 2.03.36-2 2.03.37-1 0.00 MiB 0.28 MiB
- extra/git 2.52.0-1 2.52.0-2 0.00 MiB 6.81 MiB
- core/gnutls 3.8.10-1 3.8.11-2 0.03 MiB 1.77 MiB
- core/libbpf 1.5.1-1 1.6.2-1 0.01 MiB 0.25 MiB
- extra/libdrm 2.4.129-1 1.27 MiB 0.34 MiB
- core/libedit 20250104_3.1-1 0.26 MiB 0.11 MiB
- extra/libglvnd 1.7.0-3 3.34 MiB 0.32 MiB
- core/libnghttp3 1.12.0-1 1.13.1-1 0.01 MiB 0.07 MiB
- extra/libpciaccess 0.18.1-2 0.06 MiB 0.02 MiB
- extra/libxext 1.3.6-1 0.30 MiB 0.10 MiB
- extra/libxfixes 6.0.2-1 0.04 MiB 0.01 MiB
- extra/libxrender 0.9.12-1 0.09 MiB 0.03 MiB
- extra/libxshmfence 1.3.3-1 0.02 MiB 0.01 MiB
- extra/libxxf86vm 1.1.6-1 0.03 MiB 0.02 MiB
- extra/llvm-libs 21.1.6-1 150.01 MiB 38.45 MiB
- extra/lm_sensors 1:3.6.2-1 0.48 MiB 0.13 MiB
- extra/spirv-tools 1:1.4.328.1-1 7.43 MiB 1.87 MiB
- core/sqlite 3.51.0-1 3.51.1-1 0.00 MiB 2.23 MiB
- extra/wayland 1.24.0-1 0.82 MiB 0.14 MiB
- extra/zlib-ng 2.2.5-1 2.3.1-1 0.02 MiB 0.11 MiB
- extra/libxcursor 1.2.3-1 0.07 MiB 0.03 MiB
- extra/libxi 1.8.2-1 0.48 MiB 0.15 MiB
- extra/libxinerama 1.1.5-2 0.02 MiB 0.01 MiB
- extra/libxrandr 1.5.4-1 0.07 MiB 0.03 MiB
- extra/mesa 1:25.2.7-1 44.44 MiB 11.21 MiB
- core/pkgconf 2.5.1-1 0.20 MiB 0.07 MiB
-
- Total Download Size: 64.58 MiB
- Total Installed Size: 266.60 MiB
- Net Upgrade Size: 209.51 MiB
-
- :: Proceed with installation? [Y/n]
- :: Retrieving packages...
- llvm-libs-21.1.6-1-x86_64 downloading...
- mesa-1:25.2.7-1-x86_64 downloading...
- git-2.52.0-2-x86_64 downloading...
- sqlite-3.51.1-1-x86_64 downloading...
- spirv-tools-1:1.4.328.1-1-x86_64 downloading...
- gnutls-3.8.11-2-x86_64 downloading...
- libdrm-2.4.129-1-x86_64 downloading...
- libglvnd-1.7.0-3-x86_64 downloading...
- device-mapper-2.03.37-1-x86_64 downloading...
- libbpf-1.6.2-1-x86_64 downloading...
- libxi-1.8.2-1-x86_64 downloading...
- wayland-1.24.0-1-x86_64 downloading...
- lm_sensors-1:3.6.2-1-x86_64 downloading...
- libedit-20250104_3.1-1-x86_64 downloading...
- zlib-ng-2.3.1-1-x86_64 downloading...
- libxext-1.3.6-1-x86_64 downloading...
- libnghttp3-1.13.1-1-x86_64 downloading...
- pkgconf-2.5.1-1-x86_64 downloading...
- libxcursor-1.2.3-1-x86_64 downloading...
- libxrender-0.9.12-1-x86_64 downloading...
- libxrandr-1.5.4-1-x86_64 downloading...
- libpciaccess-0.18.1-2-x86_64 downloading...
- libxxf86vm-1.1.6-1-x86_64 downloading...
- libxfixes-6.0.2-1-x86_64 downloading...
- libxinerama-1.1.5-2-x86_64 downloading...
- libxshmfence-1.3.3-1-x86_64 downloading...
- default-cursors-3-1-any downloading...
- checking keyring...
- checking package integrity...
- loading package files...
- checking for file conflicts...
- :: Processing package changes...
- installing libxfixes...
- installing libxrender...
- installing default-cursors...
- Optional dependencies for default-cursors
- adwaita-cursors: default cursor theme
- installing libxcursor...
- installing libxext...
- installing libxi...
- installing libxinerama...
- installing libxrandr...
- installing libpciaccess...
- installing libdrm...
- Optional dependencies for libdrm
- cairo: needed for modetest tool
- installing libglvnd...
- installing libxshmfence...
- installing libxxf86vm...
- installing libedit...
- installing llvm-libs...
- installing lm_sensors...
- Optional dependencies for lm_sensors
- rrdtool: for logging with sensord
- perl: for sensor detection and configuration convert [installed]
- installing spirv-tools...
- installing wayland...
- upgrading libnghttp3...
- upgrading sqlite...
- installing mesa...
- Optional dependencies for mesa
- opengl-man-pages: for the OpenGL API man pages
- installing pkgconf...
- upgrading device-mapper...
- upgrading zlib-ng...
- upgrading git...
- upgrading gnutls...
- upgrading libbpf...
- :: Running post-transaction hooks...
- (1/5) Creating system user accounts...
- (2/5) Reloading system manager configuration...
- Failed to check for chroot() environment: Permission denied
- Skipped: Current root is not booted.
- (3/5) Restarting marked services...
- Failed to check for chroot() environment: Permission denied
- Skipped: Current root is not booted.
- (4/5) Reloading device manager configuration...
- Failed to check for chroot() environment: Permission denied
- Skipped: Current root is not booted.
- (5/5) Arming ConditionNeedsUpdate...
<><> 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 csexp.1.5.2
∗ installed patch.3.1.0
∗ installed stdlib-shims.0.3.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:11.46 ---> saved as "cdb71aecb628c32b5150b0dd724bd9d9761d8c75f415463ca9cea1f9b9ffdbec"
Job succeeded
2025-11-30 21:12.09: Job succeeded