(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.0
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27862/head (35be0d7bf19936e002865b4e7d605d861ae74477)
                              on debian-12-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:debian-12-ocaml-5.3@sha256:1b8db2464075e045f2710c633c15ec40916e273f0dea1055c6f56c58e621387a
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam
RUN opam init --reinit -ni
RUN 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 depext -u || true
RUN opam pin add -k version -yn mariadb.1.3.0 1.3.0
RUN opam depext mariadb.1.3.0 && 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 "\"debian-12\""; 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 depext --with-test mariadb.1.3.0 && opam reinstall --with-test mariadb.1.3.0) || true
RUN opam depext --with-test mariadb.1.3.0 && 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 "\"debian-12\""; 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:debian-12-ocaml-5.3@sha256:1b8db2464075e045f2710c633c15ec40916e273f0dea1055c6f56c58e621387a-mariadb.1.3.0-35be0d7bf19936e002865b4e7d605d861ae74477"
2025-05-08 10:55.48: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:1b8db2464075e045f2710c633c15ec40916e273f0dea1055c6f56c58e621387a)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "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 depext -u || 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 depext mariadb.1.3.0 && 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 \"\\\"debian-12\\\"\"; 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 depext --with-test mariadb.1.3.0 && opam reinstall --with-test mariadb.1.3.0) || true"))
 (run (shell  "opam depext --with-test mariadb.1.3.0 && 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 \"\\\"debian-12\\\"\"; 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 asteria.caelum.ci.dev
All commits already cached
Updating files:  95% (22071/23005)
Updating files:  96% (22085/23005)
Updating files:  97% (22315/23005)
Updating files:  98% (22545/23005)
Updating files:  99% (22775/23005)
Updating files: 100% (23005/23005)
Updating files: 100% (23005/23005), done.
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:debian-12-ocaml-5.3@sha256:1b8db2464075e045f2710c633c15ec40916e273f0dea1055c6f56c58e621387a)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:1b8db2464075e045f2710c633c15ec40916e273f0dea1055c6f56c58e621387a' locally
docker.io/ocaml/opam@sha256:1b8db2464075e045f2710c633c15ec40916e273f0dea1055c6f56c58e621387a: Pulling from ocaml/opam
ddbd326690dc: Pulling fs layer
ddbd326690dc: Verifying Checksum
ddbd326690dc: Download complete
ddbd326690dc: Pull complete
Digest: sha256:1b8db2464075e045f2710c633c15ec40916e273f0dea1055c6f56c58e621387a
Status: Downloaded newer image for ocaml/opam@sha256:1b8db2464075e045f2710c633c15ec40916e273f0dea1055c6f56c58e621387a
2025-05-08 10:56.09 ---> using "c27ab789c36f636d2f62a674e3eae2c305d73399092c4108cbaa52dc8a10012e" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
2025-05-08 10:56.09 ---> using "ecec621c23bf21a9a3696f19ca1c00a80eae747019bee55bc58d9123f79a72e2" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
[NOTE] Will configure 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.

[WARNING] Recommended dependencies -- most packages rely on these:
  - m4

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
default (at git+file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2025-05-08 10:56.09 ---> using "e859b841bac8e590b7528224571eb481079bafca0e8ac38510564715583e2489" from cache

/home/opam: (run (shell "opam config report"))
# opam config report
# opam-version      2.0.10 (adc1e1829a2bef5b240746df80341b508290fe3b) 
# self-upgrade      no
# system            arch=x86_64 os=linux os-distribution=debian os-version=12
# solver            builtin-mccs+glpk
# install-criteria  -removed,-count[version-lag,request],-count[version-lag,changed],-changed
# upgrade-criteria  -removed,-count[version-lag,solution],-new
# jobs              39
# repositories      1 (version-controlled)
# pinned            1 (version)
# current-switch    5.3
2025-05-08 10:56.09 ---> using "a9073a77c8811db15ca1e65acdfb1b136713beb32395a052ee42a1f625a3d28f" from cache

/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:56.09 ---> using "5005fae55fd7b490ffaf6d383925bad9f7c1a0c95ec1009cd0dac4917fb4179d" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-05-08 10:56.15 ---> saved as "5864a298d791998fcf27d65784ec55e22043eeca28854b82ae38115ec8bfc150"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
default (at file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2025-05-08 10:56.30 ---> saved as "9f64c200d68abda0703dcd630ff2a77cf0354ed91020771217fc181239045f76"

/home/opam: (run (network host)
                 (shell "opam depext -u || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following command needs to be run through "sudo":
    apt-get update
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [258 kB]
Fetched 361 kB in 0s (885 kB/s)
Reading package lists...
# OS package update successful
2025-05-08 10:56.32 ---> saved as "5eecf88d2f2e356011e66f1e10a7d24ad16859f62614923bf65b11001de299d8"

/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:56.33 ---> saved as "9ac46ebee10f557e0441d3c72537988e656efe42ea8981d13572ac7b39176e08"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam depext mariadb.1.3.0 && 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 \"\\\"debian-12\\\"\"; 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"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
gcc
libmariadb-dev
pkg-config
# The following system packages are needed:
The following command needs to be run through "sudo":
    apt-get install -qq -yy gcc libmariadb-dev pkg-config
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package mysql-common.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18778 files and directories currently installed.)
Preparing to unpack .../0-mysql-common_5.8+1.1.0_all.deb ...
Unpacking mysql-common (5.8+1.1.0) ...
Selecting previously unselected package mariadb-common.
Preparing to unpack .../1-mariadb-common_1%3a10.11.11-0+deb12u1_all.deb ...
Unpacking mariadb-common (1:10.11.11-0+deb12u1) ...
Selecting previously unselected package libmariadb3:amd64.
Preparing to unpack .../2-libmariadb3_1%3a10.11.11-0+deb12u1_amd64.deb ...
Unpacking libmariadb3:amd64 (1:10.11.11-0+deb12u1) ...
Selecting previously unselected package libssl-dev:amd64.
Preparing to unpack .../3-libssl-dev_3.0.15-1~deb12u1_amd64.deb ...
Unpacking libssl-dev:amd64 (3.0.15-1~deb12u1) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../4-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
Selecting previously unselected package libmariadb-dev.
Preparing to unpack .../5-libmariadb-dev_1%3a10.11.11-0+deb12u1_amd64.deb ...
Unpacking libmariadb-dev (1:10.11.11-0+deb12u1) ...
Selecting previously unselected package libpkgconf3:amd64.
Preparing to unpack .../6-libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../7-pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../8-pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../9-pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up mysql-common (5.8+1.1.0) ...
update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
Setting up mariadb-common (1:10.11.11-0+deb12u1) ...
update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up libssl-dev:amd64 (3.0.15-1~deb12u1) ...
Setting up libmariadb3:amd64 (1:10.11.11-0+deb12u1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Setting up libmariadb-dev (1:10.11.11-0+deb12u1) ...
Processing triggers for libc-bin (2.36-9+deb12u10) ...
# OS packages installation successful
mariadb.1.3.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
  - install dune              3.18.2 [required by mariadb]
  - install conf-gcc          1.0    [required by mariadb]
  - install conf-pkg-config   4      [required by mariadb]
  - install stdlib-shims      0.3.0  [required by integers]
  - install dune-configurator 2.7.0  [required by mariadb]
  - install bigarray-compat   1.1.0  [required by ctypes]
  - install conf-mariadb      2      [required by mariadb]
  - install integers          0.7.0  [required by ctypes]
  - install ctypes            0.23.0 [required by mariadb]
  - install mariadb           1.3.0*
===== 10 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[bigarray-compat.1.1.0] found in cache
[ctypes.0.23.0] found in cache
[dune.3.18.2] found in cache
[dune-configurator.2.7.0] found in cache
[integers.0.7.0] found in cache
[mariadb.1.3.0] downloaded from https://github.com/ocaml-community/ocaml-mariadb/releases/download/1.3.0/mariadb-1.3.0.tbz
[stdlib-shims.0.3.0] found in cache

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-gcc.1.0
-> installed conf-pkg-config.4
-> installed conf-mariadb.2
-> installed dune.3.18.2
-> installed bigarray-compat.1.1.0
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed dune-configurator.2.7.0
-> installed ctypes.0.23.0
-> installed mariadb.1.3.0
Done.
# Run eval $(opam env) to update the current shell environment
2025-05-08 10:57.16 ---> saved as "3fd0ff291005340696eb7f10d248f58db7bc9abb32a816f891b93111184eb162"

/home/opam: (run (network host)
                 (shell "(opam depext --with-test mariadb.1.3.0 && opam reinstall --with-test mariadb.1.3.0) || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
gcc
libmariadb-dev
pkg-config
# All required OS packages found.
The following actions will be performed:
  - install   ocaml_intrinsics_kernel     v0.17.1 [required by base]
  - install   num                         1.5-1   [required by sexplib]
  - install   sexplib0                    v0.17.0 [required by base]
  - install   spawn                       v0.17.0 [required by core_unix]
  - install   seq                         base    [required by re]
  - install   cppo                        1.8.0   [required by lwt]
  - install   ocaml-compiler-libs         v0.17.0 [required by ppxlib]
  - install   ocamlfind                   1.9.8   [required by uutf, base-bytes]
  - install   ppx_derivers                1.2.1   [required by ppxlib]
  - install   ocamlbuild                  0.16.1  [required by uutf]
  - install   cstruct                     6.0.1   [required by async_unix]
  - install   jane-street-headers         v0.17.0 [required by core]
  - install   parsexp                     v0.17.0 [required by sexplib]
  - install   base                        v0.17.2 [required by core, core_kernel]
  - install   re                          1.12.0  [required by expect_test_helpers_core]
  - install   base-bytes                  base    [required by ocplib-endian]
  - install   ppxlib                      0.35.0  [required by ppx_diff]
  - install   topkg                       1.0.8   [required by uutf]
  - install   sexplib                     v0.17.0 [required by core]
  - install   variantslib                 v0.17.0 [required by core]
  - install   typerep                     v0.17.1 [required by core]
  - install   stdio                       v0.17.0 [required by core]
  - install   fieldslib                   v0.17.0 [required by core]
  - install   ocplib-endian               1.2     [required by lwt]
  - install   ppxlib_jane                 v0.17.2 [required by ppx_diff]
  - install   ppx_tydi                    v0.17.0 [required by ppx_jane]
  - install   ppx_stable_witness          v0.17.0 [required by ppx_jane]
  - install   ppx_stable                  v0.17.0 [required by ppx_jane]
  - install   ppx_pipebang                v0.17.0 [required by ppx_jane]
  - install   ppx_ignore_instrumentation  v0.17.0 [required by ppx_jane]
  - install   ppx_here                    v0.17.0 [required by ppx_jane]
  - install   ppx_fixed_literal           v0.17.0 [required by ppx_jane]
  - install   ppx_disable_unused_warnings v0.17.0 [required by ppx_jane]
  - install   ppx_cold                    v0.17.0 [required by ppx_base]
  - install   uutf                        1.0.4   [required by textutils]
  - install   ppx_variants_conv           v0.17.0 [required by ppx_jane]
  - install   ppx_typerep_conv            v0.17.0 [required by ppx_jane]
  - install   ppx_optcomp                 v0.17.0 [required by core_kernel, core, async_unix]
  - install   ppx_fields_conv             v0.17.0 [required by ppx_jane]
  - install   lwt                         5.9.1   [required by mariadb]
  - install   ppx_sexp_conv               v0.17.0 [required by core]
  - install   ppx_optional                v0.17.0 [required by ppx_jane]
  - install   ppx_globalize               v0.17.0 [required by ppx_base]
  - install   ppx_enumerate               v0.17.0 [required by ppx_diff]
  - install   ppx_compare                 v0.17.0 [required by ppx_diff]
  - install   ppx_let                     v0.17.0 [required by ppx_jane]
  - install   ppx_sexp_value              v0.17.0 [required by ppx_jane]
  - install   ppx_sexp_message            v0.17.0 [required by core]
  - install   ppx_custom_printf           v0.17.0 [required by ppx_jane]
  - install   ppx_hash                    v0.17.0 [required by core]
  - install   ppx_assert                  v0.17.0 [required by core]
  - install   bin_prot                    v0.17.0 [required by core]
  - install   ppx_base                    v0.17.0 [required by core]
  - install   jst-config                  v0.17.0 [required by core]
  - install   ppx_bin_prot                v0.17.0 [required by ppx_jane]
  - install   sexp_pretty                 v0.17.0 [required by expect_test_helpers_core]
  - install   ppx_string                  v0.17.0 [required by ppx_jane]
  - install   capitalization              v0.17.0 [required by ppx_string_conv]
  - install   time_now                    v0.17.0 [required by core]
  - install   ppx_string_conv             v0.17.0 [required by ppx_jane]
  - install   ppx_module_timer            v0.17.0 [required by ppx_jane]
  - install   ppx_inline_test             v0.17.0 [required by core]
  - install   ppx_expect                  v0.17.2 [required by ppx_jane]
  - install   ppx_bench                   v0.17.0 [required by ppx_jane]
  - install   ppx_log                     v0.17.0 [required by ppx_jane]
  - install   splittable_random           v0.17.0 [required by core]
  - install   base_quickcheck             v0.17.0 [required by core]
  - install   ppx_jane                    v0.17.0 [required by async]
  - install   uopt                        v0.17.0 [required by core_kernel]
  - install   int_repr                    v0.17.0 [required by core_kernel]
  - install   gel                         v0.17.0 [required by async_rpc_kernel]
  - install   base_bigstring              v0.17.0 [required by core]
  - install   ppx_diff                    v0.17.0 [required by core]
  - install   core                        v0.17.1 [required by async]
  - install   timezone                    v0.17.0 [required by async_log]
  - install   protocol_version_header     v0.17.0 [required by async_rpc_kernel]
  - install   expect_test_helpers_core    v0.17.0 [required by core_unix]
  - install   core_kernel                 v0.17.0 [required by async]
  - install   core_unix                   v0.17.1 [required by async]
  - install   async_kernel                v0.17.0 [required by async]
  - install   textutils                   v0.17.0 [required by async]
  - install   async_unix                  v0.17.0 [required by async]
  - install   async_rpc_kernel            v0.17.0 [required by async]
  - install   async_log                   v0.17.0 [required by async]
  - install   async                       v0.17.0 [required by mariadb]
  - recompile mariadb                     1.3.0*
===== 85 to install | 1 to recompile =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[async.v0.17.0] downloaded from https://github.com/janestreet/async/archive/refs/tags/v0.17.0.tar.gz
[async_kernel.v0.17.0] downloaded from https://github.com/janestreet/async_kernel/archive/refs/tags/v0.17.0.tar.gz
[async_log.v0.17.0] downloaded from https://github.com/janestreet/async_log/archive/refs/tags/v0.17.0.tar.gz
[async_rpc_kernel.v0.17.0] downloaded from https://github.com/janestreet/async_rpc_kernel/archive/refs/tags/v0.17.0.tar.gz
[async_unix.v0.17.0] downloaded from https://github.com/janestreet/async_unix/archive/refs/tags/v0.17.0.tar.gz
[base.v0.17.2] downloaded from https://github.com/janestreet/base/archive/refs/tags/v0.17.2.tar.gz
[base_bigstring.v0.17.0] downloaded from https://github.com/janestreet/base_bigstring/archive/refs/tags/v0.17.0.tar.gz
[base_quickcheck.v0.17.0] downloaded from https://github.com/janestreet/base_quickcheck/archive/refs/tags/v0.17.0.tar.gz
[bin_prot.v0.17.0] downloaded from https://github.com/janestreet/bin_prot/archive/refs/tags/v0.17.0.tar.gz
[capitalization.v0.17.0] downloaded from https://github.com/janestreet/capitalization/archive/refs/tags/v0.17.0.tar.gz
[core.v0.17.1] downloaded from https://github.com/janestreet/core/archive/refs/tags/v0.17.1.tar.gz
[core_kernel.v0.17.0] downloaded from https://github.com/janestreet/core_kernel/archive/refs/tags/v0.17.0.tar.gz
[core_unix.v0.17.1] downloaded from https://github.com/janestreet/core_unix/archive/refs/tags/v0.17.1.tar.gz
[cppo.1.8.0] downloaded from https://github.com/ocaml-community/cppo/archive/v1.8.0.tar.gz
[cstruct.6.0.1] downloaded from https://github.com/mirage/ocaml-cstruct/releases/download/v6.0.1/cstruct-v6.0.1.tbz
[expect_test_helpers_core.v0.17.0] downloaded from https://github.com/janestreet/expect_test_helpers_core/archive/refs/tags/v0.17.0.tar.gz
[fieldslib.v0.17.0] downloaded from https://github.com/janestreet/fieldslib/archive/refs/tags/v0.17.0.tar.gz
[gel.v0.17.0] downloaded from https://github.com/janestreet/gel/archive/refs/tags/v0.17.0.tar.gz
[int_repr.v0.17.0] downloaded from https://github.com/janestreet/int_repr/archive/refs/tags/v0.17.0.tar.gz
[jane-street-headers.v0.17.0] downloaded from https://github.com/janestreet/jane-street-headers/archive/refs/tags/v0.17.0.tar.gz
[jst-config.v0.17.0] downloaded from https://github.com/janestreet/jst-config/archive/refs/tags/v0.17.0.tar.gz
[lwt.5.9.1] downloaded from https://github.com/ocsigen/lwt/archive/refs/tags/5.9.1.tar.gz
[num.1.5-1] downloaded from https://github.com/ocaml/num/archive/v1.5.tar.gz
[num.1.5-1/num-in-findlib-dir.patch] downloaded from https://github.com/ocaml/num/commit/f6e31b1653f32c7c425b69c2b123ab2f924a4d61.patch?full_index=1
[ocaml-compiler-libs.v0.17.0] downloaded from https://github.com/janestreet/ocaml-compiler-libs/archive/refs/tags/v0.17.0.tar.gz
[ocaml_intrinsics_kernel.v0.17.1] downloaded from https://github.com/janestreet/ocaml_intrinsics_kernel/archive/refs/tags/v0.17.1.tar.gz
[ocamlbuild.0.16.1] downloaded from https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.16.1.tar.gz
[ocamlfind.1.9.8] downloaded from https://github.com/ocaml/ocamlfind/archive/refs/tags/findlib-1.9.8.tar.gz
[ocplib-endian.1.2] downloaded from https://github.com/OCamlPro/ocplib-endian/archive/refs/tags/1.2.tar.gz
[parsexp.v0.17.0] downloaded from https://github.com/janestreet/parsexp/archive/refs/tags/v0.17.0.tar.gz
[ppx_assert.v0.17.0] downloaded from https://github.com/janestreet/ppx_assert/archive/refs/tags/v0.17.0.tar.gz
[ppx_base.v0.17.0] downloaded from https://github.com/janestreet/ppx_base/archive/refs/tags/v0.17.0.tar.gz
[ppx_bench.v0.17.0] downloaded from https://github.com/janestreet/ppx_bench/archive/refs/tags/v0.17.0.tar.gz
[ppx_bin_prot.v0.17.0] downloaded from https://github.com/janestreet/ppx_bin_prot/archive/refs/tags/v0.17.0.tar.gz
[ppx_cold.v0.17.0] downloaded from https://github.com/janestreet/ppx_cold/archive/refs/tags/v0.17.0.tar.gz
[ppx_compare.v0.17.0] downloaded from https://github.com/janestreet/ppx_compare/archive/refs/tags/v0.17.0.tar.gz
[ppx_custom_printf.v0.17.0] downloaded from https://github.com/janestreet/ppx_custom_printf/archive/refs/tags/v0.17.0.tar.gz
[ppx_derivers.1.2.1] downloaded from https://github.com/ocaml-ppx/ppx_derivers/archive/1.2.1.tar.gz
[ppx_diff.v0.17.0] downloaded from https://github.com/janestreet/ppx_diff/archive/refs/tags/v0.17.0.tar.gz
[ppx_disable_unused_warnings.v0.17.0] downloaded from https://github.com/janestreet/ppx_disable_unused_warnings/archive/refs/tags/v0.17.0.tar.gz
[ppx_enumerate.v0.17.0] downloaded from https://github.com/janestreet/ppx_enumerate/archive/refs/tags/v0.17.0.tar.gz
[ppx_expect.v0.17.2] downloaded from https://github.com/janestreet/ppx_expect/archive/refs/tags/v0.17.2.tar.gz
[ppx_fields_conv.v0.17.0] downloaded from https://github.com/janestreet/ppx_fields_conv/archive/refs/tags/v0.17.0.tar.gz
[ppx_fixed_literal.v0.17.0] downloaded from https://github.com/janestreet/ppx_fixed_literal/archive/refs/tags/v0.17.0.tar.gz
[ppx_globalize.v0.17.0] downloaded from https://github.com/janestreet/ppx_globalize/archive/refs/tags/v0.17.0.tar.gz
[ppx_hash.v0.17.0] downloaded from https://github.com/janestreet/ppx_hash/archive/refs/tags/v0.17.0.tar.gz
[ppx_here.v0.17.0] downloaded from https://github.com/janestreet/ppx_here/archive/refs/tags/v0.17.0.tar.gz
[ppx_ignore_instrumentation.v0.17.0] downloaded from https://github.com/janestreet/ppx_ignore_instrumentation/archive/refs/tags/v0.17.0.tar.gz
[ppx_inline_test.v0.17.0] downloaded from https://github.com/janestreet/ppx_inline_test/archive/refs/tags/v0.17.0.tar.gz
[ppx_jane.v0.17.0] downloaded from https://github.com/janestreet/ppx_jane/archive/refs/tags/v0.17.0.tar.gz
[ppx_let.v0.17.0] downloaded from https://github.com/janestreet/ppx_let/archive/refs/tags/v0.17.0.tar.gz
[ppx_log.v0.17.0] downloaded from https://github.com/janestreet/ppx_log/archive/refs/tags/v0.17.0.tar.gz
[ppx_module_timer.v0.17.0] downloaded from https://github.com/janestreet/ppx_module_timer/archive/refs/tags/v0.17.0.tar.gz
[ppx_optcomp.v0.17.0] downloaded from https://github.com/janestreet/ppx_optcomp/archive/refs/tags/v0.17.0.tar.gz
[ppx_optional.v0.17.0] downloaded from https://github.com/janestreet/ppx_optional/archive/refs/tags/v0.17.0.tar.gz
[ppx_pipebang.v0.17.0] downloaded from https://github.com/janestreet/ppx_pipebang/archive/refs/tags/v0.17.0.tar.gz
[ppx_sexp_conv.v0.17.0] downloaded from https://github.com/janestreet/ppx_sexp_conv/archive/refs/tags/v0.17.0.tar.gz
[ppx_sexp_message.v0.17.0] downloaded from https://github.com/janestreet/ppx_sexp_message/archive/refs/tags/v0.17.0.tar.gz
[ppx_sexp_value.v0.17.0] downloaded from https://github.com/janestreet/ppx_sexp_value/archive/refs/tags/v0.17.0.tar.gz
[ppx_stable.v0.17.0] downloaded from https://github.com/janestreet/ppx_stable/archive/refs/tags/v0.17.0.tar.gz
[ppx_stable_witness.v0.17.0] downloaded from https://github.com/janestreet/ppx_stable_witness/archive/refs/tags/v0.17.0.tar.gz
[ppx_string.v0.17.0] downloaded from https://github.com/janestreet/ppx_string/archive/refs/tags/v0.17.0.tar.gz
[ppx_string_conv.v0.17.0] downloaded from https://github.com/janestreet/ppx_string_conv/archive/refs/tags/v0.17.0.tar.gz
[ppx_tydi.v0.17.0] downloaded from https://github.com/janestreet/ppx_tydi/archive/refs/tags/v0.17.0.tar.gz
[ppx_typerep_conv.v0.17.0] downloaded from https://github.com/janestreet/ppx_typerep_conv/archive/refs/tags/v0.17.0.tar.gz
[ppx_variants_conv.v0.17.0] downloaded from https://github.com/janestreet/ppx_variants_conv/archive/refs/tags/v0.17.0.tar.gz
[ppxlib.0.35.0] downloaded from https://github.com/ocaml-ppx/ppxlib/releases/download/0.35.0/ppxlib-0.35.0.tbz
[ppxlib_jane.v0.17.2] downloaded from https://github.com/janestreet/ppxlib_jane/archive/refs/tags/v0.17.2.tar.gz
[protocol_version_header.v0.17.0] downloaded from https://github.com/janestreet/protocol_version_header/archive/refs/tags/v0.17.0.tar.gz
[re.1.12.0] downloaded from https://github.com/ocaml/ocaml-re/releases/download/1.12.0/re-1.12.0.tbz
[seq.base/META.seq] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/seq/META.seq
[seq.base/seq.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/seq/seq.install
[sexp_pretty.v0.17.0] downloaded from https://github.com/janestreet/sexp_pretty/archive/refs/tags/v0.17.0.tar.gz
[sexplib.v0.17.0] downloaded from https://github.com/janestreet/sexplib/archive/refs/tags/v0.17.0.tar.gz
[sexplib0.v0.17.0] downloaded from https://github.com/janestreet/sexplib0/archive/refs/tags/v0.17.0.tar.gz
[spawn.v0.17.0] downloaded from https://github.com/janestreet/spawn/releases/download/v0.17.0/spawn-v0.17.0.tbz
[splittable_random.v0.17.0] downloaded from https://github.com/janestreet/splittable_random/archive/refs/tags/v0.17.0.tar.gz
[stdio.v0.17.0] downloaded from https://github.com/janestreet/stdio/archive/refs/tags/v0.17.0.tar.gz
[textutils.v0.17.0] downloaded from https://github.com/janestreet/textutils/archive/refs/tags/v0.17.0.tar.gz
[time_now.v0.17.0] downloaded from https://github.com/janestreet/time_now/archive/refs/tags/v0.17.0.tar.gz
[timezone.v0.17.0] downloaded from https://github.com/janestreet/timezone/archive/refs/tags/v0.17.0.tar.gz
[topkg.1.0.8] downloaded from https://erratique.ch/software/topkg/releases/topkg-1.0.8.tbz
[typerep.v0.17.1] downloaded from https://github.com/janestreet/typerep/archive/refs/tags/v0.17.1.tar.gz
[uopt.v0.17.0] downloaded from https://github.com/janestreet/uopt/archive/refs/tags/v0.17.0.tar.gz
[uutf.1.0.4] downloaded from https://erratique.ch/software/uutf/releases/uutf-1.0.4.tbz
[variantslib.v0.17.0] downloaded from https://github.com/janestreet/variantslib/archive/refs/tags/v0.17.0.tar.gz

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cstruct.6.0.1
-> installed cppo.1.8.0
-> installed jane-street-headers.v0.17.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed spawn.v0.17.0
-> installed re.1.12.0
-> installed num.1.5-1
-> installed parsexp.v0.17.0
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed sexplib.v0.17.0
-> installed ocplib-endian.1.2
-> removed   mariadb.1.3.0
-> installed ocamlbuild.0.16.1
-> installed base.v0.17.2
-> installed lwt.5.9.1
-> installed fieldslib.v0.17.0
-> installed stdio.v0.17.0
-> installed typerep.v0.17.1
-> installed topkg.1.0.8
-> installed variantslib.v0.17.0
-> installed uutf.1.0.4
-> installed ppxlib.0.35.0
-> installed ppx_optcomp.v0.17.0
-> installed ppxlib_jane.v0.17.2
-> installed ppx_cold.v0.17.0
-> installed ppx_disable_unused_warnings.v0.17.0
-> installed ppx_fields_conv.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_fixed_literal.v0.17.0
-> installed ppx_ignore_instrumentation.v0.17.0
-> installed ppx_pipebang.v0.17.0
-> installed ppx_stable.v0.17.0
-> installed ppx_stable_witness.v0.17.0
-> installed ppx_tydi.v0.17.0
-> installed ppx_typerep_conv.v0.17.0
-> installed ppx_variants_conv.v0.17.0
-> installed ppx_compare.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.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_sexp_value.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_custom_printf.v0.17.0
-> installed ppx_sexp_message.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 timezone.v0.17.0
-> installed expect_test_helpers_core.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.
# Run eval $(opam env) to update the current shell environment
2025-05-08 10:59.56 ---> saved as "819884aa2bd1fb741827fe681280ade0018d5804de7cbd3db5a4b999e66e84f9"

/home/opam: (run (shell  "opam depext --with-test mariadb.1.3.0 && 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 \"\\\"debian-12\\\"\"; 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"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
gcc
libmariadb-dev
pkg-config
# All required OS packages found.
The following actions will be performed:
  - recompile mariadb 1.3.0*

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/3: [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.
# Run eval $(opam env) to update the current shell environment
2025-05-08 11:00.11 ---> saved as "03c1065762e70aff39a909d289f6c472c4d3d01916e0d57141f85cbce70c6dae"
Job succeeded
2025-05-08 11:00.24: Job succeeded