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

freebsd-4.14_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-4.14_opam-2.1)
Base: freebsd-ocaml-4.14
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-4.14
# freebsd-4.14_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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-4.14-freebsd-4.14_opam-2.1-37fb61e4e2080984f5738fd2abcc90ed"
2024-05-15 07:27.02: Using OBuilder spec:
((from freebsd-ocaml-4.14)
 (comment freebsd-4.14_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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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.50: Got resource from pool OCluster
Building on summer
All commits already cached
HEAD is now at 82fdee2 Fix the minimal requirement for the OCaml compiler (uses String.for_all)


(from freebsd-ocaml-4.14)
2024-05-15 09:10.18 ---> using "57eeeabfec88366322a66f228a693df277d348dc99f1cc2a63749102c5e1e405" from cache


/: (comment freebsd-4.14_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.19 ---> using "e9fe3959c02c848d2766600d2fd363dc0faa291980b23311949b4972bc5ea188" 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.19 ---> using "dba2ef0de478afdbd43a6552d310929f1c3c3ee6b86c81b7ff6f06256f6544c3" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-15 09:10.20 ---> using "1b1f323c7946b3615d1855d65edd6179caf157152d4670670539e49efbdc1d2e" 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
  - ocaml-config.3
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.20 ---> using "bf28f177dd212190f936fc738c799dc0010cece3b3c85c89d76db932b6f78ae1" from cache


/src: (copy (src docker_hub.opam) (dst ./))
2024-05-15 09:10.22 ---> saved as "becce58ef584fccbe570eb6fb4b52fabb66eafc2498f8d289fa9087b83edb422"


/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.27 ---> saved as "f7961f011777499f67b1af886da28d7b7269ee65703e43b751bdeabeeff3964f"


/src: (env DEPS "angstrom.0.16.0 asn1-combinators.0.2.6 astring.0.8.5 base-bigarray.base base-bytes.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 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 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).
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...
- [summer] Fetching data.pkg: .....
- ..... done
- Processing entries: .
- ..
- .
- ..
- .
- .
- .. done
- FreeBSD repository update completed. 34063 packages processed.
- 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.33 ---> saved as "438492def5c81275dba811de6b85358d3f7cd7ac240d947c2bc9f9d9633bdb83"


/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 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).
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 asn1-combinators.0.2.6  (https://github.com/mirleft/ocaml-asn1-combinators/releases/download/v0.2.6/asn1-combinators-v0.2.6.tbz)
 retrieved angstrom.0.16.0  (https://github.com/inhabitedtype/angstrom/archive/0.16.0.tar.gz)
 retrieved base64.3.5.1  (https://github.com/mirage/ocaml-base64/releases/download/v3.5.1/base64-3.5.1.tbz)
 retrieved bos.0.2.1  (https://erratique.ch/software/bos/releases/bos-0.2.1.tbz)
 retrieved bigstringaf.0.9.1  (https://github.com/inhabitedtype/bigstringaf/archive/0.9.1.tar.gz)
 installed conf-gmp.4
 retrieved cppo.1.6.9  (https://github.com/ocaml-community/cppo/archive/v1.6.9.tar.gz)
 installed conf-gmp-powm-sec.3
 retrieved cmdliner.1.2.0  (https://erratique.ch/software/cmdliner/releases/cmdliner-1.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 csexp.1.5.2  (https://github.com/ocaml-dune/csexp/releases/download/1.5.2/csexp-1.5.2.tbz)
 retrieved cstruct.6.2.0  (https://github.com/mirage/ocaml-cstruct/releases/download/v6.2.0/cstruct-6.2.0.tbz)
 retrieved dns-client.7.0.3  (https://github.com/mirage/ocaml-dns/releases/download/v7.0.3/dns-7.0.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-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)
 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.0.8.2  (https://github.com/inhabitedtype/faraday/archive/0.8.2.tar.gz)
 retrieved faraday.0.8.2  (https://github.com/inhabitedtype/faraday/archive/0.8.2.tar.gz)
 retrieved faraday-lwt-unix.0.8.2  (cached)
 retrieved dune-configurator.3.15.2  (https://github.com/ocaml/dune/releases/download/3.15.2/dune-3.15.2.tbz)
 retrieved fmt.0.9.0  (https://erratique.ch/software/fmt/releases/fmt-0.9.0.tbz)
 retrieved gmap.0.3.0  (https://github.com/hannesm/gmap/releases/download/0.3.0/gmap-0.3.0.tbz)
 retrieved fpath.0.7.3  (https://erratique.ch/software/fpath/releases/fpath-0.7.3.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 happy-eyeballs.0.6.0  (https://github.com/robur-coop/happy-eyeballs/releases/download/v0.6.0/happy-eyeballs-0.6.0.tbz)
 installed cmdliner.1.2.0
 retrieved hpack.0.11.0  (cached)
 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 hkdf.1.0.4  (https://github.com/hannesm/ocaml-hkdf/releases/download/v1.0.4/hkdf-v1.0.4.tbz)
 retrieved logs.0.7.0  (https://erratique.ch/software/logs/releases/logs-0.7.0.tbz)
 retrieved ipaddr.5.5.0  (https://github.com/mirage/ocaml-ipaddr/releases/download/v5.5.0/ipaddr-5.5.0.tbz)
 retrieved httpaf.0.7.1  (https://github.com/inhabitedtype/httpaf/archive/0.7.1.tar.gz)
 retrieved macaddr.5.5.0  (cached)
 retrieved lwt.5.7.0  (https://github.com/ocsigen/lwt/archive/refs/tags/5.7.0.tar.gz)
 retrieved lru.0.3.1  (https://github.com/pqwy/lru/releases/download/v0.3.1/lru-0.3.1.tbz)
 retrieved metrics.0.4.1  (https://github.com/mirage/metrics/releases/download/v0.4.1/metrics-0.4.1.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 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-ec.0.11.3  (https://github.com/mirage/mirage-crypto/releases/download/v0.11.3/mirage-crypto-0.11.3.tbz)
 retrieved mirage-crypto-rng.0.11.3  (cached)
 retrieved mtime.2.0.0  (https://erratique.ch/software/mtime/releases/mtime-2.0.0.tbz)
 retrieved mirage-crypto-rng-lwt.0.11.3  (cached)
 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 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 ocplib-endian.1.2  (https://github.com/OCamlPro/ocplib-endian/archive/refs/tags/1.2.tar.gz)
 retrieved ptime.1.1.0  (https://erratique.ch/software/ptime/releases/ptime-1.1.0.tbz)
 retrieved psq.0.2.1  (https://github.com/pqwy/psq/releases/download/v0.2.1/psq-0.2.1.tbz)
 retrieved pbkdf.1.2.0  (https://github.com/abeaumont/ocaml-pbkdf/archive/1.2.0.tar.gz)
 retrieved randomconv.0.1.3  (https://github.com/hannesm/randomconv/releases/download/v0.1.3/randomconv-v0.1.3.tbz)
 installed seq.base
 retrieved rresult.0.7.0  (https://erratique.ch/software/rresult/releases/rresult-0.7.0.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 tls.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 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 zarith.1.13
 installed ocamlbuild.0.14.3
 installed topkg.1.0.7
 installed rresult.0.7.0
 installed mtime.2.0.0
 installed ptime.1.1.0
 installed fmt.0.9.0
 installed astring.0.8.5
 installed fpath.0.7.3
 installed dune.3.15.2
 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 gmap.0.3.0
 installed duration.0.2.1
 installed domain-name.0.4.0
 installed cstruct.6.2.0
 installed base64.3.5.1
 installed sexplib0.v0.17.0
 installed cppo.1.6.9
 installed lru.0.3.1
 installed randomconv.0.1.3
 installed ipaddr.5.5.0
 installed eqaf.0.9
 installed ocplib-endian.1.2
 installed asn1-combinators.0.2.6
 installed yojson.2.1.2
 installed dune-configurator.3.15.2
 installed bigstringaf.0.9.1
 installed faraday.0.8.2
 installed angstrom.0.16.0
 installed mirage-crypto.0.11.3
 installed pbkdf.1.2.0
 installed hkdf.1.0.4
 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 dns.7.0.3
 installed mirage-crypto-pk.0.11.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.30 ---> saved as "02b6e31ba70ccd42b86eea44da1787d153150babed1532daad658222f211a0ef"


/src: (copy (src .) (dst /src))
2024-05-15 09:16.31 ---> saved as "2651e1bca938354898e2c5a104b9339612bb30e5de03a4ac755c3ad21d9b25bf"


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