(for PR #29075)
2025-12-11 21:27.27: New job: test rpclib.10.0.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29075/head (2d04beee37100f8a8d89ef140421171f0eeb5625)
on macos-homebrew-ocaml-5.4/arm64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29075/head" && git reset --hard 2d04beee
git fetch origin master
git merge --no-edit 0a807743922f8e480818f3e2a1bdf8281f406d0d
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 rpclib.10.0.0 10.0.0
RUN opam reinstall rpclib.10.0.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" != 'rpclib.10.0.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 rpclib.10.0.0) || true
RUN opam reinstall --with-test --verbose rpclib.10.0.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" != 'rpclib.10.0.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-12-11 21:27.27: Using cache hint "macos-homebrew-ocaml-5.4-rpclib.10.0.0-2d04beee37100f8a8d89ef140421171f0eeb5625"
2025-12-11 21:27.27: 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 rpclib.10.0.0 10.0.0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall rpclib.10.0.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\" != 'rpclib.10.0.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 rpclib.10.0.0) || true"))
(run (shell "opam reinstall --with-test --verbose rpclib.10.0.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\" != 'rpclib.10.0.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-12-11 21:27.27: Waiting for resource in pool OCluster
2025-12-11 21:27.28: Waiting for worker…
2025-12-11 21:42.09: Got resource from pool OCluster
Building on m1-worker-03
All commits already cached
Updating files: 62% (11843/19008)
Updating files: 63% (11976/19008)
Updating files: 64% (12166/19008)
Updating files: 65% (12356/19008)
Updating files: 66% (12546/19008)
Updating files: 67% (12736/19008)
Updating files: 68% (12926/19008)
Updating files: 69% (13116/19008)
Updating files: 70% (13306/19008)
Updating files: 71% (13496/19008)
Updating files: 72% (13686/19008)
Updating files: 73% (13876/19008)
Updating files: 74% (14066/19008)
Updating files: 75% (14256/19008)
Updating files: 76% (14447/19008)
Updating files: 77% (14637/19008)
Updating files: 78% (14827/19008)
Updating files: 79% (15017/19008)
Updating files: 80% (15207/19008)
Updating files: 81% (15397/19008)
Updating files: 82% (15587/19008)
Updating files: 83% (15777/19008)
Updating files: 84% (15967/19008)
Updating files: 85% (16157/19008)
Updating files: 86% (16347/19008)
Updating files: 87% (16537/19008)
Updating files: 88% (16728/19008)
Updating files: 89% (16918/19008)
Updating files: 90% (17108/19008)
Updating files: 91% (17298/19008)
Updating files: 92% (17488/19008)
Updating files: 93% (17678/19008)
Updating files: 94% (17868/19008)
Updating files: 95% (18058/19008)
Updating files: 96% (18248/19008)
Updating files: 97% (18438/19008)
Updating files: 98% (18628/19008)
Updating files: 99% (18818/19008)
Updating files: 100% (19008/19008)
Updating files: 100% (19008/19008), done.
HEAD is now at 0a80774392 Merge pull request #29069 from mseri/release-doi2bib-0.9.0
Merge made by the 'ort' strategy.
.../ppx_deriving_rpc/ppx_deriving_rpc.10.0.0/opam | 42 +++++++++++++++++++
packages/rpclib-async/rpclib-async.10.0.0/opam | 41 +++++++++++++++++++
packages/rpclib-html/rpclib-html.10.0.0/opam | 37 +++++++++++++++++
packages/rpclib-js/rpclib-js.10.0.0/opam | 38 +++++++++++++++++
packages/rpclib-lwt/rpclib-lwt.10.0.0/opam | 42 +++++++++++++++++++
packages/rpclib/rpclib.10.0.0/opam | 47 ++++++++++++++++++++++
6 files changed, 247 insertions(+)
create mode 100644 packages/ppx_deriving_rpc/ppx_deriving_rpc.10.0.0/opam
create mode 100644 packages/rpclib-async/rpclib-async.10.0.0/opam
create mode 100644 packages/rpclib-html/rpclib-html.10.0.0/opam
create mode 100644 packages/rpclib-js/rpclib-js.10.0.0/opam
create mode 100644 packages/rpclib-lwt/rpclib-lwt.10.0.0/opam
create mode 100644 packages/rpclib/rpclib.10.0.0/opam
(from macos-homebrew-ocaml-5.4)
2025-12-11 21:42.12 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2025-12-11 21:42.12 ---> 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-12-11 21:42.12 ---> using "91dcaa513ca3161d91620d0583acdea5310cd52ccab1dfbdd183600da37afdb2" from cache
/: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# self-upgrade no
# system arch=arm64 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 7
# 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-12-11 21:42.12 ---> 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-12-11 21:42.12 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache
/: (copy (src .) (dst opam-repository/))
2025-12-11 21:42.13 ---> using "f87c1eb758d18d4aa6bbdcdb2247029aee2326d1b98c1acfe543ddff10f44245" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-12-11 21:42.14 ---> using "8d3f141c58e129fc051c7cd4356031196b93399e159b1fc6c161d53980072812" from cache
/: (run (network host)
(shell "opam update --depexts || true"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- ==> 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-12-11 21:42.14 ---> using "9d8e6e8fbbfdfe0301b2f7432ce142baee67a9a7e2c31e4eba90194dba6c2f93" from cache
/: (run (shell "opam pin add -k version -yn rpclib.10.0.0 10.0.0"))
rpclib is now pinned to version 10.0.0
2025-12-11 21:42.14 ---> using "e10f79dcc73d4d02976dac9570fb83fd78bb35a2a5b007005525550cc92e901b" from cache
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall rpclib.10.0.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\" != 'rpclib.10.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
rpclib.10.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 11 packages
- install base64 3.5.2 [required by rpclib]
- install cmdliner 2.1.0 [required by rpclib]
- install dune 3.20.2 [required by rpclib]
- install ocamlbuild 0.16.1 [required by rresult, xmlm]
- install ocamlfind 1.9.8 [required by rresult, xmlm]
- install result 1.5 [required by rpclib]
- install rpclib 10.0.0 (pinned)
- install rresult 0.7.0 [required by rpclib]
- install topkg 1.1.1 [required by rresult, xmlm]
- install xmlm 1.4.0 [required by rpclib]
- install yojson 3.0.0 [required by rpclib]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.5.2 (cached)
-> retrieved cmdliner.2.1.0 (cached)
-> retrieved dune.3.20.2 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved result.1.5 (cached)
-> retrieved rpclib.10.0.0 (cached)
-> retrieved rresult.0.7.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved xmlm.1.4.0 (cached)
-> retrieved yojson.3.0.0 (cached)
-> installed cmdliner.2.1.0
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed xmlm.1.4.0
-> installed dune.3.20.2
-> installed base64.3.5.2
-> installed result.1.5
-> installed yojson.3.0.0
-> installed rpclib.10.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-11 21:42.14 ---> using "819338cbddc53f5b7cf2ccb335a75759c63033969975999e2097079243986653" from cache
/: (run (network host)
(shell "(opam reinstall --with-test rpclib.10.0.0) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile rpclib 10.0.0 (pinned)
=== install 7 packages
- install alcotest 1.9.1 [required by rpclib]
- install astring 0.8.5 [required by alcotest]
- install fmt 0.11.0 [required by alcotest]
- install ocaml-syntax-shims 1.0.0 [required by alcotest]
- install re 1.14.0 [required by alcotest]
- install stdlib-shims 0.3.0 [required by alcotest]
- install uutf 1.0.4 [required by alcotest]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1 (https://github.com/mirage/alcotest/releases/download/1.9.1/alcotest-1.9.1.tbz)
-> retrieved astring.0.8.5 (https://erratique.ch/software/astring/releases/astring-0.8.5.tbz)
-> retrieved fmt.0.11.0 (https://erratique.ch/software/fmt/releases/fmt-0.11.0.tbz)
-> retrieved ocaml-syntax-shims.1.0.0 (https://github.com/ocaml-ppx/ocaml-syntax-shims/releases/download/1.0.0/ocaml-syntax-shims-1.0.0.tbz)
-> retrieved re.1.14.0 (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz)
-> retrieved stdlib-shims.0.3.0 (https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz)
-> installed ocaml-syntax-shims.1.0.0
-> retrieved uutf.1.0.4 (https://erratique.ch/software/uutf/releases/uutf-1.0.4.tbz)
-> installed stdlib-shims.0.3.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed uutf.1.0.4
-> removed rpclib.10.0.0
-> installed re.1.14.0
-> installed alcotest.1.9.1
-> installed rpclib.10.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-11 21:42.23 ---> saved as "62c00a61f32f2db15e2b5205570c96b6429d807f11f50758206c91f69c8a6d64"
/: (run (shell "opam reinstall --with-test --verbose rpclib.10.0.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\" != 'rpclib.10.0.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 rpclib 10.0.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [rpclib: dune build]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "rpclib" "-j" "7" (CWD=/Users/mac1000/.opam/5.4.0/.opam-switch/build/rpclib.10.0.0)
- (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/lib/.json.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/base64 -I /Users/mac1000/.opam/5.4.0/lib/result -I /Users/mac1000/.opam/5.4.0/lib/rresult -I /Users/mac1000/.opam/5.4.0/lib/yojson -I src/lib/.rpclib_core.objs/byte -cmi-file src/lib/.json.objs/byte/jsonrpc.cmi -no-alias-deps -o src/lib/.json.objs/byte/jsonrpc.cmo -c -impl src/lib/jsonrpc.ml)
- File "src/lib/jsonrpc.ml", line 68, characters 4-15:
- 68 | | unsupported -> raise (JsonToRpcError unsupported)
- ^^^^^^^^^^^
- Warning 11 [redundant-case]: this match case is unused.
- (cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w -40 -g -I src/lib/.json.objs/byte -I src/lib/.json.objs/native -I /Users/mac1000/.opam/5.4.0/lib/base64 -I /Users/mac1000/.opam/5.4.0/lib/result -I /Users/mac1000/.opam/5.4.0/lib/rresult -I /Users/mac1000/.opam/5.4.0/lib/yojson -I src/lib/.rpclib_core.objs/byte -I src/lib/.rpclib_core.objs/native -cmi-file src/lib/.json.objs/byte/jsonrpc.cmi -no-alias-deps -o src/lib/.json.objs/native/jsonrpc.cmx -c -impl src/lib/jsonrpc.ml)
- File "src/lib/jsonrpc.ml", line 68, characters 4-15:
- 68 | | unsupported -> raise (JsonToRpcError unsupported)
- ^^^^^^^^^^^
- Warning 11 [redundant-case]: this match case is unused.
Processing 2/4: [rpclib: dune runtest]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "runtest" "-p" "rpclib" "-j" "7" (CWD=/Users/mac1000/.opam/5.4.0/.opam-switch/build/rpclib.10.0.0)
- (cd _build/default/tests/lib && ./suite.exe)
- Testing `suite'.
- This run has ID `IANQKCT5'.
-
- [OK] Client_server_test 0 test_call_core.
- [OK] Json 0 Jsonrpc.of_string.
- [OK] Json 1 Jsonrpc.of_string ~strict:false.
- [OK] Json 2 Jsonrpc.call_of_string.
- [OK] Json 3 Jsonrpc.response_of_string.
- [OK] Json 4 Jsonrpc.response_of_string ~s...
- [OK] Xml_xapi 0 Xapi XML tests.
- [OK] Encoding 0 test.
- [OK] Encoding 1 test not strict.
- [OK] Encoding 2 test strict.
-
- Full test results in `~/.opam/5.4.0/.opam-switch/build/rpclib.10.0.0/_build/default/tests/lib/_build/_tests/suite'.
- Test Successful in 0.001s. 10 tests run.
-> compiled rpclib.10.0.0
-> removed rpclib.10.0.0
-> installed rpclib.10.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-11 21:42.27 ---> saved as "01187824127c24086ba390b1ae2cdcedb1180a9204ee9ab97019599702a651d9"
Job succeeded
2025-12-11 21:42.36: Job succeeded