Build:
- 0
2026-02-20 03:53.42: New job: test poll.0.3.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29440/head (449ca33d050d5d3b32033ccb1018e26d3777b2e2)
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/29440/head" && git reset --hard 449ca33d
git fetch origin master
git merge --no-edit 198be18bb88a0b56489f5a35ddf3b455080fe905
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 poll.0.3.1 0.3.1
RUN opam reinstall poll.0.3.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" != 'poll.0.3.1' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test poll.0.3.1) || true
RUN opam reinstall --with-test --verbose poll.0.3.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" != 'poll.0.3.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-02-20 03:53.42: Using cache hint "macos-homebrew-ocaml-4.14-poll.0.3.1-449ca33d050d5d3b32033ccb1018e26d3777b2e2"
2026-02-20 03:53.42: 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 poll.0.3.1 0.3.1"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall poll.0.3.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\" != 'poll.0.3.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (network host)
(shell "(opam reinstall --with-test poll.0.3.1) || true"))
(run (shell "opam reinstall --with-test --verbose poll.0.3.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\" != 'poll.0.3.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-02-20 03:53.42: Waiting for resource in pool OCluster
2026-02-20 03:53.42: Waiting for worker…
2026-02-20 04:03.23: Got resource from pool OCluster
Building on i7-worker-04
All commits already cached
Updating files: 35% (6447/18284)
Updating files: 36% (6583/18284)
Updating files: 37% (6766/18284)
Updating files: 38% (6948/18284)
Updating files: 39% (7131/18284)
Updating files: 40% (7314/18284)
Updating files: 41% (7497/18284)
Updating files: 42% (7680/18284)
Updating files: 43% (7863/18284)
Updating files: 44% (8045/18284)
Updating files: 45% (8228/18284)
Updating files: 46% (8411/18284)
Updating files: 47% (8594/18284)
Updating files: 48% (8777/18284)
Updating files: 49% (8960/18284)
Updating files: 50% (9142/18284)
Updating files: 51% (9325/18284)
Updating files: 52% (9508/18284)
Updating files: 53% (9691/18284)
Updating files: 54% (9874/18284)
Updating files: 55% (10057/18284)
Updating files: 56% (10240/18284)
Updating files: 57% (10422/18284)
Updating files: 58% (10605/18284)
Updating files: 59% (10788/18284)
Updating files: 60% (10971/18284)
Updating files: 61% (11154/18284)
Updating files: 62% (11337/18284)
Updating files: 63% (11519/18284)
Updating files: 63% (11530/18284)
Updating files: 64% (11702/18284)
Updating files: 65% (11885/18284)
Updating files: 66% (12068/18284)
Updating files: 67% (12251/18284)
Updating files: 68% (12434/18284)
Updating files: 69% (12616/18284)
Updating files: 70% (12799/18284)
Updating files: 71% (12982/18284)
Updating files: 72% (13165/18284)
Updating files: 73% (13348/18284)
Updating files: 74% (13531/18284)
Updating files: 75% (13713/18284)
Updating files: 76% (13896/18284)
Updating files: 77% (14079/18284)
Updating files: 78% (14262/18284)
Updating files: 79% (14445/18284)
Updating files: 80% (14628/18284)
Updating files: 81% (14811/18284)
Updating files: 82% (14993/18284)
Updating files: 83% (15176/18284)
Updating files: 84% (15359/18284)
Updating files: 85% (15542/18284)
Updating files: 86% (15725/18284)
Updating files: 87% (15908/18284)
Updating files: 88% (16090/18284)
Updating files: 89% (16273/18284)
Updating files: 90% (16456/18284)
Updating files: 91% (16639/18284)
Updating files: 92% (16822/18284)
Updating files: 93% (17005/18284)
Updating files: 94% (17187/18284)
Updating files: 95% (17370/18284)
Updating files: 95% (17446/18284)
Updating files: 96% (17553/18284)
Updating files: 97% (17736/18284)
Updating files: 98% (17919/18284)
Updating files: 99% (18102/18284)
Updating files: 100% (18284/18284)
Updating files: 100% (18284/18284), done.
HEAD is now at 198be18bb8 Merge pull request #29403 from mlasson/opam-publish-gen_js_api.1.1.7
Updating 198be18bb8..449ca33d05
Fast-forward
packages/kqueue/kqueue.0.5.0/opam | 36 ++++++++++++++++++++++++++++++++++++
packages/poll/poll.0.1.0/opam | 2 +-
packages/poll/poll.0.2.0/opam | 2 +-
packages/poll/poll.0.3.0/opam | 2 +-
packages/poll/poll.0.3.1/opam | 2 +-
5 files changed, 40 insertions(+), 4 deletions(-)
create mode 100644 packages/kqueue/kqueue.0.5.0/opam
(from macos-homebrew-ocaml-4.14)
2026-02-20 04:03.28 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-02-20 04:03.29 ---> 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-20 04:03.29 ---> 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-20 04:03.29 ---> 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-20 04:03.30 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2026-02-20 04:03.32 ---> using "3b892411283822f667eff096be476b06ec978855ee1c3e2534444c3a038231e5" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-02-20 04:03.32 ---> using "6a341622ba14f295ab277b5325932ee7a26cb57296c0bb03d8cb3977500150e9" 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.3%
0.9%
# 1.4%
# 2.0%
# 2.4%
# 2.8%
## 3.2%
## 3.6%
-
## 4.0%
### 4.4%
### 4.7%
### 5.0%
### 5.2%
### 5.5%
#### 5.8%
#### 6.2%
#### 6.5%
#### 6.8%
##### 7.0%
-
##### 7.3%
##### 7.6%
##### 7.9%
##### 8.2%
###### 8.5%
###### 8.7%
###### 9.0%
###### 9.3%
###### 9.7%
####### 10.0%
-
####### 10.2%
####### 10.5%
####### 10.8%
####### 11.1%
######## 11.3%
######## 11.6%
######## 11.9%
######## 12.3%
######### 12.6%
######### 12.8%
######### 13.1%
-
######### 13.3%
######### 13.8%
########## 14.0%
########## 14.3%
########## 14.6%
########## 14.9%
########## 15.1%
########### 15.5%
########### 15.8%
########### 16.2%
########### 16.6%
-
############ 17.2%
############ 17.6%
############ 18.0%
############# 18.4%
############# 18.8%
############# 19.2%
############## 19.8%
############## 20.2%
############## 20.5%
############### 20.9%
############### 21.2%
-
############### 21.4%
############### 21.7%
############### 22.0%
################ 22.2%
################ 22.5%
################ 22.9%
################ 23.2%
################ 23.4%
################# 23.7%
################# 24.0%
################# 24.3%
-
################# 24.5%
################# 24.9%
################## 25.2%
################## 25.5%
################## 25.8%
################## 26.2%
################### 26.5%
################### 26.7%
################### 27.0%
################### 27.3%
-
################### 27.6%
#################### 27.9%
#################### 28.2%
#################### 28.5%
#################### 28.7%
#################### 29.0%
##################### 29.3%
##################### 29.6%
##################### 30.0%
##################### 30.3%
##################### 30.5%
-
###################### 30.8%
###################### 31.1%
###################### 31.3%
###################### 31.6%
###################### 31.9%
####################### 32.3%
####################### 32.5%
####################### 33.0%
####################### 33.2%
######################## 33.5%
######################## 33.8%
-
######################## 34.0%
######################## 34.3%
######################### 34.7%
######################### 35.0%
######################### 35.3%
######################### 35.6%
######################### 35.8%
######################### 36.1%
########################## 36.4%
########################## 36.8%
########################## 37.1%
-
########################## 37.3%
########################### 37.6%
########################### 37.9%
########################### 38.2%
########################### 38.4%
########################### 38.8%
############################ 39.1%
############################ 39.4%
############################ 39.6%
############################ 39.9%
-
############################# 40.3%
############################# 40.6%
############################# 40.9%
############################# 41.1%
############################# 41.6%
############################## 41.8%
############################## 42.1%
############################## 42.4%
############################## 42.6%
############################## 42.9%
-
############################### 43.2%
############################### 43.6%
############################### 43.9%
############################### 44.1%
############################### 44.4%
################################ 44.7%
################################ 45.1%
################################ 45.3%
################################ 45.6%
################################# 45.9%
################################# 46.2%
-
################################# 46.4%
################################# 46.7%
################################# 47.0%
################################## 47.4%
################################## 47.7%
################################## 48.0%
################################## 48.2%
################################## 48.5%
################################### 48.9%
################################### 49.1%
################################### 49.4%
-
################################### 49.7%
################################### 50.0%
#################################### 50.2%
#################################### 50.5%
#################################### 50.8%
#################################### 51.1%
##################################### 51.5%
##################################### 51.8%
##################################### 52.0%
##################################### 52.3%
##################################### 52.6%
-
###################################### 52.8%
###################################### 53.1%
###################################### 53.5%
###################################### 53.8%
###################################### 54.1%
####################################### 54.4%
####################################### 54.6%
####################################### 54.9%
####################################### 55.2%
####################################### 55.5%
######################################## 55.8%
-
######################################## 56.1%
######################################## 56.4%
######################################## 56.6%
######################################### 57.1%
######################################### 57.3%
######################################### 57.6%
######################################### 57.9%
######################################### 58.2%
########################################## 58.4%
########################################## 58.8%
-
########################################## 59.1%
########################################## 59.4%
########################################## 59.7%
########################################### 59.9%
########################################### 60.3%
########################################### 60.6%
########################################### 60.9%
############################################ 61.1%
############################################ 61.4%
############################################ 61.7%
############################################ 62.0%
-
############################################ 62.4%
############################################# 62.6%
############################################# 62.9%
############################################# 63.2%
############################################# 63.5%
############################################# 63.7%
############################################## 64.1%
############################################## 64.4%
############################################## 64.7%
############################################## 65.0%
############################################### 65.3%
-
############################################### 65.6%
############################################### 65.9%
############################################### 66.2%
############################################### 66.4%
################################################ 66.7%
################################################ 67.1%
################################################ 67.4%
################################################ 67.7%
################################################ 67.9%
################################################# 68.4%
################################################# 68.6%
-
################################################# 68.9%
################################################# 69.3%
################################################## 69.6%
################################################## 69.9%
################################################## 70.1%
################################################## 70.4%
################################################## 70.6%
################################################### 70.9%
################################################### 71.3%
################################################### 71.6%
-
################################################### 71.9%
################################################### 72.2%
#################################################### 72.5%
#################################################### 72.7%
#################################################### 73.0%
#################################################### 73.4%
##################################################### 73.7%
##################################################### 74.0%
##################################################### 74.2%
##################################################### 74.4%
-
##################################################### 74.7%
##################################################### 74.9%
###################################################### 75.2%
###################################################### 75.5%
###################################################### 75.8%
###################################################### 76.0%
###################################################### 76.2%
####################################################### 76.4%
####################################################### 76.7%
####################################################### 76.9%
####################################################### 77.2%
-
####################################################### 77.5%
####################################################### 77.8%
######################################################## 78.0%
######################################################## 78.2%
######################################################## 78.5%
######################################################## 78.7%
######################################################## 78.9%
######################################################### 79.3%
######################################################### 79.4%
######################################################### 79.7%
-
######################################################### 80.0%
######################################################### 80.1%
######################################################### 80.4%
########################################################## 80.6%
########################################################## 80.9%
########################################################## 81.2%
########################################################## 81.5%
########################################################## 81.8%
########################################################### 82.2%
########################################################### 82.5%
########################################################### 82.8%
-
########################################################### 83.1%
############################################################ 83.3%
############################################################ 83.8%
############################################################ 84.0%
############################################################ 84.3%
############################################################ 84.6%
############################################################# 84.9%
############################################################# 85.1%
############################################################# 85.5%
############################################################# 85.8%
############################################################# 86.1%
-
############################################################## 86.4%
############################################################## 86.7%
############################################################## 87.0%
############################################################## 87.3%
############################################################### 87.6%
############################################################### 87.8%
############################################################### 88.1%
############################################################### 88.4%
############################################################### 88.7%
################################################################ 89.0%
################################################################ 89.2%
-
################################################################ 89.6%
################################################################ 89.9%
################################################################ 90.2%
################################################################# 90.5%
################################################################# 90.7%
################################################################# 91.2%
################################################################# 91.4%
################################################################## 91.7%
################################################################## 92.0%
################################################################## 92.2%
-
################################################################## 92.5%
################################################################## 92.8%
################################################################### 93.1%
################################################################### 93.5%
################################################################### 93.7%
################################################################### 94.0%
################################################################### 94.3%
#################################################################### 94.5%
#################################################################### 94.8%
#################################################################### 95.2%
#################################################################### 95.5%
-
#################################################################### 95.8%
##################################################################### 96.0%
##################################################################### 96.3%
##################################################################### 96.7%
##################################################################### 97.0%
###################################################################### 97.3%
###################################################################### 97.6%
###################################################################### 97.8%
###################################################################### 98.1%
###################################################################### 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-20 04:03.33 ---> using "434e82e9a38517a0ff4824b70fcd4f240e62c67ebfa8c6af86fdaa5abdb8d35c" from cache
/: (run (shell "opam pin add -k version -yn poll.0.3.1 0.3.1"))
poll is now pinned to version 0.3.1
2026-02-20 04:03.33 ---> using "8d2832828a4cf69d8b6d62b5e98674a8730fb292cee88d07ed8144ca7e0df943" from cache
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall poll.0.3.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\" != 'poll.0.3.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
poll.0.3.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 13 packages
- install base v0.16.4 [required by ppx_optcomp]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.21.1 [required by poll]
- install dune-configurator 3.21.1 [required by poll]
- install kqueue 0.4.0 [required by poll]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install poll 0.3.1 (pinned)
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppx_optcomp v0.16.0 [required by poll]
- install ppxlib 0.35.0 [required by ppx_optcomp]
- install sexplib0 v0.16.0 [required by base, ppxlib]
- install stdio v0.16.0 [required by ppx_optcomp]
- install stdlib-shims 0.3.0 [required by ppxlib]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.16.4 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached)
-> retrieved kqueue.0.4.0 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved poll.0.3.1 (https://github.com/anuragsoni/poll/releases/download/0.3.1/poll-0.3.1.tbz)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_optcomp.v0.16.0 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved stdio.v0.16.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed dune.3.21.1
-> installed stdlib-shims.0.3.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed sexplib0.v0.16.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed dune-configurator.3.21.1
-> installed base.v0.16.4
-> installed stdio.v0.16.0
-> installed ppxlib.0.35.0
-> installed ppx_optcomp.v0.16.0
-> installed kqueue.0.4.0
-> installed poll.0.3.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-20 04:03.34 ---> using "dad8d30c175db360a21bcad390e51b484a586ede39af17996d25c20f6916d2a8" from cache
/: (run (network host)
(shell "(opam reinstall --with-test poll.0.3.1) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile poll 0.3.1 (pinned)
=== install 15 packages
- install jane-street-headers v0.16.0 [required by time_now]
- install jst-config v0.16.0 [required by time_now]
- install ppx_assert v0.16.0 [required by jst-config]
- install ppx_base v0.16.0 [required by time_now]
- install ppx_cold v0.16.0 [required by ppx_base]
- install ppx_compare v0.16.0 [required by ppx_base]
- install ppx_enumerate v0.16.0 [required by ppx_base]
- install ppx_expect v0.16.2 [required by poll]
- install ppx_globalize v0.16.0 [required by ppx_base]
- install ppx_hash v0.16.0 [required by ppx_base]
- install ppx_here v0.16.0 [required by ppx_expect]
- install ppx_inline_test v0.16.1 [required by ppx_expect]
- install ppx_sexp_conv v0.16.0 [required by ppx_base]
- install re 1.14.0 [required by ppx_expect]
- install time_now v0.16.0 [required by ppx_inline_test]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved jane-street-headers.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/jane-street-headers-v0.16.0.tar.gz)
-> retrieved jst-config.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/jst-config-v0.16.0.tar.gz)
-> retrieved ppx_assert.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_assert-v0.16.0.tar.gz)
-> retrieved ppx_base.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_base-v0.16.0.tar.gz)
-> retrieved ppx_cold.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_cold-v0.16.0.tar.gz)
-> retrieved ppx_compare.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_compare-v0.16.0.tar.gz)
-> retrieved ppx_enumerate.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_enumerate-v0.16.0.tar.gz)
-> installed jane-street-headers.v0.16.0
-> retrieved ppx_expect.v0.16.2 (https://github.com/janestreet/ppx_expect/archive/refs/tags/v0.16.2.tar.gz)
-> retrieved ppx_globalize.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_globalize-v0.16.0.tar.gz)
-> retrieved ppx_hash.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_hash-v0.16.0.tar.gz)
-> retrieved ppx_here.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_here-v0.16.0.tar.gz)
-> retrieved ppx_inline_test.v0.16.1 (https://github.com/janestreet/ppx_inline_test/archive/refs/tags/v0.16.1.tar.gz)
-> installed ppx_cold.v0.16.0
-> retrieved ppx_sexp_conv.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_sexp_conv-v0.16.0.tar.gz)
-> installed ppx_globalize.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> retrieved re.1.14.0 (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz)
-> retrieved time_now.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/time_now-v0.16.0.tar.gz)
-> installed ppx_here.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed re.1.14.0
-> removed poll.0.3.1
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_assert.v0.16.0
-> installed ppx_hash.v0.16.0
-> installed ppx_base.v0.16.0
-> installed jst-config.v0.16.0
-> installed time_now.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed ppx_expect.v0.16.2
-> installed poll.0.3.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-20 04:03.58 ---> saved as "601eba5e94415821938a3c9fa84d197cfdc9c6cfd4798d8151fefa5b8a0d032b"
/: (run (shell "opam reinstall --with-test --verbose poll.0.3.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\" != 'poll.0.3.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
The following actions will be performed:
=== recompile 1 package
- recompile poll 0.3.1 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [poll: dune build]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "poll" "-j" "11" "--promote-install-files=false" "@install" "@runtest" (CWD=/Users/mac1000/.opam/4.14.2/.opam-switch/build/poll.0.3.1)
- (cd _build/default && /Users/mac1000/.opam/4.14.2/bin/ocamlmklib.opt -g -o src/poll_stubs src/wepoll_stubs.o src/wepoll.o src/unix_stubs.o src/epoll_stubs.o)
- /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/libpoll_stubs.a(wepoll_stubs.o) has no symbols
- /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/libpoll_stubs.a(wepoll.o) has no symbols
- /Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/libpoll_stubs.a(epoll_stubs.o) has no symbols
Processing 2/4: [poll: dune install]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "poll" "--create-install-files" "poll" (CWD=/Users/mac1000/.opam/4.14.2/.opam-switch/build/poll.0.3.1)
-> compiled poll.0.3.1
-> removed poll.0.3.1
-> installed poll.0.3.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-20 04:04.06 ---> saved as "e7c16af8bfff1de5b76ce008fdb4613559410544fd6f84a5809fd07add5553fa"
Job succeeded
2026-02-20 04:04.19: Job succeeded