- github
- ocaml
- opam-repository
- adc5db
- macos,macos-homebrew-ocaml-5.4-amd64,pbrt.4.0,tests
(not at the head of any monitored branch or PR)
2025-11-19 19:31.57: New job: test pbrt.4.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28902/head (adc5db1552e3f9d4ca0762400bfebd1c1ac398e9)
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/28902/head" && git reset --hard adc5db15
git fetch origin master
git merge --no-edit fec8c490c3a00e719b359dce180fbfff342471f7
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 pbrt.4.0 4.0
RUN opam reinstall pbrt.4.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" != 'pbrt.4.0' && 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 pbrt.4.0) || true
RUN opam reinstall --with-test --verbose pbrt.4.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" != 'pbrt.4.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-19 19:31.57: Using cache hint "macos-homebrew-ocaml-5.4-pbrt.4.0-adc5db1552e3f9d4ca0762400bfebd1c1ac398e9"
2025-11-19 19:31.57: 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 pbrt.4.0 4.0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall pbrt.4.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\" != 'pbrt.4.0' && 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 pbrt.4.0) || true"))
(run (shell "opam reinstall --with-test --verbose pbrt.4.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\" != 'pbrt.4.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-19 19:31.57: Waiting for resource in pool OCluster
2025-11-19 19:31.58: Waiting for worker…
2025-11-19 19:36.09: Got resource from pool OCluster
Building on i7-worker-02
All commits already cached
Updating files: 26% (4989/18783)
Updating files: 27% (5072/18783)
Updating files: 28% (5260/18783)
Updating files: 29% (5448/18783)
Updating files: 30% (5635/18783)
Updating files: 31% (5823/18783)
Updating files: 32% (6011/18783)
Updating files: 33% (6199/18783)
Updating files: 34% (6387/18783)
Updating files: 35% (6575/18783)
Updating files: 36% (6762/18783)
Updating files: 37% (6950/18783)
Updating files: 38% (7138/18783)
Updating files: 39% (7326/18783)
Updating files: 40% (7514/18783)
Updating files: 41% (7702/18783)
Updating files: 42% (7889/18783)
Updating files: 43% (8077/18783)
Updating files: 44% (8265/18783)
Updating files: 45% (8453/18783)
Updating files: 46% (8641/18783)
Updating files: 47% (8829/18783)
Updating files: 48% (9016/18783)
Updating files: 48% (9176/18783)
Updating files: 49% (9204/18783)
Updating files: 50% (9392/18783)
Updating files: 51% (9580/18783)
Updating files: 52% (9768/18783)
Updating files: 53% (9955/18783)
Updating files: 54% (10143/18783)
Updating files: 55% (10331/18783)
Updating files: 56% (10519/18783)
Updating files: 57% (10707/18783)
Updating files: 58% (10895/18783)
Updating files: 59% (11082/18783)
Updating files: 60% (11270/18783)
Updating files: 61% (11458/18783)
Updating files: 62% (11646/18783)
Updating files: 63% (11834/18783)
Updating files: 64% (12022/18783)
Updating files: 65% (12209/18783)
Updating files: 66% (12397/18783)
Updating files: 67% (12585/18783)
Updating files: 68% (12773/18783)
Updating files: 69% (12961/18783)
Updating files: 70% (13149/18783)
Updating files: 71% (13336/18783)
Updating files: 72% (13524/18783)
Updating files: 73% (13712/18783)
Updating files: 73% (13791/18783)
Updating files: 74% (13900/18783)
Updating files: 75% (14088/18783)
Updating files: 76% (14276/18783)
Updating files: 77% (14463/18783)
Updating files: 78% (14651/18783)
Updating files: 79% (14839/18783)
Updating files: 80% (15027/18783)
Updating files: 81% (15215/18783)
Updating files: 82% (15403/18783)
Updating files: 83% (15590/18783)
Updating files: 84% (15778/18783)
Updating files: 85% (15966/18783)
Updating files: 86% (16154/18783)
Updating files: 87% (16342/18783)
Updating files: 88% (16530/18783)
Updating files: 89% (16717/18783)
Updating files: 90% (16905/18783)
Updating files: 91% (17093/18783)
Updating files: 92% (17281/18783)
Updating files: 93% (17469/18783)
Updating files: 94% (17657/18783)
Updating files: 95% (17844/18783)
Updating files: 96% (18032/18783)
Updating files: 97% (18220/18783)
Updating files: 97% (18406/18783)
Updating files: 98% (18408/18783)
Updating files: 99% (18596/18783)
Updating files: 100% (18783/18783)
Updating files: 100% (18783/18783), done.
HEAD is now at fec8c490c3 Merge pull request #28851 from jhjourdan/unison_release
Updating fec8c490c3..adc5db1552
Fast-forward
packages/ocaml-protoc/ocaml-protoc.4.0/opam | 42 +++++++++++++++++++++++++++
packages/pbrt/pbrt.4.0/opam | 40 +++++++++++++++++++++++++
packages/pbrt_services/pbrt_services.4.0/opam | 38 ++++++++++++++++++++++++
packages/pbrt_yojson/pbrt_yojson.4.0/opam | 41 ++++++++++++++++++++++++++
4 files changed, 161 insertions(+)
create mode 100644 packages/ocaml-protoc/ocaml-protoc.4.0/opam
create mode 100644 packages/pbrt/pbrt.4.0/opam
create mode 100644 packages/pbrt_services/pbrt_services.4.0/opam
create mode 100644 packages/pbrt_yojson/pbrt_yojson.4.0/opam
(from macos-homebrew-ocaml-5.4)
2025-11-19 19:36.15 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2025-11-19 19:36.16 ---> 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-19 19:36.16 ---> 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-19 19:36.16 ---> 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-19 19:36.16 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2025-11-19 19:36.19 ---> using "dd2dd83541690f2aaa04f9a45962974169499a293cefe4c492dce9f4825753ec" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-11-19 19:36.19 ---> using "47a35071e310ba0f092af6da0f20eb120892d8d8bfd409f5f804229f751dd2b4" 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.1%
-
0.3%
0.4%
0.9%
# 1.4%
# 1.5%
-
# 1.8%
# 2.0%
# 2.1%
# 2.2%
# 2.5%
# 2.6%
# 2.8%
## 2.9%
## 3.0%
## 3.2%
-
## 3.3%
## 3.5%
## 3.7%
## 3.9%
## 4.0%
## 4.1%
### 4.3%
### 4.4%
### 4.6%
### 4.7%
-
### 5.0%
### 5.1%
### 5.2%
### 5.4%
### 5.5%
#### 5.7%
#### 5.8%
#### 5.9%
#### 6.1%
-
#### 6.2%
#### 6.3%
#### 6.5%
#### 6.6%
#### 6.8%
#### 6.9%
##### 7.0%
##### 7.3%
##### 7.3%
##### 7.5%
-
##### 7.6%
##### 7.8%
##### 7.9%
##### 8.0%
##### 8.2%
##### 8.3%
###### 8.4%
###### 8.6%
###### 8.9%
###### 9.0%
###### 9.1%
-
###### 9.3%
###### 9.4%
###### 9.5%
###### 9.7%
####### 9.8%
####### 9.9%
####### 10.1%
####### 10.2%
####### 10.4%
####### 10.5%
-
####### 10.6%
####### 10.8%
####### 10.9%
######## 11.2%
######## 11.3%
######## 11.5%
######## 11.6%
######## 11.7%
######## 11.9%
######## 12.0%
-
######## 12.2%
######## 12.4%
######### 12.5%
######### 12.6%
######### 12.8%
######### 12.9%
######### 13.1%
######### 13.2%
######### 13.3%
######### 13.5%
######### 13.7%
-
######### 13.9%
########## 14.0%
########## 14.2%
########## 14.3%
########## 14.4%
########## 14.6%
########## 14.8%
########## 15.0%
########## 15.1%
########## 15.3%
-
########### 15.4%
########### 15.5%
########### 15.8%
########### 15.9%
########### 16.1%
########### 16.4%
########### 16.5%
########### 16.6%
############ 16.9%
-
############ 17.1%
############ 17.3%
############ 17.4%
############ 17.5%
############ 17.8%
############ 18.0%
############# 18.1%
############# 18.4%
############# 18.5%
############# 18.6%
############# 18.9%
-
############# 19.1%
############# 19.4%
############## 19.5%
############## 19.8%
############## 19.9%
############## 20.2%
############## 20.3%
############## 20.6%
############### 20.9%
############### 21.0%
############### 21.3%
-
############### 21.6%
############### 21.7%
############### 22.0%
############### 22.1%
################ 22.4%
################ 22.7%
################ 22.8%
################ 23.1%
################ 23.2%
################ 23.5%
################# 23.7%
-
################# 24.0%
################# 24.1%
################# 24.4%
################# 24.7%
################# 24.8%
################## 25.1%
################## 25.2%
################## 25.5%
################## 25.8%
################## 25.9%
################## 26.2%
-
################### 26.4%
################### 26.6%
################### 26.7%
################### 26.9%
################### 27.1%
################### 27.3%
################### 27.4%
################### 27.7%
#################### 27.8%
#################### 28.0%
-
#################### 28.1%
#################### 28.4%
#################### 28.5%
#################### 28.8%
#################### 28.9%
#################### 29.0%
##################### 29.3%
##################### 29.6%
##################### 29.8%
##################### 30.0%
-
##################### 30.2%
##################### 30.4%
###################### 30.7%
###################### 30.9%
###################### 31.1%
###################### 31.3%
###################### 31.5%
###################### 31.8%
####################### 32.0%
####################### 32.3%
####################### 32.4%
-
####################### 32.7%
####################### 32.9%
####################### 33.1%
######################## 33.4%
######################## 33.5%
######################## 33.8%
######################## 34.0%
######################## 34.3%
######################## 34.5%
######################### 34.7%
-
######################### 35.0%
######################### 35.3%
######################### 35.4%
######################### 35.6%
######################### 35.7%
######################### 36.0%
########################## 36.1%
########################## 36.3%
########################## 36.5%
########################## 36.7%
-
########################## 36.8%
########################## 37.1%
########################## 37.2%
########################## 37.4%
########################### 37.6%
########################### 37.8%
########################### 38.1%
########################### 38.2%
########################### 38.3%
########################### 38.6%
-
########################### 38.7%
########################### 38.9%
############################ 39.2%
############################ 39.3%
############################ 39.4%
############################ 39.7%
############################ 39.8%
############################ 40.0%
############################ 40.2%
############################# 40.4%
############################# 40.6%
-
############################# 40.8%
############################# 41.0%
############################# 41.2%
############################# 41.6%
############################## 41.7%
############################## 42.0%
############################## 42.1%
############################## 42.4%
############################## 42.7%
############################## 42.8%
-
############################### 43.1%
############################### 43.4%
############################### 43.5%
############################### 43.8%
############################### 43.9%
############################### 44.2%
################################ 44.5%
################################ 44.6%
################################ 44.9%
################################ 45.1%
################################ 45.3%
-
################################ 45.5%
################################ 45.8%
################################# 46.1%
################################# 46.2%
################################# 46.5%
################################# 46.6%
################################# 46.9%
################################# 47.2%
################################## 47.3%
################################## 47.6%
################################## 47.8%
-
################################## 48.0%
################################## 48.3%
################################## 48.5%
################################### 48.7%
################################### 48.9%
################################### 49.2%
################################### 49.4%
################################### 49.6%
################################### 49.9%
#################################### 50.0%
-
#################################### 50.3%
#################################### 50.5%
#################################### 50.7%
#################################### 51.0%
#################################### 51.2%
#################################### 51.4%
##################################### 51.6%
##################################### 51.9%
##################################### 52.1%
##################################### 52.3%
-
##################################### 52.6%
##################################### 52.7%
###################################### 53.0%
###################################### 53.1%
###################################### 53.4%
###################################### 53.7%
###################################### 54.0%
###################################### 54.1%
####################################### 54.4%
####################################### 54.7%
####################################### 54.8%
-
####################################### 55.1%
####################################### 55.3%
####################################### 55.5%
######################################## 55.8%
######################################## 55.9%
######################################## 56.2%
######################################## 56.3%
######################################## 56.6%
######################################## 56.9%
######################################### 57.1%
-
######################################### 57.2%
######################################### 57.5%
######################################### 57.8%
######################################### 57.9%
######################################### 58.2%
########################################## 58.5%
########################################## 58.6%
########################################## 58.9%
########################################## 59.0%
########################################## 59.3%
########################################## 59.6%
-
########################################## 59.7%
########################################### 60.0%
########################################### 60.1%
########################################### 60.4%
########################################### 60.7%
########################################### 60.8%
########################################### 61.1%
############################################ 61.3%
############################################ 61.5%
############################################ 61.7%
############################################ 62.0%
-
############################################ 62.1%
############################################ 62.4%
############################################# 62.7%
############################################# 62.8%
############################################# 63.1%
############################################# 63.2%
############################################# 63.5%
############################################# 63.6%
############################################## 63.9%
############################################## 64.2%
############################################## 64.4%
-
############################################## 64.7%
############################################## 64.9%
############################################## 65.1%
############################################## 65.3%
############################################### 65.5%
############################################### 65.8%
############################################### 66.0%
############################################### 66.2%
############################################### 66.4%
############################################### 66.6%
################################################ 66.9%
-
################################################ 67.0%
################################################ 67.3%
################################################ 67.6%
################################################ 67.7%
################################################ 68.0%
################################################# 68.2%
################################################# 68.4%
################################################# 68.7%
################################################# 68.9%
################################################# 69.1%
################################################# 69.3%
-
################################################## 69.5%
################################################## 69.8%
################################################## 70.0%
################################################## 70.2%
################################################## 70.4%
################################################## 70.6%
################################################### 70.9%
################################################### 71.1%
################################################### 71.3%
################################################### 71.5%
-
################################################### 71.7%
################################################### 71.9%
#################################################### 72.2%
#################################################### 72.4%
#################################################### 72.6%
#################################################### 72.8%
#################################################### 73.0%
#################################################### 73.3%
#################################################### 73.6%
##################################################### 73.7%
##################################################### 74.0%
-
##################################################### 74.2%
##################################################### 74.4%
##################################################### 74.7%
##################################################### 74.9%
###################################################### 75.2%
###################################################### 75.5%
###################################################### 75.9%
###################################################### 76.2%
####################################################### 76.4%
####################################################### 76.7%
-
####################################################### 77.0%
####################################################### 77.3%
####################################################### 77.7%
######################################################## 77.9%
######################################################## 78.2%
######################################################## 78.6%
######################################################## 79.0%
######################################################### 79.4%
######################################################### 79.8%
######################################################### 80.2%
########################################################## 80.8%
-
########################################################## 81.2%
########################################################## 81.6%
########################################################### 82.0%
########################################################### 82.4%
########################################################### 82.8%
############################################################ 83.3%
############################################################ 83.8%
############################################################ 84.2%
############################################################ 84.6%
############################################################# 85.1%
############################################################# 85.5%
-
############################################################# 85.9%
############################################################## 86.4%
############################################################## 86.9%
############################################################## 87.3%
############################################################### 87.9%
############################################################### 88.3%
############################################################### 88.7%
################################################################ 89.1%
################################################################ 89.6%
################################################################ 90.0%
-
################################################################# 90.4%
################################################################# 90.8%
################################################################# 91.4%
################################################################## 91.8%
################################################################## 92.2%
################################################################## 92.6%
################################################################## 93.0%
################################################################### 93.6%
################################################################### 94.0%
################################################################### 94.4%
#################################################################### 94.8%
-
#################################################################### 95.3%
#################################################################### 95.7%
##################################################################### 96.2%
##################################################################### 96.6%
##################################################################### 97.0%
###################################################################### 97.5%
###################################################################### 97.9%
###################################################################### 98.3%
####################################################################### 98.8%
####################################################################### 99.3%
####################################################################### 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-19 19:36.19 ---> using "99d1cf72a9ba4a07439c3a5b6666ff577db0c25385e9195bc613cf9aed3a44d7" from cache
/: (run (shell "opam pin add -k version -yn pbrt.4.0 4.0"))
pbrt is now pinned to version 4.0
2025-11-19 19:36.19 ---> using "d0016c3a727a349882483a8d6e463d4b4995a96af1afeb8aeeba281cd421ac82" from cache
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall pbrt.4.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\" != 'pbrt.4.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
pbrt.4.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 3 packages
- install dune 3.20.2 [required by pbrt]
- install pbrt 4.0 (pinned)
- install stdlib-shims 0.3.0 [required by pbrt]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.20.2 (cached)
-> retrieved pbrt.4.0 (https://github.com/mransan/ocaml-protoc/releases/download/v4.0/ocaml-protoc-4.0.tbz)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed dune.3.20.2
-> installed stdlib-shims.0.3.0
-> installed pbrt.4.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-19 19:36.20 ---> using "b8ebc99f47258c314a511b3d2014e58ee561c62681d88a4377ed8db8a600caed" from cache
/: (run (network host)
(shell "(opam reinstall --with-test pbrt.4.0) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile pbrt 4.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed pbrt.4.0
-> installed pbrt.4.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-19 19:36.28 ---> saved as "9c22faea1c1c9dd7ed116414d8a79b9a1f6d53889f976c852d406aa96eeb7410"
/: (run (shell "opam reinstall --with-test --verbose pbrt.4.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\" != 'pbrt.4.0' && 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 pbrt 4.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [pbrt: dune build]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "pbrt" "-j" "11" "@install" "@src/tests/unit-tests/pbrt/runtest" (CWD=/Users/mac1000/.opam/5.4.0/.opam-switch/build/pbrt.4.0)
- (cd _build/default/src/runtime && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -std=c99 -O2 -g -I /Users/mac1000/.opam/5.4.0/lib/ocaml -o stubs.o -c stubs.c)
- stubs.c:59:9: warning: initializing 'char *' with an expression of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
- 59 | char *str = Bytes_val(_str);
- | ^ ~~~~~~~~~~~~~~~
- stubs.c:60:15: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
- 60 | pbrt_varint(str + idx, i);
- | ^~~~~~~~~
- stubs.c:43:47: note: passing argument to parameter 'str' here
- 43 | static inline void pbrt_varint(unsigned char *str, uint64_t i) {
- | ^
- stubs.c:66:9: warning: initializing 'char *' with an expression of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
- 66 | char *str = Bytes_val(_str);
- | ^ ~~~~~~~~~~~~~~~
- stubs.c:69:15: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
- 69 | pbrt_varint(str + idx, i);
- | ^~~~~~~~~
- stubs.c:43:47: note: passing argument to parameter 'str' here
- 43 | static inline void pbrt_varint(unsigned char *str, uint64_t i) {
- | ^
- 4 warnings generated.
-> compiled pbrt.4.0
-> removed pbrt.4.0
-> installed pbrt.4.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-19 19:36.37 ---> saved as "9350938f059e3c7948520a9b12a4a8c5a38d93c28b8ce8d94e7d2184ffa4dfb7"
Job succeeded
2025-11-19 19:36.50: Job succeeded