- github
- ocaml
- opam-repository
- 35be0d
- distributions,fedora-41-ocaml-4.14,mariadb.1.3.0,tests
(not at the head of any monitored branch or PR)
2025-05-08 10:55.48: New job: test mariadb.1.3.0, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/27862/head (35be0d7bf19936e002865b4e7d605d861ae74477)
on fedora-41-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/27862/head" && git reset --hard 35be0d7b
git fetch origin master
git merge --no-edit b8a7f49af3f606bf8a22869a1b52b250dd90092e
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-41-ocaml-4.14@sha256:5f7e85e8433bbeaa7d6d5950f953411f3bda6c29c0ad25421de1d7e7b3e1c5b5
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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 mariadb.1.3.0 1.3.0
RUN opam reinstall mariadb.1.3.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-41\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'mariadb.1.3.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 mariadb.1.3.0) || true
RUN opam reinstall --with-test --verbose mariadb.1.3.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-41\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'mariadb.1.3.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-05-08 10:55.48: Using cache hint "ocaml/opam:fedora-41-ocaml-4.14@sha256:5f7e85e8433bbeaa7d6d5950f953411f3bda6c29c0ad25421de1d7e7b3e1c5b5-mariadb.1.3.0-35be0d7bf19936e002865b4e7d605d861ae74477"
2025-05-08 10:55.48: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-4.14@sha256:5f7e85e8433bbeaa7d6d5950f953411f3bda6c29c0ad25421de1d7e7b3e1c5b5)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 mariadb.1.3.0 1.3.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall mariadb.1.3.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-41\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'mariadb.1.3.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 mariadb.1.3.0) || true"))
(run (shell "opam reinstall --with-test --verbose mariadb.1.3.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-41\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'mariadb.1.3.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-05-08 10:55.48: Waiting for resource in pool OCluster
2025-05-08 10:55.48: Waiting for worker…
2025-05-08 10:55.49: Got resource from pool OCluster
Building on x86-bm-c2.sw.ocaml.org
All commits already cached
HEAD is now at b8a7f49af3 Merge pull request #27858 from lukstafi/opam-publish-metal.0.1.0
Updating b8a7f49af3..35be0d7bf1
Fast-forward
packages/mariadb/mariadb.1.3.0/opam | 39 +++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
create mode 100644 packages/mariadb/mariadb.1.3.0/opam
(from ocaml/opam:fedora-41-ocaml-4.14@sha256:5f7e85e8433bbeaa7d6d5950f953411f3bda6c29c0ad25421de1d7e7b3e1c5b5)
2025-05-08 10:56.49 ---> saved as "f2220bfff49e12c90a8675a40659ad73b0d25bd7e8915f672671703631cced57"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-08 10:56.49 ---> saved as "258c583c29277e63d69b1cd0a999d5aa0c835df3063e50f4ccfd82accb4e79a4"
/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 development 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
[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-05-08 10:57.30 ---> saved as "e9f37f0f2a90c8227a80ca19737c52d1974b10f6c187a0cc3b8b2a4325401409"
/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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=fedora os-version=41
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 39
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "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 /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2025-05-08 10:57.30 ---> saved as "25b019b3aaa767a05388426ea24aa3abc46982b7fb00ba4de9b7f7c299a9186d"
/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/"))
2025-05-08 10:57.36 ---> saved as "c1b4c064c315e68f6b8fd288be8d5ed10181fcc00caf4cdcf36e0850458bc993"
/home/opam: (copy (src .) (dst opam-repository/))
2025-05-08 10:57.44 ---> saved as "ba8cb3d4d4b3b1daf41bff4bb598b8750e70f7b3b16a562c39beb65aa2385872"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-05-08 10:58.10 ---> saved as "dae38745c755c6dac87580a1f4e911b7b3ccaa6647055a78fe16c7f18082a10e"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 41 - x86_64 - Updates 100% | 259.9 KiB/s | 23.7 KiB | 00m00s
- Fedora 41 - x86_64 - Updates 100% | 4.7 MiB/s | 4.0 MiB | 00m01s
- Repositories loaded.
- Metadata cache created.
2025-05-08 10:58.15 ---> saved as "8f3ffb49dc301254235d1c0945c36fe642411609c1dbeab5819d8a17c1fa411a"
/home/opam: (run (shell "opam pin add -k version -yn mariadb.1.3.0 1.3.0"))
mariadb is now pinned to version 1.3.0
2025-05-08 10:58.16 ---> saved as "5fa028fcb54027def7de6e83e705d6787c60382178ce74c50505d47ffd71eb40"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall mariadb.1.3.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-41\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'mariadb.1.3.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
mariadb.1.3.0 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 11 packages
- install bigarray-compat 1.1.0 [required by ctypes]
- install conf-gcc 1.0 [required by mariadb]
- install conf-mariadb 2 [required by mariadb]
- install conf-pkg-config 4 [required by mariadb]
- install csexp 1.5.2 [required by dune-configurator]
- install ctypes 0.23.0 [required by mariadb]
- install dune 3.18.2 [required by mariadb]
- install dune-configurator 3.18.2 [required by mariadb]
- install integers 0.7.0 [required by ctypes]
- install mariadb 1.3.0 (pinned)
- install stdlib-shims 0.3.0 [required by integers]
The following system packages will first need to be installed:
mariadb-connector-c-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/bin/sudo "yum" "install" "-y" "mariadb-connector-c-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Installing:
- mariadb-connector-c-devel x86_64 3.3.10-1.fc41 fedora 197.7 KiB
- Installing dependencies:
- cmake-filesystem x86_64 3.30.8-1.fc41 updates 0.0 B
- mariadb-connector-c x86_64 3.3.10-1.fc41 fedora 529.2 KiB
- mariadb-connector-c-config noarch 3.3.10-1.fc41 fedora 497.0 B
- openssl-devel x86_64 1:3.2.4-1.fc41 updates 4.3 MiB
- zlib-ng-compat-devel x86_64 2.2.3-2.fc41 updates 107.0 KiB
- Installing weak dependencies:
- mariadb-connector-c-doc noarch 3.3.10-1.fc41 fedora 72.6 KiB
-
- Transaction Summary:
- Installing: 7 packages
-
- Total size of inbound packages is 3 MiB. Need to download 3 MiB.
- After this operation, 5 MiB extra will be used (install 5 MiB, remove 0 B).
- [1/7] mariadb-connector-c-config-0:3.3. 100% | 92.6 KiB/s | 8.7 KiB | 00m00s
- [2/7] mariadb-connector-c-devel-0:3.3.1 100% | 409.6 KiB/s | 56.5 KiB | 00m00s
- [3/7] mariadb-connector-c-0:3.3.10-1.fc 100% | 1.3 MiB/s | 203.5 KiB | 00m00s
- [4/7] zlib-ng-compat-devel-0:2.2.3-2.fc 100% | 456.0 KiB/s | 38.3 KiB | 00m00s
- [5/7] cmake-filesystem-0:3.30.8-1.fc41. 100% | 230.3 KiB/s | 16.8 KiB | 00m00s
- [6/7] mariadb-connector-c-doc-0:3.3.10- 100% | 2.3 MiB/s | 117.0 KiB | 00m00s
- [7/7] openssl-devel-1:3.2.4-1.fc41.x86_ 100% | 6.0 MiB/s | 2.8 MiB | 00m00s
- --------------------------------------------------------------------------------
- [7/7] Total 100% | 4.3 MiB/s | 3.2 MiB | 00m01s
- Running transaction
- [1/9] Verify package files 100% | 212.0 B/s | 7.0 B | 00m00s
- [2/9] Prepare transaction 100% | 47.0 B/s | 7.0 B | 00m00s
- [3/9] Installing cmake-filesystem-0:3.3 100% | 1.8 MiB/s | 7.3 KiB | 00m00s
- [4/9] Installing zlib-ng-compat-devel-0 100% | 8.2 MiB/s | 108.5 KiB | 00m00s
- [5/9] Installing openssl-devel-1:3.2.4- 100% | 89.4 MiB/s | 5.2 MiB | 00m00s
- [6/9] Installing mariadb-connector-c-co 100% | 988.3 KiB/s | 1.0 KiB | 00m00s
- [7/9] Installing mariadb-connector-c-0: 100% | 74.6 MiB/s | 534.4 KiB | 00m00s
- [8/9] Installing mariadb-connector-c-de 100% | 49.3 MiB/s | 201.9 KiB | 00m00s
- [9/9] Installing mariadb-connector-c-do 100% | 1.3 MiB/s | 91.4 KiB | 00m00s
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "mariadb-connector-c-devel"
- mariadb-connector-c-devel-3.3.10-1.fc41.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved ctypes.0.23.0 (cached)
-> installed conf-gcc.1.0
-> installed conf-pkg-config.4
-> installed conf-mariadb.2
-> retrieved dune.3.18.2, dune-configurator.3.18.2 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved mariadb.1.3.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed dune.3.18.2
-> installed csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed dune-configurator.3.18.2
-> installed ctypes.0.23.0
-> installed mariadb.1.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-08 10:59.06 ---> saved as "82a1c89bd5bdf4ede7fd160f632ad365e4436fc013801b25c17d9928899a6da6"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test mariadb.1.3.0) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile mariadb 1.3.0 (pinned)
=== install 78 packages
- install async v0.16.0 [required by mariadb]
- install async_kernel v0.16.0 [required by async]
- install async_rpc_kernel v0.16.0 [required by async]
- install async_unix v0.16.0 [required by async]
- install base v0.16.4 [required by core, core_kernel]
- install base-bytes base [required by ocplib-endian]
- install base_bigstring v0.16.0 [required by core]
- install base_quickcheck v0.16.0 [required by core]
- install bin_prot v0.16.0 [required by core]
- install core v0.16.2 [required by async]
- install core_kernel v0.16.0 [required by async]
- install core_unix v0.16.0 [required by async]
- install cppo 1.8.0 [required by lwt]
- install expect_test_helpers_core v0.16.0 [required by core_unix]
- install fieldslib v0.16.0 [required by core]
- install int_repr v0.16.0 [required by core_kernel]
- install jane-street-headers v0.16.0 [required by core, core_unix]
- install jst-config v0.16.0 [required by core, core_unix]
- install lwt 5.9.1 [required by mariadb]
- install num 1.5-1 [required by sexplib]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocaml_intrinsics v0.16.2 [required by core_unix]
- install ocamlbuild 0.16.1 [required by uutf]
- install ocamlfind 1.9.8 [required by base-bytes]
- install ocplib-endian 1.2 [required by lwt]
- install parsexp v0.16.0 [required by sexplib]
- install ppx_assert v0.16.0 [required by core]
- install ppx_base v0.16.0 [required by core]
- install ppx_bench v0.16.0 [required by ppx_jane]
- install ppx_bin_prot v0.16.0 [required by ppx_jane]
- install ppx_cold v0.16.0 [required by ppx_base]
- install ppx_compare v0.16.0 [required by ppx_base, bin_prot]
- install ppx_custom_printf v0.16.0 [required by ppx_jane]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppx_disable_unused_warnings v0.16.0 [required by ppx_jane]
- install ppx_enumerate v0.16.0 [required by ppx_base]
- install ppx_expect v0.16.1 [required by ppx_jane]
- install ppx_fields_conv v0.16.0 [required by ppx_jane]
- install ppx_fixed_literal v0.16.0 [required by ppx_jane]
- install ppx_globalize v0.16.0 [required by ppx_base]
- install ppx_hash v0.16.0 [required by core]
- install ppx_here v0.16.0 [required by ppx_jane]
- install ppx_ignore_instrumentation v0.16.0 [required by ppx_jane]
- install ppx_inline_test v0.16.1 [required by core]
- install ppx_jane v0.16.0 [required by async]
- install ppx_let v0.16.0 [required by ppx_jane]
- install ppx_log v0.16.0 [required by async]
- install ppx_module_timer v0.16.0 [required by ppx_jane]
- install ppx_optcomp v0.16.0 [required by core_kernel, core, core_unix]
- install ppx_optional v0.16.0 [required by ppx_jane]
- install ppx_pipebang v0.16.0 [required by ppx_jane]
- install ppx_sexp_conv v0.16.0 [required by core]
- install ppx_sexp_message v0.16.0 [required by core]
- install ppx_sexp_value v0.16.0 [required by ppx_jane]
- install ppx_stable v0.16.0 [required by ppx_jane]
- install ppx_stable_witness v0.16.0 [required by ppx_jane]
- install ppx_string v0.16.0 [required by ppx_jane]
- install ppx_tydi v0.16.0 [required by ppx_jane]
- install ppx_typerep_conv v0.16.0 [required by ppx_jane]
- install ppx_variants_conv v0.16.0 [required by ppx_jane]
- install ppxlib 0.35.0 [required by ppx_jane]
- install protocol_version_header v0.16.0 [required by async_rpc_kernel]
- install re 1.12.0 [required by expect_test_helpers_core]
- install seq base [required by re]
- install sexp_pretty v0.16.0 [required by expect_test_helpers_core]
- install sexplib v0.16.0 [required by core, core_unix]
- install sexplib0 v0.16.0 [required by base]
- install spawn v0.17.0 [required by core_unix]
- install splittable_random v0.16.0 [required by core]
- install stdio v0.16.0 [required by core]
- install textutils v0.16.0 [required by async]
- install textutils_kernel v0.16.0 [required by textutils]
- install time_now v0.16.0 [required by core]
- install timezone v0.16.0 [required by core_unix]
- install topkg 1.0.8 [required by uutf]
- install typerep v0.16.0 [required by core]
- install uutf 1.0.4 [required by textutils]
- install variantslib v0.16.0 [required by core]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved async.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/async-v0.16.0.tar.gz)
-> retrieved async_kernel.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/async_kernel-v0.16.0.tar.gz)
-> retrieved async_rpc_kernel.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/async_rpc_kernel-v0.16.0.tar.gz)
-> retrieved async_unix.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/async_unix-v0.16.0.tar.gz)
-> retrieved base.v0.16.4 (https://github.com/janestreet/base/archive/refs/tags/v0.16.4.tar.gz)
-> retrieved base_bigstring.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/base_bigstring-v0.16.0.tar.gz)
-> retrieved base_quickcheck.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/base_quickcheck-v0.16.0.tar.gz)
-> retrieved bin_prot.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/bin_prot-v0.16.0.tar.gz)
-> retrieved core.v0.16.2 (https://github.com/janestreet/core/archive/refs/tags/v0.16.2.tar.gz)
-> retrieved core_kernel.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/core_kernel-v0.16.0.tar.gz)
-> retrieved core_unix.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/core_unix-v0.16.0.tar.gz)
-> retrieved cppo.1.8.0 (https://github.com/ocaml-community/cppo/archive/v1.8.0.tar.gz)
-> retrieved expect_test_helpers_core.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/expect_test_helpers_core-v0.16.0.tar.gz)
-> retrieved fieldslib.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/fieldslib-v0.16.0.tar.gz)
-> retrieved int_repr.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/int_repr-v0.16.0.tar.gz)
-> retrieved jane-street-headers.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/jane-street-headers-v0.16.0.tar.gz)
-> retrieved jst-config.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/jst-config-v0.16.0.tar.gz)
-> installed jane-street-headers.v0.16.0
-> retrieved lwt.5.9.1 (https://github.com/ocsigen/lwt/archive/refs/tags/5.9.1.tar.gz)
-> retrieved num.1.5-1 (https://github.com/ocaml/num/archive/v1.5.tar.gz)
-> retrieved ocaml-compiler-libs.v0.12.4 (https://github.com/janestreet/ocaml-compiler-libs/releases/download/v0.12.4/ocaml-compiler-libs-v0.12.4.tbz)
-> installed cppo.1.8.0
-> retrieved ocaml_intrinsics.v0.16.2 (https://github.com/janestreet/ocaml_intrinsics/archive/refs/tags/v0.16.2.tar.gz)
-> retrieved ocamlbuild.0.16.1 (https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.16.1.tar.gz)
-> retrieved ocamlfind.1.9.8 (https://github.com/ocaml/ocamlfind/archive/refs/tags/findlib-1.9.8.tar.gz)
-> retrieved ocplib-endian.1.2 (https://github.com/OCamlPro/ocplib-endian/archive/refs/tags/1.2.tar.gz)
-> retrieved parsexp.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/parsexp-v0.16.0.tar.gz)
-> retrieved ppx_assert.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_assert-v0.16.0.tar.gz)
-> retrieved ppx_base.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_base-v0.16.0.tar.gz)
-> retrieved ppx_bench.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_bench-v0.16.0.tar.gz)
-> retrieved ppx_bin_prot.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_bin_prot-v0.16.0.tar.gz)
-> installed ocaml-compiler-libs.v0.12.4
-> retrieved ppx_cold.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_cold-v0.16.0.tar.gz)
-> retrieved ppx_compare.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_compare-v0.16.0.tar.gz)
-> retrieved ppx_custom_printf.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_custom_printf-v0.16.0.tar.gz)
-> retrieved ppx_derivers.1.2.1 (https://github.com/ocaml-ppx/ppx_derivers/archive/1.2.1.tar.gz)
-> installed num.1.5-1
-> retrieved ppx_disable_unused_warnings.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_disable_unused_warnings-v0.16.0.tar.gz)
-> retrieved ppx_enumerate.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_enumerate-v0.16.0.tar.gz)
-> installed ppx_derivers.1.2.1
-> retrieved ppx_expect.v0.16.1 (https://github.com/janestreet/ppx_expect/archive/refs/tags/v0.16.1.tar.gz)
-> retrieved ppx_fields_conv.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_fields_conv-v0.16.0.tar.gz)
-> installed ocaml_intrinsics.v0.16.2
-> retrieved ppx_fixed_literal.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_fixed_literal-v0.16.0.tar.gz)
-> retrieved ppx_globalize.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_globalize-v0.16.0.tar.gz)
-> retrieved ppx_hash.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_hash-v0.16.0.tar.gz)
-> retrieved ppx_here.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_here-v0.16.0.tar.gz)
-> retrieved ppx_ignore_instrumentation.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_ignore_instrumentation-v0.16.0.tar.gz)
-> retrieved ppx_inline_test.v0.16.1 (https://github.com/janestreet/ppx_inline_test/archive/refs/tags/v0.16.1.tar.gz)
-> retrieved ppx_jane.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_jane-v0.16.0.tar.gz)
-> retrieved ppx_let.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_let-v0.16.0.tar.gz)
-> retrieved ppx_log.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_log-v0.16.0.tar.gz)
-> retrieved ppx_module_timer.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_module_timer-v0.16.0.tar.gz)
-> retrieved ppx_optcomp.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_optcomp-v0.16.0.tar.gz)
-> retrieved ppx_optional.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_optional-v0.16.0.tar.gz)
-> retrieved ppx_pipebang.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_pipebang-v0.16.0.tar.gz)
-> retrieved ppx_sexp_conv.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_sexp_conv-v0.16.0.tar.gz)
-> retrieved ppx_sexp_message.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_sexp_message-v0.16.0.tar.gz)
-> retrieved ppx_sexp_value.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_sexp_value-v0.16.0.tar.gz)
-> retrieved ppx_stable.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_stable-v0.16.0.tar.gz)
-> retrieved ppx_stable_witness.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_stable_witness-v0.16.0.tar.gz)
-> retrieved ppx_string.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_string-v0.16.0.tar.gz)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> retrieved ppx_tydi.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_tydi-v0.16.0.tar.gz)
-> retrieved ppx_typerep_conv.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_typerep_conv-v0.16.0.tar.gz)
-> retrieved ppx_variants_conv.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_variants_conv-v0.16.0.tar.gz)
-> installed ocamlbuild.0.16.1
-> installed ocplib-endian.1.2
-> retrieved ppxlib.0.35.0 (https://github.com/ocaml-ppx/ppxlib/releases/download/0.35.0/ppxlib-0.35.0.tbz)
-> retrieved protocol_version_header.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/protocol_version_header-v0.16.0.tar.gz)
-> retrieved re.1.12.0 (https://github.com/ocaml/ocaml-re/releases/download/1.12.0/re-1.12.0.tbz)
-> retrieved seq.base (2 extra sources)
-> retrieved seq.base (2 extra sources)
-> installed seq.base
-> retrieved sexp_pretty.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/sexp_pretty-v0.16.0.tar.gz)
-> retrieved sexplib.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/sexplib-v0.16.0.tar.gz)
-> retrieved sexplib0.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/sexplib0-v0.16.0.tar.gz)
-> retrieved spawn.v0.17.0 (https://github.com/janestreet/spawn/releases/download/v0.17.0/spawn-v0.17.0.tbz)
-> retrieved splittable_random.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/splittable_random-v0.16.0.tar.gz)
-> retrieved stdio.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/stdio-v0.16.0.tar.gz)
-> retrieved textutils.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/textutils-v0.16.0.tar.gz)
-> installed sexplib0.v0.16.0
-> installed re.1.12.0
-> removed mariadb.1.3.0
-> installed spawn.v0.17.0
-> retrieved textutils_kernel.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/textutils_kernel-v0.16.0.tar.gz)
-> retrieved time_now.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/time_now-v0.16.0.tar.gz)
-> retrieved timezone.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/timezone-v0.16.0.tar.gz)
-> retrieved topkg.1.0.8 (https://erratique.ch/software/topkg/releases/topkg-1.0.8.tbz)
-> retrieved typerep.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/typerep-v0.16.0.tar.gz)
-> retrieved uutf.1.0.4 (https://erratique.ch/software/uutf/releases/uutf-1.0.4.tbz)
-> retrieved variantslib.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/variantslib-v0.16.0.tar.gz)
-> installed parsexp.v0.16.0
-> installed lwt.5.9.1
-> installed sexplib.v0.16.0
-> installed base.v0.16.4
-> installed topkg.1.0.8
-> installed variantslib.v0.16.0
-> installed fieldslib.v0.16.0
-> installed stdio.v0.16.0
-> installed uutf.1.0.4
-> installed typerep.v0.16.0
-> installed ppxlib.0.35.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_tydi.v0.16.0
-> installed ppx_disable_unused_warnings.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_stable_witness.v0.16.0
-> installed ppx_typerep_conv.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_stable.v0.16.0
-> installed ppx_variants_conv.v0.16.0
-> installed ppx_fixed_literal.v0.16.0
-> installed ppx_pipebang.v0.16.0
-> installed ppx_fields_conv.v0.16.0
-> installed ppx_ignore_instrumentation.v0.16.0
-> installed ppx_optional.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_let.v0.16.0
-> installed ppx_hash.v0.16.0
-> installed ppx_sexp_value.v0.16.0
-> installed ppx_assert.v0.16.0
-> installed ppx_sexp_message.v0.16.0
-> installed ppx_custom_printf.v0.16.0
-> installed ppx_base.v0.16.0
-> installed jst-config.v0.16.0
-> installed ppx_log.v0.16.0
-> installed sexp_pretty.v0.16.0
-> installed ppx_string.v0.16.0
-> installed bin_prot.v0.16.0
-> installed time_now.v0.16.0
-> installed ppx_bin_prot.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed ppx_module_timer.v0.16.0
-> installed ppx_bench.v0.16.0
-> installed ppx_expect.v0.16.1
-> installed splittable_random.v0.16.0
-> installed base_quickcheck.v0.16.0
-> installed ppx_jane.v0.16.0
-> installed int_repr.v0.16.0
-> installed base_bigstring.v0.16.0
-> installed core.v0.16.2
-> installed protocol_version_header.v0.16.0
-> installed textutils_kernel.v0.16.0
-> installed expect_test_helpers_core.v0.16.0
-> installed timezone.v0.16.0
-> installed core_kernel.v0.16.0
-> installed async_kernel.v0.16.0
-> installed async_rpc_kernel.v0.16.0
-> installed core_unix.v0.16.0
-> installed textutils.v0.16.0
-> installed async_unix.v0.16.0
-> installed async.v0.16.0
-> installed mariadb.1.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-08 11:01.53 ---> saved as "3aa2d0b39d197e46eaf8b092e229f1734d4c00e584a6ca69bb35daed15b27568"
/home/opam: (run (shell "opam reinstall --with-test --verbose mariadb.1.3.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-41\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'mariadb.1.3.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 mariadb 1.3.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [mariadb: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "mariadb" "-j" "39" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/mariadb.1.3.0)
-> compiled mariadb.1.3.0
-> removed mariadb.1.3.0
-> installed mariadb.1.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-08 11:02.02 ---> saved as "64ff1104d6429cf3bd079fb15321cbeeab656d8efbfa907387d9f76e45bf8d8d"
Job succeeded
2025-05-08 11:02.06: Job succeeded