(for PR #29202)
2026-01-14 00:57.58: New job: build conf-dwarfutils.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29202/head (4f48a01f4520ed3840d1d67ec392d24869f36ff1)
on macos-homebrew-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/29202/head" && git reset --hard 4f48a01f
git fetch origin master
git merge --no-edit df0b753b90c59d2c65314c8e4154cd110d69be87
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.4
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 conf-dwarfutils.1 1
RUN opam reinstall conf-dwarfutils.1; \
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" != 'conf-dwarfutils.1' && 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-14 00:57.58: Using cache hint "macos-homebrew-ocaml-5.4-conf-dwarfutils.1-4f48a01f4520ed3840d1d67ec392d24869f36ff1"
2026-01-14 00:57.58: Using OBuilder spec:
((from macos-homebrew-ocaml-5.4)
(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 conf-dwarfutils.1 1"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall conf-dwarfutils.1;\
\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\" != 'conf-dwarfutils.1' && 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-14 00:57.58: Waiting for resource in pool OCluster
2026-01-14 00:57.59: Waiting for worker…
2026-01-14 00:57.59: Got resource from pool OCluster
Building on i7-worker-02
Updating files: 32% (6283/19197)
Updating files: 33% (6336/19197)
Updating files: 34% (6527/19197)
Updating files: 35% (6719/19197)
Updating files: 36% (6911/19197)
Updating files: 37% (7103/19197)
Updating files: 38% (7295/19197)
Updating files: 39% (7487/19197)
Updating files: 40% (7679/19197)
Updating files: 41% (7871/19197)
Updating files: 42% (8063/19197)
Updating files: 43% (8255/19197)
Updating files: 44% (8447/19197)
Updating files: 45% (8639/19197)
Updating files: 46% (8831/19197)
Updating files: 47% (9023/19197)
Updating files: 48% (9215/19197)
Updating files: 49% (9407/19197)
Updating files: 50% (9599/19197)
Updating files: 51% (9791/19197)
Updating files: 52% (9983/19197)
Updating files: 53% (10175/19197)
Updating files: 54% (10367/19197)
Updating files: 55% (10559/19197)
Updating files: 56% (10751/19197)
Updating files: 57% (10943/19197)
Updating files: 58% (11135/19197)
Updating files: 59% (11327/19197)
Updating files: 60% (11519/19197)
Updating files: 60% (11521/19197)
Updating files: 61% (11711/19197)
Updating files: 62% (11903/19197)
Updating files: 63% (12095/19197)
Updating files: 64% (12287/19197)
Updating files: 65% (12479/19197)
Updating files: 66% (12671/19197)
Updating files: 67% (12862/19197)
Updating files: 68% (13054/19197)
Updating files: 69% (13246/19197)
Updating files: 70% (13438/19197)
Updating files: 71% (13630/19197)
Updating files: 72% (13822/19197)
Updating files: 73% (14014/19197)
Updating files: 74% (14206/19197)
Updating files: 75% (14398/19197)
Updating files: 76% (14590/19197)
Updating files: 77% (14782/19197)
Updating files: 78% (14974/19197)
Updating files: 79% (15166/19197)
Updating files: 80% (15358/19197)
Updating files: 81% (15550/19197)
Updating files: 82% (15742/19197)
Updating files: 83% (15934/19197)
Updating files: 84% (16126/19197)
Updating files: 85% (16318/19197)
Updating files: 86% (16510/19197)
Updating files: 87% (16702/19197)
Updating files: 88% (16894/19197)
Updating files: 89% (17086/19197)
Updating files: 90% (17278/19197)
Updating files: 91% (17470/19197)
Updating files: 91% (17640/19197)
Updating files: 92% (17662/19197)
Updating files: 93% (17854/19197)
Updating files: 94% (18046/19197)
Updating files: 95% (18238/19197)
Updating files: 96% (18430/19197)
Updating files: 97% (18622/19197)
Updating files: 98% (18814/19197)
Updating files: 99% (19006/19197)
Updating files: 100% (19197/19197)
Updating files: 100% (19197/19197), done.
HEAD is now at 126c1589e0 Merge commit 'fe3870cf0002e2fa6ce8082bbdb1dd80d7e292a6'
HEAD is now at df0b753b90 Merge pull request #29180 from dx3mod/master
Merge made by the 'ort' strategy.
packages/conf-dwarfutils/conf-dwarfutils.1/opam | 27 +++++++++++++++++++++++++
1 file changed, 27 insertions(+)
create mode 100644 packages/conf-dwarfutils/conf-dwarfutils.1/opam
(from macos-homebrew-ocaml-5.4)
2026-01-14 00:58.19 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-01-14 00:58.19 ---> using "7aa34524ca0a69b4a488c30909f7495a04a243f9066091b1dfe73b446b0dfcd3" 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-01-14 00:58.19 ---> using "91dcaa513ca3161d91620d0583acdea5310cd52ccab1dfbdd183600da37afdb2" 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 5.4.0
# invariant ["ocaml-base-compiler" {= "5.4.0"} | "ocaml-system" {= "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 /Users/mac1000/.opam/5.4.0/lib/ocaml/stublibs:/Users/mac1000/.opam/5.4.0/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2026-01-14 00:58.20 ---> using "cea1bfc0b1cda73d964aa2fc69cc828a6e6d8edd86f991754707e8b004a3cb09" 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-01-14 00:58.20 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2026-01-14 00:58.30 ---> saved as "d646122eb1ffa75461514f76fb3358b64fb4585aa70ecb7e5719b6cccc491c2b"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-01-14 00:58.51 ---> saved as "7386228ba9f678b639eda9c98470d7b59706b7f1fb3b9f66c78430916b94060a"
/: (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.1%
1.3%
# 2.3%
-
## 3.2%
## 4.1%
### 4.9%
### 5.4%
#### 5.8%
#### 6.2%
#### 6.8%
##### 7.2%
##### 7.6%
##### 8.0%
###### 8.4%
-
###### 9.0%
###### 9.4%
####### 9.8%
####### 10.2%
####### 10.8%
######## 11.2%
######## 11.6%
######## 12.0%
######## 12.4%
######### 13.0%
######### 13.1%
-
######### 13.5%
########## 13.9%
########## 14.3%
########## 14.9%
########### 15.3%
########### 15.7%
########### 16.1%
########### 16.5%
############ 16.9%
############ 17.4%
############ 17.9%
-
############# 18.3%
############# 18.7%
############# 19.1%
############## 19.5%
############## 20.0%
############## 20.4%
############### 20.9%
############### 21.3%
############### 21.7%
############### 22.2%
################ 22.6%
-
################ 23.0%
################ 23.4%
################# 23.9%
################# 24.3%
################# 24.8%
################## 25.2%
################## 25.7%
################## 26.1%
################### 26.5%
################### 27.0%
################### 27.4%
-
################### 27.8%
#################### 28.3%
#################### 28.7%
#################### 29.1%
##################### 29.6%
##################### 30.0%
##################### 30.4%
###################### 30.9%
###################### 31.3%
###################### 31.8%
####################### 32.3%
-
####################### 32.7%
####################### 33.1%
######################## 33.5%
######################## 33.9%
######################## 34.5%
######################### 34.9%
######################### 35.3%
######################### 35.7%
########################## 36.3%
########################## 36.7%
########################## 37.1%
-
########################### 37.5%
########################### 37.9%
########################### 38.3%
########################### 38.9%
############################ 39.3%
############################ 39.7%
############################ 40.1%
############################# 40.5%
############################# 40.9%
############################# 41.5%
############################## 41.9%
-
############################## 42.3%
############################## 42.9%
############################### 43.3%
############################### 43.7%
############################### 44.1%
################################ 44.5%
################################ 44.9%
################################ 45.3%
################################# 45.9%
################################# 46.3%
################################# 46.7%
-
################################# 47.1%
################################## 47.5%
################################## 47.9%
################################## 48.5%
################################### 48.9%
################################### 49.3%
################################### 49.7%
#################################### 50.3%
#################################### 50.7%
#################################### 51.1%
-
##################################### 51.5%
##################################### 51.9%
##################################### 52.3%
###################################### 52.9%
###################################### 53.3%
###################################### 53.7%
###################################### 54.1%
####################################### 54.5%
####################################### 55.1%
####################################### 55.5%
######################################## 55.9%
######################################## 56.3%
-
######################################## 56.8%
######################################### 57.3%
######################################### 57.7%
######################################### 58.2%
########################################## 58.6%
########################################## 59.0%
########################################## 59.6%
########################################### 60.0%
########################################### 60.4%
########################################### 60.8%
-
############################################ 61.4%
############################################ 61.8%
############################################ 62.2%
############################################# 62.6%
############################################# 63.0%
############################################# 63.4%
############################################## 64.0%
############################################## 64.4%
############################################## 64.8%
############################################## 65.2%
############################################### 65.6%
-
############################################### 66.0%
############################################### 66.6%
################################################ 67.0%
################################################ 67.4%
################################################ 67.8%
################################################# 68.4%
################################################# 68.8%
################################################# 69.2%
################################################## 69.6%
################################################## 70.2%
################################################## 70.6%
-
################################################### 71.0%
################################################### 71.4%
################################################### 71.8%
#################################################### 72.3%
#################################################### 72.8%
#################################################### 73.2%
##################################################### 73.7%
##################################################### 74.1%
##################################################### 74.5%
###################################################### 75.1%
###################################################### 75.5%
-
###################################################### 76.0%
####################################################### 76.5%
####################################################### 76.9%
####################################################### 77.3%
####################################################### 77.7%
######################################################## 78.1%
######################################################## 78.7%
######################################################## 79.1%
######################################################### 79.5%
######################################################### 79.9%
######################################################### 80.3%
-
########################################################## 80.7%
########################################################## 81.3%
########################################################## 81.7%
########################################################### 82.1%
########################################################### 82.5%
########################################################### 82.9%
########################################################### 83.3%
############################################################ 83.9%
############################################################ 84.3%
############################################################ 84.7%
############################################################# 85.2%
-
############################################################# 85.6%
############################################################# 86.1%
############################################################## 86.5%
############################################################## 86.9%
############################################################## 87.3%
############################################################### 87.8%
############################################################### 88.3%
############################################################### 88.7%
################################################################ 89.1%
################################################################ 89.5%
################################################################ 90.0%
-
################################################################# 90.6%
################################################################# 91.0%
################################################################# 91.4%
################################################################## 91.8%
################################################################## 92.2%
################################################################## 92.8%
################################################################### 93.2%
################################################################### 93.6%
################################################################### 94.0%
#################################################################### 94.6%
#################################################################### 95.0%
-
#################################################################### 95.4%
#################################################################### 95.8%
##################################################################### 96.2%
##################################################################### 96.6%
##################################################################### 97.0%
###################################################################### 97.4%
###################################################################### 97.9%
###################################################################### 98.4%
####################################################################### 98.8%
####################################################################### 99.2%
####################################################################### 99.6%
-
######################################################################## 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-01-14 00:59.53 ---> saved as "cfb4827839603520ef30c315fc75c1523e04d9fdaf20c70e40dc5e9bc6369bef"
/: (run (shell "opam pin add -k version -yn conf-dwarfutils.1 1"))
conf-dwarfutils is now pinned to version 1
2026-01-14 00:59.55 ---> saved as "9e4c7edd5106c2d782d333d65e36b451af72685927a650ec4ee71d6848be7b6a"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall conf-dwarfutils.1;\
\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\" != 'conf-dwarfutils.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
conf-dwarfutils.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install conf-dwarfutils 1 (pinned)
- install conf-pkg-config 4 [required by conf-dwarfutils]
The following system packages will first need to be installed:
dwarfutils pkgconf
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run brew to install them (may need root/sudo access)
2. Display the recommended brew command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/local/bin/brew "install" "dwarfutils" "pkgconf"
- ==> Fetching downloads for: dwarfutils and pkgconf
- ✔︎ Bottle Manifest dwarfutils (2.2.0)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle dwarfutils (2.2.0)
- ✔︎ Bottle pkgconf (2.5.1)
- ==> Pouring dwarfutils--2.2.0.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/dwarfutils/2.2.0: 18 files, 2.1MB
- ==> Running `brew cleanup dwarfutils`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Pouring pkgconf--2.5.1.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/pkgconf/2.5.1: 28 files, 383.2KB
- ==> Running `brew cleanup pkgconf`...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> installed conf-dwarfutils.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-14 01:00.17 ---> saved as "e088be9d8b4650caffb4a46991d3c2ba3ba8520b11e2454d5c940eeaf10c16cd"
Job succeeded
2026-01-14 01:00.29: Job succeeded