Build:
  1. 0
2026-01-13 04:52.05: New job: build markdown_monolith.0.1.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29218/head (7cc188286c252047a59d304d3f06f2a5479b2750)
                              on archlinux-ocaml-5.4/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29218/head" && git reset --hard 7cc18828
git fetch origin master
git merge --no-edit 1c361fac36225534ee877701522e296785f9a9db
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:archlinux-ocaml-5.4@sha256:29c60d7f6d5620dbed6436c999ad6fc08e5c99f3b3a07a4b0e4553be76503c04
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn markdown_monolith.0.1.1 0.1.1
RUN opam reinstall markdown_monolith.0.1.1; \
    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 "\"archlinux\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'markdown_monolith.0.1.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-01-13 04:52.05: Using cache hint "ocaml/opam:archlinux-ocaml-5.4@sha256:29c60d7f6d5620dbed6436c999ad6fc08e5c99f3b3a07a4b0e4553be76503c04-markdown_monolith.0.1.1-7cc188286c252047a59d304d3f06f2a5479b2750"
2026-01-13 04:52.05: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-5.4@sha256:29c60d7f6d5620dbed6436c999ad6fc08e5c99f3b3a07a4b0e4553be76503c04)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn markdown_monolith.0.1.1 0.1.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall markdown_monolith.0.1.1;\
             \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 \"\\\"archlinux\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'markdown_monolith.0.1.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-01-13 04:52.05: Waiting for resource in pool OCluster
2026-01-13 20:05.08: Waiting for worker…
2026-01-13 20:07.55: Got resource from pool OCluster
Building on eumache
All commits already cached
Updating files:  97% (18714/19195)
Updating files:  98% (18812/19195)
Updating files:  99% (19004/19195)
Updating files: 100% (19195/19195)
Updating files: 100% (19195/19195), done.
HEAD is now at 1c361fac36 Merge pull request #29210 from dinosaure/release-miou-v0.5.1
Updating 1c361fac36..7cc188286c
Fast-forward
 .../markdown_monolith/markdown_monolith.0.1.1/opam | 48 ++++++++++++++++++++++
 1 file changed, 48 insertions(+)
 create mode 100644 packages/markdown_monolith/markdown_monolith.0.1.1/opam

(from ocaml/opam:archlinux-ocaml-5.4@sha256:29c60d7f6d5620dbed6436c999ad6fc08e5c99f3b3a07a4b0e4553be76503c04)
Unable to find image 'ocaml/opam:archlinux-ocaml-5.4@sha256:29c60d7f6d5620dbed6436c999ad6fc08e5c99f3b3a07a4b0e4553be76503c04' locally
docker.io/ocaml/opam@sha256:29c60d7f6d5620dbed6436c999ad6fc08e5c99f3b3a07a4b0e4553be76503c04: Pulling from ocaml/opam
74d5579544e6: Already exists
73920abf4e07: Already exists
1d102350604f: Already exists
be6ec70a430a: Already exists
c2ad2ad11caf: Already exists
25db89288260: Already exists
92986813a822: Already exists
12af2f686dad: Already exists
33ed7205b90f: Already exists
57a08b80fca5: Already exists
480cb47e9cba: Already exists
da06f0998cd8: Already exists
c8e83c358125: Already exists
1da7387c78ee: Already exists
1da7387c78ee: Already exists
4f4fb700ef54: Already exists
a3fd73de4a90: Already exists
bb6b468797fc: Already exists
8a3f3805c752: Already exists
c3f6e0750857: Already exists
65604c45b333: Already exists
2a81d53ef252: Already exists
ef97d3337234: Already exists
c399cde042b6: Already exists
0f3a78e83832: Already exists
44663b987d6f: Already exists
f1176c62fb7e: Already exists
9d7e8c184ea0: Already exists
2a6411e08be8: Already exists
f4b46cc1d8a5: Already exists
81b410322480: Already exists
6be8c1ff55a6: Already exists
172eb76ee452: Already exists
078697f6018d: Already exists
599a4547755a: Already exists
e5b532ead5c8: Already exists
98c1441db518: Already exists
5e7e43f1b282: Already exists
084a6b271f06: Already exists
Digest: sha256:29c60d7f6d5620dbed6436c999ad6fc08e5c99f3b3a07a4b0e4553be76503c04
Status: Downloaded newer image for ocaml/opam@sha256:29c60d7f6d5620dbed6436c999ad6fc08e5c99f3b3a07a4b0e4553be76503c04
2026-01-13 20:08.19 ---> saved as "b964edc9159a7890c05801d80f00879327bffabbf09e9f1b9488eb9b8710cc62"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-13 20:08.19 ---> saved as "16fe16a6b2d857667430d24a8ab77e3bb13406a5934c104ccb3382651722c2bc"

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-13 20:08.48 ---> saved as "bb81515c977f82c72c815dc8555d5413ce775868f00788683ce8c627eae6d7a3"

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=arch os-version=20260104.0.477168
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2026-01-13 20:08.49 ---> saved as "8176f0c5e28426d3649b15642f577f62ea65ec492471d4028fbad964142e035f"

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-01-13 20:08.57 ---> saved as "3b7ba200ed4feec9273954dee85601b22de34ae7793cbad0569704b7e9addf3c"

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-13 20:09.04 ---> saved as "ff3da5d9473ce955c605feee134d469800cd44d93df176b7d5c0e043e08563ed"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-13 20:09.25 ---> saved as "ac0d7d96472049e2a13bc954ee51b28b8dabd795fc9398abe4c8a6f91e6de0d9"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
-  core downloading...
-  extra downloading...
2026-01-13 20:09.26 ---> saved as "e4569c95253b1c12d5cf418450c3de0fbc48969f6efd3a6c0d8f98f242beaa50"

