- github
- ocaml
- opam-repository
- 84c65d
- macos,macos-homebrew-ocaml-4.14-amd64,testcontainers.0.1.0
(not at the head of any monitored branch or PR)
2026-02-04 18:23.11: New job: build testcontainers.0.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29338/head (84c65dce1a570460bff26a2af0dbd7f2bad74115)
on macos-homebrew-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 macos-homebrew-ocaml-4.14
USER 1000:1000
RUN ln -f ~/local/bin/opam-dev ~/local/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 -k local --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn testcontainers.0.1.0 0.1.0
RUN opam reinstall testcontainers.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 "\"macos-homebrew\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'testcontainers.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.11: Using cache hint "macos-homebrew-ocaml-4.14-testcontainers.0.1.0-84c65dce1a570460bff26a2af0dbd7f2bad74115"
2026-02-04 18:23.11: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
(user (uid 1000) (gid 1000))
(run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
(run (network host)
(shell "opam init --reinit -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 -k local --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn testcontainers.0.1.0 0.1.0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall testcontainers.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 \"\\\"macos-homebrew\\\"\"; 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.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.11: Waiting for resource in pool OCluster
2026-02-04 18:23.13: Waiting for worker…
2026-02-04 18:40.07: Got resource from pool OCluster
Building on i7-worker-04
All commits already cached
Updating files: 31% (6084/19344)
Updating files: 32% (6191/19344)
Updating files: 33% (6384/19344)
Updating files: 34% (6577/19344)
Updating files: 35% (6771/19344)
Updating files: 36% (6964/19344)
Updating files: 37% (7158/19344)
Updating files: 38% (7351/19344)
Updating files: 39% (7545/19344)
Updating files: 40% (7738/19344)
Updating files: 41% (7932/19344)
Updating files: 42% (8125/19344)
Updating files: 43% (8318/19344)
Updating files: 44% (8512/19344)
Updating files: 45% (8705/19344)
Updating files: 46% (8899/19344)
Updating files: 47% (9092/19344)
Updating files: 48% (9286/19344)
Updating files: 49% (9479/19344)
Updating files: 50% (9672/19344)
Updating files: 51% (9866/19344)
Updating files: 51% (10025/19344)
Updating files: 52% (10059/19344)
Updating files: 53% (10253/19344)
Updating files: 54% (10446/19344)
Updating files: 55% (10640/19344)
Updating files: 56% (10833/19344)
Updating files: 57% (11027/19344)
Updating files: 58% (11220/19344)
Updating files: 59% (11413/19344)
Updating files: 60% (11607/19344)
Updating files: 61% (11800/19344)
Updating files: 62% (11994/19344)
Updating files: 63% (12187/19344)
Updating files: 64% (12381/19344)
Updating files: 65% (12574/19344)
Updating files: 66% (12768/19344)
Updating files: 67% (12961/19344)
Updating files: 68% (13154/19344)
Updating files: 69% (13348/19344)
Updating files: 70% (13541/19344)
Updating files: 71% (13735/19344)
Updating files: 72% (13928/19344)
Updating files: 73% (14122/19344)
Updating files: 74% (14315/19344)
Updating files: 75% (14508/19344)
Updating files: 76% (14702/19344)
Updating files: 77% (14895/19344)
Updating files: 78% (15089/19344)
Updating files: 79% (15282/19344)
Updating files: 80% (15476/19344)
Updating files: 81% (15669/19344)
Updating files: 82% (15863/19344)
Updating files: 82% (15968/19344)
Updating files: 83% (16056/19344)
Updating files: 84% (16249/19344)
Updating files: 85% (16443/19344)
Updating files: 86% (16636/19344)
Updating files: 87% (16830/19344)
Updating files: 88% (17023/19344)
Updating files: 89% (17217/19344)
Updating files: 90% (17410/19344)
Updating files: 91% (17604/19344)
Updating files: 92% (17797/19344)
Updating files: 93% (17990/19344)
Updating files: 94% (18184/19344)
Updating files: 95% (18377/19344)
Updating files: 96% (18571/19344)
Updating files: 97% (18764/19344)
Updating files: 98% (18958/19344)
Updating files: 99% (19151/19344)
Updating files: 100% (19344/19344)
Updating files: 100% (19344/19344), done.
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 macos-homebrew-ocaml-4.14)
2026-02-04 18:40.12 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-02-04 18:40.13 ---> using "f20a31eccb94af52fa2a3ef86b723bc6460bac3d8a92b8861915540c2498d20a" from cache
/: (run (network host)
(shell "opam init --reinit -ni"))
No configuration file found, using 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 /Users/mac1000/.opam from version 2.1 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 1 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=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2026-02-04 18:40.13 ---> using "7818e224f85c11d1d318abe9ba4e297be345388b7ed476f912b6900c6bae56aa" from cache
/: (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=macos os-distribution=homebrew os-version=15.5
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 11
# repositories 1 (version-controlled)
# pinned 0
# current-switch 4.14.2
# invariant ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "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 /Users/mac1000/.opam/4.14.2/lib/ocaml/stublibs:/Users/mac1000/.opam/4.14.2/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2026-02-04 18:40.13 ---> using "625776f8b2f728a128171e2ba4372c97abd18632a07574a8412026e8be39dac5" from cache
/: (env OPAMDOWNLOADJOBS 1)
/: (env OPAMERRLOGLEN 0)
/: (env OPAMPRECISETRACKING 1)
/: (env CI true)
/: (env OPAM_REPO_CI true)
/: (run (shell "rm -rf opam-repository/"))
2026-02-04 18:40.13 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2026-02-04 18:40.16 ---> using "632d7386fa35c59bc5b2fb969d406c692e0af0a3395a96cbf2b96288f8cb8dff" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-02-04 18:40.16 ---> using "3daf495d6fbd5ffe43a0b3a8ff051a227e571890eec389088b8fb2d142503fd9" from cache
/: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:80c194381e990a4967a1ae44b8242b688e6a17ab590865a38671137677411469
- #=#=#
0.0%
0.4%
-
0.8%
1.2%
# 1.9%
## 2.9%
## 3.4%
## 4.0%
### 4.5%
### 4.9%
### 5.3%
-
#### 5.8%
#### 6.3%
#### 6.7%
##### 7.1%
##### 7.5%
##### 8.0%
###### 8.5%
###### 8.9%
###### 9.3%
####### 9.7%
####### 10.3%
-
####### 10.7%
######## 11.2%
######## 11.9%
######### 12.8%
######### 13.6%
########## 14.5%
########### 15.4%
########### 16.2%
############ 17.0%
############ 18.0%
############# 18.8%
-
############# 19.2%
############## 19.6%
############## 20.2%
############## 20.6%
############### 21.1%
############### 21.5%
############### 21.9%
################ 22.4%
################ 22.8%
################ 23.2%
-
################# 23.7%
################# 24.1%
################# 24.5%
################# 25.0%
################## 25.4%
################## 25.9%
################## 26.3%
################### 26.9%
################### 27.3%
################### 27.7%
#################### 28.1%
-
#################### 28.5%
#################### 28.9%
##################### 29.5%
##################### 29.9%
##################### 30.3%
###################### 30.7%
###################### 31.1%
###################### 31.5%
####################### 32.1%
####################### 32.5%
-
####################### 32.9%
####################### 33.3%
######################## 33.7%
######################## 34.1%
######################## 34.7%
######################### 35.1%
######################### 35.5%
######################### 35.9%
########################## 36.5%
########################## 36.9%
########################## 37.3%
-
########################### 37.7%
########################### 38.3%
########################### 38.7%
############################ 39.1%
############################ 39.5%
############################ 40.0%
############################# 40.5%
############################# 41.0%
############################# 41.4%
############################## 41.8%
############################## 42.2%
-
############################## 42.8%
############################### 43.2%
############################### 43.6%
############################### 44.0%
############################### 44.4%
################################ 44.8%
################################ 45.4%
################################ 45.8%
################################# 46.2%
################################# 46.6%
################################# 47.2%
-
################################## 47.6%
################################## 48.0%
################################## 48.4%
################################### 49.0%
################################### 49.4%
################################### 49.8%
#################################### 50.3%
#################################### 50.7%
#################################### 51.2%
##################################### 51.6%
-
##################################### 52.0%
##################################### 52.5%
###################################### 52.9%
###################################### 53.3%
###################################### 53.8%
####################################### 54.2%
####################################### 54.7%
####################################### 55.1%
####################################### 55.5%
######################################## 56.0%
######################################## 56.4%
-
######################################## 56.8%
######################################### 57.2%
######################################### 57.7%
######################################### 58.1%
########################################## 58.6%
########################################## 59.0%
########################################## 59.7%
########################################### 60.1%
########################################### 60.6%
########################################### 61.0%
############################################ 61.4%
-
############################################ 61.8%
############################################ 62.3%
############################################# 62.7%
############################################# 63.1%
############################################# 63.5%
############################################## 64.0%
############################################## 64.5%
############################################## 64.9%
############################################## 65.3%
############################################### 65.7%
############################################### 66.2%
-
############################################### 66.6%
################################################ 67.1%
################################################ 67.5%
################################################ 67.9%
################################################# 68.3%
################################################# 68.8%
################################################# 69.1%
################################################## 69.5%
################################################## 69.9%
################################################## 70.4%
-
################################################## 70.8%
################################################### 71.2%
################################################### 71.6%
################################################### 72.0%
#################################################### 72.3%
#################################################### 72.5%
#################################################### 72.8%
#################################################### 73.1%
#################################################### 73.4%
##################################################### 73.8%
##################################################### 74.1%
-
##################################################### 74.6%
###################################################### 75.0%
###################################################### 75.4%
###################################################### 75.8%
###################################################### 76.2%
####################################################### 76.7%
####################################################### 77.1%
####################################################### 77.6%
######################################################## 78.0%
######################################################## 78.4%
######################################################## 78.7%
-
######################################################## 79.0%
######################################################### 79.3%
######################################################### 79.7%
######################################################### 79.9%
######################################################### 80.2%
######################################################### 80.5%
########################################################## 80.8%
########################################################## 80.9%
########################################################## 81.2%
########################################################## 81.5%
########################################################## 81.9%
-
########################################################### 82.1%
########################################################### 82.4%
########################################################### 82.7%
########################################################### 83.0%
########################################################### 83.2%
############################################################ 83.5%
############################################################ 83.9%
############################################################ 84.2%
############################################################ 84.5%
############################################################# 84.7%
############################################################# 85.0%
-
############################################################# 85.4%
############################################################# 85.7%
############################################################# 86.0%
############################################################## 86.3%
############################################################## 86.5%
############################################################## 86.9%
############################################################## 87.2%
############################################################## 87.5%
############################################################### 87.8%
############################################################### 88.0%
-
############################################################### 88.3%
############################################################### 88.6%
############################################################### 88.9%
################################################################ 89.3%
################################################################ 89.5%
################################################################ 89.8%
################################################################ 90.1%
################################################################# 90.4%
################################################################# 90.8%
################################################################# 91.3%
################################################################## 91.7%
-
################################################################## 92.2%
################################################################## 92.6%
################################################################## 93.0%
################################################################### 93.4%
################################################################### 93.9%
################################################################### 94.3%
#################################################################### 94.6%
#################################################################### 94.9%
#################################################################### 95.2%
#################################################################### 95.4%
#################################################################### 95.7%
-
##################################################################### 96.0%
##################################################################### 96.3%
##################################################################### 96.5%
##################################################################### 97.0%
###################################################################### 97.2%
###################################################################### 97.5%
###################################################################### 97.8%
###################################################################### 98.2%
###################################################################### 98.5%
####################################################################### 98.7%
####################################################################### 99.0%
-
####################################################################### 99.3%
####################################################################### 99.6%
####################################################################### 99.8%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.8.catalina.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
- https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
-
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
- https://github.com/Homebrew/brew#donations
-
- Already up-to-date.
2026-02-04 18:40.16 ---> using "97f591900d2980ce7a9df510f469441a0853866dde8d690a42edd26de251e9e6" from cache
/: (run (shell "opam pin add -k version -yn testcontainers.0.1.0 0.1.0"))
testcontainers is now pinned to version 0.1.0
2026-02-04 18:40.46 ---> saved as "1c5a0da0db867035908f0cbf0476e24569b3d04d81ab3f6b4f5f0bb8dd08a12f"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall testcontainers.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 \"\\\"macos-homebrew\\\"\"; 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.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.0.1.0 is not installed. Install it? [Y/n] y
* No agreement on the version of ocaml-base-compiler:
- (invariant) -> ocaml-base-compiler = 4.14.2
- testcontainers -> ocaml >= 5.0 -> ocaml-base-compiler >= 5.0.0~
You can temporarily relax the switch invariant with `--update-invariant'
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 4.14.2
- testcontainers -> ocaml >= 5.0 -> ocaml-variants < 5.4.2~
* Missing dependency:
- testcontainers -> ocaml >= 5.0 -> ocaml-variants < 5.4.2~ -> ocaml-beta
unmet availability conditions: 'enable-ocaml-beta-repository'
* Missing dependency:
- testcontainers -> ocaml >= 5.0 -> ocaml-variants >= 5.0.0~ -> system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall testcontainers.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 "\"macos-homebrew\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'testcontainers.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:41.14: Job failed: Failed: Build failed
2026-02-04 18:41.14: Log analysis:
2026-02-04 18:41.14: >>>
No solution found, exiting
(score = 100)
2026-02-04 18:41.14: [SKIP] Package not available