(not at the head of any monitored branch or PR)
2026-02-04 18:23.10: New job: build testcontainers-mongo.0.1.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29338/head (84c65dce1a570460bff26a2af0dbd7f2bad74115)
                              on opensuse-15.6-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/29338/head" && git reset --hard 84c65dce
git fetch origin master
git merge --no-edit 45c04602c2fc908af6d1b17ba39c7517d58cb274
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:c595a4e1cfe9e9a852b43afbaff000260984f72c5ef04e33920b4947901dc0d1
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 testcontainers-mongo.0.1.0 0.1.0
RUN opam reinstall testcontainers-mongo.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 "\"opensuse-15.6\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'testcontainers-mongo.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-02-04 18:23.10: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:c595a4e1cfe9e9a852b43afbaff000260984f72c5ef04e33920b4947901dc0d1-testcontainers-mongo.0.1.0-84c65dce1a570460bff26a2af0dbd7f2bad74115"
2026-02-04 18:23.10: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:c595a4e1cfe9e9a852b43afbaff000260984f72c5ef04e33920b4947901dc0d1)
 (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 testcontainers-mongo.0.1.0 0.1.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall testcontainers-mongo.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 \"\\\"opensuse-15.6\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'testcontainers-mongo.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-02-04 18:23.10: Waiting for resource in pool OCluster
2026-02-04 18:25.27: Waiting for worker…
2026-02-04 18:28.19: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 45c04602c2 Merge pull request #29332 from fpottier/master
Updating 45c04602c2..84c65dce1a
Fast-forward
 .../testcontainers-elasticsearch.0.1.0/opam        | 41 ++++++++++++++++
 .../testcontainers-kafka.0.1.0/opam                | 41 ++++++++++++++++
 .../testcontainers-localstack.0.1.0/opam           | 42 +++++++++++++++++
 .../testcontainers-memcached.0.1.0/opam            | 41 ++++++++++++++++
 .../testcontainers-mockserver.0.1.0/opam           | 42 +++++++++++++++++
 .../testcontainers-mongo.0.1.0/opam                | 41 ++++++++++++++++
 .../testcontainers-mysql.0.1.0/opam                | 41 ++++++++++++++++
 .../testcontainers-postgres.0.1.0/opam             | 41 ++++++++++++++++
 .../testcontainers-rabbitmq.0.1.0/opam             | 41 ++++++++++++++++
 .../testcontainers-redis.0.1.0/opam                | 41 ++++++++++++++++
 packages/testcontainers/testcontainers.0.1.0/opam  | 54 ++++++++++++++++++++++
 11 files changed, 466 insertions(+)
 create mode 100644 packages/testcontainers-elasticsearch/testcontainers-elasticsearch.0.1.0/opam
 create mode 100644 packages/testcontainers-kafka/testcontainers-kafka.0.1.0/opam
 create mode 100644 packages/testcontainers-localstack/testcontainers-localstack.0.1.0/opam
 create mode 100644 packages/testcontainers-memcached/testcontainers-memcached.0.1.0/opam
 create mode 100644 packages/testcontainers-mockserver/testcontainers-mockserver.0.1.0/opam
 create mode 100644 packages/testcontainers-mongo/testcontainers-mongo.0.1.0/opam
 create mode 100644 packages/testcontainers-mysql/testcontainers-mysql.0.1.0/opam
 create mode 100644 packages/testcontainers-postgres/testcontainers-postgres.0.1.0/opam
 create mode 100644 packages/testcontainers-rabbitmq/testcontainers-rabbitmq.0.1.0/opam
 create mode 100644 packages/testcontainers-redis/testcontainers-redis.0.1.0/opam
 create mode 100644 packages/testcontainers/testcontainers.0.1.0/opam

(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:c595a4e1cfe9e9a852b43afbaff000260984f72c5ef04e33920b4947901dc0d1)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:c595a4e1cfe9e9a852b43afbaff000260984f72c5ef04e33920b4947901dc0d1' locally
docker.io/ocaml/opam@sha256:c595a4e1cfe9e9a852b43afbaff000260984f72c5ef04e33920b4947901dc0d1: Pulling from ocaml/opam
f4db0cbd6f95: Pulling fs layer
02cd4082ad48: Pulling fs layer
1100f076d406: Pulling fs layer
8606882b1a88: Pulling fs layer
f9a52bf6e6bb: Pulling fs layer
f63e0dca46c3: Pulling fs layer
ea368c16a085: Pulling fs layer
6fc2064064a4: Pulling fs layer
f8fcfc5b81cd: Pulling fs layer
924a9bda3469: Pulling fs layer
3784063ca28b: Pulling fs layer
59fbe9e16b03: Pulling fs layer
8ce8b77b238d: Pulling fs layer
c6c4e57a4c81: Pulling fs layer
a6d2e97b1554: Pulling fs layer
5f484f36e5a2: Pulling fs layer
0f1e5516d3ad: Pulling fs layer
4822907daa68: Pulling fs layer
10dbc447c992: Pulling fs layer
4f4fb700ef54: Pulling fs layer
5150aec31d9b: Pulling fs layer
409e2101a246: Pulling fs layer
9e2ab57a758f: Pulling fs layer
c9f6628cf70d: Pulling fs layer
64501aa3f7f8: Pulling fs layer
49e89710eef7: Pulling fs layer
551776d6e7c3: Pulling fs layer
3941397d1883: Pulling fs layer
1b90cfabea40: Pulling fs layer
690624604033: Pulling fs layer
4585046f2b9c: Pulling fs layer
d347e1bcbd7f: Pulling fs layer
8a8051757f60: Pulling fs layer
88c1a6a950b4: Pulling fs layer
07a9e5fdb994: Pulling fs layer
80d399ca8a83: Pulling fs layer
8ce8b77b238d: Waiting
f8fcfc5b81cd: Waiting
b09d5b383189: Pulling fs layer
924a9bda3469: Waiting
c6c4e57a4c81: Waiting
3784063ca28b: Waiting
7a50c3ac9448: Pulling fs layer
4822907daa68: Waiting
551776d6e7c3: Waiting
a6d2e97b1554: Waiting
9e2ab57a758f: Waiting
64501aa3f7f8: Waiting
10dbc447c992: Waiting
a241e1c89dcc: Pulling fs layer
49e89710eef7: Waiting
1b90cfabea40: Waiting
0f1e5516d3ad: Waiting
d347e1bcbd7f: Waiting
f4db0cbd6f95: Waiting
3941397d1883: Waiting
5f484f36e5a2: Waiting
690624604033: Waiting
c9f6628cf70d: Waiting
06a21ff02078: Pulling fs layer
4f4fb700ef54: Waiting
8a8051757f60: Waiting
1100f076d406: Waiting
88c1a6a950b4: Waiting
5150aec31d9b: Waiting
b09d5b383189: Waiting
f63e0dca46c3: Waiting
6a6be1c8e33f: Pulling fs layer
409e2101a246: Waiting
7a50c3ac9448: Waiting
07a9e5fdb994: Waiting
02cd4082ad48: Waiting
80d399ca8a83: Waiting
a241e1c89dcc: Waiting
ea368c16a085: Waiting
069c541bd52c: Pulling fs layer
06a21ff02078: Waiting
6fc2064064a4: Waiting
6a6be1c8e33f: Waiting
7091d6c74572: Pulling fs layer
069c541bd52c: Waiting
34fd8199409d: Pulling fs layer
7091d6c74572: Waiting
ad2d360838c0: Pulling fs layer
34fd8199409d: Waiting
ad2d360838c0: Waiting
4585046f2b9c: Waiting
f4db0cbd6f95: Verifying Checksum
f4db0cbd6f95: Download complete
02cd4082ad48: Verifying Checksum
02cd4082ad48: Download complete
f4db0cbd6f95: Pull complete
02cd4082ad48: Pull complete
1100f076d406: Verifying Checksum
1100f076d406: Download complete
f9a52bf6e6bb: Verifying Checksum
f9a52bf6e6bb: Download complete
f63e0dca46c3: Verifying Checksum
f63e0dca46c3: Download complete
6fc2064064a4: Verifying Checksum
6fc2064064a4: Download complete
ea368c16a085: Verifying Checksum
ea368c16a085: Download complete
f8fcfc5b81cd: Verifying Checksum
f8fcfc5b81cd: Download complete
3784063ca28b: Verifying Checksum
3784063ca28b: Download complete
8606882b1a88: Verifying Checksum
8606882b1a88: Download complete
924a9bda3469: Verifying Checksum
924a9bda3469: Download complete
8ce8b77b238d: Verifying Checksum
8ce8b77b238d: Download complete
59fbe9e16b03: Verifying Checksum
59fbe9e16b03: Download complete
c6c4e57a4c81: Verifying Checksum
c6c4e57a4c81: Download complete
5f484f36e5a2: Verifying Checksum
5f484f36e5a2: Download complete
a6d2e97b1554: Verifying Checksum
a6d2e97b1554: Download complete
0f1e5516d3ad: Download complete
4822907daa68: Verifying Checksum
4822907daa68: Download complete
10dbc447c992: Download complete
4f4fb700ef54: Download complete
5150aec31d9b: Download complete
9e2ab57a758f: Download complete
409e2101a246: Verifying Checksum
409e2101a246: Download complete
c9f6628cf70d: Verifying Checksum
c9f6628cf70d: Download complete
64501aa3f7f8: Verifying Checksum
64501aa3f7f8: Download complete
49e89710eef7: Download complete
551776d6e7c3: Verifying Checksum
551776d6e7c3: Download complete
3941397d1883: Verifying Checksum
3941397d1883: Download complete
1b90cfabea40: Verifying Checksum
1b90cfabea40: Download complete
690624604033: Verifying Checksum
690624604033: Download complete
4585046f2b9c: Verifying Checksum
4585046f2b9c: Download complete
d347e1bcbd7f: Verifying Checksum
d347e1bcbd7f: Download complete
88c1a6a950b4: Download complete
80d399ca8a83: Verifying Checksum
80d399ca8a83: Download complete
b09d5b383189: Verifying Checksum
b09d5b383189: Download complete
7a50c3ac9448: Download complete
1100f076d406: Pull complete
a241e1c89dcc: Verifying Checksum
a241e1c89dcc: Download complete
06a21ff02078: Verifying Checksum
06a21ff02078: Download complete
07a9e5fdb994: Verifying Checksum
07a9e5fdb994: Download complete
6a6be1c8e33f: Verifying Checksum
6a6be1c8e33f: Download complete
7091d6c74572: Download complete
34fd8199409d: Verifying Checksum
34fd8199409d: Download complete
ad2d360838c0: Download complete
069c541bd52c: Verifying Checksum
069c541bd52c: Download complete
8a8051757f60: Verifying Checksum
8a8051757f60: Download complete
8606882b1a88: Pull complete
f9a52bf6e6bb: Pull complete
f63e0dca46c3: Pull complete
ea368c16a085: Pull complete
6fc2064064a4: Pull complete
f8fcfc5b81cd: Pull complete
924a9bda3469: Pull complete
3784063ca28b: Pull complete
59fbe9e16b03: Pull complete
8ce8b77b238d: Pull complete
c6c4e57a4c81: Pull complete
a6d2e97b1554: Pull complete
5f484f36e5a2: Pull complete
0f1e5516d3ad: Pull complete
4822907daa68: Pull complete
10dbc447c992: Pull complete
4f4fb700ef54: Pull complete
5150aec31d9b: Pull complete
409e2101a246: Pull complete
9e2ab57a758f: Pull complete
c9f6628cf70d: Pull complete
64501aa3f7f8: Pull complete
49e89710eef7: Pull complete
551776d6e7c3: Pull complete
3941397d1883: Pull complete
1b90cfabea40: Pull complete
690624604033: Pull complete
4585046f2b9c: Pull complete
d347e1bcbd7f: Pull complete
8a8051757f60: Pull complete
88c1a6a950b4: Pull complete
07a9e5fdb994: Pull complete
80d399ca8a83: Pull complete
b09d5b383189: Pull complete
7a50c3ac9448: Pull complete
a241e1c89dcc: Pull complete
06a21ff02078: Pull complete
6a6be1c8e33f: Pull complete
069c541bd52c: Pull complete
7091d6c74572: Pull complete
34fd8199409d: Pull complete
ad2d360838c0: Pull complete
Digest: sha256:c595a4e1cfe9e9a852b43afbaff000260984f72c5ef04e33920b4947901dc0d1
Status: Downloaded newer image for ocaml/opam@sha256:c595a4e1cfe9e9a852b43afbaff000260984f72c5ef04e33920b4947901dc0d1
2026-02-04 18:31.23 ---> saved as "dac1bba0d29e09bd6bdeae8e3020e0a604572cec9ab1220b1320d44011c50cab"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-02-04 18:31.24 ---> saved as "d5a0c21a8985cda5898095c0548dddb7173b7395f089f92949a896e6ad892fe2"

/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-02-04 18:31.50 ---> saved as "a9c9647e10c5fc99c87f8e37e0cf30ec16b349a7e88c313e2f5b7ac21faaa26f"

/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=opensuse-leap os-version=15.6
# 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-02-04 18:31.51 ---> saved as "aae302afdc3528c195a3cdcc35331075ee1b70051f2ec0b80f82b17d01351df9"

/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-04 18:32.09 ---> saved as "42f65ff60d97a99a2e1c918e881d230f5f785431131e060205cf7404b533e3e4"

/home/opam: (copy (src .) (dst opam-repository/))
2026-02-04 18:32.18 ---> saved as "f6e34b6f00daa6b13270652fdbf544d236038d33684e5a928c35f7b6ded08795"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-04 18:32.44 ---> saved as "b331e3655535ebb7b75fe9a750bced1c99faa1d696afbeccdb0f820aaef1768e"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
- Looking for gpg keys in repository Update repository of openSUSE Backports.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- ..
- .....
- ....
- ....
- ....
- ....
- ...........
- .....
- ....
- ....
- ...
- .....
- .
- ....
- .
- .........
- .......
- .......
- ........
- ........
- ..............
- ....
- ....
- .....
- ....
- .....
- .....
- ....
- .....
- ....
- ......
- .......
- .......
- ......
- ..done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- ....
- ....
- ....
- ....
- ....
- ....
- ........
- ............
- .......
- .....
- ........
- .........
- .........
- ..........
- .........
- ..........
- .........
- .........
- .......
- .........
- .......
- ......
- ......
- .........
- ........
- ..........
- .....
- .......
- ......
- .
- ..........
- .........
- ..........
- ......
- ........
- .......
- ..........
- .
- ...
- ...
- ...
- ....
- ..
- ..
- ..
- ..
- ...
- ...
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- .......
- ....
- .........
- .......
- .......
- ........
- ...
- ...
- ....
- .....
- ....
- ....
- ....
- ....
- ....
- ....
- ......
- ..
- .
- .
- ..
- .done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.
2026-02-04 18:35.08 ---> saved as "1c5cdbf81f0fce807fa558fabcba321a9cac0452944b9461fdeb067576269b60"

/home/opam: (run (shell "opam pin add -k version -yn testcontainers-mongo.0.1.0 0.1.0"))
testcontainers-mongo is now pinned to version 0.1.0
2026-02-04 18:35.09 ---> saved as "8184f8f3871f226e563866a61d98b19421e4f21f709ed3be0727e97a1476c91b"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall testcontainers-mongo.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 \"\\\"opensuse-15.6\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'testcontainers-mongo.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"))
testcontainers-mongo.0.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 27 packages
  - install angstrom             0.16.1         [required by uri]
  - install base-bytes           base           [required by ocplib-endian]
  - install bigstringaf          0.10.0         [required by angstrom]
  - install cppo                 1.8.0          [required by lwt]
  - install csexp                1.5.2          [required by dune-configurator]
  - install dune                 3.21.0         [required by testcontainers-mongo]
  - install dune-configurator    3.21.0         [required by lwt]
  - install fmt                  0.11.0         [required by testcontainers]
  - install logs                 0.10.0         [required by testcontainers]
  - install lwt                  6.1.0          [required by lwt_ppx, testcontainers]
  - install lwt_ppx              6.1.0          [required by testcontainers-mongo]
  - install ocaml-compiler-libs  v0.17.0        [required by ppxlib]
  - install ocaml-syntax-shims   1.0.0          [required by angstrom]
  - install ocamlbuild           0.16.1         [required by fmt, logs]
  - install ocamlfind            1.9.8          [required by fmt, logs]
  - 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 re                   1.14.0         [required by testcontainers]
  - install sexplib0             v0.17.0        [required by ppxlib]
  - install stdlib-shims         0.3.0          [required by ppxlib]
  - install stringext            1.6.0          [required by uri]
  - install testcontainers       0.1.0          [required by testcontainers-mongo]
  - install testcontainers-mongo 0.1.0 (pinned)
  - install topkg                1.1.1          [required by fmt, logs]
  - install uri                  4.4.0          [required by testcontainers]
  - install yojson               3.0.0          [required by testcontainers]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.21.0, dune-configurator.3.21.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt.6.1.0, lwt_ppx.6.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (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 re.1.14.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved testcontainers.0.1.0, testcontainers-mongo.0.1.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed dune.3.21.0
-> installed ppx_derivers.1.2.1
-> installed stringext.1.6.0
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.14.0
-> installed sexplib0.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 bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed lwt.6.1.0
-> installed uri.4.4.0
-> installed logs.0.10.0
-> installed ppxlib.0.37.0
-> installed lwt_ppx.6.1.0
-> installed testcontainers.0.1.0
-> installed testcontainers-mongo.0.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-04 18:36.21 ---> saved as "f86f3def73f263b8a5bc73fc76dcd34e8a1e34b9b14f9bce3307f4d7b3473670"
Job succeeded
2026-02-04 18:36.28: Job succeeded