/home/opam: (run (shell "opam pin add -k version -yn markdown_monolith.0.1.1 0.1.1"))
markdown_monolith is now pinned to version 0.1.1
2026-01-13 20:09.27 ---> saved as "0560be017aecda6873e9e4ceacddf31a02472e87124a1809e92dcda1e19998df"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall markdown_monolith.0.1.1;\
                        \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 \"\\\"archlinux\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'markdown_monolith.0.1.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
markdown_monolith.0.1.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 69 packages
  ∗ angstrom                0.16.1         [required by uri]
  ∗ asn1-combinators        0.3.2          [required by x509]
  ∗ astring                 0.8.5          [required by conduit]
  ∗ base                    v0.17.3        [required by ppx_sexp_conv]
  ∗ base-bytes              base           [required by ocplib-endian]
  ∗ base64                  3.5.2          [required by cohttp]
  ∗ bigstringaf             0.10.0         [required by angstrom]
  ∗ bos                     0.2.1          [required by ca-certs]
  ∗ ca-certs                1.0.1          [required by conduit-lwt-unix]
  ∗ cmarkit                 0.4.0          [required by markdown_monolith]
  ∗ cmdliner                2.1.0          [required by markdown_monolith]
  ∗ cohttp                  6.2.1          [required by cohttp-lwt-unix]
  ∗ cohttp-lwt              6.2.1          [required by cohttp-lwt-unix]
  ∗ cohttp-lwt-unix         6.2.1          [required by markdown_monolith]
  ∗ conduit                 8.0.0          [required by conduit-lwt]
  ∗ conduit-lwt             8.0.0          [required by cohttp-lwt-unix]
  ∗ conduit-lwt-unix        8.0.0          [required by cohttp-lwt-unix]
  ∗ conf-gmp                5              [required by conf-gmp-powm-sec, zarith]
  ∗ conf-gmp-powm-sec       4              [required by mirage-crypto-pk]
  ∗ conf-libssl             4              [required by ssl]
  ∗ conf-pkg-config         4              [required by conf-libssl]
  ∗ cppo                    1.8.0          [required by lwt]
  ∗ csexp                   1.5.2          [required by dune-configurator]
  ∗ digestif                1.3.0          [required by ca-certs]
  ∗ domain-name             0.5.0          [required by ipaddr]
  ∗ dune                    3.20.2         [required by markdown_monolith]
  ∗ dune-configurator       3.20.2         [required by mirage-crypto, lwt, base, ssl]
  ∗ duration                0.2.1          [required by mirage-crypto-rng]
  ∗ eqaf                    0.10           [required by digestif, mirage-crypto]
  ∗ fmt                     0.11.0         [required by cohttp-lwt-unix]
  ∗ fpath                   0.7.3          [required by ca-certs]
  ∗ gmap                    0.3.0          [required by x509]
  ∗ http                    6.2.1          [required by cohttp-lwt-unix]
  ∗ ipaddr                  5.6.1          [required by cohttp-lwt, cohttp, conduit-lwt-unix]
  ∗ ipaddr-sexp             5.6.1          [required by conduit-lwt-unix]
  ∗ kdf                     1.0.0          [required by x509]
  ∗ logs                    0.10.0         [required by cohttp-lwt-unix]
  ∗ lwt                     6.0.0          [required by markdown_monolith]
  ∗ lwt_ssl                 1.2.0          [required by markdown_monolith]
  ∗ macaddr                 5.6.1          [required by ipaddr]
  ∗ magic-mime              1.3.1          [required by cohttp-lwt-unix]
  ∗ markdown_monolith       0.1.1 (pinned)
  ∗ mirage-crypto           2.0.2          [required by ca-certs]
  ∗ mirage-crypto-ec        2.0.2          [required by x509]
  ∗ mirage-crypto-pk        2.0.2          [required by x509]
  ∗ mirage-crypto-rng       2.0.2          [required by x509]
  ∗ ocaml-compiler-libs     v0.17.0        [required by ppxlib]
  ∗ ocaml-syntax-shims      1.0.0          [required by angstrom]
  ∗ ocaml_intrinsics_kernel v0.17.1        [required by base]
  ∗ ocamlbuild              0.16.1         [required by cmarkit]
  ∗ ocamlfind               1.9.8          [required by cmarkit]
  ∗ ocplib-endian           1.2            [required by lwt]
  ∗ ohex                    0.2.0          [required by ca-certs]
  ∗ ppx_derivers            1.2.1          [required by ppxlib]
  ∗ ppx_sexp_conv           v0.17.1        [required by cohttp-lwt-unix]
  ∗ ppxlib                  0.37.0         [required by ppx_sexp_conv]
  ∗ ppxlib_jane             v0.17.4        [required by ppx_sexp_conv]
  ∗ ptime                   1.2.0          [required by ca-certs]
  ∗ re                      1.14.0         [required by cohttp]
  ∗ rresult                 0.7.0          [required by bos]
  ∗ sexplib0                v0.17.0        [required by cohttp-lwt, cohttp, conduit-lwt]
  ∗ ssl                     0.7.0          [required by lwt_ssl]
  ∗ stdlib-shims            0.3.0          [required by ppxlib]
  ∗ stringext               1.6.0          [required by cohttp]
  ∗ topkg                   1.1.1          [required by cmarkit]
  ∗ uri                     4.4.0          [required by cohttp-lwt, cohttp, conduit-lwt-unix]
  ∗ uri-sexp                4.4.0          [required by cohttp]
  ∗ x509                    1.0.6          [required by ca-certs]
  ∗ zarith                  1.14           [required by mirage-crypto-pk]

