- github
- ocaml
- opam-repository
- b9d711
- macos,macos-homebrew-ocaml-5.4-amd64,camlidl.1.13-1
(not at the head of any monitored branch or PR)
2026-04-10 07:30.12: New job: build camlidl.1.13-1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29653/head (b9d7118cf3faa156fd1d38b7ca78f7c13edaaaad)
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/29653/head" && git reset --hard b9d7118c
git fetch origin master
git merge --no-edit 89ac3ba6f35eff1809bbb75e061fb0eb1090d8ec
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 camlidl.1.13-1 1.13-1
RUN opam reinstall camlidl.1.13-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" != 'camlidl.1.13-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-04-10 07:30.12: Using cache hint "macos-homebrew-ocaml-5.4-camlidl.1.13-1-b9d7118cf3faa156fd1d38b7ca78f7c13edaaaad"
2026-04-10 07:30.12: 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 camlidl.1.13-1 1.13-1"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall camlidl.1.13-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\" != 'camlidl.1.13-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-04-10 07:30.12: Waiting for resource in pool OCluster
2026-04-10 07:30.13: Waiting for worker…
2026-04-10 07:30.13: Got resource from pool OCluster
Building on i7-worker-02
Updating files: 31% (5950/18657)
Updating files: 32% (5971/18657)
Updating files: 33% (6157/18657)
Updating files: 34% (6344/18657)
Updating files: 35% (6530/18657)
Updating files: 36% (6717/18657)
Updating files: 37% (6904/18657)
Updating files: 38% (7090/18657)
Updating files: 39% (7277/18657)
Updating files: 40% (7463/18657)
Updating files: 41% (7650/18657)
Updating files: 42% (7836/18657)
Updating files: 43% (8023/18657)
Updating files: 44% (8210/18657)
Updating files: 45% (8396/18657)
Updating files: 46% (8583/18657)
Updating files: 47% (8769/18657)
Updating files: 48% (8956/18657)
Updating files: 49% (9142/18657)
Updating files: 50% (9329/18657)
Updating files: 51% (9516/18657)
Updating files: 52% (9702/18657)
Updating files: 53% (9889/18657)
Updating files: 54% (10075/18657)
Updating files: 55% (10262/18657)
Updating files: 56% (10448/18657)
Updating files: 57% (10635/18657)
Updating files: 57% (10647/18657)
Updating files: 58% (10822/18657)
Updating files: 59% (11008/18657)
Updating files: 60% (11195/18657)
Updating files: 61% (11381/18657)
Updating files: 62% (11568/18657)
Updating files: 63% (11754/18657)
Updating files: 64% (11941/18657)
Updating files: 65% (12128/18657)
Updating files: 66% (12314/18657)
Updating files: 67% (12501/18657)
Updating files: 68% (12687/18657)
Updating files: 69% (12874/18657)
Updating files: 70% (13060/18657)
Updating files: 71% (13247/18657)
Updating files: 72% (13434/18657)
Updating files: 73% (13620/18657)
Updating files: 74% (13807/18657)
Updating files: 75% (13993/18657)
Updating files: 76% (14180/18657)
Updating files: 77% (14366/18657)
Updating files: 78% (14553/18657)
Updating files: 79% (14740/18657)
Updating files: 80% (14926/18657)
Updating files: 81% (15113/18657)
Updating files: 82% (15299/18657)
Updating files: 83% (15486/18657)
Updating files: 83% (15548/18657)
Updating files: 84% (15672/18657)
Updating files: 85% (15859/18657)
Updating files: 86% (16046/18657)
Updating files: 87% (16232/18657)
Updating files: 88% (16419/18657)
Updating files: 89% (16605/18657)
Updating files: 90% (16792/18657)
Updating files: 91% (16978/18657)
Updating files: 92% (17165/18657)
Updating files: 93% (17352/18657)
Updating files: 94% (17538/18657)
Updating files: 95% (17725/18657)
Updating files: 96% (17911/18657)
Updating files: 97% (18098/18657)
Updating files: 98% (18284/18657)
Updating files: 99% (18471/18657)
Updating files: 100% (18657/18657)
Updating files: 100% (18657/18657), done.
HEAD is now at 785bafc191 Merge commit '6b2464946e569e2d90f4b72ef1fe7f0196f077a4'
HEAD is now at 89ac3ba6f3 Merge pull request #29692 from mseri/js_of_Ocam
Merge made by the 'ort' strategy.
packages/camlidl/camlidl.1.13-1/opam | 46 ++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
create mode 100644 packages/camlidl/camlidl.1.13-1/opam
(from macos-homebrew-ocaml-5.4)
2026-04-10 07:30.30 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-04-10 07:30.31 ---> 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-04-10 07:30.31 ---> 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-04-10 07:30.31 ---> 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-04-10 07:30.32 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2026-04-10 07:30.42 ---> saved as "0fa150d62293b7632b074d94c2c56d29d80af3adee6ebf4ee0076271253f2164"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-04-10 07:31.03 ---> saved as "67e52274f38c1fe4e71b8f5da89147501285e9f67e1831d33bfab83f278483c1"
/: (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:7c7830166a509857669c544dcba7a0d08ca656a3da073c68826ca0a5b1b56b12
- #=#=#
0.1%
-
0.8%
1.3%
# 1.7%
# 2.2%
# 2.6%
## 3.0%
## 3.4%
## 3.8%
### 4.2%
### 4.8%
-
### 5.2%
#### 5.6%
#### 6.0%
#### 6.5%
#### 6.9%
##### 7.3%
##### 7.7%
##### 8.2%
###### 8.6%
###### 9.0%
###### 9.4%
-
####### 9.8%
####### 10.4%
####### 10.8%
######## 11.2%
######## 11.6%
######## 12.1%
######## 12.5%
######### 12.9%
######### 13.3%
######### 13.7%
########## 14.1%
-
########## 14.6%
########## 15.0%
########### 15.4%
########### 15.8%
########### 16.3%
############ 16.7%
############ 17.3%
############ 17.7%
############# 18.1%
############# 18.6%
############# 19.0%
-
############# 19.4%
############## 19.8%
############## 20.2%
############## 20.7%
############### 21.1%
############### 21.5%
############### 21.9%
################ 22.3%
################ 22.7%
################ 23.3%
################# 23.7%
-
################# 24.1%
################# 24.5%
################# 24.9%
################## 25.3%
################## 25.8%
################## 26.2%
################### 26.6%
################### 27.0%
################### 27.4%
#################### 27.8%
#################### 28.3%
-
#################### 28.7%
#################### 29.1%
##################### 29.5%
##################### 29.9%
##################### 30.3%
###################### 30.9%
###################### 31.3%
###################### 31.6%
####################### 32.0%
####################### 32.4%
####################### 33.0%
-
######################## 33.4%
######################## 33.8%
######################## 34.2%
######################## 34.6%
######################### 35.0%
######################### 35.4%
######################### 35.9%
########################## 36.3%
########################## 36.7%
########################## 37.1%
########################### 37.5%
-
########################### 38.0%
########################### 38.4%
########################### 38.8%
############################ 39.2%
############################ 39.8%
############################ 40.2%
############################# 40.6%
############################# 41.0%
############################# 41.4%
############################## 41.9%
############################## 42.3%
-
############################## 42.7%
############################### 43.1%
############################### 43.5%
############################### 43.9%
############################### 44.4%
################################ 44.8%
################################ 45.2%
################################ 45.6%
################################# 46.2%
################################# 46.6%
################################# 47.0%
-
################################## 47.4%
################################## 47.8%
################################## 48.3%
################################### 48.7%
################################### 49.1%
################################### 49.5%
################################### 49.9%
#################################### 50.3%
#################################### 50.8%
#################################### 51.2%
##################################### 51.6%
-
##################################### 52.1%
##################################### 52.5%
###################################### 52.9%
###################################### 53.3%
###################################### 53.7%
####################################### 54.3%
####################################### 54.7%
####################################### 55.1%
####################################### 55.5%
######################################## 55.9%
######################################## 56.3%
-
######################################## 56.8%
######################################### 57.2%
######################################### 57.6%
######################################### 58.0%
########################################## 58.4%
########################################## 58.8%
########################################## 59.3%
########################################### 59.7%
########################################### 60.1%
########################################### 60.5%
########################################### 61.1%
-
############################################ 61.5%
############################################ 61.9%
############################################ 62.3%
############################################# 62.8%
############################################# 63.2%
############################################# 63.6%
############################################## 64.0%
############################################## 64.5%
############################################## 64.9%
############################################### 65.3%
############################################### 65.7%
-
############################################### 66.1%
############################################### 66.7%
################################################ 67.0%
################################################ 67.4%
################################################ 67.8%
################################################# 68.2%
################################################# 68.6%
################################################# 69.2%
################################################## 69.6%
################################################## 70.0%
-
################################################## 70.4%
################################################## 70.8%
################################################### 71.3%
################################################### 71.7%
################################################### 72.1%
#################################################### 72.5%
#################################################### 72.9%
#################################################### 73.3%
##################################################### 73.8%
##################################################### 74.2%
##################################################### 74.6%
-
###################################################### 75.0%
###################################################### 75.4%
###################################################### 75.8%
###################################################### 76.4%
####################################################### 76.8%
####################################################### 77.2%
####################################################### 77.6%
######################################################## 78.0%
######################################################## 78.4%
######################################################## 78.9%
######################################################### 79.3%
-
######################################################### 79.7%
######################################################### 80.1%
######################################################### 80.5%
########################################################## 80.9%
########################################################## 81.3%
########################################################## 81.8%
########################################################### 82.2%
########################################################### 82.6%
########################################################### 83.0%
############################################################ 83.6%
############################################################ 84.0%
-
############################################################ 84.4%
############################################################# 84.7%
############################################################# 85.1%
############################################################# 85.7%
############################################################# 86.1%
############################################################## 86.5%
############################################################## 87.0%
############################################################## 87.4%
############################################################### 87.8%
############################################################### 88.2%
############################################################### 88.6%
-
################################################################ 89.1%
################################################################ 89.5%
################################################################ 89.9%
################################################################# 90.5%
################################################################# 90.9%
################################################################# 91.3%
################################################################## 91.7%
################################################################## 92.1%
################################################################## 92.5%
################################################################## 92.9%
################################################################### 93.4%
-
################################################################### 93.8%
################################################################### 94.2%
#################################################################### 94.6%
#################################################################### 95.0%
#################################################################### 95.5%
##################################################################### 95.9%
##################################################################### 96.3%
##################################################################### 96.7%
##################################################################### 97.1%
###################################################################### 97.5%
###################################################################### 97.9%
-
###################################################################### 98.3%
####################################################################### 98.9%
####################################################################### 99.3%
####################################################################### 99.7%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.2_1.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-04-10 07:32.26 ---> saved as "bd4546a4c5fe6c42b3f90bee442478f394d0d3b9911c6573c064eab8257e4288"
/: (run (shell "opam pin add -k version -yn camlidl.1.13-1 1.13-1"))
camlidl is now pinned to version 1.13-1
2026-04-10 07:32.28 ---> saved as "3b93609322754afa6aefcc730af66bef17fba62b964fa184b78a1da766f9fb39"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall camlidl.1.13-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\" != 'camlidl.1.13-1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
camlidl.1.13-1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
- install camlidl 1.13-1 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlidl.1.13-1 (cached)
-> installed camlidl.1.13-1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-10 07:32.45 ---> saved as "2c3d69d03eeae4ef63c1dcd633bcc0ea758274cfd304ef6e49791e0337733a33"
Job succeeded
2026-04-10 07:33.01: Job succeeded