Build:
- 0
2026-02-22 03:08.35: New job: build kqueue.0.6.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29446/head (1cd1842ccb4d5391ea3ac4aa33dd63f482ca31f2)
on debian-12-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/29446/head" && git reset --hard 1cd1842c
git fetch origin master
git merge --no-edit b820e8c25e0dea7a5ce86f961c182a44938fa39a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:70d89fa656102715195eb220badb990af9a27291a81723afef278cc37da50ba0
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 kqueue.0.6.0 0.6.0
RUN opam reinstall kqueue.0.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 "\"debian-12\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'kqueue.0.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 .
2026-02-22 03:08.35: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:70d89fa656102715195eb220badb990af9a27291a81723afef278cc37da50ba0-kqueue.0.6.0-1cd1842ccb4d5391ea3ac4aa33dd63f482ca31f2"
2026-02-22 03:08.35: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:70d89fa656102715195eb220badb990af9a27291a81723afef278cc37da50ba0)
(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 kqueue.0.6.0 0.6.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall kqueue.0.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 \"\\\"debian-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'kqueue.0.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"))
)
2026-02-22 03:08.35: Waiting for resource in pool OCluster
2026-02-22 03:08.35: Waiting for worker…
2026-02-22 03:08.37: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at b820e8c25e Merge pull request #29435 from dx3mod/opam-publish-serialport.0.3
Updating b820e8c25e..1cd1842ccb
Fast-forward
packages/kqueue/kqueue.0.6.0/opam | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
create mode 100644 packages/kqueue/kqueue.0.6.0/opam
(from ocaml/opam:debian-12-ocaml-4.14@sha256:70d89fa656102715195eb220badb990af9a27291a81723afef278cc37da50ba0)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:70d89fa656102715195eb220badb990af9a27291a81723afef278cc37da50ba0' locally
docker.io/ocaml/opam@sha256:70d89fa656102715195eb220badb990af9a27291a81723afef278cc37da50ba0: Pulling from ocaml/opam
6bc9f599b3ef: Already exists
81900f463bdb: Already exists
ad5b7184030d: Already exists
e7d81838f844: Already exists
184e45387f7e: Already exists
dff921a28ab2: Already exists
d9e0ec25aebb: Already exists
40090711871a: Already exists
abfac5899d7d: Already exists
1baa43730b64: Already exists
2a772f8415a4: Already exists
4813ce3f414d: Already exists
82c402464511: Already exists
ac192cd8ca66: Already exists
231d5ecf4749: Already exists
01452d1b8299: Already exists
33b37e276e1e: Already exists
33b37e276e1e: Already exists
588e02f57ea3: Already exists
e1761f765925: Already exists
85bea38b8ae9: Already exists
eda3d5ebbb90: Already exists
4f4fb700ef54: Already exists
a7d9ebb36f0c: Already exists
15bd72a7f55e: Already exists
2eec325b94f3: Already exists
500e7404105c: Already exists
0b5d41405521: Already exists
ffc3e3665381: Already exists
ab1cf8379f61: Already exists
ab011142cc62: Already exists
01893a42305e: Already exists
43a6ebb16bc3: Already exists
a3d7608b29d0: Already exists
6071ea4fff39: Already exists
51848c399944: Already exists
1dc74d087850: Already exists
24736db2671b: Already exists
c43cf5b70e2f: Already exists
8a745f1b1b4a: Already exists
c8b181a3f13a: Already exists
2ce648d14ab2: Already exists
e572c37f18a9: Already exists
de515993371a: Already exists
a64629dd5e85: Already exists
Digest: sha256:70d89fa656102715195eb220badb990af9a27291a81723afef278cc37da50ba0
Status: Downloaded newer image for ocaml/opam@sha256:70d89fa656102715195eb220badb990af9a27291a81723afef278cc37da50ba0
2026-02-22 03:09.19 ---> using "f1a16064fdc4619c91fefc739d49767950f579e6ceec3585e64230e0e2ee211e" 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-02-22 03:09.19 ---> using "d14dc77a118bc106c3917d9bd6143c688c851a785d44d03f2b3c0a7a904b17da" 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-02-22 03:09.19 ---> using "500c5296bf035d10528104aaeb54466ddc6b24344ec749d02616ec320114670f" 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=debian os-version=12
# 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 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
2026-02-22 03:09.19 ---> using "599bfb8e60ded0c70db0a7001d02b9f800649b83918c78093d851297c57405f4" 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-02-22 03:09.19 ---> using "37b99c4ce74e92d350b79f55a61bafb63c6da6a2bb4bdf8206844eba5cef8f88" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-02-22 03:09.28 ---> saved as "947610e9e5d9b2c71405711761ac90d04b40925187c566fb1460b1de852005cc"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-22 03:09.50 ---> saved as "51ff1bb1ca2cd1788eeba7c1f64fef09c6f5aa5fb5455d03fefe39cc5bbe4e44"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [297 kB]
- Fetched 401 kB in 1s (297 kB/s)
- Reading package lists...
-
2026-02-22 03:09.53 ---> saved as "b0b13fcd9ec247a86fd68bf1ff8001648c7bc515386ebcea903dd244464b0d75"
/home/opam: (run (shell "opam pin add -k version -yn kqueue.0.6.0 0.6.0"))
kqueue is now pinned to version 0.6.0
2026-02-22 03:09.55 ---> saved as "376871245afa889a9c330c94b33f9712d8dd7183f1a7fa0eda7330293d95dd2d"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall kqueue.0.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 \"\\\"debian-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'kqueue.0.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"))
kqueue.0.6.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install dune 3.21.1 [required by kqueue]
- install kqueue 0.6.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.1 (cached)
-> retrieved kqueue.0.6.0 (cached)
-> installed dune.3.21.1
-> installed kqueue.0.6.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-22 03:10.29 ---> saved as "6cd27359c3e6f133f255e0e521b57807cfb9adbd220f19248a5166c590f66335"
Job succeeded
2026-02-22 03:10.38: Job succeeded