The following system packages will first need to be installed:
    pkgconf

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run pacman to install them (may need root/sudo access)
  2. Display the recommended pacman command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/sbin/sudo "pacman" "-Su" "--noconfirm" "pkgconf"
- :: Starting full system upgrade...
- resolving dependencies...
- looking for conflicting packages...
- 
- Package (20)                  Old Version                  New Version                  Net Change  Download Size
- 
- core/audit                    4.1.2-1                      4.1.2-2                        0.00 MiB       0.38 MiB
- core/binutils                 2.45.1-1                     2.45.1+r35+g12d0a1dbc1b9-1     0.00 MiB       7.79 MiB
- core/brotli                   1.1.0-3                      1.2.0-1                        0.03 MiB       0.39 MiB
- core/ca-certificates-mozilla  3.119.1-1                    3.120-1                        0.00 MiB       0.39 MiB
- core/gcc                      15.2.1+r301+gf24307422d1d-1  15.2.1+r447+g6a64f6c3ebb8-1    0.02 MiB      54.07 MiB
- core/gcc-libs                 15.2.1+r301+gf24307422d1d-1  15.2.1+r447+g6a64f6c3ebb8-1    3.22 MiB      36.92 MiB
- core/glib2                    2.86.3-1                     2.86.3-2                       0.00 MiB       4.93 MiB
- core/glibc                    2.42+r33+gde1fe81f4714-1     2.42+r47+ga1d3294a5bed-1       0.00 MiB      10.14 MiB
- core/icu                      78.1-1                       78.2-1                         0.00 MiB      11.71 MiB
- core/libcap-ng                0.8.5-3                      0.9-1                          0.00 MiB       0.04 MiB
- core/libseccomp               2.5.6-1                      2.6.0-1                        0.05 MiB       0.09 MiB
- core/libtasn1                 4.20.0-1                     4.21.0-1                       0.00 MiB       0.13 MiB
- core/libxml2                  2.15.1-4                     2.15.1-5                       0.01 MiB       0.75 MiB
- core/linux-api-headers        6.17-1                       6.18-1                         0.06 MiB       1.47 MiB
- core/sqlite                   3.51.1-1                     3.51.2-1                       0.01 MiB       2.23 MiB
- core/sudo                     1.9.17.p2-1                  1.9.17.p2-2                    0.00 MiB       1.84 MiB
- core/util-linux               2.41.3-1                     2.41.3-2                       0.00 MiB       5.22 MiB
- core/util-linux-libs          2.41.3-1                     2.41.3-2                       0.00 MiB       0.48 MiB
- extra/xcb-proto               1.17.0-3                     1.17.0-4                       0.01 MiB       0.13 MiB
- core/pkgconf                                               2.5.1-1                        0.20 MiB       0.07 MiB
- 
- Total Download Size:   139.17 MiB
- Total Installed Size:  593.09 MiB
- Net Upgrade Size:        3.60 MiB
- 
- :: Proceed with installation? [Y/n] 
- :: Retrieving packages...
-  gcc-15.2.1+r447+g6a64f6c3ebb8-1-x86_64 downloading...
-  gcc-libs-15.2.1+r447+g6a64f6c3ebb8-1-x86_64 downloading...
-  icu-78.2-1-x86_64 downloading...
-  glibc-2.42+r47+ga1d3294a5bed-1-x86_64 downloading...
-  binutils-2.45.1+r35+g12d0a1dbc1b9-1-x86_64 downloading...
-  util-linux-2.41.3-2-x86_64 downloading...
-  glib2-2.86.3-2-x86_64 downloading...
-  sqlite-3.51.2-1-x86_64 downloading...
-  sudo-1.9.17.p2-2-x86_64 downloading...
-  linux-api-headers-6.18-1-x86_64 downloading...
-  libxml2-2.15.1-5-x86_64 downloading...
-  util-linux-libs-2.41.3-2-x86_64 downloading...
-  brotli-1.2.0-1-x86_64 downloading...
-  ca-certificates-mozilla-3.120-1-x86_64 downloading...
-  audit-4.1.2-2-x86_64 downloading...
-  libtasn1-4.21.0-1-x86_64 downloading...
-  xcb-proto-1.17.0-4-any downloading...
-  libseccomp-2.6.0-1-x86_64 downloading...
-  pkgconf-2.5.1-1-x86_64 downloading...
-  libcap-ng-0.9-1-x86_64 downloading...
- checking keyring...
- checking package integrity...
- loading package files...
- checking for file conflicts...
- :: Processing package changes...
- upgrading linux-api-headers...
- upgrading glibc...
- Generating locales...
- Generation complete.
- installing pkgconf...
- upgrading libcap-ng...
- upgrading gcc-libs...
- upgrading sqlite...
- upgrading util-linux-libs...
- upgrading audit...
- upgrading brotli...
- upgrading libtasn1...
- upgrading ca-certificates-mozilla...
- upgrading binutils...
- upgrading gcc...
- upgrading glib2...
- upgrading icu...
- upgrading libseccomp...
- upgrading libxml2...
- upgrading sudo...
- upgrading util-linux...
- upgrading xcb-proto...
- :: Running post-transaction hooks...
- (1/7) Creating system user accounts...
- (2/7) Creating temporary files...
- /usr/lib/tmpfiles.d/journal-nocow.conf:26: Failed to resolve specifier: uninitialized /etc/ detected, skipping.
- All rules containing unresolvable specifiers will be skipped.
- (3/7) Reloading system manager configuration...
- Failed to check for chroot() environment: Permission denied
-   Skipped: Current root is not booted.
- (4/7) Restarting marked services...
- Failed to check for chroot() environment: Permission denied
-   Skipped: Current root is not booted.
- (5/7) Reloading device manager configuration...
- Failed to check for chroot() environment: Permission denied
-   Skipped: Current root is not booted.
- (6/7) Arming ConditionNeedsUpdate...
- (7/7) Rebuilding certificate stores...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved angstrom.0.16.1  (cached)
⬇ retrieved asn1-combinators.0.3.2  (cached)
⬇ retrieved astring.0.8.5  (cached)
⬇ retrieved base.v0.17.3  (cached)
⬇ retrieved base64.3.5.2  (cached)
⬇ retrieved bigstringaf.0.10.0  (cached)
⬇ retrieved bos.0.2.1  (cached)
⬇ retrieved ca-certs.1.0.1  (cached)
⬇ retrieved cmarkit.0.4.0  (cached)
⬇ retrieved cmdliner.2.1.0  (cached)
⬇ retrieved cohttp.6.2.1, cohttp-lwt.6.2.1, cohttp-lwt-unix.6.2.1, http.6.2.1  (cached)
⬇ retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0  (cached)
⬇ retrieved conf-gmp.5  (cached)
⬇ retrieved conf-gmp-powm-sec.4  (cached)
⬇ retrieved conf-libssl.4  (cached)
⬇ retrieved cppo.1.8.0  (cached)
⬇ retrieved csexp.1.5.2  (cached)
∗ installed conf-gmp.5
∗ installed conf-pkg-config.4
∗ installed conf-gmp-powm-sec.4
∗ installed conf-libssl.4
⬇ retrieved digestif.1.3.0  (cached)
⬇ retrieved domain-name.0.5.0  (cached)
⬇ retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
⬇ retrieved duration.0.2.1  (cached)
⬇ retrieved eqaf.0.10  (cached)
⬇ retrieved fmt.0.11.0  (cached)
⬇ retrieved fpath.0.7.3  (cached)
⬇ retrieved gmap.0.3.0  (cached)
⬇ retrieved ipaddr.5.6.1, ipaddr-sexp.5.6.1, macaddr.5.6.1  (cached)
⬇ retrieved kdf.1.0.0  (cached)
⬇ retrieved logs.0.10.0  (cached)
⬇ retrieved lwt.6.0.0  (cached)
⬇ retrieved lwt_ssl.1.2.0  (cached)
⬇ retrieved magic-mime.1.3.1  (cached)
∗ installed cmdliner.2.1.0
⬇ retrieved markdown_monolith.0.1.1  (https://github.com/Durbatuluk1701/markdown_monolith/archive/refs/tags/v0.1.1.tar.gz)
⬇ retrieved mirage-crypto.2.0.2, mirage-crypto-ec.2.0.2, mirage-crypto-pk.2.0.2, mirage-crypto-rng.2.0.2  (cached)
⬇ retrieved ocaml-compiler-libs.v0.17.0  (cached)
⬇ retrieved ocaml-syntax-shims.1.0.0  (cached)
⬇ retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
⬇ retrieved ocamlbuild.0.16.1  (cached)
⬇ retrieved ocamlfind.1.9.8  (cached)
⬇ retrieved ocplib-endian.1.2  (cached)
⬇ retrieved ohex.0.2.0  (cached)
⬇ retrieved ppx_derivers.1.2.1  (cached)
⬇ retrieved ppx_sexp_conv.v0.17.1  (cached)
⬇ retrieved ppxlib.0.37.0  (cached)
⬇ retrieved ppxlib_jane.v0.17.4  (cached)
⬇ retrieved ptime.1.2.0  (cached)
⬇ retrieved re.1.14.0  (cached)
⬇ retrieved rresult.0.7.0  (cached)
⬇ retrieved sexplib0.v0.17.0  (cached)
⬇ retrieved ssl.0.7.0  (cached)
⬇ retrieved stdlib-shims.0.3.0  (cached)
⬇ retrieved stringext.1.6.0  (cached)
⬇ retrieved topkg.1.1.1  (cached)
⬇ retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
⬇ retrieved x509.1.0.6  (cached)
⬇ retrieved zarith.1.14  (cached)
∗ installed ocamlfind.1.9.8
∗ installed base-bytes.base
∗ installed ocamlbuild.0.16.1
∗ installed zarith.1.14
∗ installed topkg.1.1.1
∗ installed rresult.0.7.0
∗ installed fmt.0.11.0
∗ installed ptime.1.2.0
∗ installed astring.0.8.5
∗ installed fpath.0.7.3
∗ installed cmarkit.0.4.0
∗ installed dune.3.20.2
∗ installed duration.0.2.1
∗ installed gmap.0.3.0
∗ installed base64.3.5.2
∗ installed csexp.1.5.2
∗ installed asn1-combinators.0.3.2
∗ installed cppo.1.8.0
∗ installed domain-name.0.5.0
∗ installed eqaf.0.10
∗ installed http.6.2.1
∗ installed macaddr.5.6.1
∗ installed magic-mime.1.3.1
∗ installed ocaml-compiler-libs.v0.17.0
∗ installed ocaml-syntax-shims.1.0.0
∗ installed ocaml_intrinsics_kernel.v0.17.1
∗ installed ohex.0.2.0
∗ installed ppx_derivers.1.2.1
∗ installed re.1.14.0
∗ installed sexplib0.v0.17.0
∗ installed stdlib-shims.0.3.0
∗ installed stringext.1.6.0
∗ installed ocplib-endian.1.2
∗ installed ipaddr.5.6.1
∗ installed digestif.1.3.0
∗ installed dune-configurator.3.20.2
∗ installed bigstringaf.0.10.0
∗ installed angstrom.0.16.1
∗ installed ssl.0.7.0
∗ installed mirage-crypto.2.0.2
∗ installed kdf.1.0.0
∗ installed lwt.6.0.0
∗ installed uri.4.4.0
∗ installed lwt_ssl.1.2.0
∗ installed logs.0.10.0
∗ installed mirage-crypto-rng.2.0.2
∗ installed mirage-crypto-pk.2.0.2
∗ installed base.v0.17.3
∗ installed bos.0.2.1
∗ installed mirage-crypto-ec.2.0.2
∗ installed x509.1.0.6
∗ installed ca-certs.1.0.1
∗ installed ppxlib.0.37.0
∗ installed ppxlib_jane.v0.17.4
∗ installed ppx_sexp_conv.v0.17.1
∗ installed ipaddr-sexp.5.6.1
∗ installed uri-sexp.4.4.0
∗ installed conduit.8.0.0
∗ installed cohttp.6.2.1
∗ installed conduit-lwt.8.0.0
∗ installed cohttp-lwt.6.2.1
∗ installed conduit-lwt-unix.8.0.0
∗ installed cohttp-lwt-unix.6.2.1
∗ installed markdown_monolith.0.1.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-13 20:10.56 ---> saved as "769f1bf14248376cbc6dbd731ca12cb1957a0f81d99b63cd7fa49d9b2faaaa6d"
Job succeeded
2026-01-13 20:11.08: Job succeeded