(for PR #29242)

2026-01-19 02:02.03: New job: build neo4j_bolt.0.4.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29242/head (ea144f64f5b65b3cba061a8af99b3be4c2c5bc74)
                              on debian-unstable-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/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-5.4@sha256:15b1dfb02426d9616ea8a0d2470063d08e39a61d2aa95387e6c3964d608afc86
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.0.4.0 0.4.0
RUN opam reinstall neo4j_bolt.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.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-5.4@sha256:15b1dfb02426d9616ea8a0d2470063d08e39a61d2aa95387e6c3964d608afc86-neo4j_bolt.0.4.0-ea144f64f5b65b3cba061a8af99b3be4c2c5bc74"
2026-01-19 02:02.03: Using OBuilder spec:
((from ocaml/opam:debian-unstable-ocaml-5.4@sha256:15b1dfb02426d9616ea8a0d2470063d08e39a61d2aa95387e6c3964d608afc86)
 (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.0.4.0 0.4.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall neo4j_bolt.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.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:15.20: Waiting for worker…
2026-01-19 06:18.23: Got resource from pool OCluster
Building on clete
All commits already cached
Updating files:  58% (11207/19230)
Updating files:  59% (11346/19230)
Updating files:  60% (11538/19230)
Updating files:  61% (11731/19230)
Updating files:  62% (11923/19230)
Updating files:  63% (12115/19230)
Updating files:  64% (12308/19230)
Updating files:  65% (12500/19230)
Updating files:  66% (12692/19230)
Updating files:  67% (12885/19230)
Updating files:  68% (13077/19230)
Updating files:  69% (13269/19230)
Updating files:  70% (13461/19230)
Updating files:  71% (13654/19230)
Updating files:  72% (13846/19230)
Updating files:  73% (14038/19230)
Updating files:  74% (14231/19230)
Updating files:  75% (14423/19230)
Updating files:  76% (14615/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-5.4@sha256:15b1dfb02426d9616ea8a0d2470063d08e39a61d2aa95387e6c3964d608afc86)
Unable to find image 'ocaml/opam:debian-unstable-ocaml-5.4@sha256:15b1dfb02426d9616ea8a0d2470063d08e39a61d2aa95387e6c3964d608afc86' locally
docker.io/ocaml/opam@sha256:15b1dfb02426d9616ea8a0d2470063d08e39a61d2aa95387e6c3964d608afc86: 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
3f982a91babc: Already exists
0005cd40484c: Already exists
b8ab1cc1cb40: Already exists
c77bdfe13bbb: Already exists
7cd7bc2756a2: Already exists
e276c6ebe6d0: Already exists
f7ebc9bb0142: Already exists
Digest: sha256:15b1dfb02426d9616ea8a0d2470063d08e39a61d2aa95387e6c3964d608afc86
Status: Downloaded newer image for ocaml/opam@sha256:15b1dfb02426d9616ea8a0d2470063d08e39a61d2aa95387e6c3964d608afc86
2026-01-19 06:19.10 ---> saved as "23d77739edf06c2ce00783a953353a5077ec629e3ef52abc0885778c1cc1b31f"

/: (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.11 ---> saved as "1ff92407da1fac3fcb942e5fabec5e5084c59f78ae24b16884b0bd20f33c5e6b"

/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:19.44 ---> saved as "fb75fa3ac5aa680fb6e4822dc1cfe3579b4ae97fc1c6e22c7ae0c753d3bc8681"

/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       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-19 06:19.45 ---> saved as "35ff738176520cff3fdeba8062e160cc742b0c84c82bc20caa1520640dce0fd8"

/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:19.55 ---> saved as "7dc1de0e38a53f3d2b6285528f4fd1b3c71207ecf21a91fbc7482d18ace67900"

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-19 06:20.09 ---> saved as "e398c776d7a6cd89a994dff713b375fc174687fcb22bd11069cd3dc5da85b0d7"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-19 06:20.34 ---> saved as "2c61987b99dde3bd2304fc98754ede234b139bc1c441171bee83f8d9b6fe8236"

/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 3s (401 kB/s)
- Reading package lists...
- 
2026-01-19 06:20.39 ---> saved as "8c89a3ced12d02021f87018017357d9ba751d5c6317412c755b95c48b42aaf44"

/home/opam: (run (shell "opam pin add -k version -yn neo4j_bolt.0.4.0 0.4.0"))
neo4j_bolt is now pinned to version 0.4.0
2026-01-19 06:20.44 ---> saved as "c24191334f54efb63813b8ff2d20b668659e8be2bfd452f5045ea74092b88cb9"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall neo4j_bolt.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.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.0.4.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 20 packages
  - install base-bytes          base           [required by ocplib-endian]
  - install conf-libssl         4              [required by ssl]
  - install conf-pkg-config     4              [required by conf-libssl]
  - install cppo                1.8.0          [required by lwt]
  - install csexp               1.5.2          [required by dune-configurator]
  - install dune                3.21.0         [required by neo4j_bolt]
  - install dune-configurator   3.21.0         [required by lwt]
  - install lwt                 6.0.0          [required by neo4j_bolt]
  - install lwt_ppx             6.0.0          [required by neo4j_bolt]
  - install lwt_ssl             1.2.0          [required by neo4j_bolt]
  - install neo4j_bolt          0.4.0 (pinned)
  - install ocaml-compiler-libs v0.17.0        [required by ppxlib]
  - install ocamlfind           1.9.8          [required by base-bytes]
  - install ocplib-endian       1.2            [required by lwt]
  - install ppx_derivers        1.2.1          [required by ppxlib]
  - install ppxlib              0.37.0         [required by lwt_ppx]
  - install sexplib0            v0.17.0        [required by ppxlib]
  - install ssl                 0.7.0          [required by neo4j_bolt]
  - install stdlib-shims        0.3.0          [required by ppxlib]
  - install yojson              3.0.0          [required by neo4j_bolt]

The following system packages will first need to be installed:
    libssl-dev pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libssl-dev" "pkg-config"
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20857 files and directories currently installed.)
- Preparing to unpack .../libssl3t64_3.5.4-1+b1_amd64.deb ...
- Unpacking libssl3t64:amd64 (3.5.4-1+b1) over (3.5.4-1) ...
- Setting up libssl3t64:amd64 (3.5.4-1+b1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20858 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-4+b1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4+b1) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../libssl-dev_3.5.4-1+b1_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.5.4-1+b1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-4+b1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4+b1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-4+b1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4+b1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-4+b1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4+b1) ...
- Setting up libpkgconf3:amd64 (1.8.1-4+b1) ...
- Setting up libssl-dev:amd64 (3.5.4-1+b1) ...
- Setting up pkgconf-bin (1.8.1-4+b1) ...
- Setting up pkgconf:amd64 (1.8.1-4+b1) ...
- Setting up pkg-config:amd64 (1.8.1-4+b1) ...
- Processing triggers for libc-bin (2.42-7) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-libssl.4  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (cached)
-> installed conf-libssl.4
-> retrieved dune.3.21.0, dune-configurator.3.21.0  (cached)
-> retrieved lwt.6.0.0, lwt_ppx.6.0.0  (cached)
-> retrieved lwt_ssl.1.2.0  (cached)
-> retrieved neo4j_bolt.0.4.0  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved ssl.0.7.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.21.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed sexplib0.v0.17.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.21.0
-> installed ssl.0.7.0
-> installed lwt.6.0.0
-> installed lwt_ssl.1.2.0
-> installed ppxlib.0.37.0
-> installed lwt_ppx.6.0.0
-> installed neo4j_bolt.0.4.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-19 06:22.48 ---> saved as "d02984714e62da0fd924247c26f66c30a030f20265e31c5f55d0d2fd8adf258f"
Job succeeded
2026-01-19 06:22.55: Job succeeded