- github
- ocaml
- opam-repository
- 8916fe
- distributions,archlinux-ocaml-5.4,ezlua.0.1
(not at the head of any monitored branch or PR)
2026-04-08 10:21.12: New job: build ezlua.0.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29655/head (8916fe0c9715b19b8d012c3554597ccc99b3106b)
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/29655/head" && git reset --hard 8916fe0c
git fetch origin master
git merge --no-edit 6b534cc83dbfe7a87165d088a7003b5a0cd906f1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:archlinux-ocaml-5.4@sha256:c961b0508941255e2c521559e83d1e6bea267e93de2173604f99cbe829d74ae7
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 ezlua.0.1 0.1
RUN opam reinstall ezlua.0.1; \
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" != 'ezlua.0.1' && 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 .
2026-04-08 10:21.12: Using cache hint "ocaml/opam:archlinux-ocaml-5.4@sha256:c961b0508941255e2c521559e83d1e6bea267e93de2173604f99cbe829d74ae7-ezlua.0.1-8916fe0c9715b19b8d012c3554597ccc99b3106b"
2026-04-08 10:21.12: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-5.4@sha256:c961b0508941255e2c521559e83d1e6bea267e93de2173604f99cbe829d74ae7)
(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 ezlua.0.1 0.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ezlua.0.1;\
\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\" != 'ezlua.0.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-04-08 10:21.12: Waiting for resource in pool OCluster
2026-04-08 10:21.13: Waiting for worker…
2026-04-08 10:22.29: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files: 92% (17183/18641)
Updating files: 93% (17337/18641)
Updating files: 94% (17523/18641)
Updating files: 95% (17709/18641)
Updating files: 96% (17896/18641)
Updating files: 97% (18082/18641)
Updating files: 98% (18269/18641)
Updating files: 99% (18455/18641)
Updating files: 100% (18641/18641)
Updating files: 100% (18641/18641), done.
HEAD is now at 6b534cc83d Merge pull request #29654 from astrada/gdfuse082
Merge made by the 'ort' strategy.
packages/ezlua/ezlua.0.1/opam | 37 ++++++++++++++++++++++++++++++++
packages/ppx_ezlua/ppx_ezlua.0.1/opam | 40 +++++++++++++++++++++++++++++++++++
2 files changed, 77 insertions(+)
create mode 100644 packages/ezlua/ezlua.0.1/opam
create mode 100644 packages/ppx_ezlua/ppx_ezlua.0.1/opam
(from ocaml/opam:archlinux-ocaml-5.4@sha256:c961b0508941255e2c521559e83d1e6bea267e93de2173604f99cbe829d74ae7)
2026-04-08 10:23.12 ---> using "3ed9aa2109f8fa572faa446f1877aad08ba4c70e5a3e9cf2dcfe38865c61b85c" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-08 10:23.12 ---> using "77fc8dc20f1ac010286ab2e66d51ee828b957735d36e82c6b3cb7587d47a2a88" 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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-08 10:23.12 ---> using "a3614564aeab03c2e73e937b94dbccb5d38722ae46da06617df17799a59573a2" 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
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=arch os-version=20260329.0.507017
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, 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.1
2026-04-08 10:23.12 ---> using "65c184f7ea26a1d9a2c066679f15739185c5ddc6768a7be9bc8aab37fa8f2f11" 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/"))
2026-04-08 10:23.12 ---> using "e1f77de7735330823ba39a986a19f0f39f1261d1165a0f4975b58dccfb2a7451" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-08 10:23.19 ---> saved as "d6081656d3234d5ef0ea55240c7f68ec5d9e58aae0f330669c1231aa8acd19ec"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-08 10:23.48 ---> saved as "2ee308986c23faa15f3f518ea890a19f4fa48791dba2cf98d508fd5803db18a3"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
- core downloading...
- extra downloading...
2026-04-08 10:23.54 ---> saved as "cd321c75265c6f02ac46c86c4dc6912fb671268796ce608f9340b457c66c726b"
/home/opam: (run (shell "opam pin add -k version -yn ezlua.0.1 0.1"))
ezlua is now pinned to version 0.1
2026-04-08 10:23.55 ---> saved as "a4456ee9ff41a26e802e96b72c4ce699eba1e596f218891c47b98e7528f90b48"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ezlua.0.1;\
\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\" != 'ezlua.0.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ezlua.0.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 3 packages
∗ dune 3.22.1 [required by ezlua]
∗ ezlua 0.1 (pinned)
∗ ocaml-lua 1.8 [required by ezlua]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved dune.3.22.1 (cached)
⬇ retrieved ezlua.0.1 (cached)
⬇ retrieved ocaml-lua.1.8 (cached)
∗ installed dune.3.22.1
∗ installed ocaml-lua.1.8
∗ installed ezlua.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-08 10:24.57 ---> saved as "9acd9bdf6ea225c3023bd608763ec9033e1273e8254e95817b0edd90df11b079"
Job succeeded
2026-04-08 10:25.12: Job succeeded