- github
- ocaml
- opam-repository
- 84c65d
- compilers,4.08,testcontainers-memcached.0.1.0
(not at the head of any monitored branch or PR)
2026-02-04 18:23.09: New job: build testcontainers-memcached.0.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29338/head (84c65dce1a570460bff26a2af0dbd7f2bad74115)
on debian-13-ocaml-4.08/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:debian-13-ocaml-4.08@sha256:3063fbf341dcc17fe4e41c8410fba237588b7a1cfb6ef87d522d3760eadd2341
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-memcached.0.1.0 0.1.0
RUN opam reinstall testcontainers-memcached.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 "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'testcontainers-memcached.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.09: Using cache hint "ocaml/opam:debian-13-ocaml-4.08@sha256:3063fbf341dcc17fe4e41c8410fba237588b7a1cfb6ef87d522d3760eadd2341-testcontainers-memcached.0.1.0-84c65dce1a570460bff26a2af0dbd7f2bad74115"
2026-02-04 18:23.09: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.08@sha256:3063fbf341dcc17fe4e41c8410fba237588b7a1cfb6ef87d522d3760eadd2341)
(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-memcached.0.1.0 0.1.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall testcontainers-memcached.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 \"\\\"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\" != 'testcontainers-memcached.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.09: Waiting for resource in pool OCluster
2026-02-04 18:23.13: Waiting for worker…
2026-02-04 18:23.13: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
HEAD is now at 4c630d512a [new release] react-rules-of-hooks-ppx (1.1.0)
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:debian-13-ocaml-4.08@sha256:3063fbf341dcc17fe4e41c8410fba237588b7a1cfb6ef87d522d3760eadd2341)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.08@sha256:3063fbf341dcc17fe4e41c8410fba237588b7a1cfb6ef87d522d3760eadd2341' locally
docker.io/ocaml/opam@sha256:3063fbf341dcc17fe4e41c8410fba237588b7a1cfb6ef87d522d3760eadd2341: Pulling from ocaml/opam
2ca1bfae7ba8: Already exists
e4d8ee4b2a38: Already exists
1d3116276f8e: Already exists
75b74a4d1ac0: Already exists
b6ccadbb02b4: Already exists
8cbf8e460264: Already exists
3315611f76bf: Already exists
504308973b3d: Already exists
d88808e698ae: Already exists
64194555da04: Already exists
bcae218e4dec: Already exists
0678004b187f: Already exists
608c27b1299a: Already exists
2d112e543012: Already exists
7515eb74eee1: Already exists
c57ccaf32dad: Already exists
1ad18dadc94d: Already exists
e597bdf2ce86: Already exists
895287036913: Already exists
669157da4bb1: Already exists
05dacbfea855: Already exists
c07f56eefed9: Already exists
4f4fb700ef54: Already exists
8d67afca45c4: Already exists
eaf56bb8bbcb: Already exists
3eb319385d03: Already exists
7e47d6bb7bc1: Already exists
dc066cdb4877: Already exists
3bd4cfbaf252: Already exists
e1cd4fc2a870: Already exists
c620a639b37a: Already exists
2765b1030b2e: Already exists
4e076d3d484c: Already exists
8fe2e737bcaf: Already exists
29a5f2a84735: Already exists
829846ac5653: Already exists
6cf201ca8833: Already exists
7f975caeb23f: Already exists
de5cd6b102fb: Already exists
8ce740230729: Already exists
29df89ae24a1: Already exists
8fa2f9384351: Pulling fs layer
52d783564d57: Pulling fs layer
9a9862ca64d4: Pulling fs layer
8afb4cfdc9c5: Pulling fs layer
52d783564d57: Verifying Checksum
52d783564d57: Download complete
9a9862ca64d4: Verifying Checksum
9a9862ca64d4: Download complete
8afb4cfdc9c5: Download complete
8fa2f9384351: Verifying Checksum
8fa2f9384351: Download complete
8fa2f9384351: Pull complete
52d783564d57: Pull complete
9a9862ca64d4: Pull complete
8afb4cfdc9c5: Pull complete
Digest: sha256:3063fbf341dcc17fe4e41c8410fba237588b7a1cfb6ef87d522d3760eadd2341
Status: Downloaded newer image for ocaml/opam@sha256:3063fbf341dcc17fe4e41c8410fba237588b7a1cfb6ef87d522d3760eadd2341
2026-02-04 18:23.54 ---> saved as "4a9db7e2185f4ecfb5cf6e0f59ac53653ec8fc575c148ee4af0cd6a56ac0e638"
/: (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:23.55 ---> saved as "3fa50db19d49176a932e605cb7d0e75d572b03cd9f8424dbd00b50004c2a052d"
/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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-04 18:24.23 ---> saved as "255f4bc09518217b1673fded4713c92a2b2cd11f51e99b981d6a2008b328fe54"
/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=13
# 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.08
# invariant ["ocaml-base-compiler" {= "4.08.1"}]
# compiler-packages ocaml-base-compiler.4.08.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.08/lib/ocaml/stublibs:/home/opam/.opam/4.08/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.08.1
2026-02-04 18:24.24 ---> saved as "84c188d20711168fc928a3ea39b00aea6d42868464ace1b11bffae777bfb7eb0"
/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:24.32 ---> saved as "1712d04b1b9436a0159f7385398be6e6e56a4aea633f8ac2ae08df8d098687aa"
/home/opam: (copy (src .) (dst opam-repository/))
2026-02-04 18:24.43 ---> saved as "a6c17a4ead3e77a2cdf1111588f2ffe34d2d8be1bbf7004cc95dbb2f411f019e"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-04 18:25.06 ---> saved as "10b7e6520b238b4e882923e931205dbdb1b7615f2c857d63c341e9f40bb298db"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- 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-security trixie-security/main amd64 Packages [98.8 kB]
- Fetched 190 kB in 0s (1663 kB/s)
- Reading package lists...
2026-02-04 18:25.07 ---> saved as "0e6dd83493211c607caf3a5a794192a417552893ed68f97a4d843b6082287693"
/home/opam: (run (shell "opam pin add -k version -yn testcontainers-memcached.0.1.0 0.1.0"))
testcontainers-memcached is now pinned to version 0.1.0
2026-02-04 18:25.08 ---> saved as "c129e45f4a15b71083cec02aec38a597b30f440c64d8c8b0d62b6eb565d7bfb9"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall testcontainers-memcached.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 \"\\\"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\" != 'testcontainers-memcached.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-memcached.0.1.0 is not installed. Install it? [Y/n] y
* No agreement on the version of ocaml:
- (invariant) -> ocaml-base-compiler = 4.08.1 -> ocaml = 4.08.1
- testcontainers-memcached -> 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-memcached.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 "\"debian-13\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'testcontainers-memcached.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:25.22: Job failed: Failed: Build failed
2026-02-04 18:25.22: Log analysis:
2026-02-04 18:25.22: >>>
No solution found, exiting
(score = 100)
2026-02-04 18:25.22: [SKIP] Package not available