Build:
  1. 0
2024-09-09 09:16.37: New job: docker build {
                                             "compose-or-build": true,
                                             "commit": "e3c4ddb4295cbf28a4bc69d7cea5b0401baab5c1",
                                             "dockerfile": {
                                               "file": "Dockerfile"
                                             },
                                             "docker_context": null,
                                             "squash": false,
                                             "build_args": [],
                                             "path": null
                                           }
2024-09-09 09:16.37: Checking out commit e3c4ddb4. To reproduce:
                       git clone --recursive "https://github.com/quantifyearth/shark.git" -b "mwd-life-changes" && cd "shark" && git reset --hard e3c4ddb4
2024-09-09 09:16.37: Exec: "cp" "-a" "--" "/var/lib/ocurrent/var/git/shark.git-2b46e30fb3e063e2e8f96b8038e1d84ef9bbcd3ab8886043a79201a38b398443/.git" 
                           "/tmp/git-checkout1cec85de"
2024-09-09 09:16.38: Exec: "git" "-C" "/tmp/git-checkout1cec85de" "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-09-09 09:16.38: Exec: "git" "-C" "/tmp/git-checkout1cec85de" "reset" 
                           "--hard" "-q" "e3c4ddb4295cbf28a4bc69d7cea5b0401baab5c1"
2024-09-09 09:16.39: Exec: "git" "-C" "/tmp/git-checkout1cec85de" "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 '850bd8bfd35370b6bdea4de9058804aed3c8b4e6'
2024-09-09 09:16.39: Exec: "docker" "build" "--pull" "-f" "/tmp/git-checkout1cec85de/Dockerfile" 
                           "--iidfile" "/tmp/git-checkout1cec85de/docker-iid" 
                           "--" "/tmp/git-checkout1cec85de"
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  76.87MB

Step 1/12 : FROM ocaml/opam:debian-11-ocaml-5.1 as build
debian-11-ocaml-5.1: Pulling from ocaml/opam
9bf60f2b6e64: Pulling fs layer
9bf60f2b6e64: Verifying Checksum
9bf60f2b6e64: Download complete
9bf60f2b6e64: Pull complete
Digest: sha256:826226751625c6dfb3576764a51f19a1f37388eb5b0a4def96100a771273f6a6
Status: Downloaded newer image for ocaml/opam:debian-11-ocaml-5.1
 ---> bfeec9d0e52b
Step 2/12 : RUN  sudo apt-get update   && sudo apt-get install -y runc
 ---> Running in 9e26833cae0f
