- github
- ocaml
- opam-repository
- 4d7c15
- distributions,archlinux-ocaml-5.4,camlid.0.1
(not at the head of any monitored branch or PR)
2025-12-09 21:28.16: New job: build camlid.0.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29053/head (4d7c15ee6436ca8af78188950b42314abeff562c)
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/29053/head" && git reset --hard 4d7c15ee
git fetch origin master
git merge --no-edit d684c896eb6f7e6030d6ee65338d9db22a612f01
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:archlinux-ocaml-5.4@sha256:75cf28211fefc81633e787cbb4d25ca8298165ffd24d35a71cd7588c99cc7a1d
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 camlid.0.1 0.1
RUN opam reinstall camlid.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" != 'camlid.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 .
2025-12-09 21:28.16: Using cache hint "ocaml/opam:archlinux-ocaml-5.4@sha256:75cf28211fefc81633e787cbb4d25ca8298165ffd24d35a71cd7588c99cc7a1d-camlid.0.1-4d7c15ee6436ca8af78188950b42314abeff562c"
2025-12-09 21:28.16: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-5.4@sha256:75cf28211fefc81633e787cbb4d25ca8298165ffd24d35a71cd7588c99cc7a1d)
(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 camlid.0.1 0.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall camlid.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\" != 'camlid.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"))
)
2025-12-09 21:28.16: Waiting for resource in pool OCluster
2025-12-09 23:27.18: Waiting for worker…
2025-12-09 23:30.24: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files: 66% (12722/18999)
Updating files: 67% (12730/18999)
Updating files: 68% (12920/18999)
Updating files: 69% (13110/18999)
Updating files: 70% (13300/18999)
Updating files: 71% (13490/18999)
Updating files: 72% (13680/18999)
Updating files: 73% (13870/18999)
Updating files: 74% (14060/18999)
Updating files: 75% (14250/18999)
Updating files: 76% (14440/18999)
Updating files: 77% (14630/18999)
Updating files: 78% (14820/18999)
Updating files: 79% (15010/18999)
Updating files: 80% (15200/18999)
Updating files: 81% (15390/18999)
Updating files: 82% (15580/18999)
Updating files: 83% (15770/18999)
Updating files: 84% (15960/18999)
Updating files: 85% (16150/18999)
Updating files: 86% (16340/18999)
Updating files: 87% (16530/18999)
Updating files: 88% (16720/18999)
Updating files: 89% (16910/18999)
Updating files: 90% (17100/18999)
Updating files: 91% (17290/18999)
Updating files: 92% (17480/18999)
Updating files: 93% (17670/18999)
Updating files: 94% (17860/18999)
Updating files: 95% (18050/18999)
Updating files: 96% (18240/18999)
Updating files: 97% (18430/18999)
Updating files: 98% (18620/18999)
Updating files: 99% (18810/18999)
Updating files: 100% (18999/18999)
Updating files: 100% (18999/18999), done.
HEAD is now at d684c896eb Merge pull request #29052 from balat/maintenance
Updating d684c896eb..4d7c15ee64
Fast-forward
packages/camlid/camlid.0.1/opam | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
create mode 100644 packages/camlid/camlid.0.1/opam
(from ocaml/opam:archlinux-ocaml-5.4@sha256:75cf28211fefc81633e787cbb4d25ca8298165ffd24d35a71cd7588c99cc7a1d)
2025-12-09 23:32.04 ---> saved as "8ae053cd7506328645930b23a9c4a2b989c1a8e9175aeb939ee993234da73280"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-09 23:32.05 ---> saved as "8be471d649bad8c697b610dee166f9c185702e4c3496585ba7bc3003d88830fd"
/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
2025-12-09 23:32.34 ---> saved as "590299faf5fc8a3885dec9c9db37a24a75fe7471487e90aad6dd84e663f8cbf1"
/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=20251019.0.436919
# 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.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-12-09 23:32.35 ---> saved as "3a125f6c43f774c60a916c705716cf67629423cbf57d0718088cb2b3970be910"
/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-12-09 23:32.46 ---> saved as "81e866fd6955aad3bce8dcc99061f337fbcaaa6bc1094ab741f36c77d9d7890a"
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-09 23:33.10 ---> saved as "c5ec52bf634388d7e03a89dd07287c9418223ab90e55489d57425f1fc3dfd5b8"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-09 23:33.31 ---> saved as "1f5397f3df3829167319258d87d17ba75ce14dba73f2deabbc9d349a06051a85"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
- core downloading...
- extra downloading...
2025-12-09 23:33.34 ---> saved as "833cfb7247ae4c42739dfda06dd0905fcfede49819cfbdacc7761023b6c65945"
/home/opam: (run (shell "opam pin add -k version -yn camlid.0.1 0.1"))
camlid is now pinned to version 0.1
2025-12-09 23:33.35 ---> saved as "1cd1e86eafb405db8d11e1b6c52c46259ff3f9ae7ab3f59e11a8b3fa26458d3b"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall camlid.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\" != 'camlid.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"))
camlid.0.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 6 packages
∗ camlid 0.1 (pinned)
∗ dune 3.20.2 [required by camlid]
∗ fmt 0.11.0 [required by camlid]
∗ ocamlbuild 0.16.1 [required by fmt]
∗ ocamlfind 1.9.8 [required by fmt]
∗ topkg 1.1.1 [required by fmt]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved camlid.0.1 (https://github.com/bobot/camlid/releases/download/0.1/camlid-0.1.tbz)
⬇ retrieved dune.3.20.2 (cached)
⬇ retrieved fmt.0.11.0 (cached)
⬇ retrieved ocamlbuild.0.16.1 (cached)
⬇ retrieved ocamlfind.1.9.8 (cached)
⬇ retrieved topkg.1.1.1 (cached)
∗ installed ocamlfind.1.9.8
∗ installed ocamlbuild.0.16.1
∗ installed topkg.1.1.1
∗ installed fmt.0.11.0
∗ installed dune.3.20.2
∗ installed camlid.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-09 23:34.17 ---> saved as "9aa0e8ef9354c8dbfe57af70f7a7cefb90aa93178a04c73ad421ab286f63b90f"
Job succeeded
2025-12-09 23:34.26: Job succeeded