(not at the head of any monitored branch or PR)
2026-02-04 18:23.10: New job: build testcontainers-rabbitmq.0.1.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29338/head (84c65dce1a570460bff26a2af0dbd7f2bad74115)
                              on ubuntu-25.10-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/29338/head" && git reset --hard 84c65dce
git fetch origin master
git merge --no-edit 45c04602c2fc908af6d1b17ba39c7517d58cb274
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:274365f8d59a8801a3dd36e71052ddf20d2589e67d5133efa37eb802d6ede9d2
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-rabbitmq.0.1.0 0.1.0
RUN opam reinstall testcontainers-rabbitmq.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 "\"ubuntu-25.10\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'testcontainers-rabbitmq.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:ubuntu-25.10-ocaml-4.14@sha256:274365f8d59a8801a3dd36e71052ddf20d2589e67d5133efa37eb802d6ede9d2-testcontainers-rabbitmq.0.1.0-84c65dce1a570460bff26a2af0dbd7f2bad74115"
2026-02-04 18:23.10: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:274365f8d59a8801a3dd36e71052ddf20d2589e67d5133efa37eb802d6ede9d2)
 (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-rabbitmq.0.1.0 0.1.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall testcontainers-rabbitmq.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 \"\\\"ubuntu-25.10\\\"\"; 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-rabbitmq.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:28.39: Waiting for worker…
2026-02-04 18:32.17: Got resource from pool OCluster
Building on toxis.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:ubuntu-25.10-ocaml-4.14@sha256:274365f8d59a8801a3dd36e71052ddf20d2589e67d5133efa37eb802d6ede9d2)
Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:274365f8d59a8801a3dd36e71052ddf20d2589e67d5133efa37eb802d6ede9d2' locally
docker.io/ocaml/opam@sha256:274365f8d59a8801a3dd36e71052ddf20d2589e67d5133efa37eb802d6ede9d2: Pulling from ocaml/opam
16c195d4c5e9: Already exists
10536c2a3229: Pulling fs layer
c4b489cde89f: Pulling fs layer
3054bf19173d: Pulling fs layer
72d4d5b175f6: Pulling fs layer
e2528088a671: Pulling fs layer
f8eb755e24f2: Pulling fs layer
f4466119d9d7: Pulling fs layer
ea16cb990595: Pulling fs layer
35a2f342fb41: Pulling fs layer
e2528088a671: Waiting
72d4d5b175f6: Waiting
cd43ff613b85: Pulling fs layer
3054bf19173d: Waiting
f8eb755e24f2: Waiting
ea16cb990595: Waiting
23c9e772d285: Pulling fs layer
f4466119d9d7: Waiting
03d461f90c5f: Pulling fs layer
35a2f342fb41: Waiting
cd43ff613b85: Waiting
1983245fed01: Pulling fs layer
bf5ceca7719f: Pulling fs layer
edcc8d3ba4ab: Pulling fs layer
ede0d4fa2b79: Pulling fs layer
c5b15849c9ed: Pulling fs layer
1983245fed01: Waiting
ede0d4fa2b79: Waiting
62d63a36325d: Pulling fs layer
3eab5053bbaa: Pulling fs layer
c5b15849c9ed: Waiting
bf5ceca7719f: Waiting
62d63a36325d: Waiting
ebd442105bf8: Pulling fs layer
b65dd44d0cc4: Pulling fs layer
4f4fb700ef54: Pulling fs layer
3eab5053bbaa: Waiting
0b00030c2a7a: Pulling fs layer
b65dd44d0cc4: Waiting
3b032402c760: Pulling fs layer
4f4fb700ef54: Waiting
5c73a2ae8046: Pulling fs layer
0b00030c2a7a: Waiting
a512bd04e73a: Pulling fs layer
787d7ef97d34: Pulling fs layer
5c73a2ae8046: Waiting
cc77994b0a28: Pulling fs layer
a512bd04e73a: Waiting
3b032402c760: Waiting
787d7ef97d34: Waiting
0b443ca6fb74: Pulling fs layer
cc77994b0a28: Waiting
301890f1dd56: Pulling fs layer
0b443ca6fb74: Waiting
88a6e67e1c35: Pulling fs layer
301890f1dd56: Waiting
775001f1433c: Pulling fs layer
88a6e67e1c35: Waiting
aa095842f5b7: Pulling fs layer
afe7a0ab1c61: Pulling fs layer
6ac89ad07b2f: Pulling fs layer
f200c07accef: Pulling fs layer
0cffad1aa79a: Pulling fs layer
f200c07accef: Waiting
775001f1433c: Waiting
7ba2cd4a3355: Pulling fs layer
0cffad1aa79a: Waiting
6529a030fd0f: Pulling fs layer
7ba2cd4a3355: Waiting
fc21a8625bc8: Pulling fs layer
76a51423e10f: Pulling fs layer
fc21a8625bc8: Waiting
afe7a0ab1c61: Waiting
5050ec29fa52: Pulling fs layer
7e36f42d1b1b: Pulling fs layer
6529a030fd0f: Waiting
ee4cee42e1e6: Pulling fs layer
5050ec29fa52: Waiting
7e36f42d1b1b: Waiting
ee4cee42e1e6: Waiting
c4b489cde89f: Verifying Checksum
c4b489cde89f: Download complete
10536c2a3229: Verifying Checksum
10536c2a3229: Download complete
10536c2a3229: Pull complete
c4b489cde89f: Pull complete
72d4d5b175f6: Verifying Checksum
72d4d5b175f6: Download complete
3054bf19173d: Verifying Checksum
3054bf19173d: Download complete
f8eb755e24f2: Download complete
f4466119d9d7: Verifying Checksum
f4466119d9d7: Download complete
ea16cb990595: Download complete
35a2f342fb41: Verifying Checksum
35a2f342fb41: Download complete
3054bf19173d: Pull complete
cd43ff613b85: Download complete
72d4d5b175f6: Pull complete
23c9e772d285: Verifying Checksum
23c9e772d285: Download complete
03d461f90c5f: Verifying Checksum
03d461f90c5f: Download complete
bf5ceca7719f: Verifying Checksum
bf5ceca7719f: Download complete
1983245fed01: Verifying Checksum
1983245fed01: Download complete
edcc8d3ba4ab: Verifying Checksum
e2528088a671: Verifying Checksum
e2528088a671: Download complete
c5b15849c9ed: Verifying Checksum
c5b15849c9ed: Download complete
ede0d4fa2b79: Verifying Checksum
ede0d4fa2b79: Download complete
62d63a36325d: Verifying Checksum
62d63a36325d: Download complete
3eab5053bbaa: Download complete
ebd442105bf8: Download complete
b65dd44d0cc4: Download complete
4f4fb700ef54: Download complete
0b00030c2a7a: Download complete
3b032402c760: Verifying Checksum
3b032402c760: Download complete
5c73a2ae8046: Download complete
a512bd04e73a: Verifying Checksum
a512bd04e73a: Download complete
cc77994b0a28: Verifying Checksum
cc77994b0a28: Download complete
0b443ca6fb74: Download complete
301890f1dd56: Verifying Checksum
301890f1dd56: Download complete
88a6e67e1c35: Verifying Checksum
88a6e67e1c35: Download complete
775001f1433c: Verifying Checksum
775001f1433c: Download complete
aa095842f5b7: Verifying Checksum
aa095842f5b7: Download complete
afe7a0ab1c61: Verifying Checksum
afe7a0ab1c61: Download complete
7ba2cd4a3355: Verifying Checksum
7ba2cd4a3355: Download complete
6529a030fd0f: Download complete
fc21a8625bc8: Verifying Checksum
fc21a8625bc8: Download complete
76a51423e10f: Verifying Checksum
76a51423e10f: Download complete
5050ec29fa52: Download complete
7e36f42d1b1b: Verifying Checksum
7e36f42d1b1b: Download complete
ee4cee42e1e6: Verifying Checksum
ee4cee42e1e6: Download complete
e2528088a671: Pull complete
f8eb755e24f2: Pull complete
f4466119d9d7: Pull complete
ea16cb990595: Pull complete
35a2f342fb41: Pull complete
6ac89ad07b2f: Verifying Checksum
6ac89ad07b2f: Download complete
cd43ff613b85: Pull complete
0cffad1aa79a: Verifying Checksum
0cffad1aa79a: Download complete
23c9e772d285: Pull complete
03d461f90c5f: Pull complete
1983245fed01: Pull complete
bf5ceca7719f: Pull complete
edcc8d3ba4ab: Pull complete
ede0d4fa2b79: Pull complete
c5b15849c9ed: Pull complete
62d63a36325d: Pull complete
3eab5053bbaa: Pull complete
ebd442105bf8: Pull complete
b65dd44d0cc4: Pull complete
4f4fb700ef54: Pull complete
0b00030c2a7a: Pull complete
3b032402c760: Pull complete
5c73a2ae8046: Pull complete
a512bd04e73a: Pull complete
787d7ef97d34: Pull complete
cc77994b0a28: Pull complete
0b443ca6fb74: Pull complete
301890f1dd56: Pull complete
88a6e67e1c35: Pull complete
775001f1433c: Pull complete
aa095842f5b7: Pull complete
afe7a0ab1c61: Pull complete
6ac89ad07b2f: Pull complete
f200c07accef: Pull complete
0cffad1aa79a: Pull complete
7ba2cd4a3355: Pull complete
6529a030fd0f: Pull complete
fc21a8625bc8: Pull complete
76a51423e10f: Pull complete
5050ec29fa52: Pull complete
7e36f42d1b1b: Pull complete
ee4cee42e1e6: Pull complete
Digest: sha256:274365f8d59a8801a3dd36e71052ddf20d2589e67d5133efa37eb802d6ede9d2
Status: Downloaded newer image for ocaml/opam@sha256:274365f8d59a8801a3dd36e71052ddf20d2589e67d5133efa37eb802d6ede9d2
2026-02-04 18:33.45 ---> saved as "3845790a3355273a2a009dea177a03036588abd294361766cfeb338823fe4c22"