Hit:1 http://deb.debian.org/debian bullseye InRelease
Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [287 kB]
Fetched 359 kB in 1s (510 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 2431 kB of archives.
After this operation, 8409 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+deb11u5 [2431 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 2431 kB in 1s (1989 kB/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 ... 18364 files and directories currently installed.)
Preparing to unpack .../runc_1.0.0~rc93+ds1-5+deb11u5_amd64.deb ...
Unpacking runc (1.0.0~rc93+ds1-5+deb11u5) ...
Setting up runc (1.0.0~rc93+ds1-5+deb11u5) ...
Removing intermediate container 9e26833cae0f
 ---> 0a1ee231c399
Step 3/12 : RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
 ---> Running in 6bb56d7cdaed
Removing intermediate container 6bb56d7cdaed
 ---> db9cc78c8f39
Step 4/12 : USER 1000:1000
 ---> Running in b612a9ee01b9
Removing intermediate container b612a9ee01b9
 ---> b5f33fdf287c
Step 5/12 : RUN cd ~/opam-repository && git pull origin -q master && git reset --hard 3505e93828fa76861e82d09d92a37a6272d46da5 && opam update
 ---> Running in 47b59e1f2fc7
Updating files:  23% (4511/18819)
Updating files:  24% (4517/18819)
Updating files:  25% (4705/18819)
Updating files:  26% (4893/18819)
Updating files:  27% (5082/18819)
Updating files:  28% (5270/18819)
Updating files:  29% (5458/18819)
Updating files:  30% (5646/18819)
Updating files:  31% (5834/18819)
Updating files:  32% (6023/18819)
Updating files:  33% (6211/18819)
Updating files:  34% (6399/18819)
Updating files:  35% (6587/18819)
Updating files:  36% (6775/18819)
Updating files:  37% (6964/18819)
Updating files:  38% (7152/18819)
Updating files:  39% (7340/18819)
Updating files:  40% (7528/18819)
Updating files:  41% (7716/18819)
Updating files:  42% (7904/18819)
Updating files:  43% (8093/18819)
Updating files:  44% (8281/18819)
Updating files:  45% (8469/18819)
Updating files:  46% (8657/18819)
Updating files:  47% (8845/18819)
Updating files:  48% (9034/18819)
Updating files:  49% (9222/18819)
Updating files:  50% (9410/18819)
Updating files:  50% (9583/18819)
Updating files:  51% (9598/18819)
Updating files:  52% (9786/18819)
Updating files:  53% (9975/18819)
Updating files:  54% (10163/18819)
Updating files:  55% (10351/18819)
Updating files:  56% (10539/18819)
Updating files:  57% (10727/18819)
Updating files:  58% (10916/18819)
Updating files:  59% (11104/18819)
Updating files:  60% (11292/18819)
Updating files:  61% (11480/18819)
Updating files:  62% (11668/18819)
Updating files:  63% (11856/18819)
Updating files:  64% (12045/18819)
Updating files:  65% (12233/18819)
Updating files:  66% (12421/18819)
Updating files:  67% (12609/18819)
Updating files:  68% (12797/18819)
Updating files:  69% (12986/18819)
Updating files:  70% (13174/18819)
Updating files:  71% (13362/18819)
Updating files:  72% (13550/18819)
Updating files:  72% (13687/18819)
Updating files:  73% (13738/18819)
Updating files:  74% (13927/18819)
Updating files:  75% (14115/18819)
Updating files:  76% (14303/18819)
Updating files:  77% (14491/18819)
Updating files:  78% (14679/18819)
Updating files:  79% (14868/18819)
Updating files:  80% (15056/18819)
Updating files:  81% (15244/18819)
Updating files:  82% (15432/18819)
Updating files:  83% (15620/18819)
Updating files:  84% (15808/18819)
Updating files:  85% (15997/18819)
Updating files:  86% (16185/18819)
Updating files:  87% (16373/18819)
Updating files:  88% (16561/18819)
Updating files:  89% (16749/18819)
Updating files:  90% (16938/18819)
Updating files:  91% (17126/18819)
Updating files:  91% (17250/18819)
Updating files:  92% (17314/18819)
Updating files:  93% (17502/18819)
Updating files:  94% (17690/18819)
Updating files:  95% (17879/18819)
Updating files:  96% (18067/18819)
Updating files:  97% (18255/18819)
Updating files:  98% (18443/18819)
Updating files:  99% (18631/18819)
Updating files: 100% (18819/18819)
Updating files: 100% (18819/18819), done.
HEAD is now at 3505e93828 Merge pull request #25518 from titouancreach/opam-publish-typeid.1.0.1
This development 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 47b59e1f2fc7
 ---> d86bd7921186
Step 6/12 : COPY --chown=opam shark.opam shark-ast.opam /src/
 ---> 5bf8aa90f257
Step 7/12 : WORKDIR /src
 ---> Running in 2ca3bbb1eafb
Removing intermediate container 2ca3bbb1eafb
 ---> d616deea8493
Step 8/12 : RUN opam pin . -yn
 ---> Running in 7319978e9b2d
This will pin the following packages: shark-ast, shark. Continue? [Y/n] y
Package shark-ast does not exist, create as a NEW package? [Y/n] y
shark-ast is now pinned to file:///src (version ~dev)
Package shark does not exist, create as a NEW package? [Y/n] y
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)
shark is now pinned to file:///src (version ~dev)
Removing intermediate container 7319978e9b2d
 ---> 088c354ba8a1
Step 9/12 : RUN opam install -y --deps-only --with-test .
 ---> Running in 2f736dd8c098
[shark.~dev] synchronised (no changes)
[shark-ast.~dev] synchronised (no changes)
The following actions will be performed:
  - recompile ocaml-base-compiler         5.1.1*      [upstream or system changes]
  - install   conf-bash                   1
  - install   conf-pkg-config             3
  - recompile ocaml-options-vanilla       1           [upstream or system changes]
  - install   conf-gmp                    4
  - recompile ocaml-config                3           [upstream or system changes]
  - install   conf-sqlite3                1
  - install   conf-gmp-powm-sec           3
  - recompile ocaml                       5.1.1       [uses ocaml-base-compiler, ocaml-config]
  - install   seq                         base
  - install   ocamlfind                   1.9.6
  - install   ocamlbuild                  0.14.3
  - install   num                         1.5
  - install   dune                        3.14.2
  - install   cmdliner                    1.2.0
  - recompile opam-depext                 1.2.3       [uses ocaml]
  - recompile base-domains                base        [uses ocaml]
  - install   zarith                      1.13
  - install   base-bytes                  base
  - install   topkg                       1.0.7
  - 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   re                          1.11.0
  - install   psq                         0.2.1
  - 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   magic-mime                  1.3.1
  - 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   gen                         1.1
  - 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
  - recompile base-nnp                    base        [uses base-domains]
  - install   csv                         2.4
  - 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   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   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   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   eqaf                        0.9
  - install   asn1-combinators            0.2.6
  - install   js_of_ocaml-compiler        5.7.1
  - install   ppx_deriving_yojson         3.7.0
  - install   decompress                  1.5.3
  - install   eio                         1.0
  - 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   cstruct-lwt                 6.2.0
  - install   mirage-crypto               0.11.2
  - install   digestif                    1.2.0
  - install   js_of_ocaml-toplevel        5.7.1
  - install   js_of_ocaml                 5.7.1
  - install   tar                         dev*
  - install   lwt_eio                     0.5.1
  - install   eio_posix                   1.0
  - 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   pbkdf                       1.2.0
  - install   hkdf                        1.0.4
  - 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   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
===== 176 to install | 7 to recompile =====

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 ... 18394 files and directories currently installed.)
- Preparing to unpack .../0-libglib2.0-0_2.66.8-1+deb11u4_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.66.8-1+deb11u4) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../1-libglib2.0-data_2.66.8-1+deb11u4_all.deb ...
- Unpacking libglib2.0-data (2.66.8-1+deb11u4) ...
- 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+deb11u5_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u5) ...
- 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+deb11u4) ...
- No schema files found: doing nothing.
- Setting up libglib2.0-data (2.66.8-1+deb11u4) ...
- 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+deb11u5) ...
- 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+deb11u11) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.0  (https://github.com/inhabitedtype/angstrom/archive/0.16.0.tar.gz)
-> retrieved alcotest.1.7.0  (https://github.com/mirage/alcotest/releases/download/1.7.0/alcotest-1.7.0.tbz)
-> 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_quickcheck.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/base_quickcheck-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 bin_prot.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/bin_prot-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 cmarkit.0.3.0  (https://erratique.ch/software/cmarkit/releases/cmarkit-0.3.0.tbz)
-> retrieved cmdliner.1.2.0  (https://erratique.ch/software/cmdliner/releases/cmdliner-1.2.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)
-> installed conf-bash.1
-> installed conf-pkg-config.3
-> installed conf-sqlite3.1
-> 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-gmp.4
-> retrieved core.v0.16.2  (https://github.com/janestreet/core/archive/refs/tags/v0.16.2.tar.gz)
-> installed conf-gmp-powm-sec.3
-> 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 csexp.1.5.2  (https://github.com/ocaml-dune/csexp/releases/download/1.5.2/csexp-1.5.2.tbz)
-> retrieved crunch.3.3.1  (https://github.com/mirage/ocaml-crunch/releases/download/v3.3.1/crunch-3.3.1.tbz)
-> retrieved cstruct.6.2.0  (https://github.com/mirage/ocaml-cstruct/releases/download/v6.2.0/cstruct-6.2.0.tbz)
-> retrieved cstruct-lwt.6.2.0  (https://github.com/mirage/ocaml-cstruct/releases/download/v6.2.0/cstruct-6.2.0.tbz)
-> retrieved csv.2.4  (https://github.com/Chris00/ocaml-csv/releases/download/2.4/csv-2.4.tbz)
-> retrieved ctypes.0.22.0  (https://github.com/yallop/ocaml-ctypes/archive/refs/tags/0.22.0.tar.gz)
-> 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)
-> 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 expect_test_helpers_core.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/expect_test_helpers_core-v0.16.0.tar.gz)
-> retrieved fieldslib.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/fieldslib-v0.16.0.tar.gz)
-> retrieved fmt.0.9.0  (https://erratique.ch/software/fmt/releases/fmt-0.9.0.tbz)
-> retrieved fpath.0.7.3  (https://erratique.ch/software/fpath/releases/fpath-0.7.3.tbz)
-> retrieved eqaf.0.9  (https://github.com/mirage/eqaf/releases/download/v0.9/eqaf-0.9.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 gmap.0.3.0  (https://github.com/hannesm/gmap/releases/download/0.3.0/gmap-0.3.0.tbz)
-> retrieved hmap.0.8.1  (http://erratique.ch/software/hmap/releases/hmap-0.8.1.tbz)
-> retrieved http.6.0.0~beta2  (cached)
-> retrieved htmlit.0.1.0  (https://erratique.ch/software/htmlit/releases/htmlit-0.1.0.tbz)
-> retrieved int_repr.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/int_repr-v0.16.0.tar.gz)
-> retrieved hkdf.1.0.4  (https://github.com/hannesm/ocaml-hkdf/releases/download/v1.0.4/hkdf-v1.0.4.tbz)
-> 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 iomux.0.3  (https://github.com/haesbaert/ocaml-iomux/releases/download/v0.3/iomux-0.3.tbz)
-> retrieved ipaddr.5.5.0  (https://github.com/mirage/ocaml-ipaddr/releases/download/v5.5.0/ipaddr-5.5.0.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-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-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 magic-mime.1.3.1  (https://github.com/mirage/ocaml-magic-mime/releases/download/v1.3.1/magic-mime-1.3.1.tbz)
-> retrieved mdx.2.4.1  (https://github.com/realworldocaml/mdx/releases/download/2.4.1/mdx-2.4.1.tbz)
-> retrieved menhir.20231231  (https://gitlab.inria.fr/fpottier/menhir/-/archive/20231231/archive.tar.gz)
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> 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 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.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-eio.0.11.2  (cached)
-> retrieved num.1.5  (https://github.com/ocaml/num/archive/v1.5.tar.gz)
-> retrieved mirage-crypto-rng.0.11.2  (no changes)
-> retrieved ocaml-base-compiler.5.1.1  (cached)
-> removed   ocaml-options-vanilla.1
-> installed ocaml-options-vanilla.1
-> retrieved obuilder-spec.0.6.0  (https://github.com/ocurrent/obuilder/releases/download/v0.6.0/obuilder-0.6.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-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 ocamlbuild.0.14.3  (https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.14.3.tar.gz)
-> retrieved ocaml_intrinsics.v0.16.1  (https://github.com/janestreet/ocaml_intrinsics/archive/refs/tags/v0.16.1.tar.gz)
-> retrieved ocaml-version.3.6.4  (https://github.com/ocurrent/ocaml-version/releases/download/v3.6.4/ocaml-version-3.6.4.tbz)
-> retrieved opam-depext.1.2.3  (cached)
-> retrieved ocplib-endian.1.2  (https://github.com/OCamlPro/ocplib-endian/archive/refs/tags/1.2.tar.gz)
-> retrieved optint.0.3.0  (https://github.com/mirage/optint/releases/download/v0.3.0/optint-0.3.0.tbz)
-> retrieved osrelease.dev  (no changes)
-> retrieved parsexp.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/parsexp-v0.16.0.tar.gz)
-> retrieved ocamlfind.1.9.6  (http://download.camlcity.org/download/findlib-1.9.6.tar.gz)
-> retrieved patience_diff.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/patience_diff-v0.16.0.tar.gz)
-> retrieved ppx_assert.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_assert-v0.16.0.tar.gz)
-> retrieved ppx_base.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_base-v0.16.0.tar.gz)
-> retrieved patdiff.v0.16.1  (https://github.com/janestreet/patdiff/archive/refs/tags/v0.16.1.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 pbkdf.1.2.0  (https://github.com/abeaumont/ocaml-pbkdf/archive/1.2.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_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_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_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_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_inline_test.v0.16.1  (https://github.com/janestreet/ppx_inline_test/archive/refs/tags/v0.16.1.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_message.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_sexp_message-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_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_string.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_string-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_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 psq.0.2.1  (https://github.com/pqwy/psq/releases/download/v0.2.1/psq-0.2.1.tbz)
-> retrieved ptime.1.1.0  (https://erratique.ch/software/ptime/releases/ptime-1.1.0.tbz)
-> retrieved progress.0.2.2  (https://github.com/craigfe/progress/releases/download/0.2.2/progress-0.2.2.tbz)
-> retrieved ppxlib.0.32.0  (https://github.com/ocaml-ppx/ppxlib/releases/download/0.32.0/ppxlib-0.32.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)
-> retrieved re.1.11.0  (https://github.com/ocaml/ocaml-re/releases/download/1.11.0/re-1.11.0.tbz)
-> retrieved routes.2.0.0  (https://github.com/anuragsoni/routes/releases/download/2.0.0/routes-2.0.0.tbz)
-> 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 sedlex.3.2  (https://github.com/ocaml-community/sedlex/archive/refs/tags/v3.2.tar.gz)
-> 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 sha.1.15.4  (https://github.com/djs55/ocaml-sha/releases/download/v1.15.4/sha-1.15.4.tbz)
-> retrieved sqlite3.5.1.0  (https://github.com/mmottl/sqlite3-ocaml/releases/download/5.1.0/sqlite3-5.1.0.tbz)
-> retrieved stdlib-shims.0.3.0  (https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.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)
-> 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 tar-unix.dev  (no changes)
-> 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 tls.0.17.3  (https://github.com/mirleft/ocaml-tls/releases/download/v0.17.3/tls-0.17.3.tbz)
-> retrieved topkg.1.0.7  (https://erratique.ch/software/topkg/releases/topkg-1.0.7.tbz)
-> retrieved tls-eio.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 uucp.15.1.0  (https://erratique.ch/software/uucp/releases/uucp-15.1.0.tbz)
-> retrieved uutf.1.0.3  (https://erratique.ch/software/uutf/releases/uutf-1.0.3.tbz)
-> retrieved uri.4.4.0  (https://github.com/mirage/ocaml-uri/releases/download/v4.4.0/uri-4.4.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 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 xdg.3.14.2  (cached)
-> retrieved yaml.3.2.0  (https://github.com/avsm/ocaml-yaml/releases/download/v3.2.0/yaml-3.2.0.tbz)
-> retrieved yojson.2.1.2  (https://github.com/ocaml-community/yojson/releases/download/2.1.2/yojson-2.1.2.tbz)
-> retrieved zarith.1.13  (https://github.com/ocaml/Zarith/archive/release-1.13.tar.gz)
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   opam-depext.1.2.3
-> removed   ocaml.5.1.1
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.1.1
-> installed ocaml-base-compiler.5.1.1
-> installed ocaml-config.3
-> installed ocaml.5.1.1
-> installed base-domains.base
-> installed base-nnp.base
-> installed seq.base
-> installed cmdliner.1.2.0
-> installed opam-depext.1.2.3
-> installed num.1.5
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed zarith.1.13
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed hmap.0.8.1
-> installed htmlit.0.1.0
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed ptime.1.1.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed cmarkit.0.3.0
-> installed dune.3.14.2
-> installed base64.3.5.1
-> installed bigarray-compat.1.1.0
-> installed camlp-streams.5.0.1
-> installed crunch.3.3.1
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed cppo.1.6.9
-> installed csv.2.4
-> installed domain-name.0.4.0
-> installed duration.0.2.1
-> installed gen.1.1
-> installed gmap.0.3.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 magic-mime.1.3.1
-> installed menhirCST.20231231
-> installed menhirLib.20231231
-> installed menhirSdk.20231231
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-version.3.6.4
-> installed optint.0.3.0
-> installed ppx_derivers.1.2.1
-> 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 asn1-combinators.0.2.6
-> installed eqaf.0.9
-> installed ocplib-endian.1.2
-> installed ipaddr.5.5.0
-> installed routes.2.0.0
-> installed integers.0.7.0
-> installed domain-local-await.1.0.1
-> installed yojson.2.1.2
-> installed digestif.1.2.0
-> installed sha.1.15.4
-> installed xdg.3.14.2
-> installed alcotest.1.7.0
-> installed parsexp.v0.16.0
-> installed dune-configurator.3.14.2
-> installed bigstringaf.0.9.1
-> installed sexplib.v0.16.0
-> installed iomux.0.3
-> installed checkseum.0.5.2
-> installed angstrom.0.16.0
-> installed sqlite3.5.1.0
-> installed ocaml_intrinsics.v0.16.1
-> installed mirage-crypto.0.11.2
-> installed hkdf.1.0.4
-> installed pbkdf.1.2.0
-> installed decompress.1.5.3
-> installed eio.1.0
-> installed uri.4.4.0
-> installed tar.dev
-> 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 ctypes.0.22.0
-> installed fieldslib.v0.16.0
-> installed variantslib.v0.16.0
-> installed stdio.v0.16.0
-> installed typerep.v0.16.0
-> installed uucp.15.1.0
-> installed terminal.0.2.2
-> 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_tydi.v0.16.0
-> installed ppx_disable_unused_warnings.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_typerep_conv.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_stable_witness.v0.16.0
-> installed ppx_variants_conv.v0.16.0
-> installed menhir.20231231
-> 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_ignore_instrumentation.v0.16.0
-> installed ppx_optional.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 uri-sexp.4.4.0
-> installed obuilder-spec.0.6.0
-> installed ppx_deriving_yojson.3.7.0
-> installed ppx_hash.v0.16.0
-> installed ppx_assert.v0.16.0
-> installed ppx_sexp_message.v0.16.0
-> installed ppx_sexp_value.v0.16.0
-> installed ppx_custom_printf.v0.16.0
-> installed ppx_base.v0.16.0
-> installed extunix.0.4.1
-> installed jst-config.v0.16.0
-> installed ppx_log.v0.16.0
-> installed sexp_pretty.v0.16.0
-> installed bin_prot.v0.16.0
-> installed ppx_string.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 progress.0.2.2
-> installed mirage-crypto-pk.0.11.2
-> installed cohttp.6.0.0~beta2
-> installed mdx.2.4.1
-> installed bos.0.2.1
-> installed cohttp-eio.6.0.0~beta2
-> 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 patience_diff.v0.16.0
-> installed expect_test_helpers_core.v0.16.0
-> installed core_kernel.v0.16.0
-> installed core_unix.v0.16.0
-> installed patdiff.v0.16.1
Done.

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
Removing intermediate container 2f736dd8c098
 ---> 082feb240033
Step 10/12 : ADD --chown=opam . .
 ---> e379147fa6be
Step 11/12 : RUN opam exec -- dune build @runtest @install @check
 ---> Running in 919a7281f8e7
Generating Static_files.ml
Skipping generation of .mli
Testing `shark'.
This run has ID `V9AZE9YL'.

  [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]          block                        6   parsing basic git import.
  [OK]          block                        7   parsing basic http import.
  [OK]          block                        8   parsing basic file import no...
  [OK]          block                        9   parsing basic file import wi...
  [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]          datafile modeling            3   Dir with subpath 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 multi wildcard.
  [OK]          AST leaf processing          3   Generate target names.
  [OK]          AST leaf processing          4   Basic leaf sub empty.
  [OK]          AST leaf processing          5   Basic leaf sub simple.
  [OK]          AST leaf processing          6   Basic leaf sub one map.
  [OK]          AST leaf processing          7   Basic leaf sub multiple map.
  [OK]          Command execution            0   Test create initial state.
  [OK]          Command execution            1   Test simple change dir.
  [OK]          Command execution            2   Test simple env update.
  [OK]          Command execution            3   Test env update with command...
  [OK]          Command execution            4   Test a simple command execut...
  [OK]          Command execution            5   Test a failed command execut...

Full test results in `/src/_build/default/src/test/_build/_tests/shark'.
Test Successful in 0.008s. 40 tests run.
Removing intermediate container 919a7281f8e7
 ---> 75f0fd7aed24
Step 12/12 : RUN opam exec -- dune install
 ---> Running in 71bb88a2305c
Removing intermediate container 71bb88a2305c
 ---> 8610cdd4d9bb
Successfully built 8610cdd4d9bb
2024-09-09 09:40.08: Job succeeded