- github
- ocaml
- opam-repository
- 913ae0
- macos,macos-homebrew-ocaml-5.4-amd64,ppx_repr.0.8.0
(not at the head of any monitored branch or PR)
2025-11-25 15:40.39: New job: build ppx_repr.0.8.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28963/head (913ae0345c6304f0663d1c952f124a1bcdb7ee1d)
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/28963/head" && git reset --hard 913ae034
git fetch origin master
git merge --no-edit c80b5ac03487baaaf2f482adf2347e782d0b673c
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 ppx_repr.0.8.0 0.8.0
RUN opam reinstall ppx_repr.0.8.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" != 'ppx_repr.0.8.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 .
2025-11-25 15:40.39: Using cache hint "macos-homebrew-ocaml-5.4-ppx_repr.0.8.0-913ae0345c6304f0663d1c952f124a1bcdb7ee1d"
2025-11-25 15:40.39: 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 ppx_repr.0.8.0 0.8.0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall ppx_repr.0.8.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\" != 'ppx_repr.0.8.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-11-25 15:40.39: Waiting for resource in pool OCluster
2025-11-25 15:40.40: Waiting for worker…
2025-11-25 15:49.34: Got resource from pool OCluster
Building on i7-worker-03
All commits already cached
Updating files: 31% (5927/18877)
Updating files: 32% (6041/18877)
Updating files: 33% (6230/18877)
Updating files: 34% (6419/18877)
Updating files: 35% (6607/18877)
Updating files: 36% (6796/18877)
Updating files: 37% (6985/18877)
Updating files: 38% (7174/18877)
Updating files: 39% (7363/18877)
Updating files: 40% (7551/18877)
Updating files: 41% (7740/18877)
Updating files: 42% (7929/18877)
Updating files: 43% (8118/18877)
Updating files: 44% (8306/18877)
Updating files: 45% (8495/18877)
Updating files: 46% (8684/18877)
Updating files: 47% (8873/18877)
Updating files: 48% (9061/18877)
Updating files: 49% (9250/18877)
Updating files: 50% (9439/18877)
Updating files: 51% (9628/18877)
Updating files: 52% (9817/18877)
Updating files: 53% (10005/18877)
Updating files: 54% (10194/18877)
Updating files: 55% (10383/18877)
Updating files: 56% (10572/18877)
Updating files: 57% (10760/18877)
Updating files: 58% (10949/18877)
Updating files: 59% (11138/18877)
Updating files: 59% (11161/18877)
Updating files: 60% (11327/18877)
Updating files: 61% (11515/18877)
Updating files: 62% (11704/18877)
Updating files: 63% (11893/18877)
Updating files: 64% (12082/18877)
Updating files: 65% (12271/18877)
Updating files: 66% (12459/18877)
Updating files: 67% (12648/18877)
Updating files: 68% (12837/18877)
Updating files: 69% (13026/18877)
Updating files: 70% (13214/18877)
Updating files: 71% (13403/18877)
Updating files: 72% (13592/18877)
Updating files: 73% (13781/18877)
Updating files: 74% (13969/18877)
Updating files: 75% (14158/18877)
Updating files: 76% (14347/18877)
Updating files: 77% (14536/18877)
Updating files: 78% (14725/18877)
Updating files: 79% (14913/18877)
Updating files: 80% (15102/18877)
Updating files: 81% (15291/18877)
Updating files: 82% (15480/18877)
Updating files: 83% (15668/18877)
Updating files: 84% (15857/18877)
Updating files: 85% (16046/18877)
Updating files: 86% (16235/18877)
Updating files: 87% (16423/18877)
Updating files: 87% (16605/18877)
Updating files: 88% (16612/18877)
Updating files: 89% (16801/18877)
Updating files: 90% (16990/18877)
Updating files: 91% (17179/18877)
Updating files: 92% (17367/18877)
Updating files: 93% (17556/18877)
Updating files: 94% (17745/18877)
Updating files: 95% (17934/18877)
Updating files: 96% (18122/18877)
Updating files: 97% (18311/18877)
Updating files: 98% (18500/18877)
Updating files: 99% (18689/18877)
Updating files: 100% (18877/18877)
Updating files: 100% (18877/18877), done.
HEAD is now at c80b5ac034 [MLCUDDIDL] supports 5.0 by removing modules (#28849)
Updating c80b5ac034..913ae0345c
Fast-forward
packages/ppx_repr/ppx_repr.0.8.0/opam | 47 ++++++++++++++++++++++++++++
packages/repr-bench/repr-bench.0.8.0/opam | 42 +++++++++++++++++++++++++
packages/repr-fuzz/repr-fuzz.0.8.0/opam | 40 ++++++++++++++++++++++++
packages/repr/repr.0.8.0/opam | 51 +++++++++++++++++++++++++++++++
4 files changed, 180 insertions(+)
create mode 100644 packages/ppx_repr/ppx_repr.0.8.0/opam
create mode 100644 packages/repr-bench/repr-bench.0.8.0/opam
create mode 100644 packages/repr-fuzz/repr-fuzz.0.8.0/opam
create mode 100644 packages/repr/repr.0.8.0/opam
(from macos-homebrew-ocaml-5.4)
2025-11-25 15:49.39 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2025-11-25 15:49.40 ---> 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
2025-11-25 15:49.40 ---> 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.4.1
# 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
2025-11-25 15:49.41 ---> 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/"))
2025-11-25 15:49.41 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2025-11-25 15:49.43 ---> using "a66d0c12d2f27330a955244d552dcf3f6d5477853c952d1469ce8d1b1aa6ab65" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-11-25 15:49.43 ---> using "f55ab3d9824b2e6d2c8ddf75c3ef3791ff0799337a74c117ff55f7f2d2bbea9e" 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:b48c918b7693c6d27e8027dc803a18cf64ddce49552fb45d88f3cabb9eead0fd
- #=#=#
0.7%
# 1.5%
# 2.4%
## 3.2%
## 4.1%
### 4.9%
#### 5.8%
#### 6.7%
##### 7.4%
###### 8.4%
-
###### 9.2%
####### 10.1%
####### 10.9%
######## 11.8%
######### 12.6%
######### 13.4%
########## 14.4%
########## 15.2%
########### 16.0%
############ 17.0%
-
############ 17.8%
############# 18.7%
############## 19.6%
############## 20.4%
############### 21.2%
############### 22.1%
################ 23.0%
################# 23.8%
################# 24.8%
################## 25.7%
################### 26.6%
-
################### 27.4%
#################### 28.2%
#################### 29.1%
##################### 29.9%
###################### 30.9%
###################### 31.7%
####################### 32.5%
######################## 33.5%
######################## 34.3%
######################### 35.1%
######################### 36.0%
-
########################## 36.8%
########################### 37.7%
########################### 38.6%
############################ 39.4%
############################# 40.3%
############################# 41.1%
############################## 42.0%
############################## 42.9%
############################### 43.7%
################################ 44.6%
################################ 45.3%
-
################################# 46.2%
################################# 47.1%
################################## 47.8%
################################### 48.8%
################################### 49.6%
#################################### 50.5%
#################################### 51.3%
##################################### 52.2%
###################################### 53.1%
###################################### 53.9%
####################################### 54.9%
-
######################################## 55.7%
######################################## 56.6%
######################################### 57.6%
########################################## 58.4%
########################################## 59.2%
########################################### 60.1%
########################################### 61.0%
############################################ 61.8%
############################################# 62.8%
############################################# 63.6%
############################################## 64.4%
-
############################################## 65.2%
############################################### 66.1%
################################################ 67.0%
################################################ 67.8%
################################################# 68.6%
################################################## 69.6%
################################################## 70.4%
################################################### 71.2%
################################################### 72.1%
#################################################### 73.0%
##################################################### 73.8%
-
##################################################### 74.8%
###################################################### 75.6%
####################################################### 76.4%
####################################################### 77.2%
######################################################## 78.1%
######################################################## 79.0%
######################################################### 79.8%
########################################################## 80.7%
########################################################## 81.6%
########################################################### 82.4%
-
########################################################### 83.3%
############################################################ 84.1%
############################################################# 85.0%
############################################################# 85.9%
############################################################## 86.6%
############################################################## 87.4%
############################################################### 88.3%
################################################################ 89.2%
################################################################ 90.0%
################################################################# 90.8%
################################################################## 91.8%
-
################################################################## 92.6%
################################################################### 93.5%
################################################################### 94.3%
#################################################################### 95.2%
##################################################################### 96.0%
##################################################################### 96.8%
###################################################################### 97.7%
####################################################################### 98.6%
####################################################################### 99.2%
####################################################################### 99.7%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.7.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.
2025-11-25 15:49.44 ---> using "a8afa6bbc517a91b601d47002f602b68176b8c5cce3ec5aaf7f1e98561093c91" from cache
/: (run (shell "opam pin add -k version -yn ppx_repr.0.8.0 0.8.0"))
ppx_repr is now pinned to version 0.8.0
2025-11-25 15:49.46 ---> saved as "7ec4e8ba785961bfa5c3a7a21459d999c1974b2eba8b60f7ad2cc76ccec054f7"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall ppx_repr.0.8.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\" != 'ppx_repr.0.8.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ppx_repr.0.8.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 19 packages
- install base64 3.5.2 [required by repr]
- install cppo 1.8.0 [required by ppx_deriving]
- install dune 3.20.2 [required by ppx_repr]
- install either 1.0.0 [required by repr]
- install fmt 0.11.0 [required by ppx_repr]
- install jsonm 1.0.2 [required by repr]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocamlbuild 0.16.1 [required by fmt]
- install ocamlfind 1.9.8 [required by fmt, ppx_deriving]
- install optint 0.3.0 [required by repr]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.1.1 [required by ppx_repr]
- install ppx_repr 0.8.0 (pinned)
- install ppxlib 0.37.0 [required by ppx_repr]
- install repr 0.8.0 [required by ppx_repr]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install topkg 1.1.1 [required by fmt]
- install uutf 1.0.4 [required by repr]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.5.2 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved dune.3.20.2 (cached)
-> retrieved either.1.0.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved jsonm.1.0.2 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved optint.0.3.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.1.1 (cached)
-> retrieved ppx_repr.0.8.0, repr.0.8.0 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uutf.1.0.4 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed jsonm.1.0.2
-> installed dune.3.20.2
-> installed stdlib-shims.0.3.0
-> installed ppx_derivers.1.2.1
-> installed base64.3.5.2
-> installed either.1.0.0
-> installed optint.0.3.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed sexplib0.v0.17.0
-> installed cppo.1.8.0
-> installed repr.0.8.0
-> installed ppxlib.0.37.0
-> installed ppx_deriving.6.1.1
-> installed ppx_repr.0.8.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-25 15:51.19 ---> saved as "4deaa3d27ed71ce83ab3b4379840d0ae05780e8cc46dcc6cc1ec41a18dc15408"
Job succeeded
2025-11-25 15:51.32: Job succeeded