Build:
  1. 0
2025-06-26 07:28.51: New job: docker build {
                                             "compose-or-build": true,
                                             "commit": "da67d5f51812f2dda604e98f212336e791d2b53f",
                                             "dockerfile": {
                                               "file": "Dockerfile"
                                             },
                                             "docker_context": null,
                                             "squash": false,
                                             "build_args": [],
                                             "path": null
                                           }
2025-06-26 07:28.51: Checking out commit da67d5f5. To reproduce:
                       git clone --recursive "https://github.com/quantifyearth/shark.git" -b "mirage-crypto" && cd "shark" && git reset --hard da67d5f5
2025-06-26 07:28.51: Exec: "cp" "-a" "--" "/var/lib/ocurrent/var/git/shark.git-2b46e30fb3e063e2e8f96b8038e1d84ef9bbcd3ab8886043a79201a38b398443/.git" 
                           "/tmp/git-checkout369bb9ea"
2025-06-26 07:28.52: Exec: "git" "-C" "/tmp/git-checkout369bb9ea" "submodule" 
                           "deinit" "--force" "--all"
could not create empty submodule directory vendor/obuilderSubmodule 'vendor/obuilder' (https://github.com/quantifyearth/obuilder) unregistered for path 'vendor/obuilder'
2025-06-26 07:28.52: Exec: "git" "-C" "/tmp/git-checkout369bb9ea" "reset" 
                           "--hard" "-q" "da67d5f51812f2dda604e98f212336e791d2b53f"
2025-06-26 07:28.53: Exec: "git" "-C" "/tmp/git-checkout369bb9ea" "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 '97573a4d94e178d0cf42cfede510ebd5ddddb693'
2025-06-26 07:28.53: Exec: "docker" "build" "--pull" "-f" "/tmp/git-checkout369bb9ea/Dockerfile" 
                           "--iidfile" "/tmp/git-checkout369bb9ea/docker-iid" 
                           "--" "/tmp/git-checkout369bb9ea"
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.92MB

Step 1/12 : FROM ocaml/opam:debian-11-ocaml-5.1 as build
debian-11-ocaml-5.1: Pulling from ocaml/opam
59475dd0ee21: Pulling fs layer
633bf90e1f41: Pulling fs layer
272f0eb70ea1: Pulling fs layer
d2d4359c3dce: Pulling fs layer
70c1ecaf39f2: Pulling fs layer
93a058102256: Pulling fs layer
1bc58536d5c5: Pulling fs layer
d8da32aeb915: Pulling fs layer
70c1ecaf39f2: Waiting
93a058102256: Waiting
1bc58536d5c5: Waiting
d8da32aeb915: Waiting
d2d4359c3dce: Waiting
272f0eb70ea1: Verifying Checksum
272f0eb70ea1: Download complete
633bf90e1f41: Verifying Checksum
633bf90e1f41: Download complete
d2d4359c3dce: Verifying Checksum
d2d4359c3dce: Download complete
93a058102256: Download complete
59475dd0ee21: Verifying Checksum
59475dd0ee21: Download complete
1bc58536d5c5: Verifying Checksum
1bc58536d5c5: Download complete
d8da32aeb915: Verifying Checksum
d8da32aeb915: Download complete
70c1ecaf39f2: Verifying Checksum
70c1ecaf39f2: Download complete
59475dd0ee21: Pull complete
633bf90e1f41: Pull complete
272f0eb70ea1: Pull complete
d2d4359c3dce: Pull complete
70c1ecaf39f2: Pull complete
93a058102256: Pull complete
1bc58536d5c5: Pull complete
d8da32aeb915: Pull complete
Digest: sha256:6de2555e3b3e325df52bc27255e6c42725148d1acf01983e6a2f454c101e8865
Status: Downloaded newer image for ocaml/opam:debian-11-ocaml-5.1
 ---> 422c215864e8
Step 2/12 : RUN  sudo apt-get update   && sudo apt-get install -y runc
 ---> Running in fceb62e4018a
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.0 kB]
Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [381 kB]
Fetched 453 kB in 1s (569 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 0s (23.7 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 ... 18367 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) ...
 ---> Removed intermediate container fceb62e4018a
 ---> ee8a7a0a174b
Step 3/12 : RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
 ---> Running in 08db55131d6e
 ---> Removed intermediate container 08db55131d6e
 ---> c506744258d7
Step 4/12 : USER 1000:1000
 ---> Running in 9e96597ecdcf
 ---> Removed intermediate container 9e96597ecdcf
 ---> cdfd8c7a7ef5
Step 5/12 : RUN cd ~/opam-repository && git pull origin -q master && git reset --hard 3505e93828fa76861e82d09d92a37a6272d46da5 && opam update
 ---> Running in 77c2cf24367a
Updating files:  14% (4147/28549)
Updating files:  15% (4283/28549)
Updating files:  16% (4568/28549)
Updating files:  17% (4854/28549)
Updating files:  18% (5139/28549)
Updating files:  19% (5425/28549)
Updating files:  20% (5710/28549)
Updating files:  21% (5996/28549)
Updating files:  22% (6281/28549)
Updating files:  23% (6567/28549)
Updating files:  24% (6852/28549)
Updating files:  25% (7138/28549)
Updating files:  26% (7423/28549)
Updating files:  27% (7709/28549)
Updating files:  28% (7994/28549)
Updating files:  29% (8280/28549)
Updating files:  30% (8565/28549)
Updating files:  31% (8851/28549)
Updating files:  32% (9136/28549)
Updating files:  33% (9422/28549)
Updating files:  34% (9707/28549)
Updating files:  34% (9934/28549)
Updating files:  35% (9993/28549)
Updating files:  36% (10278/28549)
Updating files:  37% (10564/28549)
Updating files:  38% (10849/28549)
Updating files:  39% (11135/28549)
Updating files:  40% (11420/28549)
Updating files:  41% (11706/28549)
Updating files:  42% (11991/28549)
Updating files:  43% (12277/28549)
Updating files:  44% (12562/28549)
Updating files:  45% (12848/28549)
Updating files:  46% (13133/28549)
Updating files:  47% (13419/28549)
Updating files:  48% (13704/28549)
Updating files:  49% (13990/28549)
Updating files:  50% (14275/28549)
Updating files:  51% (14560/28549)
Updating files:  51% (14793/28549)
Updating files:  52% (14846/28549)
Updating files:  53% (15131/28549)
Updating files:  54% (15417/28549)
Updating files:  55% (15702/28549)
Updating files:  56% (15988/28549)
Updating files:  57% (16273/28549)
Updating files:  58% (16559/28549)
Updating files:  59% (16844/28549)
Updating files:  60% (17130/28549)
Updating files:  61% (17415/28549)
Updating files:  62% (17701/28549)
Updating files:  63% (17986/28549)
Updating files:  64% (18272/28549)
Updating files:  65% (18557/28549)
Updating files:  66% (18843/28549)
Updating files:  67% (19128/28549)
Updating files:  68% (19414/28549)
Updating files:  69% (19699/28549)
Updating files:  69% (19702/28549)
Updating files:  70% (19985/28549)
Updating files:  71% (20270/28549)
Updating files:  72% (20556/28549)
Updating files:  73% (20841/28549)
Updating files:  74% (21127/28549)
Updating files:  75% (21412/28549)
Updating files:  76% (21698/28549)
Updating files:  77% (21983/28549)
Updating files:  78% (22269/28549)
Updating files:  79% (22554/28549)
Updating files:  80% (22840/28549)
Updating files:  81% (23125/28549)
Updating files:  82% (23411/28549)
Updating files:  83% (23696/28549)
Updating files:  84% (23982/28549)
Updating files:  85% (24267/28549)
Updating files:  86% (24553/28549)
Updating files:  87% (24838/28549)
Updating files:  87% (25043/28549)
Updating files:  88% (25124/28549)
Updating files:  89% (25409/28549)
Updating files:  90% (25695/28549)
Updating files:  91% (25980/28549)
Updating files:  92% (26266/28549)
Updating files:  93% (26551/28549)
Updating files:  94% (26837/28549)
Updating files:  95% (27122/28549)
Updating files:  96% (27408/28549)
Updating files:  97% (27693/28549)
Updating files:  98% (27979/28549)
Updating files:  99% (28264/28549)
Updating files: 100% (28549/28549)
Updating files: 100% (28549/28549), 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] Initialised
Now run 'opam upgrade' to apply any package updates.
 ---> Removed intermediate container 77c2cf24367a
 ---> bb64f2877134
