- github
- ocaml
- opam-repository
- 210152
- macos,macos-homebrew-ocaml-5.3-amd64,logs.0.8.0
(not at the head of any monitored branch or PR)
2025-03-14 15:30.25: New job: build logs.0.8.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/27602/head (210152793ff26bd9b73bc84120642700db3766bb)
on macos-homebrew-ocaml-5.3/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/27602/head" && git reset --hard 21015279
git fetch origin master
git merge --no-edit 580fdfb74226d1dc1fad223ca0d05ab70a42bca1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.3
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 logs.0.8.0 0.8.0
RUN opam reinstall logs.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" != 'logs.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-03-14 15:30.25: Using cache hint "macos-homebrew-ocaml-5.3-logs.0.8.0-210152793ff26bd9b73bc84120642700db3766bb"
2025-03-14 15:30.25: Using OBuilder spec:
((from macos-homebrew-ocaml-5.3)
(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 logs.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 logs.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\" != 'logs.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-03-14 15:30.25: Waiting for resource in pool OCluster
2025-03-14 15:30.26: Waiting for worker…
2025-03-14 15:30.26: Got resource from pool OCluster
Building on i7-worker-02
All commits already cached
Updating files: 20% (4701/22653)
Updating files: 21% (4758/22653)
Updating files: 22% (4984/22653)
Updating files: 23% (5211/22653)
Updating files: 24% (5437/22653)
Updating files: 25% (5664/22653)
Updating files: 26% (5890/22653)
Updating files: 27% (6117/22653)
Updating files: 28% (6343/22653)
Updating files: 29% (6570/22653)
Updating files: 30% (6796/22653)
Updating files: 31% (7023/22653)
Updating files: 32% (7249/22653)
Updating files: 33% (7476/22653)
Updating files: 34% (7703/22653)
Updating files: 35% (7929/22653)
Updating files: 36% (8156/22653)
Updating files: 37% (8382/22653)
Updating files: 38% (8609/22653)
Updating files: 39% (8835/22653)
Updating files: 40% (9062/22653)
Updating files: 41% (9288/22653)
Updating files: 42% (9515/22653)
Updating files: 43% (9741/22653)
Updating files: 44% (9968/22653)
Updating files: 44% (10019/22653)
Updating files: 45% (10194/22653)
Updating files: 46% (10421/22653)
Updating files: 47% (10647/22653)
Updating files: 48% (10874/22653)
Updating files: 49% (11100/22653)
Updating files: 50% (11327/22653)
Updating files: 51% (11554/22653)
Updating files: 52% (11780/22653)
Updating files: 53% (12007/22653)
Updating files: 54% (12233/22653)
Updating files: 55% (12460/22653)
Updating files: 56% (12686/22653)
Updating files: 57% (12913/22653)
Updating files: 58% (13139/22653)
Updating files: 59% (13366/22653)
Updating files: 60% (13592/22653)
Updating files: 61% (13819/22653)
Updating files: 62% (14045/22653)
Updating files: 63% (14272/22653)
Updating files: 64% (14498/22653)
Updating files: 65% (14725/22653)
Updating files: 66% (14951/22653)
Updating files: 67% (15178/22653)
Updating files: 68% (15405/22653)
Updating files: 69% (15631/22653)
Updating files: 70% (15858/22653)
Updating files: 70% (15963/22653)
Updating files: 71% (16084/22653)
Updating files: 72% (16311/22653)
Updating files: 73% (16537/22653)
Updating files: 74% (16764/22653)
Updating files: 75% (16990/22653)
Updating files: 76% (17217/22653)
Updating files: 77% (17443/22653)
Updating files: 78% (17670/22653)
Updating files: 79% (17896/22653)
Updating files: 80% (18123/22653)
Updating files: 81% (18349/22653)
Updating files: 82% (18576/22653)
Updating files: 83% (18802/22653)
Updating files: 84% (19029/22653)
Updating files: 85% (19256/22653)
Updating files: 86% (19482/22653)
Updating files: 87% (19709/22653)
Updating files: 88% (19935/22653)
Updating files: 89% (20162/22653)
Updating files: 90% (20388/22653)
Updating files: 91% (20615/22653)
Updating files: 92% (20841/22653)
Updating files: 93% (21068/22653)
Updating files: 94% (21294/22653)
Updating files: 95% (21521/22653)
Updating files: 95% (21672/22653)
Updating files: 96% (21747/22653)
Updating files: 97% (21974/22653)
Updating files: 98% (22200/22653)
Updating files: 99% (22427/22653)
Updating files: 100% (22653/22653)
Updating files: 100% (22653/22653), done.
HEAD is now at 580fdfb742 Merge pull request #27620 from panglesd/release-slipshow-v0.1.1
Merge made by the 'ort' strategy.
packages/logs/logs.0.8.0/opam | 70 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 70 insertions(+)
create mode 100644 packages/logs/logs.0.8.0/opam
(from macos-homebrew-ocaml-5.3)
2025-03-14 15:30.32 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2025-03-14 15:30.32 ---> using "daf13cd85321dca2abefeec4b24cfce5d94aff7b852ffa868e4c5535b37a2285" 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-03-14 15:30.33 ---> using "b44331ef0e2a1f949f81555f074a313d66c5d4355f7385be6765b19cf7bc8136" 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.3.0
# self-upgrade no
# system arch=x86_64 os=macos os-distribution=homebrew os-version=14.4.1
# 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.3.0
# invariant ["ocaml-base-compiler" {= "5.3.0"} | "ocaml-system" {= "5.3.0"}]
# compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /Users/mac1000/.opam/5.3.0/lib/ocaml/stublibs:/Users/mac1000/.opam/5.3.0/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.3.0
2025-03-14 15:30.33 ---> using "9a7889cfd2de27772065fdd759bc9c801c28f8cc8252bd01d09de9ac80c0ddfc" 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-03-14 15:30.33 ---> using "d17ed0ae9a502c5679ac6c71732a210cdcb974067ebb6cb03f2c6ee2249d5077" from cache
/: (copy (src .) (dst opam-repository/))
2025-03-14 15:30.51 ---> saved as "40e25439a71b68fb2d5b5eb1dd12f571cd1c681df721cdb33ccaea50bcdd11e5"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-03-14 15:31.19 ---> saved as "e3b3c840901b1904ef10c44e8d02f6b05f31b97c0894d5d7a02ffc0f3e782b49"
/: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:4ffc8607e08e9bd536f1df71643b2ecb4cea1a15be9226f297008bc34d0bc8e2
- #=#=#
0.1%
-
1.3%
# 2.5%
## 3.3%
### 4.3%
### 5.2%
#### 6.1%
##### 6.9%
##### 8.0%
###### 8.8%
###### 9.7%
####### 10.6%
-
######## 11.6%
######## 12.4%
######### 13.3%
########## 14.2%
########## 15.2%
########### 16.1%
############ 16.9%
############ 17.9%
############# 18.8%
############## 19.7%
############## 20.5%
-
############### 21.6%
################ 22.4%
################ 23.3%
################# 24.2%
################## 25.2%
################## 26.2%
################### 27.1%
#################### 27.9%
#################### 28.8%
##################### 30.0%
-
###################### 30.8%
###################### 31.7%
####################### 32.6%
######################## 33.4%
######################## 34.4%
######################### 35.3%
######################### 35.9%
########################## 36.9%
########################### 37.8%
########################### 38.6%
############################ 39.5%
-
############################# 40.4%
############################# 41.4%
############################## 42.2%
############################### 43.1%
############################### 44.1%
################################ 45.0%
################################# 45.9%
################################# 46.7%
################################## 47.7%
################################### 48.6%
################################### 49.5%
#################################### 50.4%
-
#################################### 51.4%
##################################### 52.2%
###################################### 53.1%
###################################### 54.0%
####################################### 55.0%
######################################## 55.9%
######################################## 56.7%
######################################### 57.6%
########################################## 58.6%
########################################## 59.5%
########################################### 60.3%
-
############################################ 61.2%
############################################ 62.2%
############################################# 63.1%
############################################## 64.0%
############################################## 64.8%
############################################### 65.7%
################################################ 66.7%
################################################ 67.6%
################################################# 68.4%
################################################# 69.3%
################################################## 70.3%
-
################################################### 71.3%
################################################### 72.2%
#################################################### 73.1%
##################################################### 73.9%
##################################################### 74.9%
###################################################### 75.8%
####################################################### 76.7%
####################################################### 77.6%
######################################################## 78.6%
######################################################### 79.4%
######################################################### 80.3%
-
########################################################## 81.2%
########################################################### 82.2%
########################################################### 83.1%
############################################################ 83.9%
############################################################# 84.9%
############################################################# 85.8%
############################################################## 86.7%
############################################################### 87.5%
############################################################### 88.6%
################################################################ 89.6%
################################################################# 90.4%
-
################################################################# 91.3%
################################################################## 92.3%
################################################################### 93.2%
################################################################### 94.0%
#################################################################### 94.9%
##################################################################### 95.9%
##################################################################### 96.8%
###################################################################### 97.7%
####################################################################### 98.7%
####################################################################### 99.5%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.3.7.el_capitan.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-03-14 15:31.50 ---> saved as "b19c9f999ee16cf4024ea3657767ff4f5d8738e3006b25870204c65b8ab33aa7"
/: (run (shell "opam pin add -k version -yn logs.0.8.0 0.8.0"))
logs is now pinned to version 0.8.0
2025-03-14 15:31.52 ---> saved as "35817d34329795be651459704b4f3c4c2269667ac0b6aa75da9f5f8794b886ff"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall logs.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\" != 'logs.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"))
logs.0.8.0 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 4 packages
- install logs 0.8.0 (pinned)
- install ocamlbuild 0.16.1 [required by logs]
- install ocamlfind 1.9.8 [required by logs]
- install topkg 1.0.8 [required by logs]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved logs.0.8.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved topkg.1.0.8 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed logs.0.8.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-03-14 15:32.21 ---> saved as "f75f1ea9e120c8f6ba3499d5f5b3d037920c2f31ff15860c1686d0ba1b2d1acb"
Job succeeded
2025-03-14 15:32.35: Job succeeded