Build:
  1. 0
2026-01-19 15:42.41: New job: test patricia-tree.0.12.0, using opam 2.0
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29247/head (50f45d837bb794ee9cb48b9ab11449225b1f607c)
                              on debian-13-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/29247/head" && git reset --hard 50f45d83
git fetch origin master
git merge --no-edit 39960ffbaf3e5b50a1e354d4c99bfecc01e358ca
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:423b7147c04b7e40a2168c2d5b3c2e77064aa5b144995d90eb305e6eb6874610
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam
RUN opam init --reinit -ni
RUN 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 depext -u || true
RUN opam pin add -k version -yn patricia-tree.0.12.0 0.12.0
RUN opam depext patricia-tree.0.12.0 && opam reinstall patricia-tree.0.12.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-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'patricia-tree.0.12.0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam depext --with-test patricia-tree.0.12.0 && opam reinstall --with-test patricia-tree.0.12.0) || true
RUN opam depext --with-test patricia-tree.0.12.0 && opam reinstall --with-test --verbose patricia-tree.0.12.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-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'patricia-tree.0.12.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 15:42.41: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:423b7147c04b7e40a2168c2d5b3c2e77064aa5b144995d90eb305e6eb6874610-patricia-tree.0.12.0-50f45d837bb794ee9cb48b9ab11449225b1f607c"
2026-01-19 15:42.41: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:423b7147c04b7e40a2168c2d5b3c2e77064aa5b144995d90eb305e6eb6874610)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "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 depext -u || true"))
 (run (shell "opam pin add -k version -yn patricia-tree.0.12.0 0.12.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam depext patricia-tree.0.12.0 && opam reinstall patricia-tree.0.12.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-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'patricia-tree.0.12.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (network host)
      (shell "(opam depext --with-test patricia-tree.0.12.0 && opam reinstall --with-test patricia-tree.0.12.0) || true"))
 (run (shell  "opam depext --with-test patricia-tree.0.12.0 && opam reinstall --with-test --verbose patricia-tree.0.12.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-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'patricia-tree.0.12.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 15:42.41: Waiting for resource in pool OCluster
2026-01-19 15:42.41: Waiting for worker…
2026-01-19 15:42.45: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 39960ffbaf Merge pull request #29193 from recoules/release-binsec-0.11.0
Updating 39960ffbaf..50f45d837b
Fast-forward
 packages/patricia-tree/patricia-tree.0.12.0/opam | 48 ++++++++++++++++++++++++
 1 file changed, 48 insertions(+)
 create mode 100644 packages/patricia-tree/patricia-tree.0.12.0/opam

(from ocaml/opam:debian-13-ocaml-4.14@sha256:423b7147c04b7e40a2168c2d5b3c2e77064aa5b144995d90eb305e6eb6874610)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:423b7147c04b7e40a2168c2d5b3c2e77064aa5b144995d90eb305e6eb6874610' locally
docker.io/ocaml/opam@sha256:423b7147c04b7e40a2168c2d5b3c2e77064aa5b144995d90eb305e6eb6874610: Pulling from ocaml/opam
281b80c799de: Already exists
00fc4ac50d5e: Already exists
7dc48a314bea: Already exists
8f654937f9e3: Already exists
1240f6fbe8cc: Already exists
f77f967230a1: Already exists
1b4ac3d9a8c2: Already exists
27b61414175d: Already exists
26fabf9b20e0: Already exists
b4426e2c299b: Already exists
9c12df827e83: Already exists
9a5608646906: Already exists
2a83342677ae: Already exists
5cbaedd36b85: Already exists
750a9830ac77: Already exists
400560080670: Already exists
bad13195b6fa: Already exists
b51fe78b498e: Already exists
185ce27e889b: Already exists
8a483dc1e759: Already exists
4de9d6d54a13: Already exists
0c268a22c8a0: Already exists
4f4fb700ef54: Already exists
e61881bc2621: Already exists
c864a4af1ff0: Already exists
42d012f62ad9: Already exists
ccb2ed78fa2e: Already exists
84c22434b2f6: Already exists
18c972827b32: Already exists
4c6dcdff9e80: Already exists
280bf9d33ca6: Already exists
51ce8c29753c: Already exists
5ac80663b9d2: Already exists
93f877c915e3: Already exists
8573ccc6bb69: Already exists
d26192cd75ec: Already exists
c7cce15b715e: Already exists
c998ca7b5976: Already exists
3cd1b61d806b: Already exists
19a26ec5319e: Already exists
b1f6813045f3: Already exists
d08fde95d5da: Pulling fs layer
76c26e635200: Pulling fs layer
d08fde95d5da: Waiting
b778227e3e2a: Pulling fs layer
897c9fab1e6f: Pulling fs layer
76c26e635200: Waiting
b778227e3e2a: Waiting
76c26e635200: Download complete
b778227e3e2a: Download complete
897c9fab1e6f: Download complete
d08fde95d5da: Verifying Checksum
d08fde95d5da: Download complete
d08fde95d5da: Pull complete
76c26e635200: Pull complete
b778227e3e2a: Pull complete
897c9fab1e6f: Pull complete
Digest: sha256:423b7147c04b7e40a2168c2d5b3c2e77064aa5b144995d90eb305e6eb6874610
Status: Downloaded newer image for ocaml/opam@sha256:423b7147c04b7e40a2168c2d5b3c2e77064aa5b144995d90eb305e6eb6874610
2026-01-19 15:44.17 ---> using "af1ebcbd2c0e8a2a9bd41972ff6b1f2b27bf9dd52d9b45e003eb0eaad274be03" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
2026-01-19 15:44.17 ---> using "1915fe0ebcf17e16f2849ce2902f1a7180323360514d269c12b56b364868d5ea" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
[NOTE] Will configure 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.

[WARNING] Recommended dependencies -- most packages rely on these:
  - m4

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
default (at git+file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2026-01-19 15:45.40 ---> saved as "b834a09d4d003d9d54d03f8e6105734517e6e0d09259d6e48c591049cf7a1841"

/home/opam: (run (shell "opam config report"))
# opam config report
# opam-version      2.0.10 (adc1e1829a2bef5b240746df80341b508290fe3b) 
# self-upgrade      no
# system            arch=x86_64 os=linux os-distribution=debian os-version=13
# solver            builtin-mccs+glpk
# install-criteria  -removed,-count[version-lag,request],-count[version-lag,changed],-changed
# upgrade-criteria  -removed,-count[version-lag,solution],-new
# jobs              71
# repositories      1 (version-controlled)
# pinned            1 (version)
# current-switch    4.14
2026-01-19 15:45.41 ---> saved as "0b257ea3efea6094ad4dc7022aafd1dfa6a33fd096b6fce5d5584ca3e8724594"

/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 15:45.53 ---> saved as "c51601865a9b07aaf55b6c3c084a393b4a05bb439d41737576e02a73358455d8"

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-19 15:46.15 ---> saved as "905cac9c285d50aab26065b70fd4ff56046983bf2e136bd3ecbbc3aa53adaf40"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
default (at file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2026-01-19 15:46.29 ---> saved as "2c6e0201150f841c65708195c4a84e496248f500e04e24138ae7104dbbbbf147"

/home/opam: (run (network host)
                 (shell "opam depext -u || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following command needs to be run through "sudo":
    apt-get update
Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9670 kB]
Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [96.1 kB]
Fetched 9998 kB in 2s (6026 kB/s)
Reading package lists...
# OS package update successful
2026-01-19 15:46.33 ---> saved as "df1e38d1ab5f10498e97ee9ccab796baac63ce602503e06bc377cfcd1cca88f0"

/home/opam: (run (shell "opam pin add -k version -yn patricia-tree.0.12.0 0.12.0"))
patricia-tree is now pinned to version 0.12.0
2026-01-19 15:46.34 ---> saved as "79f0f948078ae0963543a17fb5a01ac214ba834ca9e944ece752196b2f5e869f"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam depext patricia-tree.0.12.0 && opam reinstall patricia-tree.0.12.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-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'patricia-tree.0.12.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
patricia-tree.0.12.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
  - install dune          3.21.0  [required by patricia-tree]
  - install patricia-tree 0.12.0*
===== 2 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[dune.3.21.0] found in cache
[patricia-tree.0.12.0] found in cache

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed dune.3.21.0
-> installed patricia-tree.0.12.0
Done.
# Run eval $(opam env) to update the current shell environment
2026-01-19 15:47.51 ---> saved as "5954dff9df13e3004be68518ce399b4dc2f70deadbb58d07a358afdd96fa2dd2"

/home/opam: (run (network host)
                 (shell "(opam depext --with-test patricia-tree.0.12.0 && opam reinstall --with-test patricia-tree.0.12.0) || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following actions will be performed:
  - install   ppx_derivers        1.2.1   [required by ppxlib]
  - install   ocamlbuild          0.16.1  [required by fmt, astring, logs]
  - install   result              1.5     [required by mdx]
  - install   seq                 base    [required by ounit2]
  - install   ocaml-version       4.0.3   [required by mdx]
  - install   stdlib-shims        0.3.0   [required by ppxlib]
  - install   cmdliner            2.1.0   [required by mdx]
  - install   cppo                1.8.0   [required by mdx]
  - install   csexp               1.5.2   [required by mdx]
  - install   qcheck-core         0.27    [required by qcheck]
  - install   camlp-streams       5.0.1   [required by mdx]
  - install   jane-street-headers v0.16.0 [required by time_now]
  - install   ocamlfind           1.9.8   [required by mdx]
  - install   sexplib0            v0.16.0 [required by base, ppxlib]
  - install   re                  1.14.0  [required by mdx]
  - install   ocaml-compiler-libs v0.12.4 [required by ppxlib]
  - install   ounit2              2.2.7   [required by qcheck-ounit]
  - install   dune-configurator   3.21.0  [required by base]
  - install   topkg               1.1.1   [required by fmt, astring, logs]
  - install   ppxlib              0.35.0  [required by ppx_inline_test]
  - install   qcheck-ounit        0.27    [required by qcheck]
  - install   base                v0.16.4 [required by ppx_inline_test]
  - install   fmt                 0.11.0  [required by mdx]
  - install   astring             0.8.5   [required by mdx]
  - install   qcheck              0.27    [required by patricia-tree]
  - install   stdio               v0.16.0 [required by ppx_optcomp]
  - install   ppx_sexp_conv       v0.16.0 [required by ppx_base]
  - install   ppx_here            v0.16.0 [required by ppx_assert]
  - install   ppx_globalize       v0.16.0 [required by ppx_base]
  - install   ppx_enumerate       v0.16.0 [required by ppx_base]
  - install   ppx_compare         v0.16.0 [required by ppx_base]
  - install   ppx_cold            v0.16.0 [required by ppx_base]
  - install   logs                0.10.0  [required by mdx]
  - install   ppx_optcomp         v0.16.0 [required by time_now]
  - install   ppx_hash            v0.16.0 [required by ppx_base]
  - install   ppx_assert          v0.16.0 [required by jst-config]
  - install   mdx                 2.5.1   [required by patricia-tree]
  - install   ppx_base            v0.16.0 [required by time_now]
  - install   jst-config          v0.16.0 [required by time_now]
  - install   time_now            v0.16.0 [required by ppx_inline_test]
  - install   ppx_inline_test     v0.16.1 [required by patricia-tree]
  - recompile patricia-tree       0.12.0*
===== 41 to install | 1 to recompile =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] downloaded from cache at https://opam.ocaml.org/cache
[base.v0.16.4] downloaded from cache at https://opam.ocaml.org/cache
[camlp-streams.5.0.1] downloaded from cache at https://opam.ocaml.org/cache
[cmdliner.2.1.0] downloaded from cache at https://opam.ocaml.org/cache
[cppo.1.8.0] downloaded from cache at https://opam.ocaml.org/cache
[csexp.1.5.2] downloaded from cache at https://opam.ocaml.org/cache
[dune-configurator.3.21.0] downloaded from cache at https://opam.ocaml.org/cache
[fmt.0.11.0] downloaded from cache at https://opam.ocaml.org/cache
[jane-street-headers.v0.16.0] downloaded from cache at https://opam.ocaml.org/cache
[jst-config.v0.16.0] downloaded from cache at https://opam.ocaml.org/cache
[logs.0.10.0] downloaded from cache at https://opam.ocaml.org/cache
[mdx.2.5.1] downloaded from cache at https://opam.ocaml.org/cache
[ocaml-compiler-libs.v0.12.4] downloaded from cache at https://opam.ocaml.org/cache
[ocaml-version.4.0.3] downloaded from cache at https://opam.ocaml.org/cache
[ocamlbuild.0.16.1] downloaded from cache at https://opam.ocaml.org/cache
[ocamlfind.1.9.8] downloaded from cache at https://opam.ocaml.org/cache
[ounit2.2.2.7] downloaded from cache at https://opam.ocaml.org/cache
[ppx_assert.v0.16.0] downloaded from cache at https://opam.ocaml.org/cache
[ppx_base.v0.16.0] downloaded from cache at https://opam.ocaml.org/cache
[ppx_cold.v0.16.0] downloaded from cache at https://opam.ocaml.org/cache
[ppx_compare.v0.16.0] downloaded from cache at https://opam.ocaml.org/cache
[ppx_derivers.1.2.1] downloaded from cache at https://opam.ocaml.org/cache
[ppx_enumerate.v0.16.0] downloaded from cache at https://opam.ocaml.org/cache
[ppx_globalize.v0.16.0] downloaded from cache at https://opam.ocaml.org/cache
[ppx_hash.v0.16.0] downloaded from cache at https://opam.ocaml.org/cache
[ppx_here.v0.16.0] downloaded from cache at https://opam.ocaml.org/cache
[ppx_inline_test.v0.16.1] downloaded from cache at https://opam.ocaml.org/cache
[ppx_optcomp.v0.16.0] downloaded from cache at https://opam.ocaml.org/cache
[ppx_sexp_conv.v0.16.0] downloaded from cache at https://opam.ocaml.org/cache
[ppxlib.0.35.0] downloaded from cache at https://opam.ocaml.org/cache
[qcheck.0.27] downloaded from cache at https://opam.ocaml.org/cache
[qcheck-core.0.27] found in cache
[qcheck-ounit.0.27] found in cache
[re.1.14.0] downloaded from cache at https://opam.ocaml.org/cache
[result.1.5] downloaded from cache at https://opam.ocaml.org/cache
[seq.base/META.seq] downloaded from https://opam.ocaml.org/cache
[seq.base/seq.install] downloaded from https://opam.ocaml.org/cache
[sexplib0.v0.16.0] downloaded from cache at https://opam.ocaml.org/cache
[stdio.v0.16.0] downloaded from cache at https://opam.ocaml.org/cache
[stdlib-shims.0.3.0] downloaded from cache at https://opam.ocaml.org/cache
[time_now.v0.16.0] downloaded from cache at https://opam.ocaml.org/cache
[topkg.1.1.1] downloaded from cache at https://opam.ocaml.org/cache

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed jane-street-headers.v0.16.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-version.4.0.3
-> installed ppx_derivers.1.2.1
-> installed qcheck-core.0.27
-> installed re.1.14.0
-> installed result.1.5
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed cmdliner.2.1.0
-> installed ounit2.2.2.7
-> installed ocamlfind.1.9.8
-> installed dune-configurator.3.21.0
-> installed qcheck-ounit.0.27
-> installed qcheck.0.27
-> removed   patricia-tree.0.12.0
-> installed ocamlbuild.0.16.1
-> installed base.v0.16.4
-> installed topkg.1.1.1
-> installed stdio.v0.16.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.10.0
-> installed mdx.2.5.1
-> installed ppxlib.0.35.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_hash.v0.16.0
-> installed ppx_assert.v0.16.0
-> installed ppx_base.v0.16.0
-> installed jst-config.v0.16.0
-> installed time_now.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed patricia-tree.0.12.0
Done.
# Run eval $(opam env) to update the current shell environment
2026-01-19 15:49.08 ---> saved as "32df55b99cb8c4cbb61a13434319f53290a552b02bc94724f5e8fd42f41d0231"

/home/opam: (run (shell  "opam depext --with-test patricia-tree.0.12.0 && opam reinstall --with-test --verbose patricia-tree.0.12.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-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'patricia-tree.0.12.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following actions will be performed:
  - recompile patricia-tree 0.12.0*

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/3: [patricia-tree: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "patricia-tree" "-j" "71" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/patricia-tree.0.12.0)
- (cd _build/default/test/model && ./test.exe)
- 
random seed: 243391002
- generated error fail pass / total     time test name
- 
[ ]    0    0    0    0 / 1000     0.0s is_empty
[✓] 1000    0    0 1000 / 1000     0.0s is_empty
- 
[ ]    0    0    0    0 / 1000     0.0s is_singleton
[✓] 1000    0    0 1000 / 1000     0.0s is_singleton
- 
[ ]    0    0    0    0 / 1000     0.0s singleton
[✓] 1000    0    0 1000 / 1000     0.0s singleton
- 
[ ]    0    0    0    0 / 1000     0.0s reflexive_compare
[✓] 1000    0    0 1000 / 1000     0.1s reflexive_compare
- 
[ ]    0    0    0    0 / 1000     0.0s disjoint
[✓] 1000    0    0 1000 / 1000     0.1s disjoint
- 
[ ]    0    0    0    0 / 1000     0.0s equal
[✓] 1000    0    0 1000 / 1000     0.1s equal
- 
[ ]    0    0    0    0 / 1000     0.0s cardinal
[✓] 1000    0    0 1000 / 1000     0.0s cardinal
- 
[ ]    0    0    0    0 / 1000     0.0s mem
[✓] 1000    0    0 1000 / 1000     0.0s mem
- 
[ ]    0    0    0    0 / 1000     0.0s find
[✓] 1000    0    0 1000 / 1000     0.0s find
- 
[ ]    0    0    0    0 / 1000     0.0s unsigned_min_binding
[✓] 1000    0    0 1000 / 1000     0.0s unsigned_min_binding
- 
[ ]    0    0    0    0 / 1000     0.0s unsigned_max_binding
[✓] 1000    0    0 1000 / 1000     0.0s unsigned_max_binding
- 
[ ]    0    0    0    0 / 1000     0.0s find_opt
[✓] 1000    0    0 1000 / 1000     0.0s find_opt
- 
[ ]    0    0    0    0 / 1000     0.0s pop_unsigned_minimum
[✓] 1000    0    0 1000 / 1000     0.0s pop_unsigned_minimum
- 
[ ]    0    0    0    0 / 1000     0.0s pop_unsigned_maximum
[✓] 1000    0    0 1000 / 1000     0.0s pop_unsigned_maximum
- 
[ ]    0    0    0    0 / 1000     0.0s add
[✓] 1000    0    0 1000 / 1000     0.0s add
- 
[ ]    0    0    0    0 / 1000     0.0s split
[✓] 1000    0    0 1000 / 1000     0.0s split
- 
[ ]    0    0    0    0 / 1000     0.0s remove
[✓] 1000    0    0 1000 / 1000     0.0s remove
- 
[ ]    0    0    0    0 / 1000     0.0s insert
[✓] 1000    0    0 1000 / 1000     0.1s insert
- 
[ ]    0    0    0    0 / 1000     0.0s update
[✓] 1000    0    0 1000 / 1000     0.0s update
- 
[ ]    0    0    0    0 / 1000     0.0s fold (cumulative)
[✓] 1000    0    0 1000 / 1000     0.0s fold (cumulative)
- 
[ ]    0    0    0    0 / 1000     0.0s fold (ordered)
[✓] 1000    0    0 1000 / 1000     0.0s fold (ordered)
- 
[ ]    0    0    0    0 / 1000     0.0s fold (keys)
[✓] 1000    0    0 1000 / 1000     0.1s fold (keys)
- 
[ ]    0    0    0    0 / 1000     0.0s iter
[✓] 1000    0    0 1000 / 1000     0.0s iter
- 
[ ]    0    0    0    0 / 1000     0.0s map
[✓] 1000    0    0 1000 / 1000     0.1s map
- 
[ ]    0    0    0    0 / 1000     0.0s mapi
[✓] 1000    0    0 1000 / 1000     0.0s mapi
- 
[ ]    0    0    0    0 / 1000     0.0s map_no_share
[✓] 1000    0    0 1000 / 1000     0.1s map_no_share
- 
[ ]    0    0    0    0 / 1000     0.0s mapi_no_share
[✓] 1000    0    0 1000 / 1000     0.1s mapi_no_share
- 
[ ]    0    0    0    0 / 1000     0.0s filter
[✓] 1000    0    0 1000 / 1000     0.1s filter
- 
[ ]    0    0    0    0 / 1000     0.0s filter_map
[✓] 1000    0    0 1000 / 1000     0.1s filter_map
- 
[ ]    0    0    0    0 / 1000     0.0s filter_map_no_share
[✓] 1000    0    0 1000 / 1000     0.1s filter_map_no_share
- 
[ ]    0    0    0    0 / 1000     0.0s for_all
[✓] 1000    0    0 1000 / 1000     0.1s for_all
- 
[ ]    0    0    0    0 / 1000     0.0s idempotent_union
[✓] 1000    0    0 1000 / 1000     0.1s idempotent_union
- 
[ ]    0    0    0    0 / 1000     0.0s idempotent_inter
[✓] 1000    0    0 1000 / 1000     0.1s idempotent_inter
- 
[ ]    0    0    0    0 / 1000     0.0s idempotent_inter_filter
[✓] 1000    0    0 1000 / 1000     0.1s idempotent_inter_filter
- 
[ ]    0    0    0    0 / 1000     0.0s reflexive_same_domain_for_all2
[✓] 1000    0    0 1000 / 1000     0.1s reflexive_same_domain_for_all2
- 
[ ]    0    0    0    0 / 1000     0.0s nonreflexive_same_domain_for_all2
[✓] 1000    0    0 1000 / 1000     0.1s nonreflexive_same_domain_for_all2
- 
[ ]    0    0    0    0 / 1000     0.0s difference
[✓] 1000    0    0 1000 / 1000     0.1s difference
- 
[ ]    0    0    0    0 / 1000     0.0s reflexive_subset_domain_for_all2
[✓] 1000    0    0 1000 / 1000     0.1s reflexive_subset_domain_for_all2
- 
[ ]    0    0    0    0 / 1000     0.0s intersect
[✓] 1000    0    0 1000 / 1000     0.1s intersect
- 
[ ]    0    0    0    0 / 1000     0.0s slow_merge
[ ]  872    0    0  872 / 1000     0.1s slow_merge (collecting)
[✓] 1000    0    0 1000 / 1000     0.1s slow_merge
- 
[ ]    0    0    0    0 / 1000     0.0s symmetric_difference
[ ]  891    0    0  891 / 1000     0.1s symmetric_difference (collecting)
[✓] 1000    0    0 1000 / 1000     0.1s symmetric_difference
- 
[ ]    0    0    0    0 / 1000     0.0s min_binding_inter
[✓] 1000    0    0 1000 / 1000     0.1s min_binding_inter
- 
[ ]    0    0    0    0 / 1000     0.0s max_binding_inter
[✓] 1000    0    0 1000 / 1000     0.1s max_binding_inter
- 
[ ]    0    0    0    0 / 1000     0.0s fold_on_nonequal_inter
[✓] 1000    0    0 1000 / 1000     0.1s fold_on_nonequal_inter
- 
[ ]    0    0    0    0 / 1000     0.0s fold_on_nonequal_union
[✓] 1000    0    0 1000 / 1000     0.1s fold_on_nonequal_union
- 
[ ]    0    0    0    0 / 1000     0.0s nonidempotent_inter_no_share
[✓] 1000    0    0 1000 / 1000     0.1s nonidempotent_inter_no_share
- 
[ ]    0    0    0    0 / 1000     0.0s of_list
[ ]  244    0    0  244 / 1000     0.1s of_list
[ ]  548    0    0  548 / 1000     0.2s of_list
[ ]  885    0    0  885 / 1000     0.3s of_list
[✓] 1000    0    0 1000 / 1000     0.4s of_list
- 
[ ]    0    0    0    0 / 1000     0.0s of_seq
[ ]  253    0    0  253 / 1000     0.1s of_seq
[ ]  563    0    0  563 / 1000     0.2s of_seq
[ ]  885    0    0  885 / 1000     0.3s of_seq
[✓] 1000    0    0 1000 / 1000     0.4s of_seq
- 
[ ]    0    0    0    0 / 1000     0.0s add_seq
[ ]  142    0    0  142 / 1000     0.1s add_seq
[ ]  421    0    0  421 / 1000     0.2s add_seq
[ ]  705    0    0  705 / 1000     0.3s add_seq
[✓] 1000    0    0 1000 / 1000     0.4s add_seq
- 
[ ]    0    0    0    0 / 1000     0.0s to_list
[✓] 1000    0    0 1000 / 1000     0.0s to_list
- 
[ ]    0    0    0    0 / 1000     0.0s to_seq
[✓] 1000    0    0 1000 / 1000     0.0s to_seq
- 
[ ]    0    0    0    0 / 1000     0.0s to_rev_seq
[✓] 1000    0    0 1000 / 1000     0.0s to_rev_seq
- ================================================================================
- success (ran 52 tests)
-> compiled  patricia-tree.0.12.0
-> removed   patricia-tree.0.12.0
-> installed patricia-tree.0.12.0
Done.
# Run eval $(opam env) to update the current shell environment
2026-01-19 15:49.27 ---> saved as "b144dc0b1fa4be6599b3b80cc2bc51f2fccffdfd6554188868ed9ed1361a7cba"
Job succeeded
2026-01-19 15:49.31: Job succeeded