Step 6/12 : COPY --chown=opam shark.opam shark-ast.opam /src/
 ---> 6c63ddde9134
Step 7/12 : WORKDIR /src
 ---> Running in 0f62f44ac0ad
 ---> Removed intermediate container 0f62f44ac0ad
 ---> 96d4405126a5
Step 8/12 : RUN opam pin . -yn
 ---> Running in d0fffa9f9e1c
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
  - 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)
[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)
 ---> Removed intermediate container d0fffa9f9e1c
 ---> 16fe10f4669d
Step 9/12 : RUN opam install -y --deps-only --with-test .
 ---> Running in 016cd00ee245
[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.3
  - 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.3
  - 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-pk            0.11.3
  - install   mirage-crypto-ec            0.11.3
  - 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
===== 175 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 ... 18397 files and directories currently installed.)
- Preparing to unpack .../0-libglib2.0-0_2.66.8-1+deb11u6_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.66.8-1+deb11u6) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../1-libglib2.0-data_2.66.8-1+deb11u6_all.deb ...
- Unpacking libglib2.0-data (2.66.8-1+deb11u6) ...
- 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+deb11u1_amd64.deb ...
- Unpacking libicu67:amd64 (67.1-7+deb11u1) ...
- Selecting previously unselected package libsqlite3-dev:amd64.
- Preparing to unpack .../5-libsqlite3-dev_3.34.1-3+deb11u1_amd64.deb ...
- Unpacking libsqlite3-dev:amd64 (3.34.1-3+deb11u1) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../6-libxml2_2.9.10+dfsg-6.7+deb11u7_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u7) ...
- 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+deb11u1) ...
- Setting up xdg-user-dirs (0.17-2) ...
- Setting up libglib2.0-0:amd64 (2.66.8-1+deb11u6) ...
- No schema files found: doing nothing.
- Setting up libglib2.0-data (2.66.8-1+deb11u6) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-1+deb11u1) ...
- Setting up libsqlite3-dev:amd64 (3.34.1-3+deb11u1) ...
- Setting up pkg-config (0.29.2-1) ...
- Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u7) ...
- 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+deb11u13) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved asn1-combinators.0.2.6  (https://opam.ocaml.org/cache)
-> retrieved astring.0.8.5  (https://opam.ocaml.org/cache)
-> retrieved angstrom.0.16.0  (https://opam.ocaml.org/cache)
-> retrieved alcotest.1.7.0  (https://opam.ocaml.org/cache)
-> retrieved base64.3.5.1  (https://opam.ocaml.org/cache)
-> retrieved base_bigstring.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved base_quickcheck.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved base.v0.16.3  (https://opam.ocaml.org/cache)
-> retrieved bigstringaf.0.9.1  (https://opam.ocaml.org/cache)
-> retrieved bigarray-compat.1.1.0  (https://opam.ocaml.org/cache)
-> retrieved bos.0.2.1  (https://opam.ocaml.org/cache)
-> retrieved camlp-streams.5.0.1  (https://opam.ocaml.org/cache)
-> retrieved bin_prot.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved brr.0.0.6  (https://opam.ocaml.org/cache)
-> retrieved checkseum.0.5.2  (https://opam.ocaml.org/cache)
-> retrieved cmdliner.1.2.0  (https://opam.ocaml.org/cache)
-> retrieved cmarkit.0.3.0  (https://opam.ocaml.org/cache)
-> retrieved cohttp.6.0.0~beta2  (https://opam.ocaml.org/cache)
-> installed conf-bash.1
-> installed conf-pkg-config.3
-> installed conf-sqlite3.1
-> retrieved core.v0.16.2  (https://opam.ocaml.org/cache)
-> retrieved code-mirror.dev  (no changes)
-> installed conf-gmp.4
-> retrieved cohttp-eio.6.0.0~beta2  (https://opam.ocaml.org/cache)
-> retrieved core_kernel.v0.16.0  (https://opam.ocaml.org/cache)
-> installed conf-gmp-powm-sec.3
-> retrieved core_unix.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved cppo.1.6.9  (https://opam.ocaml.org/cache)
-> retrieved crunch.3.3.1  (https://opam.ocaml.org/cache)
-> retrieved csexp.1.5.2  (https://opam.ocaml.org/cache)
-> retrieved cstruct.6.2.0  (https://opam.ocaml.org/cache)
-> retrieved ctypes.0.22.0  (https://opam.ocaml.org/cache)
-> retrieved csv.2.4  (https://opam.ocaml.org/cache)
-> retrieved decompress.1.5.3  (https://opam.ocaml.org/cache)
-> retrieved cstruct-lwt.6.2.0  (https://opam.ocaml.org/cache)
-> retrieved domain-local-await.1.0.1  (https://opam.ocaml.org/cache)
-> retrieved domain-name.0.4.0  (https://opam.ocaml.org/cache)
-> retrieved digestif.1.2.0  (https://opam.ocaml.org/cache)
-> retrieved duration.0.2.1  (https://opam.ocaml.org/cache)
-> retrieved eio.1.0  (https://opam.ocaml.org/cache)
-> retrieved eio_posix.1.0  (cached)
-> retrieved eqaf.0.9  (https://opam.ocaml.org/cache)
-> retrieved dune.3.14.2  (https://opam.ocaml.org/cache)
-> retrieved expect_test_helpers_core.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved fieldslib.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved extunix.0.4.1  (https://opam.ocaml.org/cache)
-> retrieved fpath.0.7.3  (https://opam.ocaml.org/cache)
-> retrieved fmt.0.9.0  (https://opam.ocaml.org/cache)
-> retrieved gen.1.1  (https://opam.ocaml.org/cache)
-> retrieved gmap.0.3.0  (https://opam.ocaml.org/cache)
-> retrieved hmap.0.8.1  (https://opam.ocaml.org/cache)
-> retrieved hkdf.1.0.4  (https://opam.ocaml.org/cache)
-> retrieved htmlit.0.1.0  (https://opam.ocaml.org/cache)
-> retrieved http.6.0.0~beta2  (cached)
-> retrieved int_repr.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved iomux.0.3  (https://opam.ocaml.org/cache)
-> retrieved dune-configurator.3.14.2  (https://opam.ocaml.org/cache)
-> retrieved integers.0.7.0  (https://opam.ocaml.org/cache)
-> retrieved ipaddr.5.5.0  (https://opam.ocaml.org/cache)
-> retrieved jane-street-headers.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved js_of_ocaml.5.7.1  (https://opam.ocaml.org/cache)
-> retrieved jst-config.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved logs.0.7.0  (https://opam.ocaml.org/cache)
-> retrieved lwt.5.7.0  (https://opam.ocaml.org/cache)
-> retrieved lwt-dllist.1.0.1  (https://opam.ocaml.org/cache)
-> retrieved lwt_eio.0.5.1  (https://opam.ocaml.org/cache)
-> retrieved js_of_ocaml-compiler.5.7.1  (https://opam.ocaml.org/cache)
-> retrieved macaddr.5.5.0  (cached)
-> retrieved magic-mime.1.3.1  (https://opam.ocaml.org/cache)
-> retrieved mdx.2.4.1  (https://opam.ocaml.org/cache)
-> retrieved menhir.20231231  (https://opam.ocaml.org/cache)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved js_of_ocaml-toplevel.5.7.1  (https://opam.ocaml.org/cache)
-> retrieved menhirCST.20231231  (https://opam.ocaml.org/cache)
-> retrieved mirage-crypto.0.11.3  (https://opam.ocaml.org/cache)
-> retrieved mirage-crypto-pk.0.11.3  (cached)
-> retrieved mtime.2.0.0  (https://opam.ocaml.org/cache)
-> retrieved num.1.5  (https://opam.ocaml.org/cache)
-> retrieved mirage-crypto-rng.0.11.3  (cached)
-> retrieved obuilder-spec.0.6.0  (https://opam.ocaml.org/cache)
-> retrieved ocaml-compiler-libs.v0.12.4  (https://opam.ocaml.org/cache)
-> removed   ocaml-options-vanilla.1
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-syntax-shims.1.0.0  (https://opam.ocaml.org/cache)
-> retrieved ocaml-base-compiler.5.1.1  (cached)
-> retrieved mirage-crypto-ec.0.11.3  (https://opam.ocaml.org/cache)
-> retrieved ocaml-version.3.6.4  (https://opam.ocaml.org/cache)
-> retrieved ocaml_intrinsics.v0.16.1  (https://opam.ocaml.org/cache)
-> retrieved ocplib-endian.1.2  (https://opam.ocaml.org/cache)
-> retrieved opam-depext.1.2.3  (cached)
-> retrieved ocamlfind.1.9.6  (https://opam.ocaml.org/cache)
-> retrieved ocamlbuild.0.14.3  (https://opam.ocaml.org/cache)
-> retrieved optint.0.3.0  (https://opam.ocaml.org/cache)
-> retrieved parsexp.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved patdiff.v0.16.1  (https://opam.ocaml.org/cache)
-> retrieved patience_diff.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved pbkdf.1.2.0  (https://opam.ocaml.org/cache)
-> retrieved osrelease.dev  (no changes)
-> retrieved ppx_assert.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_base.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_bench.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_bin_prot.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_cold.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_compare.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_custom_printf.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_derivers.1.2.1  (https://opam.ocaml.org/cache)
-> retrieved ppx_deriving.5.2.1  (https://opam.ocaml.org/cache)
-> retrieved ppx_deriving_yojson.3.7.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_enumerate.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_disable_unused_warnings.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_fields_conv.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_fixed_literal.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_expect.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_globalize.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_hash.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_ignore_instrumentation.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_here.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_jane.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_inline_test.v0.16.1  (https://opam.ocaml.org/cache)
-> retrieved ppx_let.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_log.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_optional.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_module_timer.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_optcomp.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_pipebang.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_sexp_conv.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_sexp_message.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_sexp_value.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_stable.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_stable_witness.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_string.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_variants_conv.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_tydi.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_typerep_conv.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved psq.0.2.1  (https://opam.ocaml.org/cache)
-> retrieved ppxlib.0.32.0  (https://opam.ocaml.org/cache)
-> retrieved progress.0.2.2  (https://opam.ocaml.org/cache)
-> retrieved ptime.1.1.0  (https://opam.ocaml.org/cache)
-> retrieved result.1.5  (https://opam.ocaml.org/cache)
-> retrieved re.1.11.0  (https://opam.ocaml.org/cache)
-> retrieved routes.2.0.0  (https://opam.ocaml.org/cache)
-> retrieved rresult.0.7.0  (https://opam.ocaml.org/cache)
-> retrieved sexp_pretty.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved sedlex.3.2  (https://opam.ocaml.org/cache)
-> retrieved sexplib.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved spawn.v0.15.1  (https://opam.ocaml.org/cache)
-> retrieved sexplib0.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved sha.1.15.4  (https://opam.ocaml.org/cache)
-> retrieved sqlite3.5.1.0  (https://opam.ocaml.org/cache)
-> retrieved stdio.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved splittable_random.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved stdlib-shims.0.3.0  (https://opam.ocaml.org/cache)
-> retrieved stringext.1.6.0  (https://opam.ocaml.org/cache)
-> retrieved tar.dev  (no changes)
-> retrieved terminal.0.2.2  (cached)
-> retrieved tar-eio.dev  (no changes)
-> retrieved tar-unix.dev  (no changes)
-> retrieved thread-table.1.0.0  (https://opam.ocaml.org/cache)
-> retrieved time_now.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved timezone.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved tls.0.17.3  (https://opam.ocaml.org/cache)
-> retrieved topkg.1.0.7  (https://opam.ocaml.org/cache)
-> retrieved typerep.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved uri.4.4.0  (https://opam.ocaml.org/cache)
-> retrieved uri-sexp.4.4.0  (cached)
-> retrieved uutf.1.0.3  (https://opam.ocaml.org/cache)
-> retrieved variantslib.v0.16.0  (https://opam.ocaml.org/cache)
-> retrieved vector.1.0.0  (https://opam.ocaml.org/cache)
-> retrieved uucp.15.1.0  (https://opam.ocaml.org/cache)
-> retrieved x509.0.16.5  (https://opam.ocaml.org/cache)
-> retrieved tls-eio.0.17.3  (https://opam.ocaml.org/cache)
-> retrieved yaml.3.2.0  (https://opam.ocaml.org/cache)
-> retrieved yojson.2.1.2  (https://opam.ocaml.org/cache)
-> retrieved zarith.1.13  (https://opam.ocaml.org/cache)
-> retrieved xdg.3.14.2  (cached)
-> 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 fmt.0.9.0
-> installed astring.0.8.5
-> installed mtime.2.0.0
-> installed ptime.1.1.0
-> 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 cppo.1.6.9
-> installed crunch.3.3.1
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> 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 ocplib-endian.1.2
-> installed yojson.2.1.2
-> installed asn1-combinators.0.2.6
-> installed eqaf.0.9
-> installed ipaddr.5.5.0
-> installed routes.2.0.0
-> installed integers.0.7.0
-> installed domain-local-await.1.0.1
-> installed digestif.1.2.0
-> installed xdg.3.14.2
-> installed alcotest.1.7.0
-> installed sha.1.15.4
-> 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.3
-> installed pbkdf.1.2.0
-> installed hkdf.1.0.4
-> installed decompress.1.5.3
-> installed eio.1.0
-> installed uri.4.4.0
-> installed tar.dev
-> installed lwt.5.7.0
-> installed tar-eio.dev
-> 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 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_disable_unused_warnings.v0.16.0
-> installed ppx_tydi.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_stable_witness.v0.16.0
-> installed ppx_variants_conv.v0.16.0
-> installed menhir.20231231
-> installed ppx_typerep_conv.v0.16.0
-> installed ppx_compare.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_ignore_instrumentation.v0.16.0
-> installed ppx_optional.v0.16.0
-> installed ppx_deriving.5.2.1
-> installed sedlex.3.2
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_let.v0.16.0
-> installed ppx_deriving_yojson.3.7.0
-> installed uri-sexp.4.4.0
-> installed obuilder-spec.0.6.0
-> installed ppx_hash.v0.16.0
-> installed extunix.0.4.1
-> installed ppx_sexp_value.v0.16.0
-> installed ppx_assert.v0.16.0
-> installed ppx_sexp_message.v0.16.0
-> installed ppx_custom_printf.v0.16.0
-> installed ppx_base.v0.16.0
-> installed ppx_log.v0.16.0
-> installed sexp_pretty.v0.16.0
-> installed jst-config.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.3
-> installed mirage-crypto-pk.0.11.3
-> 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.3
-> 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
 ---> Removed intermediate container 016cd00ee245
 ---> e0126f9f18aa
Step 10/12 : ADD --chown=opam . .
 ---> 8e3278655b9a
Step 11/12 : RUN opam exec -- dune build @runtest @install @check
 ---> Running in 4ad70ec0b0f3
Generating Static_files.ml
Skipping generation of .mli
File "vendor/obuilder/lib/container_image_extract.ml", line 5, characters 36-71:
5 |   let tls_config = Result.get_ok @@ Tls.Config.client ~authenticator () in
                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: This expression has type Tls.Config.client
       but an expression was expected of type ('a, 'b) result
File "src/bin/main.ml", line 429, characters 2-36:
429 |   Mirage_crypto_rng_unix.use_default ();
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Unbound value Mirage_crypto_rng_unix.use_default
The command '/bin/sh -c opam exec -- dune build @runtest @install @check' returned a non-zero code: 1
2025-06-26 07:47.58: Job failed: Docker build exited with status 1