Organisationsocaml-opamopam2web5aed3d ()ubuntu-20.04-4.14_opam-2.2

ubuntu-20.04-4.14_opam-2.2

Logs

Show full logs
2024-08-22 09:32.17: New job: test ocaml-opam/opam2web https://github.com/ocaml-opam/opam2web.git#refs/heads/master (5aed3d993b48f21e93989ce131ec26d8ff08b9f7) (linux-x86_64:ubuntu-20.04-4.14_opam-2.2)
Base: ocaml/opam:ubuntu-20.04-ocaml-4.14@sha256:6e33c032e3a8555b22f08337f4da5f2210ea911c493f9cd0f6b7a6157235082d
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-opam/opam2web.git" -b "master" && cd "opam2web" && git reset --hard 5aed3d99
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-20.04-ocaml-4.14@sha256:6e33c032e3a8555b22f08337f4da5f2210ea911c493f9cd0f6b7a6157235082d
# ubuntu-20.04-4.14_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 23f0b50a8c15a0b80c26599fe93bb46a76f55fd1 || git fetch origin master) && git reset -q --hard 23f0b50a8c15a0b80c26599fe93bb46a76f55fd1 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 opam2web.opam ./
RUN opam pin add -yn opam2web.dev './'
ENV DEPS="angstrom.0.16.0 asn1-combinators.0.3.1 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.0 cmdliner.1.3.0 cohttp.6.0.0~alpha2 cohttp-lwt.6.0.0~alpha2 cohttp-lwt-unix.6.0.0~alpha2 conduit.6.2.3 conduit-lwt.6.2.3 conduit-lwt-unix.6.2.3 conf-bash.1 conf-c++.1.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-pkg-config.3 cow.2.5.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 cudf.0.10 digestif.1.2.0 domain-name.0.4.0 dose3.5.0.1-2 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.10 extlib.1.7.7-1 ezjsonm.1.3.0 fmt.0.9.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 http.6.0.0~alpha2 ipaddr.5.6.0 ipaddr-sexp.5.6.0 js_of_ocaml.5.8.2 js_of_ocaml-compiler.5.8.2 js_of_ocaml-ppx.5.8.2 jsonm.1.0.2 logs.0.7.0 lwt.5.7.0 macaddr.5.6.0 magic-mime.1.3.1 mccs.1.1+18 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mirage-crypto.1.1.0 mirage-crypto-ec.1.1.0 mirage-crypto-pk.1.1.0 mirage-crypto-rng.1.1.0 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.1.8.8 ocplib-endian.1.2 ohex.0.2.0 omd.1.3.2 opam-client.2.0.10 opam-core.2.0.10 opam-file-format.2.1.0 opam-format.2.0.10 opam-lib.1.3.1 opam-repository.2.0.10 opam-solver.2.0.10 opam-state.2.0.10 opamfu.0.1.4 parsexp.v0.16.0 pbkdf.2.0.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 ptime.1.1.0 re.1.11.0 rresult.0.7.0 sedlex.3.2 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.3 x509.1.0.1 xmlm.1.4.0 yojson.2.2.2 zarith.1.14"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y opam2web.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2024-08-22 09:32.17: Using cache hint "ocaml-opam/opam2web-ocaml/opam:ubuntu-20.04-ocaml-4.14@sha256:6e33c032e3a8555b22f08337f4da5f2210ea911c493f9cd0f6b7a6157235082d-ubuntu-20.04-4.14_opam-2.2-01fbcc202e94326a451e591557c68792"
2024-08-22 09:32.17: Using OBuilder spec:
((from ocaml/opam:ubuntu-20.04-ocaml-4.14@sha256:6e33c032e3a8555b22f08337f4da5f2210ea911c493f9cd0f6b7a6157235082d)
 (comment ubuntu-20.04-4.14_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 23f0b50a8c15a0b80c26599fe93bb46a76f55fd1 || git fetch origin master) && git reset -q --hard 23f0b50a8c15a0b80c26599fe93bb46a76f55fd1 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src opam2web.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn opam2web.dev './'"))
 (env DEPS "angstrom.0.16.0 asn1-combinators.0.3.1 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.0 cmdliner.1.3.0 cohttp.6.0.0~alpha2 cohttp-lwt.6.0.0~alpha2 cohttp-lwt-unix.6.0.0~alpha2 conduit.6.2.3 conduit-lwt.6.2.3 conduit-lwt-unix.6.2.3 conf-bash.1 conf-c++.1.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-pkg-config.3 cow.2.5.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 cudf.0.10 digestif.1.2.0 domain-name.0.4.0 dose3.5.0.1-2 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.10 extlib.1.7.7-1 ezjsonm.1.3.0 fmt.0.9.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 http.6.0.0~alpha2 ipaddr.5.6.0 ipaddr-sexp.5.6.0 js_of_ocaml.5.8.2 js_of_ocaml-compiler.5.8.2 js_of_ocaml-ppx.5.8.2 jsonm.1.0.2 logs.0.7.0 lwt.5.7.0 macaddr.5.6.0 magic-mime.1.3.1 mccs.1.1+18 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mirage-crypto.1.1.0 mirage-crypto-ec.1.1.0 mirage-crypto-pk.1.1.0 mirage-crypto-rng.1.1.0 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.1.8.8 ocplib-endian.1.2 ohex.0.2.0 omd.1.3.2 opam-client.2.0.10 opam-core.2.0.10 opam-file-format.2.1.0 opam-format.2.0.10 opam-lib.1.3.1 opam-repository.2.0.10 opam-solver.2.0.10 opam-state.2.0.10 opamfu.0.1.4 parsexp.v0.16.0 pbkdf.2.0.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 ptime.1.1.0 re.1.11.0 rresult.0.7.0 sedlex.3.2 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.3 x509.1.0.1 xmlm.1.4.0 yojson.2.2.2 zarith.1.14")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y opam2web.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2024-08-22 09:32.17: Waiting for resource in pool OCluster
2024-08-22 09:32.17: Waiting for worker…
2024-08-22 09:32.17: Got resource from pool OCluster
Building on x86-bm-c15.sw.ocaml.org
All commits already cached
Submodule path 'content/doc': checked out '13a77b2bc576763bfa469ca3ef6f139402b7357b'
HEAD is now at 5aed3d9 Merge pull request #238 from mtelvers/dockerfile
Synchronizing submodule url for 'content/doc'
Cleared directory 'content/doc'
Submodule 'content/doc' (https://github.com/ocaml/opam.wiki.git) unregistered for path 'content/doc'
Submodule 'content/doc' (https://github.com/ocaml/opam.wiki.git) registered for path 'content/doc'
Submodule path 'content/doc': checked out '13a77b2bc576763bfa469ca3ef6f139402b7357b'

(from ocaml/opam:ubuntu-20.04-ocaml-4.14@sha256:6e33c032e3a8555b22f08337f4da5f2210ea911c493f9cd0f6b7a6157235082d)
Unable to find image 'ocaml/opam:ubuntu-20.04-ocaml-4.14@sha256:6e33c032e3a8555b22f08337f4da5f2210ea911c493f9cd0f6b7a6157235082d' locally
docker.io/ocaml/opam@sha256:6e33c032e3a8555b22f08337f4da5f2210ea911c493f9cd0f6b7a6157235082d: Pulling from ocaml/opam
c967f127441f: Pulling fs layer
f3ef239a6c8e: Pulling fs layer
9ae19b2faa5f: Pulling fs layer
55a28c1cd5d3: Pulling fs layer
997bc75f574a: Pulling fs layer
997bc75f574a: Waiting
55a28c1cd5d3: Waiting
9ae19b2faa5f: Download complete
55a28c1cd5d3: Verifying Checksum
55a28c1cd5d3: Download complete
997bc75f574a: Verifying Checksum
997bc75f574a: Download complete
f3ef239a6c8e: Verifying Checksum
f3ef239a6c8e: Download complete
c967f127441f: Verifying Checksum
c967f127441f: Download complete
c967f127441f: Pull complete
f3ef239a6c8e: Pull complete
9ae19b2faa5f: Pull complete
55a28c1cd5d3: Pull complete
997bc75f574a: Pull complete
Digest: sha256:6e33c032e3a8555b22f08337f4da5f2210ea911c493f9cd0f6b7a6157235082d
Status: Downloaded newer image for ocaml/opam@sha256:6e33c032e3a8555b22f08337f4da5f2210ea911c493f9cd0f6b7a6157235082d
2024-08-22 09:34.27 ---> saved as "6cb40657f08382fe1bb7e46c0928af11505fc3015ac9ef345c2f6fd157bf7451"

/: (comment ubuntu-20.04-4.14_opam-2.2)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-08-22 09:34.28 ---> saved as "9cbb7322eaeec883a1fb058d14a1852e91af067effd661be1a05c38b9a3c83a2"

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

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

Continue? [y/n] y
Format upgrade done.
[NOTE] The 'jobs' option was reset, its value was 31 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=31 --global

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-08-22 09:35.55 ---> saved as "4f77942c258b6f35b37078667eee94e6e63e712c5523ff6d447064f2defecfbb"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-116-generic
The OCaml toplevel, version 4.14.2
2.2.0
2024-08-22 09:35.55 ---> saved as "d63e533cf9939f76479cab4aa8315f95705bbbdb94a70fe1db81079818ef33cf"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-08-22 09:35.56 ---> saved as "780efb09f2dce1341b0f0717ae4eaabe485beb124750628fd4a5b8ed790e2ba0"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 23f0b50a8c15a0b80c26599fe93bb46a76f55fd1 || git fetch origin master) && git reset -q --hard 23f0b50a8c15a0b80c26599fe93bb46a76f55fd1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   7c4ff52ef3..5100ab4e2b  master     -> origin/master
23f0b50a8c Merge pull request #26385 from kit-ty-kate/opam-publish-mccs.1.1-18

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository

The following actions will be performed:
=== upgrade 1 package
  - upgrade opam-depext 1.2.1-1 to 1.2.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.1-1
-> installed opam-depext.1.2.3
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
2024-08-22 09:37.00 ---> saved as "c7d9b2cad9ccd5ca452fcd055181e0a8cafecab40882cab201b8fa399774d8f3"

/src: (copy (src opam2web.opam) (dst ./))
2024-08-22 09:37.00 ---> saved as "4db0199e12078af1792cbafc0dc7422bb9deab454f1d9501c1c59ed559430d3a"

/src: (run (network host)
           (shell "opam pin add -yn opam2web.dev './'"))
[opam2web.dev] synchronised (file:///src)
[WARNING] Failed checks on opam2web package definition from source at file:///src:
  warning 68: Missing field 'license'
opam2web is now pinned to file:///src (version dev)
2024-08-22 09:37.02 ---> saved as "a0241b1fa6d384ce2ff3ab42977736b8625f0b1fd6e178fff3dd473d05a3a613"

/src: (env DEPS "angstrom.0.16.0 asn1-combinators.0.3.1 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.0 cmdliner.1.3.0 cohttp.6.0.0~alpha2 cohttp-lwt.6.0.0~alpha2 cohttp-lwt-unix.6.0.0~alpha2 conduit.6.2.3 conduit-lwt.6.2.3 conduit-lwt-unix.6.2.3 conf-bash.1 conf-c++.1.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-pkg-config.3 cow.2.5.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 cudf.0.10 digestif.1.2.0 domain-name.0.4.0 dose3.5.0.1-2 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.10 extlib.1.7.7-1 ezjsonm.1.3.0 fmt.0.9.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 hex.1.5.0 host-arch-x86_64.1 host-system-other.1 http.6.0.0~alpha2 ipaddr.5.6.0 ipaddr-sexp.5.6.0 js_of_ocaml.5.8.2 js_of_ocaml-compiler.5.8.2 js_of_ocaml-ppx.5.8.2 jsonm.1.0.2 logs.0.7.0 lwt.5.7.0 macaddr.5.6.0 magic-mime.1.3.1 mccs.1.1+18 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mirage-crypto.1.1.0 mirage-crypto-ec.1.1.0 mirage-crypto-pk.1.1.0 mirage-crypto-rng.1.1.0 num.1.5-1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocamlgraph.1.8.8 ocplib-endian.1.2 ohex.0.2.0 omd.1.3.2 opam-client.2.0.10 opam-core.2.0.10 opam-file-format.2.1.0 opam-format.2.0.10 opam-lib.1.3.1 opam-repository.2.0.10 opam-solver.2.0.10 opam-state.2.0.10 opamfu.0.1.4 parsexp.v0.16.0 pbkdf.2.0.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 ptime.1.1.0 re.1.11.0 rresult.0.7.0 sedlex.3.2 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.3 x509.1.0.1 xmlm.1.4.0 yojson.2.2.2 zarith.1.14")

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y opam2web.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB]
- Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3931 kB]
- Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease
- Get:4 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1257 kB]
- Get:5 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3921 kB]
- Get:6 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB]
- Hit:7 http://archive.ubuntu.com/ubuntu focal-backports InRelease
- Get:8 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1544 kB]
- Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4396 kB]
- Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [4073 kB]
- Fetched 19.4 MB in 2s (10.5 MB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[opam2web.dev] synchronised (no changes)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).

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

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

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-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 ... 14694 files and directories currently installed.)
- Preparing to unpack .../0-libglib2.0-0_2.64.6-1~ubuntu20.04.7_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.7) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../1-libglib2.0-data_2.64.6-1~ubuntu20.04.7_all.deb ...
- Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.7) ...
- Selecting previously unselected package tzdata.
- Preparing to unpack .../2-tzdata_2024a-0ubuntu0.20.04.1_all.deb ...
- Unpacking tzdata (2024a-0ubuntu0.20.04.1) ...
- Selecting previously unselected package libicu66:amd64.
- Preparing to unpack .../3-libicu66_66.1-2ubuntu2.1_amd64.deb ...
- Unpacking libicu66:amd64 (66.1-2ubuntu2.1) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../4-libxml2_2.9.10+dfsg-5ubuntu0.20.04.7_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.7) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../5-shared-mime-info_1.15-1_amd64.deb ...
- Unpacking shared-mime-info (1.15-1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../6-xdg-user-dirs_0.17-2ubuntu1_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../7-libgmpxx4ldbl_2%3a6.2.0+dfsg-4ubuntu0.1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.0+dfsg-4ubuntu0.1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../8-libgmp-dev_2%3a6.2.0+dfsg-4ubuntu0.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.0+dfsg-4ubuntu0.1) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../9-pkg-config_0.29.1-0ubuntu4_amd64.deb ...
- Unpacking pkg-config (0.29.1-0ubuntu4) ...
- Setting up xdg-user-dirs (0.17-2ubuntu1) ...
- Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.7) ...
- No schema files found: doing nothing.
- Setting up tzdata (2024a-0ubuntu0.20.04.1) ...
- 
- Current default time zone: 'Europe/London'
- Local time is now:      Thu Aug 22 10:37:29 BST 2024.
- Universal Time is now:  Thu Aug 22 09:37:29 UTC 2024.
- Run 'dpkg-reconfigure tzdata' if you wish to change it.
- 
- Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.7) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.0+dfsg-4ubuntu0.1) ...
- Setting up pkg-config (0.29.1-0ubuntu4) ...
- Setting up libgmp-dev:amd64 (2:6.2.0+dfsg-4ubuntu0.1) ...
- Setting up libicu66:amd64 (66.1-2ubuntu2.1) ...
- Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.7) ...
- Setting up shared-mime-info (1.15-1) ...
- Processing triggers for libc-bin (2.31-0ubuntu9.16) ...
2024-08-22 09:37.30 ---> saved as "9694e095a2ad6890860cb4044e80486da03b0949f5d3f8e6fb4510a6a9ffb1df"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 100 packages
  - install angstrom             0.16.0
  - install asn1-combinators     0.3.1
  - install astring              0.8.5
  - install base                 v0.16.3
  - install base-bytes           base
  - install base64               3.5.1
  - install bigstringaf          0.10.0
  - install bos                  0.2.1
  - install ca-certs             1.0.0
  - install cmdliner             1.3.0
  - install cohttp               6.0.0~alpha2
  - install cohttp-lwt           6.0.0~alpha2
  - install cohttp-lwt-unix      6.0.0~alpha2
  - install conduit              6.2.3
  - install conduit-lwt          6.2.3
  - install conduit-lwt-unix     6.2.3
  - install conf-bash            1
  - install conf-c++             1.0
  - install conf-gmp             4
  - install conf-gmp-powm-sec    3
  - install conf-pkg-config      3
  - install cow                  2.5.0
  - install cppo                 1.6.9
  - install csexp                1.5.2
  - install cstruct              6.2.0
  - install cudf                 0.10
  - install digestif             1.2.0
  - install domain-name          0.4.0
  - install dose3                5.0.1-2
  - install dune                 3.16.0
  - install dune-configurator    3.16.0
  - install duration             0.2.1
  - install eqaf                 0.10
  - install extlib               1.7.7-1
  - install ezjsonm              1.3.0
  - install fmt                  0.9.0
  - install fpath                0.7.3
  - install gen                  1.1
  - install gmap                 0.3.0
  - install hex                  1.5.0
  - install http                 6.0.0~alpha2
  - install ipaddr               5.6.0
  - install ipaddr-sexp          5.6.0
  - install js_of_ocaml          5.8.2
  - install js_of_ocaml-compiler 5.8.2
  - install js_of_ocaml-ppx      5.8.2
  - install jsonm                1.0.2
  - install logs                 0.7.0
  - install lwt                  5.7.0
  - install macaddr              5.6.0
  - install magic-mime           1.3.1
  - install mccs                 1.1+18
  - install menhir               20240715
  - install menhirCST            20240715
  - install menhirLib            20240715
  - install menhirSdk            20240715
  - install mirage-crypto        1.1.0
  - install mirage-crypto-ec     1.1.0
  - install mirage-crypto-pk     1.1.0
  - install mirage-crypto-rng    1.1.0
  - install num                  1.5-1
  - install ocaml-compiler-libs  v0.12.4
  - install ocaml-syntax-shims   1.0.0
  - install ocamlbuild           0.15.0
  - install ocamlfind            1.9.6
  - install ocamlgraph           1.8.8
  - install ocplib-endian        1.2
  - install ohex                 0.2.0
  - install omd                  1.3.2
  - install opam-client          2.0.10
  - install opam-core            2.0.10
  - install opam-file-format     2.1.0
  - install opam-format          2.0.10
  - install opam-lib             1.3.1
  - install opam-repository      2.0.10
  - install opam-solver          2.0.10
  - install opam-state           2.0.10
  - install opamfu               0.1.4
  - install parsexp              v0.16.0
  - install pbkdf                2.0.0
  - install ppx_derivers         1.2.1
  - install ppx_sexp_conv        v0.16.0
  - install ppxlib               0.33.0
  - install ptime                1.1.0
  - install re                   1.11.0
  - install rresult              0.7.0
  - install sedlex               3.2
  - install seq                  base
  - install sexplib              v0.16.0
  - install sexplib0             v0.16.0
  - install stdlib-shims         0.3.0
  - install stringext            1.6.0
  - install topkg                1.0.7
  - install uri                  4.4.0
  - install uri-sexp             4.4.0
  - install uutf                 1.0.3
  - install x509                 1.0.1
  - install xmlm                 1.4.0
  - install yojson               2.2.2
  - install zarith               1.14

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved asn1-combinators.0.3.1  (cached)
-> retrieved angstrom.0.16.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved ca-certs.1.0.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved conf-gmp.4  (cached)
-> retrieved conf-gmp-powm-sec.3  (cached)
-> retrieved conduit.6.2.3, conduit-lwt.6.2.3, conduit-lwt-unix.6.2.3  (cached)
-> retrieved cohttp.6.0.0~alpha2, cohttp-lwt.6.0.0~alpha2, cohttp-lwt-unix.6.0.0~alpha2, http.6.0.0~alpha2  (cached)
-> retrieved cow.2.5.0  (cached)
-> installed conf-bash.1
-> installed conf-c++.1.0
-> installed conf-gmp.4
-> installed conf-pkg-config.3
-> retrieved cppo.1.6.9  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> installed conf-gmp-powm-sec.3
-> retrieved cudf.0.10  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved dose3.5.0.1-2  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved extlib.1.7.7-1  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved ipaddr.5.6.0, ipaddr-sexp.5.6.0, macaddr.5.6.0  (cached)
-> retrieved digestif.1.2.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved mccs.1.1+18  (cached)
-> retrieved dune.3.16.0, dune-configurator.3.16.0  (cached)
-> retrieved js_of_ocaml.5.8.2, js_of_ocaml-compiler.5.8.2, js_of_ocaml-ppx.5.8.2  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved mirage-crypto.1.1.0, mirage-crypto-ec.1.1.0, mirage-crypto-pk.1.1.0, mirage-crypto-rng.1.1.0  (cached)
-> retrieved num.1.5-1  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> installed cmdliner.1.3.0
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocamlgraph.1.8.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved opam-file-format.2.1.0  (cached)
-> retrieved omd.1.3.2  (cached)
-> retrieved opam-client.2.0.10, opam-core.2.0.10, opam-format.2.0.10, opam-repository.2.0.10, opam-solver.2.0.10, opam-state.2.0.10  (cached)
-> retrieved opam-lib.1.3.1  (cached)
-> retrieved opamfu.0.1.4  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved pbkdf.2.0.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sedlex.3.2  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
-> retrieved xmlm.1.4.0  (cached)
-> retrieved x509.1.0.1  (cached)
-> retrieved yojson.2.2.2  (cached)
-> retrieved ppxlib.0.33.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed num.1.5-1
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.15.0
-> installed zarith.1.14
-> installed ocamlgraph.1.8.8
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed xmlm.1.4.0
-> installed ptime.1.1.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed dune.3.16.0
-> installed csexp.1.5.2
-> installed asn1-combinators.0.3.1
-> installed base64.3.5.1
-> installed cppo.1.6.9
-> installed cstruct.6.2.0
-> installed domain-name.0.4.0
-> installed duration.0.2.1
-> installed eqaf.0.10
-> installed gen.1.1
-> installed gmap.0.3.0
-> installed http.6.0.0~alpha2
-> installed macaddr.5.6.0
-> installed magic-mime.1.3.1
-> installed menhirCST.20240715
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ohex.0.2.0
-> installed opam-file-format.2.1.0
-> installed ppx_derivers.1.2.1
-> installed re.1.11.0
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed yojson.2.2.2
-> installed ocplib-endian.1.2
-> installed hex.1.5.0
-> installed ipaddr.5.6.0
-> installed digestif.1.2.0
-> installed ezjsonm.1.3.0
-> installed omd.1.3.2
-> installed parsexp.v0.16.0
-> installed dune-configurator.3.16.0
-> installed sexplib.v0.16.0
-> installed bigstringaf.0.10.0
-> installed extlib.1.7.7-1
-> installed angstrom.0.16.0
-> installed cudf.0.10
-> installed mirage-crypto.1.1.0
-> installed opam-core.2.0.10
-> installed pbkdf.2.0.0
-> installed uri.4.4.0
-> installed lwt.5.7.0
-> installed cow.2.5.0
-> installed base.v0.16.3
-> installed mccs.1.1+18
-> installed opam-format.2.0.10
-> installed opam-repository.2.0.10
-> installed menhir.20240715
-> installed ppxlib.0.33.0
-> installed opam-state.2.0.10
-> installed ppx_sexp_conv.v0.16.0
-> installed sedlex.3.2
-> installed dose3.5.0.1-2
-> installed ipaddr-sexp.5.6.0
-> installed uri-sexp.4.4.0
-> installed cohttp.6.0.0~alpha2
-> installed opam-solver.2.0.10
-> installed opam-client.2.0.10
-> installed js_of_ocaml-compiler.5.8.2
-> installed opam-lib.1.3.1
-> installed opamfu.0.1.4
-> installed js_of_ocaml.5.8.2
-> installed logs.0.7.0
-> installed mirage-crypto-rng.1.1.0
-> installed mirage-crypto-pk.1.1.0
-> installed conduit.6.2.3
-> installed cohttp-lwt.6.0.0~alpha2
-> installed js_of_ocaml-ppx.5.8.2
-> installed bos.0.2.1
-> installed conduit-lwt.6.2.3
-> installed mirage-crypto-ec.1.1.0
-> installed x509.1.0.1
-> installed ca-certs.1.0.0
-> installed conduit-lwt-unix.6.2.3
-> installed cohttp-lwt-unix.6.0.0~alpha2
Done.
# Run eval $(opam env) to update the current shell environment
2024-08-22 09:39.35 ---> saved as "a4c2a6eb826204a60fe9ba1bce95af4d74411475f81c8b00e95e8bf58b6b0326"

/src: (copy (src .) (dst /src))
2024-08-22 09:39.35 ---> saved as "0af46c0da68e2f110d388fd9b87cac44bb660c475c50e40fa6a57a10771794d4"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-08-22 09:39.38 ---> saved as "4f287dbf17b27a1ec18e07ba41adc98ee3e2a28eda9407234264ef1b7d3c0302"
Job succeeded
2024-08-22 09:39.39: Job succeeded