- github
- ocaml
- opam-repository
- 35be0d
- distributions,opensuse-tumbleweed-ocaml-5.3,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 opensuse-tumbleweed-ocaml-5.3/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/27862/head" && git reset --hard 35be0d7b
git fetch origin master
git merge --no-edit b8a7f49af3f606bf8a22869a1b52b250dd90092e
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-tumbleweed-ocaml-5.3@sha256:384cd3836255a2be75e5f7598b11bffe9b241eeee2429721bfdd4daea9f06cc0
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 "\"opensuse-tumbleweed\""; 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 "\"opensuse-tumbleweed\""; 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:opensuse-tumbleweed-ocaml-5.3@sha256:384cd3836255a2be75e5f7598b11bffe9b241eeee2429721bfdd4daea9f06cc0-mariadb.1.3.0-35be0d7bf19936e002865b4e7d605d861ae74477"
2025-05-08 10:55.48: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-5.3@sha256:384cd3836255a2be75e5f7598b11bffe9b241eeee2429721bfdd4daea9f06cc0)
(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 \"\\\"opensuse-tumbleweed\\\"\"; 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 \"\\\"opensuse-tumbleweed\\\"\"; 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.48: Got resource from pool OCluster
Building on x86-bm-c1.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:opensuse-tumbleweed-ocaml-5.3@sha256:384cd3836255a2be75e5f7598b11bffe9b241eeee2429721bfdd4daea9f06cc0)
2025-05-08 10:56.37 ---> saved as "f9a27cd426b39fce1aa80cced996d5551d9171622f560e5434f4277195cdf96a"
/: (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.37 ---> saved as "41f64d2dd2dc70fdbbe24ebca229d6ee85dcab37a1efc02496e01eaf96d0e61d"
/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 31 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=31 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-05-08 10:57.14 ---> saved as "ec71aedc7053a54330d726d93e5879ef1e95ed63f0d99a433cff954f96f7137e"
/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=opensuse-tumbleweed os-version=20250502
# 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 5.3
# invariant ["ocaml-base-compiler" {>= "5.3.0"}]
# compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.3.0
2025-05-08 10:57.15 ---> saved as "8ea4aaca47932998d2e7af887cb8f3084579e002ee890ad9d29c7edcac23e726"
/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.21 ---> saved as "a061e296cec752eb926a1fa1bd7757233e10fa2235bd6f0dea4e306c74ff437a"
/home/opam: (copy (src .) (dst opam-repository/))
2025-05-08 10:57.29 ---> saved as "d290c3931d2ba820394b6f83d6136d1c2675b4fbaa2160c8c06372fe2a1ee109"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-05-08 10:57.57 ---> saved as "5053205f537330c05592973c31dbfbd256d6b0ff78d90478ffc38c70a97316aa"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'openSUSE-Tumbleweed-Update' is up to date.
- Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata [.........
- done]
- Building repository 'openSUSE-Tumbleweed-Non-Oss' cache [....done]
- Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata [...........
- ........done]
- Building repository 'openSUSE-Tumbleweed-Oss' cache [..
- ..done]
- All repositories have been refreshed.
2025-05-08 10:58.12 ---> saved as "eff94e72b94f1423a42350d929b7ae29fff442270e749ee34421cdd9a6159c91"
/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.13 ---> saved as "5a1a936fba31b134d6c392dadd365036ad45b9704512d9071821982c6f9c32e2"
/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 \"\\\"opensuse-tumbleweed\\\"\"; 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:
libmariadb-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
2. Display the recommended zypper 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 "zypper" "--non-interactive" "install" "libmariadb-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
-
- The following 6 NEW packages are going to be installed:
- libcrypto55 libmariadb-devel libmariadb3 libressl-devel libssl58 libtls31
-
- 6 new packages to install.
-
- Package download size: 1.3 MiB
-
- Package install size change:
- | 4.1 MiB required by packages that will be installed
- 4.1 MiB | - 0 B released by packages that will be removed
-
- Backend: classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: libcrypto55-4.0.0-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (1/6), 681.4 KiB
- Retrieving: libcrypto55-4.0.0-2.1.x86_64.rpm [..done]
- Retrieving: libmariadb3-3.4.5-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (2/6), 141.9 KiB
- Retrieving: libmariadb3-3.4.5-2.1.x86_64.rpm [..done (472.5 KiB/s)]
- Retrieving: libssl58-4.0.0-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (3/6), 156.4 KiB
- Retrieving: libssl58-4.0.0-2.1.x86_64.rpm [..done (7.1 MiB/s)]
- Retrieving: libtls31-4.0.0-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (4/6), 39.9 KiB
- Retrieving: libtls31-4.0.0-2.1.x86_64.rpm [.done]
- Retrieving: libressl-devel-4.0.0-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (5/6), 186.3 KiB
- Retrieving: libressl-devel-4.0.0-2.1.x86_64.rpm [..done (575.3 KiB/s)]
- Retrieving: libmariadb-devel-3.4.5-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (6/6), 147.9 KiB
- Retrieving: libmariadb-devel-3.4.5-2.1.x86_64.rpm [..done]
-
- Checking for file conflicts: [..
- done]
- (1/6) Installing: libcrypto55-4.0.0-2.1.x86_64 [..done]
- (2/6) Installing: libmariadb3-3.4.5-2.1.x86_64 [..done]
- (3/6) Installing: libssl58-4.0.0-2.1.x86_64 [..done]
- (4/6) Installing: libtls31-4.0.0-2.1.x86_64 [..done]
- (5/6) Installing: libressl-devel-4.0.0-2.1.x86_64 [..done]
- (6/6) Installing: libmariadb-devel-3.4.5-2.1.x86_64 [..done]
- Running post-transaction scripts [...done]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-gcc.1.0
-> installed conf-pkg-config.4
-> retrieved ctypes.0.23.0 (cached)
-> 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.34 ---> saved as "404204adc9393fb778d75919ef14a00a51e0a9366c533d4c5a4caff3d0a84051"
/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 86 packages
- install async v0.17.0 [required by mariadb]
- install async_kernel v0.17.0 [required by async]
- install async_log v0.17.0 [required by async]
- install async_rpc_kernel v0.17.0 [required by async]
- install async_unix v0.17.0 [required by async]
- install base v0.17.2 [required by core, core_kernel]
- install base-bytes base [required by ocplib-endian]
- install base_bigstring v0.17.0 [required by core]
- install base_quickcheck v0.17.0 [required by core]
- install bin_prot v0.17.0 [required by core]
- install capitalization v0.17.0 [required by ppx_string_conv]
- install core v0.17.1 [required by async]
- install core_kernel v0.17.0 [required by async]
- install core_unix v0.17.1 [required by async]
- install cppo 1.8.0 [required by lwt]
- install cstruct 6.2.0 [required by async_unix]
- install expect_test_helpers_core v0.17.0 [required by core_unix]
- install fieldslib v0.17.0 [required by core]
- install fmt 0.10.0 [required by cstruct]
- install gel v0.17.0 [required by async_rpc_kernel]
- install int_repr v0.17.0 [required by core_kernel]
- install jane-street-headers v0.17.0 [required by core]
- install jst-config v0.17.0 [required by core]
- install lwt 5.9.1 [required by mariadb]
- install num 1.5-1 [required by sexplib]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocaml_intrinsics_kernel v0.17.1 [required by base]
- install ocamlbuild 0.16.1 [required by uutf]
- install ocamlfind 1.9.8 [required by uutf, base-bytes]
- install ocplib-endian 1.2 [required by lwt]
- install parsexp v0.17.0 [required by sexplib]
- install ppx_assert v0.17.0 [required by core]
- install ppx_base v0.17.0 [required by core]
- install ppx_bench v0.17.0 [required by ppx_jane]
- install ppx_bin_prot v0.17.0 [required by ppx_jane]
- install ppx_cold v0.17.0 [required by ppx_base]
- install ppx_compare v0.17.0 [required by ppx_diff]
- install ppx_custom_printf v0.17.0 [required by ppx_jane]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppx_diff v0.17.0 [required by core]
- install ppx_disable_unused_warnings v0.17.0 [required by ppx_jane]
- install ppx_enumerate v0.17.0 [required by ppx_diff]
- install ppx_expect v0.17.2 [required by ppx_jane]
- install ppx_fields_conv v0.17.0 [required by ppx_jane]
- install ppx_fixed_literal v0.17.0 [required by ppx_jane]
- install ppx_globalize v0.17.0 [required by ppx_base]
- install ppx_hash v0.17.0 [required by core]
- install ppx_here v0.17.0 [required by ppx_jane]
- install ppx_ignore_instrumentation v0.17.0 [required by ppx_jane]
- install ppx_inline_test v0.17.0 [required by core]
- install ppx_jane v0.17.0 [required by async]
- install ppx_let v0.17.0 [required by ppx_jane]
- install ppx_log v0.17.0 [required by ppx_jane]
- install ppx_module_timer v0.17.0 [required by ppx_jane]
- install ppx_optcomp v0.17.0 [required by core_kernel, core, async_unix]
- install ppx_optional v0.17.0 [required by ppx_jane]
- install ppx_pipebang v0.17.0 [required by ppx_jane]
- install ppx_sexp_conv v0.17.0 [required by core]
- install ppx_sexp_message v0.17.0 [required by core]
- install ppx_sexp_value v0.17.0 [required by ppx_jane]
- install ppx_stable v0.17.0 [required by ppx_jane]
- install ppx_stable_witness v0.17.0 [required by ppx_jane]
- install ppx_string v0.17.0 [required by ppx_jane]
- install ppx_string_conv v0.17.0 [required by ppx_jane]
- install ppx_tydi v0.17.0 [required by ppx_jane]
- install ppx_typerep_conv v0.17.0 [required by ppx_jane]
- install ppx_variants_conv v0.17.0 [required by ppx_jane]
- install ppxlib 0.35.0 [required by ppx_diff]
- install ppxlib_jane v0.17.2 [required by ppx_diff]
- install protocol_version_header v0.17.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.17.0 [required by expect_test_helpers_core]
- install sexplib v0.17.0 [required by core]
- install sexplib0 v0.17.0 [required by base]
- install spawn v0.17.0 [required by core_unix]
- install splittable_random v0.17.0 [required by core]
- install stdio v0.17.0 [required by core]
- install textutils v0.17.0 [required by async]
- install time_now v0.17.0 [required by core]
- install timezone v0.17.0 [required by async_log]
- install topkg 1.0.8 [required by uutf]
- install typerep v0.17.1 [required by core]
- install uopt v0.17.0 [required by core_kernel]
- install uutf 1.0.4 [required by textutils]
- install variantslib v0.17.0 [required by core]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved async.v0.17.0 (https://github.com/janestreet/async/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved async_kernel.v0.17.0 (https://github.com/janestreet/async_kernel/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved async_log.v0.17.0 (https://github.com/janestreet/async_log/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved async_rpc_kernel.v0.17.0 (https://github.com/janestreet/async_rpc_kernel/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved async_unix.v0.17.0 (https://github.com/janestreet/async_unix/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved base.v0.17.2 (https://github.com/janestreet/base/archive/refs/tags/v0.17.2.tar.gz)
-> retrieved base_bigstring.v0.17.0 (https://github.com/janestreet/base_bigstring/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved base_quickcheck.v0.17.0 (https://github.com/janestreet/base_quickcheck/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved bin_prot.v0.17.0 (https://github.com/janestreet/bin_prot/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved capitalization.v0.17.0 (https://github.com/janestreet/capitalization/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved core.v0.17.1 (https://github.com/janestreet/core/archive/refs/tags/v0.17.1.tar.gz)
-> retrieved core_kernel.v0.17.0 (https://github.com/janestreet/core_kernel/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved core_unix.v0.17.1 (https://github.com/janestreet/core_unix/archive/refs/tags/v0.17.1.tar.gz)
-> retrieved cppo.1.8.0 (https://github.com/ocaml-community/cppo/archive/v1.8.0.tar.gz)
-> retrieved cstruct.6.2.0 (https://github.com/mirage/ocaml-cstruct/releases/download/v6.2.0/cstruct-6.2.0.tbz)
-> retrieved expect_test_helpers_core.v0.17.0 (https://github.com/janestreet/expect_test_helpers_core/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved fieldslib.v0.17.0 (https://github.com/janestreet/fieldslib/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved fmt.0.10.0 (https://erratique.ch/software/fmt/releases/fmt-0.10.0.tbz)
-> retrieved gel.v0.17.0 (https://github.com/janestreet/gel/archive/refs/tags/v0.17.0.tar.gz)
-> installed cppo.1.8.0
-> retrieved int_repr.v0.17.0 (https://github.com/janestreet/int_repr/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved jane-street-headers.v0.17.0 (https://github.com/janestreet/jane-street-headers/archive/refs/tags/v0.17.0.tar.gz)
-> installed jane-street-headers.v0.17.0
-> retrieved jst-config.v0.17.0 (https://github.com/janestreet/jst-config/archive/refs/tags/v0.17.0.tar.gz)
-> 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.17.0 (https://github.com/janestreet/ocaml-compiler-libs/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (https://github.com/janestreet/ocaml_intrinsics_kernel/archive/refs/tags/v0.17.1.tar.gz)
-> retrieved ocamlbuild.0.16.1 (https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.16.1.tar.gz)
-> installed num.1.5-1
-> installed ocaml_intrinsics_kernel.v0.17.1
-> retrieved ocamlfind.1.9.8 (https://github.com/ocaml/ocamlfind/archive/refs/tags/findlib-1.9.8.tar.gz)
-> installed ocaml-compiler-libs.v0.17.0
-> retrieved ocplib-endian.1.2 (https://github.com/OCamlPro/ocplib-endian/archive/refs/tags/1.2.tar.gz)
-> retrieved parsexp.v0.17.0 (https://github.com/janestreet/parsexp/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_assert.v0.17.0 (https://github.com/janestreet/ppx_assert/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_base.v0.17.0 (https://github.com/janestreet/ppx_base/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_bench.v0.17.0 (https://github.com/janestreet/ppx_bench/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_bin_prot.v0.17.0 (https://github.com/janestreet/ppx_bin_prot/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_cold.v0.17.0 (https://github.com/janestreet/ppx_cold/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_compare.v0.17.0 (https://github.com/janestreet/ppx_compare/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_custom_printf.v0.17.0 (https://github.com/janestreet/ppx_custom_printf/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_derivers.1.2.1 (https://github.com/ocaml-ppx/ppx_derivers/archive/1.2.1.tar.gz)
-> installed ppx_derivers.1.2.1
-> retrieved ppx_diff.v0.17.0 (https://github.com/janestreet/ppx_diff/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_disable_unused_warnings.v0.17.0 (https://github.com/janestreet/ppx_disable_unused_warnings/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_enumerate.v0.17.0 (https://github.com/janestreet/ppx_enumerate/archive/refs/tags/v0.17.0.tar.gz)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> retrieved ppx_expect.v0.17.2 (https://github.com/janestreet/ppx_expect/archive/refs/tags/v0.17.2.tar.gz)
-> retrieved ppx_fields_conv.v0.17.0 (https://github.com/janestreet/ppx_fields_conv/archive/refs/tags/v0.17.0.tar.gz)
-> installed ocplib-endian.1.2
-> retrieved ppx_fixed_literal.v0.17.0 (https://github.com/janestreet/ppx_fixed_literal/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_globalize.v0.17.0 (https://github.com/janestreet/ppx_globalize/archive/refs/tags/v0.17.0.tar.gz)
-> installed ocamlbuild.0.16.1
-> retrieved ppx_hash.v0.17.0 (https://github.com/janestreet/ppx_hash/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_here.v0.17.0 (https://github.com/janestreet/ppx_here/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_ignore_instrumentation.v0.17.0 (https://github.com/janestreet/ppx_ignore_instrumentation/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_inline_test.v0.17.0 (https://github.com/janestreet/ppx_inline_test/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_jane.v0.17.0 (https://github.com/janestreet/ppx_jane/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_let.v0.17.0 (https://github.com/janestreet/ppx_let/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_log.v0.17.0 (https://github.com/janestreet/ppx_log/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_module_timer.v0.17.0 (https://github.com/janestreet/ppx_module_timer/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_optcomp.v0.17.0 (https://github.com/janestreet/ppx_optcomp/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_optional.v0.17.0 (https://github.com/janestreet/ppx_optional/archive/refs/tags/v0.17.0.tar.gz)
-> installed lwt.5.9.1
-> retrieved ppx_pipebang.v0.17.0 (https://github.com/janestreet/ppx_pipebang/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_sexp_conv.v0.17.0 (https://github.com/janestreet/ppx_sexp_conv/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_sexp_message.v0.17.0 (https://github.com/janestreet/ppx_sexp_message/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_sexp_value.v0.17.0 (https://github.com/janestreet/ppx_sexp_value/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_stable.v0.17.0 (https://github.com/janestreet/ppx_stable/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_stable_witness.v0.17.0 (https://github.com/janestreet/ppx_stable_witness/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_string.v0.17.0 (https://github.com/janestreet/ppx_string/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_string_conv.v0.17.0 (https://github.com/janestreet/ppx_string_conv/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_tydi.v0.17.0 (https://github.com/janestreet/ppx_tydi/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_typerep_conv.v0.17.0 (https://github.com/janestreet/ppx_typerep_conv/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppx_variants_conv.v0.17.0 (https://github.com/janestreet/ppx_variants_conv/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved ppxlib.0.35.0 (https://github.com/ocaml-ppx/ppxlib/releases/download/0.35.0/ppxlib-0.35.0.tbz)
-> retrieved ppxlib_jane.v0.17.2 (https://github.com/janestreet/ppxlib_jane/archive/refs/tags/v0.17.2.tar.gz)
-> retrieved protocol_version_header.v0.17.0 (https://github.com/janestreet/protocol_version_header/archive/refs/tags/v0.17.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.17.0 (https://github.com/janestreet/sexp_pretty/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved sexplib.v0.17.0 (https://github.com/janestreet/sexplib/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved sexplib0.v0.17.0 (https://github.com/janestreet/sexplib0/archive/refs/tags/v0.17.0.tar.gz)
-> installed re.1.12.0
-> retrieved spawn.v0.17.0 (https://github.com/janestreet/spawn/releases/download/v0.17.0/spawn-v0.17.0.tbz)
-> retrieved splittable_random.v0.17.0 (https://github.com/janestreet/splittable_random/archive/refs/tags/v0.17.0.tar.gz)
-> installed sexplib0.v0.17.0
-> removed mariadb.1.3.0
-> installed spawn.v0.17.0
-> retrieved stdio.v0.17.0 (https://github.com/janestreet/stdio/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved textutils.v0.17.0 (https://github.com/janestreet/textutils/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved time_now.v0.17.0 (https://github.com/janestreet/time_now/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved timezone.v0.17.0 (https://github.com/janestreet/timezone/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved topkg.1.0.8 (https://erratique.ch/software/topkg/releases/topkg-1.0.8.tbz)
-> retrieved typerep.v0.17.1 (https://github.com/janestreet/typerep/archive/refs/tags/v0.17.1.tar.gz)
-> installed parsexp.v0.17.0
-> retrieved uopt.v0.17.0 (https://github.com/janestreet/uopt/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved uutf.1.0.4 (https://erratique.ch/software/uutf/releases/uutf-1.0.4.tbz)
-> retrieved variantslib.v0.17.0 (https://github.com/janestreet/variantslib/archive/refs/tags/v0.17.0.tar.gz)
-> installed sexplib.v0.17.0
-> installed topkg.1.0.8
-> installed base.v0.17.2
-> installed uutf.1.0.4
-> installed variantslib.v0.17.0
-> installed fieldslib.v0.17.0
-> installed fmt.0.10.0
-> installed stdio.v0.17.0
-> installed cstruct.6.2.0
-> installed typerep.v0.17.1
-> installed ppxlib.0.35.0
-> installed ppx_optcomp.v0.17.0
-> installed ppxlib_jane.v0.17.2
-> installed ppx_tydi.v0.17.0
-> installed ppx_disable_unused_warnings.v0.17.0
-> installed ppx_cold.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_stable_witness.v0.17.0
-> installed ppx_typerep_conv.v0.17.0
-> installed ppx_variants_conv.v0.17.0
-> installed ppx_fields_conv.v0.17.0
-> installed ppx_stable.v0.17.0
-> installed ppx_pipebang.v0.17.0
-> installed ppx_fixed_literal.v0.17.0
-> installed ppx_ignore_instrumentation.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.0
-> installed ppx_compare.v0.17.0
-> installed ppx_optional.v0.17.0
-> installed ppx_sexp_conv.v0.17.0
-> installed ppx_let.v0.17.0
-> installed ppx_hash.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_sexp_message.v0.17.0
-> installed ppx_sexp_value.v0.17.0
-> installed ppx_custom_printf.v0.17.0
-> installed ppx_base.v0.17.0
-> installed capitalization.v0.17.0
-> installed jst-config.v0.17.0
-> installed sexp_pretty.v0.17.0
-> installed bin_prot.v0.17.0
-> installed ppx_string.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_bin_prot.v0.17.0
-> installed ppx_string_conv.v0.17.0
-> installed ppx_module_timer.v0.17.0
-> installed ppx_inline_test.v0.17.0
-> installed ppx_bench.v0.17.0
-> installed ppx_expect.v0.17.2
-> installed splittable_random.v0.17.0
-> installed base_quickcheck.v0.17.0
-> installed ppx_log.v0.17.0
-> installed ppx_jane.v0.17.0
-> installed uopt.v0.17.0
-> installed gel.v0.17.0
-> installed int_repr.v0.17.0
-> installed base_bigstring.v0.17.0
-> installed ppx_diff.v0.17.0
-> installed core.v0.17.1
-> installed protocol_version_header.v0.17.0
-> installed expect_test_helpers_core.v0.17.0
-> installed timezone.v0.17.0
-> installed core_kernel.v0.17.0
-> installed async_kernel.v0.17.0
-> installed core_unix.v0.17.1
-> installed textutils.v0.17.0
-> installed async_rpc_kernel.v0.17.0
-> installed async_unix.v0.17.0
-> installed async_log.v0.17.0
-> installed async.v0.17.0
-> installed mariadb.1.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-08 11:03.32 ---> saved as "73e96193786eb9da87d1024393bb3fbae3f5de9391b9980f5af28cfe77ad379e"
/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 \"\\\"opensuse-tumbleweed\\\"\"; 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/5.3/.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:03.43 ---> saved as "886b385d56708c31c2972c64d652ec9b83e13b2a29e414a0f434698b7be324ee"
Job succeeded
2025-05-08 11:03.48: Job succeeded