Build:
  1. 0
2024-05-21 20:59.06: New job: docker build {
                                             "compose-or-build": true,
                                             "commit": "4d45d5ef2ac1108f390bf0e2ab549dd473e7c138",
                                             "dockerfile": {
                                               "file": "Dockerfile"
                                             },
                                             "docker_context": null,
                                             "squash": false,
                                             "build_args": [],
                                             "path": null
                                           }
2024-05-21 20:59.06: Checking out commit 4d45d5ef. To reproduce:
                       git clone --recursive "https://github.com/quantifyearth/shark.git" -b "pf341-import" && cd "shark" && git reset --hard 4d45d5ef
2024-05-21 20:59.06: Exec: "cp" "-a" "--" "/var/lib/ocurrent/var/git/shark.git-2b46e30fb3e063e2e8f96b8038e1d84ef9bbcd3ab8886043a79201a38b398443/.git" 
                           "/tmp/git-checkout1630d679"
2024-05-21 20:59.06: Exec: "git" "-C" "/tmp/git-checkout1630d679" "submodule" 
                           "deinit" "--force" "--all"
could not create empty submodule directory vendor/obuilderSubmodule 'vendor/obuilder' (https://github.com/quantifyearth/obuilder) unregistered for path 'vendor/obuilder'
2024-05-21 20:59.06: Exec: "git" "-C" "/tmp/git-checkout1630d679" "reset" 
                           "--hard" "-q" "4d45d5ef2ac1108f390bf0e2ab549dd473e7c138"
2024-05-21 20:59.07: Exec: "git" "-C" "/tmp/git-checkout1630d679" "submodule" 
                           "update" "--recursive" "--init" "--no-fetch"
Submodule 'vendor/obuilder' (https://github.com/quantifyearth/obuilder) registered for path 'vendor/obuilder'
Submodule path 'vendor/obuilder': checked out '3196b14c8de6a51c26c553166943b22fba01b76c'
2024-05-21 20:59.07: Exec: "docker" "build" "--pull" "-f" "/tmp/git-checkout1630d679/Dockerfile" 
                           "--iidfile" "/tmp/git-checkout1630d679/docker-iid" 
                           "--" "/tmp/git-checkout1630d679"
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  75.76MB

Step 1/11 : FROM ocaml/opam:debian-11-ocaml-5.1 as build
debian-11-ocaml-5.1: Pulling from ocaml/opam
f69bcc87205d: Pulling fs layer
f69bcc87205d: Verifying Checksum
f69bcc87205d: Download complete
f69bcc87205d: Pull complete
Digest: sha256:3dfcf3eb9e4bb76589f98fea52aabaf0bc6f3265896671b7d68737a0249c60f5
Status: Downloaded newer image for ocaml/opam:debian-11-ocaml-5.1
 ---> 988bb697af76
Step 2/11 : RUN  sudo apt-get update   && sudo apt-get install -y runc
 ---> Running in d1679609cfd2
Hit:1 http://deb.debian.org/debian bullseye InRelease
Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Fetched 44.1 kB in 0s (91.7 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Recommended packages:
  criu
The following NEW packages will be installed:
  runc
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 2429 kB of archives.
After this operation, 8408 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bullseye/main amd64 runc amd64 1.0.0~rc93+ds1-5+deb11u3 [2429 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 2429 kB in 0s (27.0 MB/s)
Selecting previously unselected package runc.
(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 ... 18365 files and directories currently installed.)
Preparing to unpack .../runc_1.0.0~rc93+ds1-5+deb11u3_amd64.deb ...
Unpacking runc (1.0.0~rc93+ds1-5+deb11u3) ...
Setting up runc (1.0.0~rc93+ds1-5+deb11u3) ...
Removing intermediate container d1679609cfd2
 ---> 0621488b8714
Step 3/11 : RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
 ---> Running in cba912029ed9
Removing intermediate container cba912029ed9
 ---> 748edf304eac
Step 4/11 : USER 1000:1000
 ---> Running in 11e927c1ed4f
Removing intermediate container 11e927c1ed4f
 ---> 09aa5e586a13
Step 5/11 : RUN cd ~/opam-repository && git pull origin -q master && git reset --hard 3505e93828fa76861e82d09d92a37a6272d46da5 && opam update
 ---> Running in 2d464bf2f0a0
HEAD is now at 3505e93828 Merge pull request #25518 from titouancreach/opam-publish-typeid.1.0.1
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.

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

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
Now run 'opam upgrade' to apply any package updates.
Removing intermediate container 2d464bf2f0a0
 ---> 992e1d5fe56c
Step 6/11 : COPY --chown=opam shark.opam /src/
 ---> 7a21d16892f5
Step 7/11 : WORKDIR /src
 ---> Running in 5dc911eebd67
Removing intermediate container 5dc911eebd67
 ---> 0db60558e5c3
Step 8/11 : RUN opam install -y --deps-only --with-test .
 ---> Running in 48268cefaf1a
The following additional pinnings are required by shark.~dev:
  - code-mirror.dev at git+https://github.com/patricoferris/jsoo-code-mirror#0cd3d0aa4ca454ece5b59f45a8caadb8e1874151
  - mirage-crypto-rng.0.11.2 at git+https://github.com/dinosaure/mirage-crypto.git#parallel
  - tar.dev at git+https://github.com/samoht/ocaml-tar.git#eio-0.12
  - tar-unix.dev at git+https://github.com/samoht/ocaml-tar.git#eio-0.12
  - tar-eio.dev at git+https://github.com/samoht/ocaml-tar.git#eio-0.12
  - osrelease.dev at git+https://github.com/avsm/osrelease#5d2922cc56efd1ae88e75e800b2b6ba74d4181fa
Pin and install them? [Y/n] y
Package code-mirror does not exist, create as a NEW package? [Y/n] y
[code-mirror.dev] synchronised (no changes)
[WARNING] Failed checks on code-mirror package definition from source at git+https://github.com/patricoferris/jsoo-code-mirror#0cd3d0aa4ca454ece5b59f45a8caadb8e1874151:
           warning 35: Missing field 'homepage'
           warning 36: Missing field 'bug-reports'
code-mirror is now pinned to git+https://github.com/patricoferris/jsoo-code-mirror#0cd3d0aa4ca454ece5b59f45a8caadb8e1874151 (version dev)
[mirage-crypto-rng.0.11.2] synchronised (no changes)
mirage-crypto-rng is now pinned to git+https://github.com/dinosaure/mirage-crypto.git#parallel (version 0.11.2)
[tar.dev] synchronised (no changes)
tar is now pinned to git+https://github.com/samoht/ocaml-tar.git#eio-0.12 (version dev)
[tar-unix.dev] synchronised (no changes)
tar-unix is now pinned to git+https://github.com/samoht/ocaml-tar.git#eio-0.12 (version dev)
[tar-eio.dev] synchronised (no changes)
tar-eio is now pinned to git+https://github.com/samoht/ocaml-tar.git#eio-0.12 (version dev)
Package osrelease does not exist, create as a NEW package? [Y/n] y
[osrelease.dev] synchronised (no changes)
osrelease is now pinned to git+https://github.com/avsm/osrelease#5d2922cc56efd1ae88e75e800b2b6ba74d4181fa (version dev)
The following actions will be performed:
  - install conf-bash                   1
  - install num                         1.5
  - install cmdliner                    1.2.0
  - install ocamlfind                   1.9.6
  - install dune                        3.14.2
  - install conf-pkg-config             3
  - install ocamlbuild                  0.14.3
  - install seq                         base
  - install conf-gmp                    4
  - install base-bytes                  base
  - install xdg                         3.14.2
  - install vector                      1.0.0
  - install thread-table                1.0.0
  - install stringext                   1.6.0
  - install stdlib-shims                0.3.0
  - install spawn                       v0.15.1
  - install sexplib0                    v0.16.0
  - install routes                      2.0.0
  - install result                      1.5
  - install ppx_derivers                1.2.1
  - install optint                      0.3.0
  - install ocaml-version               3.6.4
  - install ocaml-syntax-shims          1.0.0
  - install ocaml-compiler-libs         v0.12.4
  - install menhirSdk                   20231231
  - install menhirLib                   20231231
  - install menhirCST                   20231231
  - install macaddr                     5.5.0
  - install lwt-dllist                  1.0.1
  - install jane-street-headers         v0.16.0
  - install http                        6.0.0~beta2
  - install gmap                        0.3.0
  - install duration                    0.2.1
  - install domain-name                 0.4.0
  - install csexp                       1.5.2
  - install cppo                        1.6.9
  - install camlp-streams               5.0.1
  - install bigarray-compat             1.1.0
  - install base64                      3.5.1
  - install conf-sqlite3                1
  - install topkg                       1.0.7
  - install re                          1.11.0
  - install psq                         0.2.1
  - install gen                         1.1
  - install zarith                      1.13
  - install conf-gmp-powm-sec           3
  - install domain-local-await          1.0.1
  - install sha                         1.15.4
  - install integers                    0.7.0
  - install parsexp                     v0.16.0
  - install ppxlib                      0.32.0
  - install menhir                      20231231
  - install ipaddr                      5.5.0
  - install dune-configurator           3.14.2
  - install yojson                      2.1.2
  - install ocplib-endian               1.2
  - install uutf                        1.0.3
  - install uucp                        15.1.0
  - install rresult                     0.7.0
  - install ptime                       1.1.0
  - install mtime                       2.0.0
  - install htmlit                      0.1.0
  - install hmap                        0.8.1
  - install fmt                         0.9.0
  - install cmarkit                     0.3.0
  - install astring                     0.8.5
  - install sexplib                     v0.16.0
  - install sedlex                      3.2
  - install ppx_pipebang                v0.16.0
  - install ppx_ignore_instrumentation  v0.16.0
  - install ppx_deriving                5.2.1
  - install sqlite3                     5.1.0
  - install ocaml_intrinsics            v0.16.1
  - install iomux                       0.3
  - install extunix                     0.4.1
  - install ctypes                      0.22.0
  - install checkseum                   0.5.2
  - install bigstringaf                 0.9.1
  - install base                        v0.16.3
  - install lwt                         5.7.0
  - install terminal                    0.2.2
  - install crunch                      3.3.1
  - install cstruct                     6.2.0
  - install fpath                       0.7.3
  - install alcotest                    1.7.0
  - install js_of_ocaml-compiler        5.7.1
  - install ppx_deriving_yojson         3.7.0
  - install decompress                  1.5.3
  - install angstrom                    0.16.0
  - install variantslib                 v0.16.0
  - install typerep                     v0.16.0
  - install stdio                       v0.16.0
  - install ppx_tydi                    v0.16.0
  - install ppx_stable_witness          v0.16.0
  - install ppx_stable                  v0.16.0
  - install ppx_sexp_conv               v0.16.0
  - install ppx_optional                v0.16.0
  - install ppx_here                    v0.16.0
  - install ppx_globalize               v0.16.0
  - install ppx_fixed_literal           v0.16.0
  - install ppx_enumerate               v0.16.0
  - install ppx_disable_unused_warnings v0.16.0
  - install ppx_compare                 v0.16.0
  - install ppx_cold                    v0.16.0
  - install fieldslib                   v0.16.0
  - install eqaf                        0.9
  - install eio                         1.0
  - install cstruct-lwt                 6.2.0
  - install asn1-combinators            0.2.6
  - install js_of_ocaml-toplevel        5.7.1
  - install js_of_ocaml                 5.7.1
  - install tar                         dev*
  - install uri                         4.4.0
  - install ppx_variants_conv           v0.16.0
  - install ppx_typerep_conv            v0.16.0
  - install ppx_optcomp                 v0.16.0
  - install ppx_custom_printf           v0.16.0
  - install obuilder-spec               0.6.0
  - install ppx_sexp_value              v0.16.0
  - install ppx_sexp_message            v0.16.0
  - install ppx_let                     v0.16.0
  - install ppx_hash                    v0.16.0
  - install ppx_assert                  v0.16.0
  - install ppx_fields_conv             v0.16.0
  - install mirage-crypto               0.11.2
  - install digestif                    1.2.0
  - install lwt_eio                     0.5.1
  - install eio_posix                   1.0
  - install brr                         0.0.6
  - install logs                        0.7.0
  - install tar-unix                    dev*
  - install tar-eio                     dev*
  - install uri-sexp                    4.4.0
  - install ppx_log                     v0.16.0
  - install ppx_base                    v0.16.0
  - install jst-config                  v0.16.0
  - install bin_prot                    v0.16.0
  - install pbkdf                       1.2.0
  - install hkdf                        1.0.4
  - install code-mirror                 dev*
  - install progress                    0.2.2
  - install mirage-crypto-rng           0.11.2*
  - install mdx                         2.4.1
  - install bos                         0.2.1
  - install cohttp                      6.0.0~beta2
  - install sexp_pretty                 v0.16.0
  - install ppx_string                  v0.16.0
  - install time_now                    v0.16.0
  - install ppx_bin_prot                v0.16.0
  - install mirage-crypto-rng-eio       0.11.2
  - install mirage-crypto-pk            0.11.2
  - install mirage-crypto-ec            0.11.2
  - install yaml                        3.2.0
  - install osrelease                   dev*
  - install cohttp-eio                  6.0.0~beta2
  - install ppx_module_timer            v0.16.0
  - install ppx_inline_test             v0.16.1
  - install x509                        0.16.5
  - install ppx_expect                  v0.16.0
  - install ppx_bench                   v0.16.0
  - install tls                         0.17.3
  - install splittable_random           v0.16.0
  - install tls-eio                     0.17.3
  - install base_quickcheck             v0.16.0
  - install ppx_jane                    v0.16.0
  - install int_repr                    v0.16.0
  - install base_bigstring              v0.16.0
  - install core                        v0.16.2
  - install timezone                    v0.16.0
  - install patience_diff               v0.16.0
  - install expect_test_helpers_core    v0.16.0
  - install core_kernel                 v0.16.0
  - install core_unix                   v0.16.0
  - install patdiff                     v0.16.1
===== 174 to install =====

The following system packages will first need to be installed:
    libgmp-dev libsqlite3-dev pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "libsqlite3-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libglib2.0-0:amd64.
- (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 ... 18395 files and directories currently installed.)
- Preparing to unpack .../0-libglib2.0-0_2.66.8-1+deb11u3_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.66.8-1+deb11u3) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../1-libglib2.0-data_2.66.8-1+deb11u3_all.deb ...
- Unpacking libglib2.0-data (2.66.8-1+deb11u3) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../2-libgmpxx4ldbl_2%3a6.2.1+dfsg-1+deb11u1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-1+deb11u1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../3-libgmp-dev_2%3a6.2.1+dfsg-1+deb11u1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-1+deb11u1) ...
- Selecting previously unselected package libicu67:amd64.
- Preparing to unpack .../4-libicu67_67.1-7_amd64.deb ...
- Unpacking libicu67:amd64 (67.1-7) ...
- Selecting previously unselected package libsqlite3-dev:amd64.
- Preparing to unpack .../5-libsqlite3-dev_3.34.1-3_amd64.deb ...
- Unpacking libsqlite3-dev:amd64 (3.34.1-3) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../6-libxml2_2.9.10+dfsg-6.7+deb11u4_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u4) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../7-pkg-config_0.29.2-1_amd64.deb ...
- Unpacking pkg-config (0.29.2-1) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../8-shared-mime-info_2.0-1_amd64.deb ...
- Unpacking shared-mime-info (2.0-1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../9-xdg-user-dirs_0.17-2_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2) ...
- Setting up libicu67:amd64 (67.1-7) ...
- Setting up xdg-user-dirs (0.17-2) ...
- Setting up libglib2.0-0:amd64 (2.66.8-1+deb11u3) ...
- No schema files found: doing nothing.
- Setting up libglib2.0-data (2.66.8-1+deb11u3) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-1+deb11u1) ...
- Setting up libsqlite3-dev:amd64 (3.34.1-3) ...
- Setting up pkg-config (0.29.2-1) ...
- Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u4) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-1+deb11u1) ...
- Setting up shared-mime-info (2.0-1) ...
- Processing triggers for libc-bin (2.31-13+deb11u10) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.7.0  (https://github.com/mirage/alcotest/releases/download/1.7.0/alcotest-1.7.0.tbz)
-> retrieved angstrom.0.16.0  (https://github.com/inhabitedtype/angstrom/archive/0.16.0.tar.gz)
-> retrieved asn1-combinators.0.2.6  (https://github.com/mirleft/ocaml-asn1-combinators/releases/download/v0.2.6/asn1-combinators-v0.2.6.tbz)
-> retrieved astring.0.8.5  (https://erratique.ch/software/astring/releases/astring-0.8.5.tbz)
-> retrieved base_bigstring.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/base_bigstring-v0.16.0.tar.gz)
-> retrieved base.v0.16.3  (https://github.com/janestreet/base/archive/refs/tags/v0.16.3.tar.gz)
-> retrieved base64.3.5.1  (https://github.com/mirage/ocaml-base64/releases/download/v3.5.1/base64-3.5.1.tbz)
-> retrieved base_quickcheck.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/base_quickcheck-v0.16.0.tar.gz)
-> retrieved bigarray-compat.1.1.0  (https://github.com/mirage/bigarray-compat/releases/download/v1.1.0/bigarray-compat-1.1.0.tbz)
-> retrieved bigstringaf.0.9.1  (https://github.com/inhabitedtype/bigstringaf/archive/0.9.1.tar.gz)
-> retrieved bos.0.2.1  (https://erratique.ch/software/bos/releases/bos-0.2.1.tbz)
-> retrieved brr.0.0.6  (https://erratique.ch/software/brr/releases/brr-0.0.6.tbz)
-> retrieved camlp-streams.5.0.1  (https://github.com/ocaml/camlp-streams/archive/v5.0.1.tar.gz)
-> retrieved bin_prot.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/bin_prot-v0.16.0.tar.gz)
-> retrieved cmdliner.1.2.0  (https://erratique.ch/software/cmdliner/releases/cmdliner-1.2.0.tbz)
-> retrieved cmarkit.0.3.0  (https://erratique.ch/software/cmarkit/releases/cmarkit-0.3.0.tbz)
-> retrieved checkseum.0.5.2  (https://github.com/mirage/checkseum/releases/download/v0.5.2/checkseum-0.5.2.tbz)
-> retrieved code-mirror.dev  (no changes)
-> retrieved cohttp.6.0.0~beta2  (https://github.com/mirage/ocaml-cohttp/releases/download/v6.0.0_beta2/cohttp-v6.0.0_beta2.tbz)
-> retrieved cohttp-eio.6.0.0~beta2  (https://github.com/mirage/ocaml-cohttp/releases/download/v6.0.0_beta2/cohttp-v6.0.0_beta2.tbz)
-> installed conf-bash.1
-> installed conf-pkg-config.3
-> installed conf-sqlite3.1
-> installed conf-gmp.4
-> installed conf-gmp-powm-sec.3
-> retrieved core.v0.16.2  (https://github.com/janestreet/core/archive/refs/tags/v0.16.2.tar.gz)
-> retrieved core_kernel.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/core_kernel-v0.16.0.tar.gz)
-> retrieved core_unix.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/core_unix-v0.16.0.tar.gz)
-> retrieved cppo.1.6.9  (https://github.com/ocaml-community/cppo/archive/v1.6.9.tar.gz)
-> retrieved crunch.3.3.1  (https://github.com/mirage/ocaml-crunch/releases/download/v3.3.1/crunch-3.3.1.tbz)
-> retrieved csexp.1.5.2  (https://github.com/ocaml-dune/csexp/releases/download/1.5.2/csexp-1.5.2.tbz)
-> retrieved cstruct.6.2.0  (https://github.com/mirage/ocaml-cstruct/releases/download/v6.2.0/cstruct-6.2.0.tbz)
-> retrieved ctypes.0.22.0  (https://github.com/yallop/ocaml-ctypes/archive/refs/tags/0.22.0.tar.gz)
-> retrieved cstruct-lwt.6.2.0  (https://github.com/mirage/ocaml-cstruct/releases/download/v6.2.0/cstruct-6.2.0.tbz)
-> retrieved decompress.1.5.3  (https://github.com/mirage/decompress/releases/download/v1.5.3/decompress-1.5.3.tbz)
-> retrieved domain-local-await.1.0.1  (https://github.com/ocaml-multicore/domain-local-await/releases/download/1.0.1/domain-local-await-1.0.1.tbz)
-> retrieved digestif.1.2.0  (https://github.com/mirage/digestif/releases/download/v1.2.0/digestif-1.2.0.tbz)
-> retrieved domain-name.0.4.0  (https://github.com/hannesm/domain-name/releases/download/v0.4.0/domain-name-0.4.0.tbz)
-> installed cmdliner.1.2.0
-> retrieved duration.0.2.1  (https://github.com/hannesm/duration/releases/download/v0.2.1/duration-0.2.1.tbz)
-> retrieved dune.3.14.2  (https://github.com/ocaml/dune/releases/download/3.14.2/dune-3.14.2.tbz)
-> retrieved dune-configurator.3.14.2  (https://github.com/ocaml/dune/releases/download/3.14.2/dune-3.14.2.tbz)
-> retrieved eio.1.0  (https://github.com/ocaml-multicore/eio/releases/download/v1.0/eio-1.0.tbz)
-> retrieved eio_posix.1.0  (https://github.com/ocaml-multicore/eio/releases/download/v1.0/eio-1.0.tbz)
-> retrieved eqaf.0.9  (https://github.com/mirage/eqaf/releases/download/v0.9/eqaf-0.9.tbz)
-> retrieved expect_test_helpers_core.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/expect_test_helpers_core-v0.16.0.tar.gz)
-> retrieved fmt.0.9.0  (https://erratique.ch/software/fmt/releases/fmt-0.9.0.tbz)
-> retrieved fieldslib.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/fieldslib-v0.16.0.tar.gz)
-> retrieved fpath.0.7.3  (https://erratique.ch/software/fpath/releases/fpath-0.7.3.tbz)
-> retrieved extunix.0.4.1  (https://github.com/ygrek/extunix/releases/download/v0.4.1/extunix-0.4.1.tbz)
-> retrieved gen.1.1  (https://github.com/c-cube/gen/archive/v1.1.tar.gz)
-> retrieved hmap.0.8.1  (http://erratique.ch/software/hmap/releases/hmap-0.8.1.tbz)
-> retrieved htmlit.0.1.0  (https://erratique.ch/software/htmlit/releases/htmlit-0.1.0.tbz)
-> retrieved gmap.0.3.0  (https://github.com/hannesm/gmap/releases/download/0.3.0/gmap-0.3.0.tbz)
-> retrieved http.6.0.0~beta2  (cached)
-> retrieved hkdf.1.0.4  (https://github.com/hannesm/ocaml-hkdf/releases/download/v1.0.4/hkdf-v1.0.4.tbz)
-> retrieved int_repr.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/int_repr-v0.16.0.tar.gz)
-> retrieved integers.0.7.0  (https://github.com/yallop/ocaml-integers/archive/0.7.0.tar.gz)
-> retrieved jane-street-headers.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/jane-street-headers-v0.16.0.tar.gz)
-> retrieved ipaddr.5.5.0  (https://github.com/mirage/ocaml-ipaddr/releases/download/v5.5.0/ipaddr-5.5.0.tbz)
-> retrieved iomux.0.3  (https://github.com/haesbaert/ocaml-iomux/releases/download/v0.3/iomux-0.3.tbz)
-> retrieved js_of_ocaml-compiler.5.7.1  (https://github.com/ocsigen/js_of_ocaml/releases/download/5.7.1/js_of_ocaml-5.7.1.tbz)
-> retrieved js_of_ocaml.5.7.1  (https://github.com/ocsigen/js_of_ocaml/releases/download/5.7.1/js_of_ocaml-5.7.1.tbz)
-> retrieved js_of_ocaml-toplevel.5.7.1  (https://github.com/ocsigen/js_of_ocaml/releases/download/5.7.1/js_of_ocaml-5.7.1.tbz)
-> retrieved jst-config.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/jst-config-v0.16.0.tar.gz)
-> retrieved logs.0.7.0  (https://erratique.ch/software/logs/releases/logs-0.7.0.tbz)
-> retrieved lwt.5.7.0  (https://github.com/ocsigen/lwt/archive/refs/tags/5.7.0.tar.gz)
-> retrieved macaddr.5.5.0  (cached)
-> retrieved lwt-dllist.1.0.1  (https://github.com/mirage/lwt-dllist/releases/download/v1.0.1/lwt-dllist-v1.0.1.tbz)
-> retrieved lwt_eio.0.5.1  (https://github.com/ocaml-multicore/lwt_eio/releases/download/v0.5.1/lwt_eio-0.5.1.tbz)
-> retrieved menhir.20231231  (https://gitlab.inria.fr/fpottier/menhir/-/archive/20231231/archive.tar.gz)
-> retrieved mdx.2.4.1  (https://github.com/realworldocaml/mdx/releases/download/2.4.1/mdx-2.4.1.tbz)
-> retrieved menhirCST.20231231  (https://gitlab.inria.fr/fpottier/menhir/-/archive/20231231/archive.tar.gz)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved mirage-crypto.0.11.2  (https://github.com/mirage/mirage-crypto/releases/download/v0.11.2/mirage-crypto-0.11.2.tbz)
-> retrieved mirage-crypto-ec.0.11.2  (https://github.com/mirage/mirage-crypto/releases/download/v0.11.2/mirage-crypto-0.11.2.tbz)
-> retrieved mirage-crypto-pk.0.11.2  (https://github.com/mirage/mirage-crypto/releases/download/v0.11.2/mirage-crypto-0.11.2.tbz)
-> retrieved mtime.2.0.0  (https://erratique.ch/software/mtime/releases/mtime-2.0.0.tbz)
-> retrieved mirage-crypto-rng.0.11.2  (no changes)
-> retrieved mirage-crypto-rng-eio.0.11.2  (cached)
-> retrieved num.1.5  (https://github.com/ocaml/num/archive/v1.5.tar.gz)
-> retrieved obuilder-spec.0.6.0  (https://github.com/ocurrent/obuilder/releases/download/v0.6.0/obuilder-0.6.0.tbz)
-> retrieved ocaml-syntax-shims.1.0.0  (https://github.com/ocaml-ppx/ocaml-syntax-shims/releases/download/1.0.0/ocaml-syntax-shims-1.0.0.tbz)
-> retrieved ocaml-compiler-libs.v0.12.4  (https://github.com/janestreet/ocaml-compiler-libs/releases/download/v0.12.4/ocaml-compiler-libs-v0.12.4.tbz)
-> retrieved ocaml-version.3.6.4  (https://github.com/ocurrent/ocaml-version/releases/download/v3.6.4/ocaml-version-3.6.4.tbz)
-> retrieved ocaml_intrinsics.v0.16.1  (https://github.com/janestreet/ocaml_intrinsics/archive/refs/tags/v0.16.1.tar.gz)
-> retrieved ocamlbuild.0.14.3  (https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.14.3.tar.gz)
-> retrieved ocamlfind.1.9.6  (http://download.camlcity.org/download/findlib-1.9.6.tar.gz)
-> retrieved ocplib-endian.1.2  (https://github.com/OCamlPro/ocplib-endian/archive/refs/tags/1.2.tar.gz)
-> retrieved osrelease.dev  (no changes)
-> retrieved optint.0.3.0  (https://github.com/mirage/optint/releases/download/v0.3.0/optint-0.3.0.tbz)
-> retrieved parsexp.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/parsexp-v0.16.0.tar.gz)
-> retrieved patdiff.v0.16.1  (https://github.com/janestreet/patdiff/archive/refs/tags/v0.16.1.tar.gz)
-> installed num.1.5
-> retrieved patience_diff.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/patience_diff-v0.16.0.tar.gz)
-> retrieved pbkdf.1.2.0  (https://github.com/abeaumont/ocaml-pbkdf/archive/1.2.0.tar.gz)
-> retrieved ppx_assert.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_assert-v0.16.0.tar.gz)
-> retrieved ppx_base.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_base-v0.16.0.tar.gz)
-> retrieved ppx_bench.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_bench-v0.16.0.tar.gz)
-> retrieved ppx_bin_prot.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_bin_prot-v0.16.0.tar.gz)
-> retrieved ppx_cold.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_cold-v0.16.0.tar.gz)
-> retrieved ppx_compare.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_compare-v0.16.0.tar.gz)
-> retrieved ppx_custom_printf.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_custom_printf-v0.16.0.tar.gz)
-> retrieved ppx_derivers.1.2.1  (https://github.com/ocaml-ppx/ppx_derivers/archive/1.2.1.tar.gz)
-> retrieved ppx_disable_unused_warnings.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_disable_unused_warnings-v0.16.0.tar.gz)
-> retrieved ppx_deriving.5.2.1  (https://github.com/ocaml-ppx/ppx_deriving/releases/download/v5.2.1/ppx_deriving-v5.2.1.tbz)
-> retrieved ppx_deriving_yojson.3.7.0  (https://github.com/ocaml-ppx/ppx_deriving_yojson/releases/download/v3.7.0/ppx_deriving_yojson-3.7.0.tar.gz)
-> retrieved ppx_enumerate.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_enumerate-v0.16.0.tar.gz)
-> retrieved ppx_expect.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_expect-v0.16.0.tar.gz)
-> retrieved ppx_fields_conv.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_fields_conv-v0.16.0.tar.gz)
-> retrieved ppx_fixed_literal.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_fixed_literal-v0.16.0.tar.gz)
-> retrieved ppx_globalize.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_globalize-v0.16.0.tar.gz)
-> retrieved ppx_hash.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_hash-v0.16.0.tar.gz)
-> retrieved ppx_here.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_here-v0.16.0.tar.gz)
-> retrieved ppx_ignore_instrumentation.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_ignore_instrumentation-v0.16.0.tar.gz)
-> retrieved ppx_jane.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_jane-v0.16.0.tar.gz)
-> retrieved ppx_inline_test.v0.16.1  (https://github.com/janestreet/ppx_inline_test/archive/refs/tags/v0.16.1.tar.gz)
-> retrieved ppx_let.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_let-v0.16.0.tar.gz)
-> retrieved ppx_log.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_log-v0.16.0.tar.gz)
-> retrieved ppx_module_timer.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_module_timer-v0.16.0.tar.gz)
-> retrieved ppx_optcomp.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_optcomp-v0.16.0.tar.gz)
-> retrieved ppx_optional.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_optional-v0.16.0.tar.gz)
-> retrieved ppx_pipebang.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_pipebang-v0.16.0.tar.gz)
-> retrieved ppx_sexp_conv.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_sexp_conv-v0.16.0.tar.gz)
-> retrieved ppx_sexp_message.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_sexp_message-v0.16.0.tar.gz)
-> retrieved ppx_sexp_value.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_sexp_value-v0.16.0.tar.gz)
-> retrieved ppx_stable.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_stable-v0.16.0.tar.gz)
-> retrieved ppx_stable_witness.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_stable_witness-v0.16.0.tar.gz)
-> retrieved ppx_string.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_string-v0.16.0.tar.gz)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> retrieved ppx_tydi.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_tydi-v0.16.0.tar.gz)
-> retrieved ppx_typerep_conv.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_typerep_conv-v0.16.0.tar.gz)
-> retrieved ppx_variants_conv.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_variants_conv-v0.16.0.tar.gz)
-> retrieved progress.0.2.2  (https://github.com/craigfe/progress/releases/download/0.2.2/progress-0.2.2.tbz)
-> retrieved psq.0.2.1  (https://github.com/pqwy/psq/releases/download/v0.2.1/psq-0.2.1.tbz)
-> retrieved ppxlib.0.32.0  (https://github.com/ocaml-ppx/ppxlib/releases/download/0.32.0/ppxlib-0.32.0.tbz)
-> retrieved ptime.1.1.0  (https://erratique.ch/software/ptime/releases/ptime-1.1.0.tbz)
-> retrieved re.1.11.0  (https://github.com/ocaml/ocaml-re/releases/download/1.11.0/re-1.11.0.tbz)
-> retrieved result.1.5  (https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz)
-> retrieved rresult.0.7.0  (https://erratique.ch/software/rresult/releases/rresult-0.7.0.tbz)
-> installed seq.base
-> retrieved routes.2.0.0  (https://github.com/anuragsoni/routes/releases/download/2.0.0/routes-2.0.0.tbz)
-> retrieved sedlex.3.2  (https://github.com/ocaml-community/sedlex/archive/refs/tags/v3.2.tar.gz)
-> retrieved sexp_pretty.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/sexp_pretty-v0.16.0.tar.gz)
-> retrieved sexplib.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/sexplib-v0.16.0.tar.gz)
-> retrieved sexplib0.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/sexplib0-v0.16.0.tar.gz)
-> retrieved sha.1.15.4  (https://github.com/djs55/ocaml-sha/releases/download/v1.15.4/sha-1.15.4.tbz)
-> retrieved splittable_random.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/splittable_random-v0.16.0.tar.gz)
-> retrieved spawn.v0.15.1  (https://github.com/janestreet/spawn/archive/v0.15.1.tar.gz)
-> retrieved stdio.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/stdio-v0.16.0.tar.gz)
-> retrieved stdlib-shims.0.3.0  (https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz)
-> retrieved sqlite3.5.1.0  (https://github.com/mmottl/sqlite3-ocaml/releases/download/5.1.0/sqlite3-5.1.0.tbz)
-> retrieved stringext.1.6.0  (https://github.com/rgrinberg/stringext/releases/download/1.6.0/stringext-1.6.0.tbz)
-> retrieved tar.dev  (no changes)
-> retrieved terminal.0.2.2  (cached)
-> installed ocamlbuild.0.14.3
-> retrieved tar-unix.dev  (no changes)
-> retrieved tar-eio.dev  (no changes)
-> retrieved time_now.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/time_now-v0.16.0.tar.gz)
-> retrieved timezone.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/timezone-v0.16.0.tar.gz)
-> retrieved thread-table.1.0.0  (https://github.com/ocaml-multicore/thread-table/releases/download/1.0.0/thread-table-1.0.0.tbz)
-> retrieved topkg.1.0.7  (https://erratique.ch/software/topkg/releases/topkg-1.0.7.tbz)
-> retrieved tls.0.17.3  (https://github.com/mirleft/ocaml-tls/releases/download/v0.17.3/tls-0.17.3.tbz)
-> retrieved typerep.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/typerep-v0.16.0.tar.gz)
-> retrieved tls-eio.0.17.3  (https://github.com/mirleft/ocaml-tls/releases/download/v0.17.3/tls-0.17.3.tbz)
-> retrieved uri.4.4.0  (https://github.com/mirage/ocaml-uri/releases/download/v4.4.0/uri-4.4.0.tbz)
-> retrieved uucp.15.1.0  (https://erratique.ch/software/uucp/releases/uucp-15.1.0.tbz)
-> retrieved uri-sexp.4.4.0  (https://github.com/mirage/ocaml-uri/releases/download/v4.4.0/uri-4.4.0.tbz)
-> retrieved uutf.1.0.3  (https://erratique.ch/software/uutf/releases/uutf-1.0.3.tbz)
-> retrieved variantslib.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/variantslib-v0.16.0.tar.gz)
-> retrieved vector.1.0.0  (https://github.com/backtracking/vector/releases/download/1.0.0/vector-1.0.0.tbz)
-> retrieved x509.0.16.5  (https://github.com/mirleft/ocaml-x509/releases/download/v0.16.5/x509-0.16.5.tbz)
-> retrieved yaml.3.2.0  (https://github.com/avsm/ocaml-yaml/releases/download/v3.2.0/yaml-3.2.0.tbz)
-> retrieved xdg.3.14.2  (cached)
-> retrieved zarith.1.13  (https://github.com/ocaml/Zarith/archive/release-1.13.tar.gz)
-> retrieved yojson.2.1.2  (https://github.com/ocaml-community/yojson/releases/download/2.1.2/yojson-2.1.2.tbz)
-> installed topkg.1.0.7
-> installed dune.3.14.2
-> installed zarith.1.13
-> installed base64.3.5.1
-> installed bigarray-compat.1.1.0
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed domain-name.0.4.0
-> installed duration.0.2.1
-> installed gen.1.1
-> installed gmap.0.3.0
-> installed hmap.0.8.1
-> installed htmlit.0.1.0
-> installed http.6.0.0~beta2
-> installed jane-street-headers.v0.16.0
-> installed lwt-dllist.1.0.1
-> installed macaddr.5.5.0
-> installed menhirCST.20231231
-> installed menhirLib.20231231
-> installed menhirSdk.20231231
-> installed mtime.2.0.0
-> installed ocaml-version.3.6.4
-> installed optint.0.3.0
-> installed ppx_derivers.1.2.1
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed astring.0.8.5
-> installed cmarkit.0.3.0
-> installed fmt.0.9.0
-> installed ptime.1.1.0
-> installed cppo.1.6.9
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed psq.0.2.1
-> installed re.1.11.0
-> installed result.1.5
-> installed sexplib0.v0.16.0
-> installed spawn.v0.15.1
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed thread-table.1.0.0
-> installed vector.1.0.0
-> installed ipaddr.5.5.0
-> installed crunch.3.3.1
-> installed ocplib-endian.1.2
-> installed routes.2.0.0
-> installed cstruct.6.2.0
-> installed fpath.0.7.3
-> installed integers.0.7.0
-> installed domain-local-await.1.0.1
-> installed asn1-combinators.0.2.6
-> installed yojson.2.1.2
-> installed eqaf.0.9
-> installed xdg.3.14.2
-> installed sha.1.15.4
-> installed alcotest.1.7.0
-> installed parsexp.v0.16.0
-> installed dune-configurator.3.14.2
-> installed digestif.1.2.0
-> installed sexplib.v0.16.0
-> installed bigstringaf.0.9.1
-> installed iomux.0.3
-> installed checkseum.0.5.2
-> installed angstrom.0.16.0
-> installed sqlite3.5.1.0
-> installed mirage-crypto.0.11.2
-> installed ocaml_intrinsics.v0.16.1
-> installed pbkdf.1.2.0
-> installed hkdf.1.0.4
-> installed decompress.1.5.3
-> installed eio.1.0
-> installed tar.dev
-> installed uri.4.4.0
-> installed tar-eio.dev
-> installed lwt.5.7.0
-> installed cstruct-lwt.6.2.0
-> installed lwt_eio.0.5.1
-> installed eio_posix.1.0
-> installed tar-unix.dev
-> installed base.v0.16.3
-> installed fieldslib.v0.16.0
-> installed variantslib.v0.16.0
-> installed ctypes.0.22.0
-> installed stdio.v0.16.0
-> installed typerep.v0.16.0
-> installed ppxlib.0.32.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_disable_unused_warnings.v0.16.0
-> installed ppx_stable_witness.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_tydi.v0.16.0
-> installed ppx_here.v0.16.0
-> installed menhir.20231231
-> installed ppx_compare.v0.16.0
-> installed ppx_typerep_conv.v0.16.0
-> installed ppx_variants_conv.v0.16.0
-> installed ppx_fields_conv.v0.16.0
-> installed ppx_stable.v0.16.0
-> installed ppx_pipebang.v0.16.0
-> installed ppx_fixed_literal.v0.16.0
-> installed ppx_optional.v0.16.0
-> installed ppx_ignore_instrumentation.v0.16.0
-> installed ppx_deriving.5.2.1
-> installed ppx_sexp_conv.v0.16.0
-> installed sedlex.3.2
-> installed ppx_let.v0.16.0
-> installed uucp.15.1.0
-> installed uri-sexp.4.4.0
-> installed ppx_deriving_yojson.3.7.0
-> installed ppx_hash.v0.16.0
-> installed obuilder-spec.0.6.0
-> installed terminal.0.2.2
-> installed ppx_assert.v0.16.0
-> installed ppx_sexp_value.v0.16.0
-> installed ppx_sexp_message.v0.16.0
-> installed ppx_custom_printf.v0.16.0
-> installed ppx_base.v0.16.0
-> installed extunix.0.4.1
-> installed ppx_log.v0.16.0
-> installed jst-config.v0.16.0
-> installed sexp_pretty.v0.16.0
-> installed ppx_string.v0.16.0
-> installed bin_prot.v0.16.0
-> installed time_now.v0.16.0
-> installed ppx_bin_prot.v0.16.0
-> installed ppx_module_timer.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed js_of_ocaml-compiler.5.7.1
-> installed ppx_bench.v0.16.0
-> installed ppx_expect.v0.16.0
-> installed splittable_random.v0.16.0
-> installed js_of_ocaml-toplevel.5.7.1
-> installed base_quickcheck.v0.16.0
-> installed ppx_jane.v0.16.0
-> installed int_repr.v0.16.0
-> installed brr.0.0.6
-> installed base_bigstring.v0.16.0
-> installed js_of_ocaml.5.7.1
-> installed code-mirror.dev
-> installed logs.0.7.0
-> installed mirage-crypto-rng.0.11.2
-> installed mirage-crypto-rng-eio.0.11.2
-> installed mirage-crypto-pk.0.11.2
-> installed progress.0.2.2
-> installed cohttp.6.0.0~beta2
-> installed cohttp-eio.6.0.0~beta2
-> installed mdx.2.4.1
-> installed bos.0.2.1
-> installed osrelease.dev
-> installed mirage-crypto-ec.0.11.2
-> installed yaml.3.2.0
-> installed x509.0.16.5
-> installed tls.0.17.3
-> installed tls-eio.0.17.3
-> installed core.v0.16.2
-> installed timezone.v0.16.0
-> installed expect_test_helpers_core.v0.16.0
-> installed patience_diff.v0.16.0
-> installed core_kernel.v0.16.0
-> installed core_unix.v0.16.0
-> installed patdiff.v0.16.1
Done.
# Run eval $(opam env) to update the current shell environment
Removing intermediate container 48268cefaf1a
 ---> cf5c902500b3
Step 9/11 : ADD --chown=opam . .
 ---> 92b01e8dc0a7
Step 10/11 : RUN opam exec -- dune build @runtest @install @check
 ---> Running in c1eaa8103e40
Generating Static_files.ml
Skipping generation of .mli
Testing `shark'.
This run has ID `ZXTGISRN'.

  [OK]          block                        0   shark build block, no hash.
  [OK]          block                        1   shark build block, with hash.
  [OK]          block                        2   shark empty block.
  [OK]          block                        3   shark run block.
  [OK]          block                        4   parsing multiple commands.
  [OK]          block                        5   parsing multiline command.
  [OK]          command parsing              0   Basic python command parsing...
  [OK]          command parsing              1   Basic python command parsing...
  [OK]          command parsing              2   Basic R command parsing.
  [OK]          command parsing              3   Basic R command parsing with...
  [OK]          command parsing              4   Basic command parsing.
  [OK]          command parsing              5   Basic command parsing with p...
  [OK]          datafile modeling            0   Basic file.
  [OK]          datafile modeling            1   Basic file with subpath.
  [OK]          datafile modeling            2   Canonical dir with wildcard.
  [OK]          frontmatter parsing          0   empty front matter.
  [OK]          frontmatter parsing          1   simple input list.
  [OK]          frontmatter parsing          2   simple input api.
  [OK]          AST parsing                  0   Test simple single command b...
  [OK]          AST parsing                  1   Test simple milticommand block.
  [OK]          AST parsing                  2   Test simple block with non-o...
  [OK]          AST leaf processing          0   Basic leaf test.
  [OK]          AST leaf processing          1   Basic leaf simple wildcard.
  [OK]          AST leaf processing          2   Basic leaf sub empty.
  [OK]          AST leaf processing          3   Basic leaf sub simple.
  [OK]          AST leaf processing          4   Basic leaf sub one map.
  [OK]          AST leaf processing          5   Basic leaf sub multiple map.

Full test results in `/src/_build/default/src/test/_build/_tests/shark'.
Test Successful in 0.004s. 27 tests run.
Removing intermediate container c1eaa8103e40
 ---> a641bc8791df
Step 11/11 : RUN opam exec -- dune install
 ---> Running in f18ed4f03406
Removing intermediate container f18ed4f03406
 ---> 9e82896ff839
Successfully built 9e82896ff839
2024-05-21 21:14.19: Job succeeded