- github
- ocaml
- opam-repository
- 4b271a
- macos,macos-homebrew-ocaml-4.14-amd64,dokeysto.4.0.2,tests
(not at the head of any monitored branch or PR)
2025-09-22 13:10.56: New job: test dokeysto.4.0.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28567/head (4b271a226d755f4f54f1d5d31deb3d22da1ebc54)
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/28567/head" && git reset --hard 4b271a22
git fetch origin master
git merge --no-edit 3f21ebe342ce440d9c9142ffe1185d8e5a326085
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 dokeysto.4.0.2 4.0.2
RUN opam reinstall dokeysto.4.0.2; \
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" != 'dokeysto.4.0.2' && 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 dokeysto.4.0.2) || true
RUN opam reinstall --with-test --verbose dokeysto.4.0.2; \
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" != 'dokeysto.4.0.2' && 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-09-22 13:10.56: Using cache hint "macos-homebrew-ocaml-4.14-dokeysto.4.0.2-4b271a226d755f4f54f1d5d31deb3d22da1ebc54"
2025-09-22 13:10.56: 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 dokeysto.4.0.2 4.0.2"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall dokeysto.4.0.2;\
\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\" != 'dokeysto.4.0.2' && 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 dokeysto.4.0.2) || true"))
(run (shell "opam reinstall --with-test --verbose dokeysto.4.0.2;\
\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\" != 'dokeysto.4.0.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-09-22 13:10.56: Waiting for resource in pool OCluster
2025-09-22 13:10.56: Waiting for worker…
2025-09-22 13:25.44: Got resource from pool OCluster
Building on i7-worker-04
All commits already cached
Updating files: 32% (6030/18315)
Updating files: 33% (6044/18315)
Updating files: 34% (6228/18315)
Updating files: 35% (6411/18315)
Updating files: 36% (6594/18315)
Updating files: 37% (6777/18315)
Updating files: 38% (6960/18315)
Updating files: 39% (7143/18315)
Updating files: 40% (7326/18315)
Updating files: 41% (7510/18315)
Updating files: 42% (7693/18315)
Updating files: 43% (7876/18315)
Updating files: 44% (8059/18315)
Updating files: 45% (8242/18315)
Updating files: 46% (8425/18315)
Updating files: 47% (8609/18315)
Updating files: 48% (8792/18315)
Updating files: 49% (8975/18315)
Updating files: 50% (9158/18315)
Updating files: 51% (9341/18315)
Updating files: 52% (9524/18315)
Updating files: 53% (9707/18315)
Updating files: 54% (9891/18315)
Updating files: 55% (10074/18315)
Updating files: 56% (10257/18315)
Updating files: 57% (10440/18315)
Updating files: 58% (10623/18315)
Updating files: 59% (10806/18315)
Updating files: 60% (10989/18315)
Updating files: 60% (11141/18315)
Updating files: 61% (11173/18315)
Updating files: 62% (11356/18315)
Updating files: 63% (11539/18315)
Updating files: 64% (11722/18315)
Updating files: 65% (11905/18315)
Updating files: 66% (12088/18315)
Updating files: 67% (12272/18315)
Updating files: 68% (12455/18315)
Updating files: 69% (12638/18315)
Updating files: 70% (12821/18315)
Updating files: 71% (13004/18315)
Updating files: 72% (13187/18315)
Updating files: 73% (13370/18315)
Updating files: 74% (13554/18315)
Updating files: 75% (13737/18315)
Updating files: 76% (13920/18315)
Updating files: 77% (14103/18315)
Updating files: 78% (14286/18315)
Updating files: 79% (14469/18315)
Updating files: 80% (14652/18315)
Updating files: 81% (14836/18315)
Updating files: 82% (15019/18315)
Updating files: 83% (15202/18315)
Updating files: 84% (15385/18315)
Updating files: 85% (15568/18315)
Updating files: 86% (15751/18315)
Updating files: 87% (15935/18315)
Updating files: 88% (16118/18315)
Updating files: 89% (16301/18315)
Updating files: 89% (16351/18315)
Updating files: 90% (16484/18315)
Updating files: 91% (16667/18315)
Updating files: 92% (16850/18315)
Updating files: 93% (17033/18315)
Updating files: 94% (17217/18315)
Updating files: 95% (17400/18315)
Updating files: 96% (17583/18315)
Updating files: 97% (17766/18315)
Updating files: 98% (17949/18315)
Updating files: 99% (18132/18315)
Updating files: 100% (18315/18315)
Updating files: 100% (18315/18315), done.
HEAD is now at 3f21ebe342 Merge pull request #28544 from vouillon/opam-publish-re.1.14.0
Updating 3f21ebe342..4b271a226d
Fast-forward
packages/dokeysto/dokeysto.4.0.2/opam | 27 +++++++++++++++++++++
.../dokeysto_camltc/dokeysto_camltc.4.0.2/opam | 26 ++++++++++++++++++++
packages/dokeysto_lz4/dokeysto_lz4.4.0.2/opam | 28 ++++++++++++++++++++++
3 files changed, 81 insertions(+)
create mode 100644 packages/dokeysto/dokeysto.4.0.2/opam
create mode 100644 packages/dokeysto_camltc/dokeysto_camltc.4.0.2/opam
create mode 100644 packages/dokeysto_lz4/dokeysto_lz4.4.0.2/opam
(from macos-homebrew-ocaml-4.14)
2025-09-22 13:25.50 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2025-09-22 13:25.50 ---> 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
2025-09-22 13:25.50 ---> 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.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 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
2025-09-22 13:25.51 ---> 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/"))
2025-09-22 13:25.51 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2025-09-22 13:25.53 ---> using "f6ad428205020decdbb88ce9602e66ab3021536cd1c9b29d5ec5132c114826ee" from cache
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-09-22 13:25.53 ---> using "bf693fda2b474f77ea2812ea3ea33e688d9a514e66729bd5b38e3d4b161039ff" from cache
/: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/local/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-09-22 13:25.54 ---> using "8bf6bde79631bceabf224fd4a33d01a0824d4a049db6fd817ea0acb243e4021b" from cache
/: (run (shell "opam pin add -k version -yn dokeysto.4.0.2 4.0.2"))
dokeysto is now pinned to version 4.0.2
2025-09-22 13:25.54 ---> using "02e3ce93e9d28ee07998928c6a5c61f6628fdd361c0167eae2339c3dbd376a60" from cache
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall dokeysto.4.0.2;\
\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\" != 'dokeysto.4.0.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
dokeysto.4.0.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 12 packages
- install base-bytes base [required by dokeysto]
- install csexp 1.5.2 [required by dune-configurator]
- install dokeysto 4.0.2 (pinned)
- install dune 3.20.2 [required by dokeysto]
- install dune-configurator 3.20.2 [required by extunix]
- install extunix 0.4.4 [required by dokeysto]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocamlfind 1.9.8 [required by base-bytes]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.36.0 [required by extunix]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2 (cached)
-> retrieved dokeysto.4.0.2 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved extunix.0.4.4 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.36.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.20.2
-> installed stdlib-shims.0.3.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed sexplib0.v0.17.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed dune-configurator.3.20.2
-> installed ppxlib.0.36.0
-> installed extunix.0.4.4
-> installed dokeysto.4.0.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-09-22 13:25.55 ---> using "d60757ef0e675471a596a9e7ed41982d5013c5f0769cde866d2c894f470a201e" from cache
/: (run (network host)
(shell "(opam reinstall --with-test dokeysto.4.0.2) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile dokeysto 4.0.2 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dokeysto.4.0.2 (https://github.com/UnixJunkie/dokeysto/archive/v4.0.2.tar.gz)
-> removed dokeysto.4.0.2
-> installed dokeysto.4.0.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-09-22 13:26.35 ---> saved as "b29dd328b93686d809a55c7f35b9024427e0868c4d26b080d4125b925500a8a8"
/: (run (shell "opam reinstall --with-test --verbose dokeysto.4.0.2;\
\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\" != 'dokeysto.4.0.2' && 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 dokeysto 4.0.2 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/4: [dokeysto.4.0.2: extract]
-> retrieved dokeysto.4.0.2 (cached)
Processing 2/4: [dokeysto: dune build]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "dokeysto" "-j" "11" (CWD=/Users/mac1000/.opam/4.14.2/.opam-switch/build/dokeysto.4.0.2)
Processing 2/4: [dokeysto: dune exec]
+ /Users/mac1000/.opam/opam-init/hooks/sandbox.sh "build" "dune" "exec" "-p" "dokeysto" "-j" "11" "src/test.exe" (CWD=/Users/mac1000/.opam/4.14.2/.opam-switch/build/dokeysto.4.0.2)
- RW records creation rate: 124450.13/s
- RW records find rate: 268575.20/s
- -rw------- 1 mac1000 admin 5.6M Sep 22 14:26 rwdb
- -rw------- 1 mac1000 admin 15M Sep 22 14:26 rwdb.idx
- RW_gen records creation rate: 124969.05/s
- RW_gen records find rate: 264513.46/s
- -rw------- 1 mac1000 admin 24M Sep 22 14:27 rwdb_gen
- -rw------- 1 mac1000 admin 33M Sep 22 14:27 rwdb_gen.idx
- RO records find rate: 262698.38/s
- RO_gen records find rate: 256392.18/s
-> compiled dokeysto.4.0.2
-> removed dokeysto.4.0.2
-> installed dokeysto.4.0.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-09-22 13:27.17 ---> saved as "f1697727edfe27c8065a0ce44b9104196d558621c7a7c1aa583a609e6f7c7d05"
Job succeeded
2025-09-22 13:27.30: Job succeeded