- github
- ocaml
- opam-repository
- 500b0a
- distributions,ubuntu-22.04-ocaml-5.4,shakuhachi.0.1.0
(not at the head of any monitored branch or PR)
2026-01-02 14:37.40: New job: build shakuhachi.0.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29136/head (500b0a8a976d92816bfc1c639a63209a8de44abe)
on ubuntu-22.04-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/29136/head" && git reset --hard 500b0a8a
git fetch origin master
git merge --no-edit f38f451cd7419a41f4f3cb951de3324c2d99b87c
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:9a46a6b8fe7ea10461081678b7e339dddc2175707dc51aba9f752798feb6e0f9
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 shakuhachi.0.1.0 0.1.0
RUN opam reinstall shakuhachi.0.1.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 "\"ubuntu-22.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'shakuhachi.0.1.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 .
2026-01-02 14:37.40: Using cache hint "ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:9a46a6b8fe7ea10461081678b7e339dddc2175707dc51aba9f752798feb6e0f9-shakuhachi.0.1.0-500b0a8a976d92816bfc1c639a63209a8de44abe"
2026-01-02 14:37.40: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:9a46a6b8fe7ea10461081678b7e339dddc2175707dc51aba9f752798feb6e0f9)
(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 shakuhachi.0.1.0 0.1.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall shakuhachi.0.1.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 \"\\\"ubuntu-22.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'shakuhachi.0.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-01-02 14:37.40: Waiting for resource in pool OCluster
2026-01-02 14:37.40: Waiting for worker…
2026-01-02 14:37.40: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at f38f451cd7 Merge pull request #29162 from xavierleroy/cryptokit-1.21
Merge made by the 'ort' strategy.
packages/shakuhachi/shakuhachi.0.1.0/opam | 53 +++++++++++++++++++++++++++++++
1 file changed, 53 insertions(+)
create mode 100644 packages/shakuhachi/shakuhachi.0.1.0/opam
(from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:9a46a6b8fe7ea10461081678b7e339dddc2175707dc51aba9f752798feb6e0f9)
2026-01-02 14:38.13 ---> using "2a699d5615b9d0470b59352500ecf0c73983e746acc32e98d3b186d2ce4fc98d" 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-01-02 14:38.13 ---> using "90dddfd4799f694bd5fc0dd164a054ac135557aea12ba7a220d87254bef9acae" 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-01-02 14:38.13 ---> using "f69d271a88707a24bbbcbd081cf154b96f8db6a919be839caf47e36641c14c9c" 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=ubuntu os-version=22.04
# 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
2026-01-02 14:38.13 ---> using "d12c0c802a53d1f0dc6edcf4d45d631bd6d75f6ec97dcbb251d52d8b44b57129" 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-01-02 14:38.13 ---> using "05dfb69648813be6f41faf4e25a5383578f1b45b09ff24b6daae16faa47203c8" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-02 14:38.21 ---> saved as "3d76530cdf70ec18be6197e772533c21583bfd9ef666c22fd08a195a6fb569f8"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-02 14:38.40 ---> saved as "6277ad2701cf7fea7aec5aa5e2e303e9daa60bac4c0e100ccfe000d488003dea"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Fetched 384 kB in 1s (482 kB/s)
- Reading package lists...
-
2026-01-02 14:38.43 ---> saved as "4234737efa56575d6fb5f5e8169a57555fad59bf0e9ebd40341f28f2db22efae"
/home/opam: (run (shell "opam pin add -k version -yn shakuhachi.0.1.0 0.1.0"))
shakuhachi is now pinned to version 0.1.0
2026-01-02 14:38.44 ---> saved as "ac907bd91f7d647b34b0c619324c7c2d0b97a45b8375132a66269af725922ddd"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall shakuhachi.0.1.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 \"\\\"ubuntu-22.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'shakuhachi.0.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
shakuhachi.0.1.0 is not installed. Install it? [Y/n] y
* Missing dependency:
- shakuhachi -> otaglibc -> conf-taglib_c >= 2
depends on the unavailable system package 'libtag-c-dev'. Use `--no-depexts' to attempt installation anyway, or it is possible that a depext package name in the opam file is incorrect.
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall shakuhachi.0.1.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 "\"ubuntu-22.04\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'shakuhachi.0.1.0' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 20
2026-01-02 14:38.59: Job failed: Failed: Build failed
2026-01-02 14:38.59: Log analysis:
2026-01-02 14:38.59: >>>
No solution found, exiting
(score = 100)
2026-01-02 14:38.59: [SKIP] Package not available