/: (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:33.46 ---> saved as "b4a22adcc8275379abac0300d272aa004561be9d0a34db002406590a8d4dd3e2"

/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:34.15 ---> saved as "ebf2c4dd451bea02c79d622c21e33f6af5b54bebc6067aa0c14b94c263b1dc7e"

/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=ubuntu os-version=25.10
# 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-04 18:34.16 ---> saved as "4ffe0f5306741ca1706d5971e81411a93637362dba6c2ba163f09e20e344c8d5"

/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:34.25 ---> saved as "7fa23e92762afdc80c2dd115917ac589ebaa5057f18fb263300d2752eb89495d"

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]
- Get:2 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [214 kB]
- Get:3 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [179 kB]
- Get:4 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [130 kB]
- Hit:5 http://archive.ubuntu.com/ubuntu questing InRelease
- Get:6 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]
- Get:7 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]
- Get:8 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [355 kB]
- Get:9 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [214 kB]
- Get:10 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [181 kB]
- Fetched 1676 kB in 1s (1561 kB/s)
- Reading package lists...
- 
2026-02-04 18:35.02 ---> saved as "6cff1430d13bf25b408ff33f6e2e3ae4c498e6fdfc2f4c37d4f34e61aa73c75a"

/home/opam: (run (shell "opam pin add -k version -yn testcontainers-rabbitmq.0.1.0 0.1.0"))
testcontainers-rabbitmq is now pinned to version 0.1.0
2026-02-04 18:35.03 ---> saved as "0bb5917c3174434cf47ad3bea3bf2a9348bac279deb1c33c9b925cc8407f6d85"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall testcontainers-rabbitmq.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 \"\\\"ubuntu-25.10\\\"\"; 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-rabbitmq.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-rabbitmq.0.1.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
    - testcontainers-rabbitmq -> testcontainers -> ocaml >= 5.0
    You can temporarily relax the switch invariant with `--update-invariant'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall testcontainers-rabbitmq.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 "\"ubuntu-25.10\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'testcontainers-rabbitmq.0.1.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-02-04 18:35.19: Job failed: Failed: Build failed
2026-02-04 18:35.19: Log analysis:
2026-02-04 18:35.19: >>> 
No solution found, exiting
 (score = 100)
2026-02-04 18:35.19: [SKIP] Package not available