Organisationskit-ty-kateocaml-docker-hub82fdee (main)freebsd-5.1_opam-2.1

freebsd-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-05-15 07:27.02: New job: test kit-ty-kate/ocaml-docker-hub https://github.com/kit-ty-kate/ocaml-docker-hub.git#refs/heads/main (82fdee25bae49416fd6051784d5bec4e0a272694) (freebsd-x86_64:freebsd-5.1_opam-2.1)
Base: freebsd-ocaml-5.1
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/kit-ty-kate/ocaml-docker-hub.git" -b "main" && cd "ocaml-docker-hub" && git reset --hard 82fdee25
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-ocaml-5.1
# freebsd-5.1_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.1 /usr/local/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 b7111793409e8f3cb753767d50a387268946fb02 || git fetch origin master) && git reset -q --hard b7111793409e8f3cb753767d50a387268946fb02 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 docker_hub.opam ./
RUN opam pin add -yn docker_hub.dev './'
ENV DEPS="angstrom.0.16.0 asn1-combinators.0.2.6 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 bos.0.2.1 ca-certs.0.2.3 cmdliner.1.2.0 conf-gmp.4 conf-gmp-powm-sec.3 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 dns.7.0.3 dns-client.7.0.3 dns-client-lwt.7.0.3 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 eqaf.0.9 faraday.0.8.2 faraday-lwt.0.8.2 faraday-lwt-unix.0.8.2 fmt.0.9.0 fpath.0.7.3 gmap.0.3.0 h2.0.11.0 happy-eyeballs.0.6.0 happy-eyeballs-lwt.0.6.0 hkdf.1.0.4 hpack.0.11.0 http-lwt-client.0.2.6 httpaf.0.7.1 ipaddr.5.5.0 logs.0.7.0 lru.0.3.1 lwt.5.7.0 macaddr.5.5.0 metrics.0.4.1 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-crypto-rng-lwt.0.11.3 mtime.2.0.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 pbkdf.1.2.0 psq.0.2.1 ptime.1.1.0 randomconv.0.1.3 result.1.5 rresult.0.7.0 seq.base sexplib0.v0.17.0 tls.0.17.5 tls-lwt.0.17.5 topkg.1.0.7 x509.0.16.5 yojson.2.1.2 zarith.1.13"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y docker_hub.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-05-15 07:27.02: Using cache hint "kit-ty-kate/ocaml-docker-hub-freebsd-freebsd-ocaml-5.1-freebsd-5.1_opam-2.1-a3a8a3427c248f2bff12eaace92a950c"
2024-05-15 07:27.02: Using OBuilder spec:
((from freebsd-ocaml-5.1)
 (comment freebsd-5.1_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/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 b7111793409e8f3cb753767d50a387268946fb02 || git fetch origin master) && git reset -q --hard b7111793409e8f3cb753767d50a387268946fb02 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src docker_hub.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn docker_hub.dev './'"))
 (env DEPS "angstrom.0.16.0 asn1-combinators.0.2.6 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 bos.0.2.1 ca-certs.0.2.3 cmdliner.1.2.0 conf-gmp.4 conf-gmp-powm-sec.3 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 dns.7.0.3 dns-client.7.0.3 dns-client-lwt.7.0.3 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 eqaf.0.9 faraday.0.8.2 faraday-lwt.0.8.2 faraday-lwt-unix.0.8.2 fmt.0.9.0 fpath.0.7.3 gmap.0.3.0 h2.0.11.0 happy-eyeballs.0.6.0 happy-eyeballs-lwt.0.6.0 hkdf.1.0.4 hpack.0.11.0 http-lwt-client.0.2.6 httpaf.0.7.1 ipaddr.5.5.0 logs.0.7.0 lru.0.3.1 lwt.5.7.0 macaddr.5.5.0 metrics.0.4.1 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-crypto-rng-lwt.0.11.3 mtime.2.0.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 pbkdf.1.2.0 psq.0.2.1 ptime.1.1.0 randomconv.0.1.3 result.1.5 rresult.0.7.0 seq.base sexplib0.v0.17.0 tls.0.17.5 tls-lwt.0.17.5 topkg.1.0.7 x509.0.16.5 yojson.2.1.2 zarith.1.13")
 (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.1 --depext-only -y docker_hub.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-05-15 07:27.02: Waiting for resource in pool OCluster
2024-05-15 07:27.02: Waiting for worker…
2024-05-15 09:16.38: Got resource from pool OCluster
Building on summer
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /obuilder/state/git/ocaml-docker-hub.git-21d9ff5099ddb110b51a05cfba7bddd4dfa51f26/.git/
HEAD is now at 82fdee2 Fix the minimal requirement for the OCaml compiler (uses String.for_all)


(from freebsd-ocaml-5.1)
2024-05-15 09:10.05 ---> using "813c71762ba09cfa8cfe3f05f009bdd39b1b347128fefd2e95099f87d236c989" from cache


/: (comment freebsd-5.1_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/bin/opam"))
2024-05-15 09:10.05 ---> using "65a9b62d2493057013f99a47d1d57b6072f5b00406fb4bfea785e58388f6b852" from cache


/src: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2024-05-15 09:10.05 ---> using "e99a94697afa70d27199359988cb3c099e37a5c06ee07760e5a5921308c3119e" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.0-RELEASE-p6
The OCaml toplevel, version 5.1.1
2.1.5
2024-05-15 09:10.05 ---> using "ec35bf54fa4c1a8f744eebe8956e2d9e1f1f6379cf858b75ddefbabb954554fc" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-15 09:10.05 ---> using "e452d16e32919148b58c7e1d1c9db9a6c0854da706cd5eb72487da563b728a13" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e b7111793409e8f3cb753767d50a387268946fb02 || git fetch origin master) && git reset -q --hard b7111793409e8f3cb753767d50a387268946fb02 && git log --no-decorate -n1 --oneline && opam update -u"))
b711179340 [new release] tls (5 packages) (0.17.5)


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


Constructing initial basis...
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).


The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.3.0
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2024-05-15 09:10.05 ---> using "082ac8b085aa30d774b32f2ad248d9a3df25514cf990c8e3343e8490698a13d8" from cache


/src: (copy (src docker_hub.opam) (dst ./))
2024-05-15 09:10.09 ---> saved as "8cdeefd46f1f6b348337ca3f088b7fc73453cef086be5c474313f59d99abfdea"


/src: (run (network host)
           (shell "opam pin add -yn docker_hub.dev './'"))
[docker_hub.dev] synchronised (file:///src)
docker_hub is now pinned to file:///src (version dev)
2024-05-15 09:10.13 ---> saved as "8722296d28683c943be21735d43c9d3de2953359a7a5de249253d2d311cae9b4"


/src: (env DEPS "angstrom.0.16.0 asn1-combinators.0.2.6 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 bos.0.2.1 ca-certs.0.2.3 cmdliner.1.2.0 conf-gmp.4 conf-gmp-powm-sec.3 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 dns.7.0.3 dns-client.7.0.3 dns-client-lwt.7.0.3 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 eqaf.0.9 faraday.0.8.2 faraday-lwt.0.8.2 faraday-lwt-unix.0.8.2 fmt.0.9.0 fpath.0.7.3 gmap.0.3.0 h2.0.11.0 happy-eyeballs.0.6.0 happy-eyeballs-lwt.0.6.0 hkdf.1.0.4 hpack.0.11.0 http-lwt-client.0.2.6 httpaf.0.7.1 ipaddr.5.5.0 logs.0.7.0 lru.0.3.1 lwt.5.7.0 macaddr.5.5.0 metrics.0.4.1 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-crypto-rng-lwt.0.11.3 mtime.2.0.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 pbkdf.1.2.0 psq.0.2.1 ptime.1.1.0 randomconv.0.1.3 result.1.5 rresult.0.7.0 seq.base sexplib0.v0.17.0 tls.0.17.5 tls-lwt.0.17.5 topkg.1.0.7 x509.0.16.5 yojson.2.1.2 zarith.1.13")


/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.1 --depext-only -y docker_hub.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[docker_hub.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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices


The following system packages will first need to be installed:
    ca_root_nss gmp


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/sudo "pkg" "install" "-y" "ca_root_nss" "gmp"
- Updating FreeBSD repository catalogue...
- FreeBSD repository is up to date.
- All repositories are up to date.
- The following 2 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	ca_root_nss: 3.93_2
- 	gmp: 6.3.0
- 
- Number of packages to be installed: 2
- 
- The process will require 3 MiB more space.
- 779 KiB to be downloaded.
- [summer] [1/2] Fetching gmp-6.3.0.pkg: .......... done
- [summer] [2/2] Fetching ca_root_nss-3.93_2.pkg: .......... done
- Checking integrity... done (0 conflicting)
- [summer] [1/2] Installing gmp-6.3.0...
- [summer] [1/2] Extracting gmp-6.3.0: .......... done
- [summer] [2/2] Installing ca_root_nss-3.93_2...
- [summer] [2/2] Extracting ca_root_nss-3.93_2: ....... done
- Scanning /usr/share/certs/untrusted for certificates...
- Scanning /usr/share/certs/trusted for certificates...
- Scanning /usr/local/share/certs for certificates...
- =====
- Message from ca_root_nss-3.93_2:
- 
- --
- FreeBSD does not, and can not warrant that the certification authorities
- whose certificates are included in this package have in any way been
- audited for trustworthiness or RFC 3647 compliance.
- 
- Assessment and verification of trust is the complete responsibility of
- the system administrator.
- 
- This package installs symlinks to support root certificate discovery
- for software that either uses other cryptographic libraries than
- OpenSSL, or use OpenSSL but do not follow recommended practice.
- 
- If you prefer to do this manually, replace the following symlinks with
- either an empty file or your site-local certificate bundle.
- 
-   * /etc/ssl/cert.pem
-   * /usr/local/etc/ssl/cert.pem
-   * /usr/local/openssl/cert.pem
2024-05-15 09:12.20 ---> saved as "a9099f1e30cc3a05d386822b3753ac5e08bcfe2b492e2bf2edd16df2d530b76e"


/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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
The following actions will be performed:
   install cmdliner              1.2.0
   install ocamlfind             1.9.6
   install conf-gmp              4
   install ocamlbuild            0.14.3
   install seq                   base
   install dune                  3.15.2
   install base-bytes            base
   install zarith                1.13
   install conf-gmp-powm-sec     3
   install topkg                 1.0.7
   install sexplib0              v0.17.0
   install result                1.5
   install psq                   0.2.1
   install ocaml-syntax-shims    1.0.0
   install macaddr               5.5.0
   install gmap                  0.3.0
   install duration              0.2.1
   install domain-name           0.4.0
   install csexp                 1.5.2
   install cppo                  1.6.9
   install base64                3.5.1
   install rresult               0.7.0
   install ptime                 1.1.0
   install mtime                 2.0.0
   install fmt                   0.9.0
   install astring               0.8.5
   install lru                   0.3.1
   install ipaddr                5.5.0
   install dune-configurator     3.15.2
   install yojson                2.1.2
   install ocplib-endian         1.2
   install metrics               0.4.1
   install cstruct               6.2.0
   install fpath                 0.7.3
   install bigstringaf           0.9.1
   install lwt                   5.7.0
   install randomconv            0.1.3
   install eqaf                  0.9
   install asn1-combinators      0.2.6
   install faraday               0.8.2
   install angstrom              0.16.0
   install logs                  0.7.0
   install mirage-crypto         0.11.3
   install faraday-lwt           0.8.2
   install httpaf                0.7.1
   install hpack                 0.11.0
   install happy-eyeballs        0.6.0
   install dns                   7.0.3
   install bos                   0.2.1
   install pbkdf                 1.2.0
   install mirage-crypto-rng     0.11.3
   install hkdf                  1.0.4
   install faraday-lwt-unix      0.8.2
   install h2                    0.11.0
   install mirage-crypto-rng-lwt 0.11.3
   install mirage-crypto-pk      0.11.3
   install mirage-crypto-ec      0.11.3
   install dns-client            7.0.3
   install x509                  0.16.5
   install tls                   0.17.5
   install ca-certs              0.2.3
   install tls-lwt               0.17.5
   install dns-client-lwt        7.0.3
   install happy-eyeballs-lwt    0.6.0
   install http-lwt-client       0.2.6
=====  65 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved astring.0.8.5  (https://erratique.ch/software/astring/releases/astring-0.8.5.tbz)
 retrieved angstrom.0.16.0  (https://github.com/inhabitedtype/angstrom/archive/0.16.0.tar.gz)
 retrieved asn1-combinators.0.2.6  (https://github.com/mirleft/ocaml-asn1-combinators/releases/download/v0.2.6/asn1-combinators-v0.2.6.tbz)
 retrieved base64.3.5.1  (https://github.com/mirage/ocaml-base64/releases/download/v3.5.1/base64-3.5.1.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 cppo.1.6.9  (https://github.com/ocaml-community/cppo/archive/v1.6.9.tar.gz)
 retrieved cmdliner.1.2.0  (https://erratique.ch/software/cmdliner/releases/cmdliner-1.2.0.tbz)
 installed conf-gmp.4
 retrieved csexp.1.5.2  (https://github.com/ocaml-dune/csexp/releases/download/1.5.2/csexp-1.5.2.tbz)
 installed conf-gmp-powm-sec.3
 retrieved cstruct.6.2.0  (https://github.com/mirage/ocaml-cstruct/releases/download/v6.2.0/cstruct-6.2.0.tbz)
 retrieved ca-certs.0.2.3  (https://github.com/mirage/ca-certs/releases/download/v0.2.3/ca-certs-0.2.3.tbz)
 retrieved dns.7.0.3  (https://github.com/mirage/ocaml-dns/releases/download/v7.0.3/dns-7.0.3.tbz)
 retrieved dns-client.7.0.3  (https://github.com/mirage/ocaml-dns/releases/download/v7.0.3/dns-7.0.3.tbz)
 retrieved dns-client-lwt.7.0.3  (https://github.com/mirage/ocaml-dns/releases/download/v7.0.3/dns-7.0.3.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)
 installed cmdliner.1.2.0
 retrieved dune-configurator.3.15.2  (https://github.com/ocaml/dune/releases/download/3.15.2/dune-3.15.2.tbz)
 retrieved eqaf.0.9  (https://github.com/mirage/eqaf/releases/download/v0.9/eqaf-0.9.tbz)
 retrieved dune.3.15.2  (https://github.com/ocaml/dune/releases/download/3.15.2/dune-3.15.2.tbz)
 retrieved faraday-lwt-unix.0.8.2  (cached)
 retrieved faraday.0.8.2  (https://github.com/inhabitedtype/faraday/archive/0.8.2.tar.gz)
 retrieved faraday-lwt.0.8.2  (https://github.com/inhabitedtype/faraday/archive/0.8.2.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 gmap.0.3.0  (https://github.com/hannesm/gmap/releases/download/0.3.0/gmap-0.3.0.tbz)
 retrieved h2.0.11.0  (https://github.com/anmonteiro/ocaml-h2/releases/download/0.11.0/h2-0.11.0.tbz)
 retrieved happy-eyeballs-lwt.0.6.0  (https://github.com/robur-coop/happy-eyeballs/releases/download/v0.6.0/happy-eyeballs-0.6.0.tbz)
 retrieved hpack.0.11.0  (cached)
 retrieved happy-eyeballs.0.6.0  (https://github.com/robur-coop/happy-eyeballs/releases/download/v0.6.0/happy-eyeballs-0.6.0.tbz)
 retrieved hkdf.1.0.4  (https://github.com/hannesm/ocaml-hkdf/releases/download/v1.0.4/hkdf-v1.0.4.tbz)
 retrieved httpaf.0.7.1  (https://github.com/inhabitedtype/httpaf/archive/0.7.1.tar.gz)
 retrieved http-lwt-client.0.2.6  (https://github.com/robur-coop/http-lwt-client/releases/download/v0.2.6/http-lwt-client-0.2.6.tbz)
 retrieved ipaddr.5.5.0  (https://github.com/mirage/ocaml-ipaddr/releases/download/v5.5.0/ipaddr-5.5.0.tbz)
 retrieved logs.0.7.0  (https://erratique.ch/software/logs/releases/logs-0.7.0.tbz)
 retrieved macaddr.5.5.0  (cached)
 retrieved lru.0.3.1  (https://github.com/pqwy/lru/releases/download/v0.3.1/lru-0.3.1.tbz)
 retrieved lwt.5.7.0  (https://github.com/ocsigen/lwt/archive/refs/tags/5.7.0.tar.gz)
 retrieved metrics.0.4.1  (https://github.com/mirage/metrics/releases/download/v0.4.1/metrics-0.4.1.tbz)
 retrieved mirage-crypto-ec.0.11.3  (https://github.com/mirage/mirage-crypto/releases/download/v0.11.3/mirage-crypto-0.11.3.tbz)
 retrieved mirage-crypto-pk.0.11.3  (https://github.com/mirage/mirage-crypto/releases/download/v0.11.3/mirage-crypto-0.11.3.tbz)
 retrieved mirage-crypto.0.11.3  (https://github.com/mirage/mirage-crypto/releases/download/v0.11.3/mirage-crypto-0.11.3.tbz)
 retrieved mtime.2.0.0  (https://erratique.ch/software/mtime/releases/mtime-2.0.0.tbz)
 retrieved mirage-crypto-rng.0.11.3  (cached)
 retrieved mirage-crypto-rng-lwt.0.11.3  (cached)
 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 ocamlfind.1.9.6  (http://download.camlcity.org/download/findlib-1.9.6.tar.gz)
 retrieved ocamlbuild.0.14.3  (https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.14.3.tar.gz)
 retrieved ocplib-endian.1.2  (https://github.com/OCamlPro/ocplib-endian/archive/refs/tags/1.2.tar.gz)
 retrieved pbkdf.1.2.0  (https://github.com/abeaumont/ocaml-pbkdf/archive/1.2.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 rresult.0.7.0  (https://erratique.ch/software/rresult/releases/rresult-0.7.0.tbz)
 installed seq.base
 retrieved randomconv.0.1.3  (https://github.com/hannesm/randomconv/releases/download/v0.1.3/randomconv-v0.1.3.tbz)
 retrieved result.1.5  (https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz)
 retrieved sexplib0.v0.17.0  (https://github.com/janestreet/sexplib0/archive/refs/tags/v0.17.0.tar.gz)
 retrieved tls-lwt.0.17.5  (https://github.com/mirleft/ocaml-tls/releases/download/v0.17.5/tls-0.17.5.tbz)
 retrieved topkg.1.0.7  (https://erratique.ch/software/topkg/releases/topkg-1.0.7.tbz)
 retrieved tls.0.17.5  (https://github.com/mirleft/ocaml-tls/releases/download/v0.17.5/tls-0.17.5.tbz)
 retrieved x509.0.16.5  (https://github.com/mirleft/ocaml-x509/releases/download/v0.16.5/x509-0.16.5.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)
 installed ocamlfind.1.9.6
 installed base-bytes.base
 installed ocamlbuild.0.14.3
 installed zarith.1.13
 installed topkg.1.0.7
 installed rresult.0.7.0
 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 dune.3.15.2
 installed duration.0.2.1
 installed gmap.0.3.0
 installed csexp.1.5.2
 installed result.1.5
 installed psq.0.2.1
 installed ocaml-syntax-shims.1.0.0
 installed metrics.0.4.1
 installed macaddr.5.5.0
 installed sexplib0.v0.17.0
 installed domain-name.0.4.0
 installed cstruct.6.2.0
 installed base64.3.5.1
 installed lru.0.3.1
 installed cppo.1.6.9
 installed randomconv.0.1.3
 installed eqaf.0.9
 installed ipaddr.5.5.0
 installed ocplib-endian.1.2
 installed asn1-combinators.0.2.6
 installed dune-configurator.3.15.2
 installed yojson.2.1.2
 installed bigstringaf.0.9.1
 installed faraday.0.8.2
 installed angstrom.0.16.0
 installed mirage-crypto.0.11.3
 installed hkdf.1.0.4
 installed pbkdf.1.2.0
 installed httpaf.0.7.1
 installed hpack.0.11.0
 installed h2.0.11.0
 installed lwt.5.7.0
 installed faraday-lwt.0.8.2
 installed faraday-lwt-unix.0.8.2
 installed logs.0.7.0
 installed happy-eyeballs.0.6.0
 installed mirage-crypto-rng.0.11.3
 installed mirage-crypto-rng-lwt.0.11.3
 installed mirage-crypto-pk.0.11.3
 installed dns.7.0.3
 installed dns-client.7.0.3
 installed bos.0.2.1
 installed mirage-crypto-ec.0.11.3
 installed x509.0.16.5
 installed ca-certs.0.2.3
 installed tls.0.17.5
 installed tls-lwt.0.17.5
 installed dns-client-lwt.7.0.3
 installed happy-eyeballs-lwt.0.6.0
 installed http-lwt-client.0.2.6
Done.
2024-05-15 09:16.27 ---> saved as "d63080560d34446581bd06849bc1e3141bb7fb91ae1ba97928c1e4c09f55a055"


/src: (copy (src .) (dst /src))
2024-05-15 09:16.29 ---> saved as "221ac3e95931b2a4f8f6f91616e989acc47a4ca11d13be310e8d64e23dea6362"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-05-15 09:16.32 ---> saved as "e4e136dcf2697060b5ffb2dc48afef20910b28c97106746f47c0d2150dccb954"
Job succeeded
2024-05-15 09:23.06: Job succeeded