Organisationsmirageocaml-gite29345 ()(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-09-04 07:59.24: New job: test mirage/ocaml-git https://github.com/mirage/ocaml-git.git#refs/heads/main (e29345f6971109fb66d580c2a4ecb13785d1792d) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.13@sha256:a3da3c524a9eaefadecdecc2161e1a6423dc5278ed342a5af049393270919fa8
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/ocaml-git.git" -b "main" && cd "ocaml-git" && git reset --hard e29345f6
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.13@sha256:a3da3c524a9eaefadecdecc2161e1a6423dc5278ed342a5af049393270919fa8
# debian-12-4.13_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 a5ea9d420bafca5c46c23248a31e316ab5e919bf || git fetch origin master) && git reset -q --hard a5ea9d420bafca5c46c23248a31e316ab5e919bf && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 git.opam git-unix.opam git-paf.opam git-mirage.opam ./
RUN opam pin add -yn git.dev './' && \
    opam pin add -yn git-unix.dev './' && \
    opam pin add -yn git-paf.dev './' && \
    opam pin add -yn git-mirage.dev './'
ENV DEPS="afl-persistent.1.1 alcotest.1.3.0 alcotest-lwt.1.3.0 angstrom.0.14.0 arp.3.0.0 asn1-combinators.0.3.1 astring.0.8.5 awa.0.4.0 awa-mirage.0.4.0 base.v0.14.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.0 bigarray-compat.1.0.0 bigstringaf.0.9.0 bos.0.2.1 ca-certs-nss.3.101-1 carton.0.7.2 carton-git.0.7.2 carton-lwt.0.7.2 checkseum.0.3.3 cmdliner.1.1.0 conf-gmp.1 conf-gmp-powm-sec.1 conf-pkg-config.1.0 cppo.1.6.1 crowbar.0.2.1 cstruct.6.1.0 cstruct-lwt.6.1.0 cstruct-unix.6.1.0 decompress.1.4.3 digestif.1.2.0 dns.9.0.0 dns-client.9.0.0 domain-name.0.4.0 duff.0.5 dune.3.0.2 dune-configurator.2.7.0 duration.0.2.0 emile.1.1 encore.0.8 eqaf.0.8 ethernet.3.0.0 faraday.0.7.3 fmt.0.9.0 fpath.0.7.3 functoria-runtime.4.0.0 gmap.0.3.0 h2.0.10.0 happy-eyeballs.1.1.0 happy-eyeballs-lwt.1.1.0 happy-eyeballs-mirage.1.1.0 hkdf.2.0.0 host-arch-x86_64.1 host-system-other.1 hpack.0.1.0 httpaf.0.7.1 hxd.0.3.2 io-page.2.4.0 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 jbuilder.1.0+beta20.1 ke.0.6 logs.0.7.0 lru.0.3.0 lwt.5.7.0 lwt-dllist.1.0.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.1.0 mimic.0.0.8 mimic-happy-eyeballs.0.0.8 mirage-clock.4.1.0 mirage-clock-unix.4.1.0 mirage-crypto.1.1.0 mirage-crypto-ec.1.1.0 mirage-crypto-pk.1.1.0 mirage-crypto-rng.1.1.0 mirage-crypto-rng-mirage.1.1.0 mirage-device.2.0.0 mirage-flow.4.0.0 mirage-kv.3.0.1 mirage-net.3.0.1 mirage-profile.0.9.0 mirage-runtime.4.0.0 mirage-time.2.0.1 mirage-unix.5.0.0 mtime.1.2.0 num.1.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-migrate-parsetree.2.2.0 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocamlgraph.1.8.8 ocplib-endian.1.0 ohex.0.2.0 optint.0.2.0 paf.0.7.0 parsexp.v0.14.1 pbkdf.2.0.0 pecu.0.4 ppx_cstruct.6.1.0 ppx_derivers.1.0 ppxlib.0.22.2 psq.0.2.0 ptime.0.8.6 randomconv.0.2.0 re.1.7.2 result.1.5 rresult.0.7.0 seq.0.2.2 sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.1.0 stringext.1.4.0 tcpip.8.2.0 tls.1.0.0 tls-mirage.1.0.0 topkg.1.0.3 uchar.0.0.2 uri.4.1.0 uuidm.0.9.6 uutf.1.0.1 x509.1.0.2 zarith.1.13"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y git.dev git-unix.dev git-paf.dev git-mirage.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-09-04 07:59.24: Using cache hint "mirage/ocaml-git-ocaml/opam:debian-12-ocaml-4.13@sha256:a3da3c524a9eaefadecdecc2161e1a6423dc5278ed342a5af049393270919fa8-debian-12-4.13_opam-2.2-923f01c9923262076474a3b9a806a456"
2024-09-04 07:59.24: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.13@sha256:a3da3c524a9eaefadecdecc2161e1a6423dc5278ed342a5af049393270919fa8)
 (comment debian-12-4.13_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 a5ea9d420bafca5c46c23248a31e316ab5e919bf || git fetch origin master) && git reset -q --hard a5ea9d420bafca5c46c23248a31e316ab5e919bf && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src git.opam git-unix.opam git-paf.opam git-mirage.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn git.dev './' && \
             \nopam pin add -yn git-unix.dev './' && \
             \nopam pin add -yn git-paf.dev './' && \
             \nopam pin add -yn git-mirage.dev './'"))
 (env DEPS "afl-persistent.1.1 alcotest.1.3.0 alcotest-lwt.1.3.0 angstrom.0.14.0 arp.3.0.0 asn1-combinators.0.3.1 astring.0.8.5 awa.0.4.0 awa-mirage.0.4.0 base.v0.14.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.0 bigarray-compat.1.0.0 bigstringaf.0.9.0 bos.0.2.1 ca-certs-nss.3.101-1 carton.0.7.2 carton-git.0.7.2 carton-lwt.0.7.2 checkseum.0.3.3 cmdliner.1.1.0 conf-gmp.1 conf-gmp-powm-sec.1 conf-pkg-config.1.0 cppo.1.6.1 crowbar.0.2.1 cstruct.6.1.0 cstruct-lwt.6.1.0 cstruct-unix.6.1.0 decompress.1.4.3 digestif.1.2.0 dns.9.0.0 dns-client.9.0.0 domain-name.0.4.0 duff.0.5 dune.3.0.2 dune-configurator.2.7.0 duration.0.2.0 emile.1.1 encore.0.8 eqaf.0.8 ethernet.3.0.0 faraday.0.7.3 fmt.0.9.0 fpath.0.7.3 functoria-runtime.4.0.0 gmap.0.3.0 h2.0.10.0 happy-eyeballs.1.1.0 happy-eyeballs-lwt.1.1.0 happy-eyeballs-mirage.1.1.0 hkdf.2.0.0 host-arch-x86_64.1 host-system-other.1 hpack.0.1.0 httpaf.0.7.1 hxd.0.3.2 io-page.2.4.0 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 jbuilder.1.0+beta20.1 ke.0.6 logs.0.7.0 lru.0.3.0 lwt.5.7.0 lwt-dllist.1.0.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.1.0 mimic.0.0.8 mimic-happy-eyeballs.0.0.8 mirage-clock.4.1.0 mirage-clock-unix.4.1.0 mirage-crypto.1.1.0 mirage-crypto-ec.1.1.0 mirage-crypto-pk.1.1.0 mirage-crypto-rng.1.1.0 mirage-crypto-rng-mirage.1.1.0 mirage-device.2.0.0 mirage-flow.4.0.0 mirage-kv.3.0.1 mirage-net.3.0.1 mirage-profile.0.9.0 mirage-runtime.4.0.0 mirage-time.2.0.1 mirage-unix.5.0.0 mtime.1.2.0 num.1.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-migrate-parsetree.2.2.0 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocamlgraph.1.8.8 ocplib-endian.1.0 ohex.0.2.0 optint.0.2.0 paf.0.7.0 parsexp.v0.14.1 pbkdf.2.0.0 pecu.0.4 ppx_cstruct.6.1.0 ppx_derivers.1.0 ppxlib.0.22.2 psq.0.2.0 ptime.0.8.6 randomconv.0.2.0 re.1.7.2 result.1.5 rresult.0.7.0 seq.0.2.2 sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.1.0 stringext.1.4.0 tcpip.8.2.0 tls.1.0.0 tls-mirage.1.0.0 topkg.1.0.3 uchar.0.0.2 uri.4.1.0 uuidm.0.9.6 uutf.1.0.1 x509.1.0.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.2 --depext-only -y git.dev git-unix.dev git-paf.dev git-mirage.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-09-04 07:59.24: Waiting for resource in pool OCluster
2024-09-04 07:59.25: Waiting for worker…
2024-09-04 08:00.14: Got resource from pool OCluster
Building on x86-bm-c3.sw.ocaml.org
All commits already cached
HEAD is now at e29345f69 Merge pull request #646 from hannesm/tls-1


(from ocaml/opam:debian-12-ocaml-4.13@sha256:a3da3c524a9eaefadecdecc2161e1a6423dc5278ed342a5af049393270919fa8)
2024-09-04 08:00.50 ---> saved as "3f780e6a721096052e39abdde102bc9ff199077eebd22a6187825d0e718fab89"


/: (comment debian-12-4.13_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-09-04 08:00.50 ---> saved as "e5285b91aec6f565e898a05e4e2a519ff4d661bb6a400449dabdb31bf07ee1a5"


/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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-04 08:02.09 ---> saved as "2e4c193793d788d6073018372d255f76453eaccf5c34cc598997a1e615af66f8"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-119-generic
The OCaml toplevel, version 4.13.1
2.2.1
2024-09-04 08:02.09 ---> saved as "82b5eaacb8d2dca26a1a328a4cbad2ee73f80f47a2422fec18772bafed0c46c3"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-09-04 08:02.09 ---> saved as "8cfe220373fd93974d5580b3cdbf05f836521b43dd9dde83bdb1bf46fdbe4748"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a5ea9d420bafca5c46c23248a31e316ab5e919bf || git fetch origin master) && git reset -q --hard a5ea9d420bafca5c46c23248a31e316ab5e919bf && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   e89899ac28..b239951e22  master     -> origin/master
2024-09-04 08:02.16: Cancelling: Auto-cancelling job because it is no longer needed
Job cancelled