(for PR #29242)
2026-01-19 02:02.03: New job: build neo4j_bolt_eio.0.4.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29242/head (ea144f64f5b65b3cba061a8af99b3be4c2c5bc74)
on debian-unstable-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/29242/head" && git reset --hard ea144f64
git fetch origin master
git merge --no-edit 39960ffbaf3e5b50a1e354d4c99bfecc01e358ca
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-unstable-ocaml-4.14@sha256:16afdd5637edaa3bb92730e61292acb375e87b8174377de12486985da79f4640
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 neo4j_bolt_eio.0.4.0 0.4.0
RUN opam reinstall neo4j_bolt_eio.0.4.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-unstable\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'neo4j_bolt_eio.0.4.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-19 02:02.03: Using cache hint "ocaml/opam:debian-unstable-ocaml-4.14@sha256:16afdd5637edaa3bb92730e61292acb375e87b8174377de12486985da79f4640-neo4j_bolt_eio.0.4.0-ea144f64f5b65b3cba061a8af99b3be4c2c5bc74"
2026-01-19 02:02.03: Using OBuilder spec:
((from ocaml/opam:debian-unstable-ocaml-4.14@sha256:16afdd5637edaa3bb92730e61292acb375e87b8174377de12486985da79f4640)
(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 neo4j_bolt_eio.0.4.0 0.4.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall neo4j_bolt_eio.0.4.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-unstable\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'neo4j_bolt_eio.0.4.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-19 02:02.03: Waiting for resource in pool OCluster
2026-01-19 06:16.17: Waiting for worker…
2026-01-19 06:19.22: Got resource from pool OCluster
Building on clete
All commits already cached
Updating files: 76% (14734/19230)
Updating files: 77% (14808/19230)
Updating files: 78% (15000/19230)
Updating files: 79% (15192/19230)
Updating files: 80% (15384/19230)
Updating files: 81% (15577/19230)
Updating files: 82% (15769/19230)
Updating files: 83% (15961/19230)
Updating files: 84% (16154/19230)
Updating files: 85% (16346/19230)
Updating files: 86% (16538/19230)
Updating files: 87% (16731/19230)
Updating files: 88% (16923/19230)
Updating files: 89% (17115/19230)
Updating files: 90% (17307/19230)
Updating files: 91% (17500/19230)
Updating files: 92% (17692/19230)
Updating files: 93% (17884/19230)
Updating files: 94% (18077/19230)
Updating files: 95% (18269/19230)
Updating files: 96% (18461/19230)
Updating files: 97% (18654/19230)
Updating files: 98% (18846/19230)
Updating files: 99% (19038/19230)
Updating files: 100% (19230/19230)
Updating files: 100% (19230/19230), done.
HEAD is now at 39960ffbaf Merge pull request #29193 from recoules/release-binsec-0.11.0
Merge made by the 'ort' strategy.
packages/neo4j_bolt/neo4j_bolt.0.4.0/opam | 43 +++++++++++++++++++++++
packages/neo4j_bolt_eio/neo4j_bolt_eio.0.4.0/opam | 41 +++++++++++++++++++++
2 files changed, 84 insertions(+)
create mode 100644 packages/neo4j_bolt/neo4j_bolt.0.4.0/opam
create mode 100644 packages/neo4j_bolt_eio/neo4j_bolt_eio.0.4.0/opam
(from ocaml/opam:debian-unstable-ocaml-4.14@sha256:16afdd5637edaa3bb92730e61292acb375e87b8174377de12486985da79f4640)
Unable to find image 'ocaml/opam:debian-unstable-ocaml-4.14@sha256:16afdd5637edaa3bb92730e61292acb375e87b8174377de12486985da79f4640' locally
docker.io/ocaml/opam@sha256:16afdd5637edaa3bb92730e61292acb375e87b8174377de12486985da79f4640: Pulling from ocaml/opam
347bbd8c29bc: Already exists
b4a7cafd7de1: Already exists
d5ef855cdcaf: Already exists
d837d34e899e: Already exists
7ba1de163654: Already exists
71664454bc7b: Already exists
7d30ab85f352: Already exists
829d3f2a2937: Already exists
de8f076246ea: Already exists
5e3bd05c2d83: Already exists
75f49647f0c4: Already exists
73c97d570b2c: Already exists
2a5eccda241a: Already exists
c3f32062c49b: Already exists
bf2f33e97bdd: Already exists
99a93c6b731a: Already exists
6106823a9a3b: Already exists
4d6385989a7a: Already exists
b96fdda49a06: Already exists
623ac743eb46: Already exists
d60bb852efa2: Already exists
22ce022be26e: Already exists
4f4fb700ef54: Already exists
d7aa414c9789: Already exists
e108c0e82dbc: Already exists
a6cf2c655dd7: Already exists
e776d7f24cd1: Already exists
353813549a90: Already exists
e280a38b2248: Already exists
5bf557e87af5: Already exists
e4a8e322789e: Already exists
aa78eebf95fc: Already exists
60fda1c6a625: Already exists
4a23686a368a: Already exists
424142d2f9fd: Already exists
fd84d88db87b: Already exists
70cc9f906560: Already exists
6db7b7aae099: Already exists
ff8336d28943: Already exists
333af21a90ff: Already exists
2a94f979aace: Already exists
7fe2445b726d: Already exists
8ae7c9f9d0cb: Already exists
f72b8774c2c9: Already exists
cf3e05421302: Already exists
Digest: sha256:16afdd5637edaa3bb92730e61292acb375e87b8174377de12486985da79f4640
Status: Downloaded newer image for ocaml/opam@sha256:16afdd5637edaa3bb92730e61292acb375e87b8174377de12486985da79f4640
2026-01-19 06:19.56 ---> saved as "fdb335dd36178af0a1bbab41f7bb8b8050d61c1e626296eeda98f906dbe8a69e"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-19 06:19.56 ---> saved as "e82d876037cbf0000aefa092ab51d0bb1c8216895be2e8d31389df98975076bd"
/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 255 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=255 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-19 06:20.30 ---> saved as "aca632296c2521d9abefef70eac4082bac7d9c91622a41ae5fc3f5e30dd0020e"
/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=unknown
# 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-01-19 06:20.31 ---> saved as "8294b3710db2741067c7196dd8812729b680f0948295973252e277759ce3cecb"
/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-19 06:20.42 ---> saved as "d033bc6a51cce9e46fb5d9dbab3e756c5abb84bd7447c990b6570a820a2df901"
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-19 06:21.05 ---> saved as "57ee23582a0746ca66857a6d240dc037761def560eabd14ff609059788c683a8"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-19 06:21.46 ---> saved as "d3a9b49b413f669b02aaee55f35d5da1e11c1e2a8360c5615215229283290018"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [187 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-01-18-2004.03-F-2026-01-09-1959.54.pdiff [994 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-01-18-2004.03-F-2026-01-09-1959.54.pdiff [994 kB]
- Fetched 1244 kB in 4s (295 kB/s)
- Reading package lists...
-
2026-01-19 06:21.53 ---> saved as "eebb6a143947a7c176b1eedcf49bc346815e34cb92bc93cc1b6d184812590275"
/home/opam: (run (shell "opam pin add -k version -yn neo4j_bolt_eio.0.4.0 0.4.0"))
neo4j_bolt_eio is now pinned to version 0.4.0
2026-01-19 06:21.55 ---> saved as "85653558667f53f826686a9968e7c0b6597920672766abf85f018bb4395b87de"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall neo4j_bolt_eio.0.4.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-unstable\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'neo4j_bolt_eio.0.4.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
neo4j_bolt_eio.0.4.0 is not installed. Install it? [Y/n] y
* No agreement on the version of ocaml:
- (invariant) -> ocaml-base-compiler = 4.14.2 -> ocaml = 4.14.2
- neo4j_bolt_eio -> ocaml >= 5.0
You can temporarily relax the switch invariant with `--update-invariant'
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 4.14.2
- neo4j_bolt_eio -> ocaml >= 5.0 -> ocaml-variants >= 5.0.0~
* Missing dependency:
- neo4j_bolt_eio -> ocaml >= 5.0 -> ocaml-variants >= 5.0.0~ -> system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall neo4j_bolt_eio.0.4.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-unstable\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'neo4j_bolt_eio.0.4.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-19 06:22.26: Job failed: Failed: Build failed
2026-01-19 06:22.26: Log analysis:
2026-01-19 06:22.26: >>>
No solution found, exiting
(score = 100)
2026-01-19 06:22.26: [SKIP] Package not available