Build:
- 0
2026-03-11 09:12.19: New job: test rdf_mysql.1.2.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29537/head (150fd0172e6e8784bf77cbba212270cff708cb7d)
on fedora-43-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/29537/head" && git reset --hard 150fd017
git fetch origin master
git merge --no-edit 3c0d72031e829cf7ddad3a74f39a8b01fe2bf302
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:7694f0ecb7cbb4c2754283ed5c139f1ad48b76e2c76c43895463dd8500e86c48
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/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 --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn rdf_mysql.1.2.0 1.2.0
RUN opam reinstall rdf_mysql.1.2.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 "\"fedora-43\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'rdf_mysql.1.2.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 rdf_mysql.1.2.0) || true
RUN opam reinstall --with-test --verbose rdf_mysql.1.2.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 "\"fedora-43\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'rdf_mysql.1.2.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 .
2026-03-11 09:12.19: Using cache hint "ocaml/opam:fedora-43-ocaml-5.4@sha256:7694f0ecb7cbb4c2754283ed5c139f1ad48b76e2c76c43895463dd8500e86c48-rdf_mysql.1.2.0-150fd0172e6e8784bf77cbba212270cff708cb7d"
2026-03-11 09:12.19: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:7694f0ecb7cbb4c2754283ed5c139f1ad48b76e2c76c43895463dd8500e86c48)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -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 --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn rdf_mysql.1.2.0 1.2.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall rdf_mysql.1.2.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 \"\\\"fedora-43\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'rdf_mysql.1.2.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 rdf_mysql.1.2.0) || true"))
(run (shell "opam reinstall --with-test --verbose rdf_mysql.1.2.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 \"\\\"fedora-43\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'rdf_mysql.1.2.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-11 09:12.19: Waiting for resource in pool OCluster
2026-03-11 12:13.40: Waiting for worker…
2026-03-11 12:15.36: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 3c0d72031e Merge pull request #29534 from filipeom/opam-publish-smtml.0.23.0
Updating 3c0d72031e..150fd0172e
Fast-forward
Auto packing the repository in the background for optimum performance.
See "git help gc" for manual housekeeping.
warning: The last gc run reported the following. Please correct the root cause
and remove .git/gc.log
Automatic cleanup will not be performed until the file is removed.
warning: There are too many unreachable loose objects; run 'git prune' to remove them.
packages/rdf/rdf.1.2.0/opam | 51 +++++++++++++++++++++++
packages/rdf_impls/rdf_impls.1.2.0/opam | 39 +++++++++++++++++
packages/rdf_json_ld/rdf_json_ld.1.2.0/opam | 40 ++++++++++++++++++
packages/rdf_lwt/rdf_lwt.1.2.0/opam | 39 +++++++++++++++++
packages/rdf_mysql/rdf_mysql.1.2.0/opam | 37 ++++++++++++++++
packages/rdf_postgresql/rdf_postgresql.1.2.0/opam | 37 ++++++++++++++++
packages/rdf_ppx/rdf_ppx.1.2.0/opam | 37 ++++++++++++++++
packages/rdf_rdfa/rdf_rdfa.1.2.0/opam | 36 ++++++++++++++++
8 files changed, 316 insertions(+)
create mode 100644 packages/rdf/rdf.1.2.0/opam
create mode 100644 packages/rdf_impls/rdf_impls.1.2.0/opam
create mode 100644 packages/rdf_json_ld/rdf_json_ld.1.2.0/opam
create mode 100644 packages/rdf_lwt/rdf_lwt.1.2.0/opam
create mode 100644 packages/rdf_mysql/rdf_mysql.1.2.0/opam
create mode 100644 packages/rdf_postgresql/rdf_postgresql.1.2.0/opam
create mode 100644 packages/rdf_ppx/rdf_ppx.1.2.0/opam
create mode 100644 packages/rdf_rdfa/rdf_rdfa.1.2.0/opam
(from ocaml/opam:fedora-43-ocaml-5.4@sha256:7694f0ecb7cbb4c2754283ed5c139f1ad48b76e2c76c43895463dd8500e86c48)
Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:7694f0ecb7cbb4c2754283ed5c139f1ad48b76e2c76c43895463dd8500e86c48' locally
docker.io/ocaml/opam@sha256:7694f0ecb7cbb4c2754283ed5c139f1ad48b76e2c76c43895463dd8500e86c48: Pulling from ocaml/opam
20a1dc304c2c: Already exists
Digest: sha256:7694f0ecb7cbb4c2754283ed5c139f1ad48b76e2c76c43895463dd8500e86c48
Status: Downloaded newer image for ocaml/opam@sha256:7694f0ecb7cbb4c2754283ed5c139f1ad48b76e2c76c43895463dd8500e86c48
2026-03-11 12:16.11 ---> saved as "943bdac60bd9134b05a1a927c2bbd8ef5964f439492f80fb7226a25799aaab71"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-11 12:16.12 ---> saved as "3586927bb912c2eaed6a9c94fb9c21d91b481d072eac4889cbd21aa046c1bc0c"
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from 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 /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-11 12:16.39 ---> saved as "964fef16a7890455d2cf4f025cdbd17578110e13a8e6f070078bf364dd017193"
/home/opam: (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=x86_64 os=linux os-distribution=fedora os-version=43
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {= "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 /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2026-03-11 12:16.41 ---> saved as "ee8927fe1546028ac8af8aa4e147a1b565fb14394272ea083e1e406d299c0ea1"
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2026-03-11 12:16.53 ---> saved as "76947db3086595f8499301e2404bdd44b0c40dd4799a98eccd7c87f001f768e1"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-11 12:17.03 ---> saved as "8168776e17e43832c953ae98ad47bcefe9717b5071ca0e0792dfda13e89cda89"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-11 12:17.27 ---> saved as "ac244f12667078f2d0350b62d74c4510f88062717f06f52e132eb80b1c12a8a9"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 43 - x86_64 - Updates 100% | 25.4 KiB/s | 8.4 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2026-03-11 12:17.33 ---> saved as "0d169d28df182624e74923d3521d443a6d16191867bc42ae6ec4fb44d3e3f3f2"
/home/opam: (run (shell "opam pin add -k version -yn rdf_mysql.1.2.0 1.2.0"))
rdf_mysql is now pinned to version 1.2.0
2026-03-11 12:17.35 ---> saved as "d20ea81f89e4aa5777208ceb2274df6c5bcec69ceb3175e51fa1e9540864d160"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall rdf_mysql.1.2.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 \"\\\"fedora-43\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'rdf_mysql.1.2.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
rdf_mysql.1.2.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 53 packages
- install angstrom 0.16.1 [required by uri]
- install astring 0.8.5 [required by fpath]
- install bigstringaf 0.10.0 [required by angstrom]
- install conf-libpcre 2 [required by pcre]
- install conf-mariadb 2 [required by mysql]
- install conf-pkg-config 4 [required by conf-mariadb]
- install csexp 1.5.2 [required by dune-configurator]
- install cstruct 6.2.0 [required by hex]
- install dune 3.21.1 [required by rdf_mysql]
- install dune-build-info 3.21.1 [required by rdf]
- install dune-compiledb 0.6.0 [required by pcre]
- install dune-configurator 3.21.1 [required by pcre]
- install ezjsonm 1.3.0 [required by dune-compiledb]
- install fmt 0.11.0 [required by rdf]
- install fpath 0.7.3 [required by dune-compiledb]
- install gen 1.1 [required by sedlex]
- install hex 1.5.0 [required by ezjsonm]
- install iri 1.2.0 [required by rdf]
- install jsonm 1.0.2 [required by rdf]
- install logs 0.10.0 [required by rdf]
- install menhir 20260209 [required by rdf]
- install menhirCST 20260209 [required by menhir]
- install menhirGLR 20260209 [required by menhir]
- install menhirLib 20260209 [required by menhir]
- install menhirSdk 20260209 [required by menhir]
- install mysql 1.2.4 [required by rdf_mysql]
- install num 1.6 [required by sexplib]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocamlbuild 0.16.1 [required by uuidm, ptime, jsonm, etc.]
- install ocamlfind 1.9.8 [required by mysql]
- install parsexp v0.17.0 [required by sexplib]
- install pcre 8.0.5 [required by rdf]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.37.0 [required by sedlex]
- install ptime 1.2.0 [required by rdf]
- install rdf 1.2.0 [required by rdf_mysql]
- install rdf_mysql 1.2.0 (pinned)
- install re 1.14.0 [required by rdf]
- install sedlex 3.7 [required by rdf]
- install seq base [required by gen]
- install sexplib v0.17.0 [required by dune-compiledb]
- install sexplib0 v0.17.0 [required by dune-compiledb]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install stringext 1.6.0 [required by uri]
- install topkg 1.1.1 [required by uuidm, ptime, jsonm, etc.]
- install uri 4.4.0 [required by rdf]
- install uucp 17.0.0 [required by rdf]
- install uuidm 0.9.10 [required by rdf]
- install uunf 17.0.0 [required by iri, uucp]
- install uutf 1.0.4 [required by rdf]
- install xmlm 1.4.0 [required by rdf]
- install yojson 3.0.0 [required by rdf]
The following system packages will first need to be installed:
mariadb-connector-c-devel pcre-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
2. Display the recommended yum command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/sbin/sudo "yum" "install" "-y" "mariadb-connector-c-devel" "pcre-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Upgrading:
- zlib-ng-compat x86_64 2.3.3-1.fc43 updates 161.7 KiB
- replacing zlib-ng-compat x86_64 2.3.2-2.fc43 a899a9b296804e8ab27411270a04f5e9 161.7 KiB
- Installing:
- mariadb-connector-c-devel x86_64 3.4.8-1.fc43 updates 191.9 KiB
- pcre-devel x86_64 8.45-1.fc43.9 fedora 1.7 MiB
- Installing dependencies:
- cmake-filesystem x86_64 3.31.10-3.fc43 updates 0.0 B
- mariadb-connector-c x86_64 3.4.8-1.fc43 updates 516.2 KiB
- mariadb-connector-c-config noarch 3.4.8-1.fc43 updates 497.0 B
- openssl-devel x86_64 1:3.5.4-2.fc43 updates 4.6 MiB
- pcre x86_64 8.45-1.fc43.9 fedora 537.6 KiB
- pcre-cpp x86_64 8.45-1.fc43.9 fedora 48.1 KiB
- pcre-utf16 x86_64 8.45-1.fc43.9 fedora 494.2 KiB
- pcre-utf32 x86_64 8.45-1.fc43.9 fedora 462.2 KiB
- zlib-ng-compat-devel x86_64 2.3.3-1.fc43 updates 107.0 KiB
- Installing weak dependencies:
- mariadb-connector-c-doc noarch 3.4.8-1.fc43 updates 72.9 KiB
-
- Transaction Summary:
- Installing: 12 packages
- Upgrading: 1 package
- Replacing: 1 package
-
- Total size of inbound packages is 5 MiB. Need to download 5 MiB.
- After this operation, 9 MiB extra will be used (install 9 MiB, remove 162 KiB).
- [ 1/13] pcre-devel-0:8.45-1.fc43.9.x86_ 100% | 7.2 MiB/s | 489.5 KiB | 00m00s
- [ 2/13] pcre-0:8.45-1.fc43.9.x86_64 100% | 3.0 MiB/s | 204.6 KiB | 00m00s
- [ 3/13] pcre-cpp-0:8.45-1.fc43.9.x86_64 100% | 6.5 MiB/s | 26.5 KiB | 00m00s
- [ 4/13] pcre-utf32-0:8.45-1.fc43.9.x86_ 100% | 9.1 MiB/s | 177.7 KiB | 00m00s
- [ 5/13] pcre-utf16-0:8.45-1.fc43.9.x86_ 100% | 3.7 MiB/s | 190.6 KiB | 00m00s
- [ 6/13] mariadb-connector-c-devel-0:3.4 100% | 428.8 KiB/s | 57.0 KiB | 00m00s
- [ 7/13] zlib-ng-compat-devel-0:2.3.3-1. 100% | 1.8 MiB/s | 37.8 KiB | 00m00s
- [ 8/13] mariadb-connector-c-config-0:3. 100% | 452.2 KiB/s | 9.0 KiB | 00m00s
- [ 9/13] cmake-filesystem-0:3.31.10-3.fc 100% | 660.4 KiB/s | 13.9 KiB | 00m00s
- [10/13] mariadb-connector-c-0:3.4.8-1.f 100% | 1.2 MiB/s | 207.6 KiB | 00m00s
- [11/13] mariadb-connector-c-doc-0:3.4.8 100% | 2.0 MiB/s | 117.8 KiB | 00m00s
- [12/13] zlib-ng-compat-0:2.3.3-1.fc43.x 100% | 3.6 MiB/s | 88.6 KiB | 00m00s
- [13/13] openssl-devel-1:3.5.4-2.fc43.x8 100% | 10.6 MiB/s | 3.0 MiB | 00m00s
- --------------------------------------------------------------------------------
- [13/13] Total 100% | 6.8 MiB/s | 4.6 MiB | 00m01s
- Running transaction
- [ 1/16] Verify package files 100% | 228.0 B/s | 13.0 B | 00m00s
- [ 2/16] Prepare transaction 100% | 97.0 B/s | 14.0 B | 00m00s
- [ 3/16] Upgrading zlib-ng-compat-0:2.3. 100% | 52.9 MiB/s | 162.6 KiB | 00m00s
- [ 4/16] Installing pcre-0:8.45-1.fc43.9 100% | 105.4 MiB/s | 539.8 KiB | 00m00s
- [ 5/16] Installing pcre-cpp-0:8.45-1.fc 100% | 23.9 MiB/s | 48.9 KiB | 00m00s
- [ 6/16] Installing cmake-filesystem-0:3 100% | 1.9 MiB/s | 7.6 KiB | 00m00s
- [ 7/16] Installing zlib-ng-compat-devel 100% | 53.0 MiB/s | 108.6 KiB | 00m00s
- [ 8/16] Installing mariadb-connector-c- 100% | 988.3 KiB/s | 1.0 KiB | 00m00s
- [ 9/16] Installing mariadb-connector-c- 100% | 22.2 MiB/s | 521.9 KiB | 00m00s
- [10/16] Installing openssl-devel-1:3.5. 100% | 63.6 MiB/s | 5.6 MiB | 00m00s
- [11/16] Installing pcre-utf32-0:8.45-1. 100% | 75.5 MiB/s | 463.9 KiB | 00m00s
- [12/16] Installing pcre-utf16-0:8.45-1. 100% | 69.2 MiB/s | 495.9 KiB | 00m00s
- [13/16] Installing pcre-devel-0:8.45-1. 100% | 48.1 MiB/s | 1.7 MiB | 00m00s
- [14/16] Installing mariadb-connector-c- 100% | 6.2 MiB/s | 196.1 KiB | 00m00s
- [15/16] Installing mariadb-connector-c- 100% | 44.8 MiB/s | 91.7 KiB | 00m00s
- [16/16] Removing zlib-ng-compat-0:2.3.2 100% | 65.0 B/s | 5.0 B | 00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "mariadb-connector-c-devel" "pcre-devel"
- mariadb-connector-c-devel-3.4.8-1.fc43.x86_64
- pcre-devel-8.45-1.fc43.9.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved cstruct.6.2.0 (cached)
-> installed conf-pkg-config.4
-> installed conf-libpcre.2
-> installed conf-mariadb.2
-> retrieved dune.3.21.1, dune-build-info.3.21.1, dune-configurator.3.21.1 (cached)
-> retrieved dune-compiledb.0.6.0 (cached)
-> retrieved ezjsonm.1.3.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved gen.1.1 (cached)
-> retrieved hex.1.5.0 (cached)
-> retrieved iri.1.2.0 (cached)
-> retrieved jsonm.1.0.2 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)
-> retrieved mysql.1.2.4 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved parsexp.v0.17.0 (cached)
-> retrieved pcre.8.0.5 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved rdf.1.2.0, rdf_mysql.1.2.0 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved sedlex.3.7 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib.v0.17.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uri.4.4.0 (cached)
-> installed num.1.6
-> retrieved uucp.17.0.0 (cached)
-> retrieved uuidm.0.9.10 (cached)
-> retrieved uunf.17.0.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved xmlm.1.4.0 (cached)
-> retrieved yojson.3.0.0 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed mysql.1.2.4
-> installed topkg.1.1.1
-> installed uuidm.0.9.10
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed xmlm.1.4.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed logs.0.10.0
-> installed fpath.0.7.3
-> installed uunf.17.0.0
-> installed dune.3.21.1
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed gen.1.1
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed yojson.3.0.0
-> installed hex.1.5.0
-> installed ezjsonm.1.3.0
-> installed dune-build-info.3.21.1
-> installed parsexp.v0.17.0
-> installed dune-configurator.3.21.1
-> installed bigstringaf.0.10.0
-> installed sexplib.v0.17.0
-> installed angstrom.0.16.1
-> installed dune-compiledb.0.6.0
-> installed pcre.8.0.5
-> installed uri.4.4.0
-> installed menhir.20260209
-> installed uucp.17.0.0
-> installed ppxlib.0.37.0
-> installed sedlex.3.7
-> installed iri.1.2.0
-> installed rdf.1.2.0
-> installed rdf_mysql.1.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-11 12:19.10 ---> saved as "060bd6317d23f4224f26cb03c4e3b2e2b930e6a43007f560c5658ae999e19983"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test rdf_mysql.1.2.0) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile rdf_mysql 1.2.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed rdf_mysql.1.2.0
-> installed rdf_mysql.1.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-11 12:19.16 ---> saved as "93b19af0b1b63831bc4c745240add06b5a2c9b07e82d48bcdf3985162e8f43be"
/home/opam: (run (shell "opam reinstall --with-test --verbose rdf_mysql.1.2.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 \"\\\"fedora-43\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'rdf_mysql.1.2.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 rdf_mysql 1.2.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [rdf_mysql: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "rdf_mysql" "-j" "71" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.opam-switch/build/rdf_mysql.1.2.0)
-> compiled rdf_mysql.1.2.0
-> removed rdf_mysql.1.2.0
-> installed rdf_mysql.1.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-11 12:19.22 ---> saved as "16d6c42242f80f6a0da33d53122f87c6de74fb1730cf9aef8d18d1a5f11b73e4"
Job succeeded
2026-03-11 12:19.27: Job succeeded