Organisationsocurrentcitty5ba78d (master)debian-12-4.14_ppc64_opam-2.1

debian-12-4.14_ppc64_opam-2.1

Link Copied
Code Copied

Logs

2024-06-24 13:43.42: New job: test ocurrent/citty https://github.com/ocurrent/citty.git#refs/heads/master (5ba78d01143c549faef498d219df68807278d2d9) (linux-ppc64:debian-12-4.14_ppc64_opam-2.1)
Base: ocaml/opam@sha256:b1b5c86671e240e2739dde67d4d327ee0cf89bebffa93dba45219ca98803b6f9
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocurrent/citty.git" -b "master" && cd "citty" && git reset --hard 5ba78d01
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:b1b5c86671e240e2739dde67d4d327ee0cf89bebffa93dba45219ca98803b6f9
# debian-12-4.14_ppc64_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 796c0cc8af436190f8caaf87e9abc10984c46de3 || git fetch origin master) && git reset -q --hard 796c0cc8af436190f8caaf87e9abc10984c46de3 && git log --no-decorate -n1 --oneline && opam update -u
RUN mkdir -p 'ocaml-ci/ocurrent/' 'ocaml-ci/ocluster/' 'ocaml-ci/ocluster/obuilder/' 'ocaml-ci/ocluster/' 'ocaml-ci/' 'lwd/'
COPY --chown=1000:1000 ocaml-ci/ocurrent/current_web.opam ocaml-ci/ocurrent/current_slack.opam ocaml-ci/ocurrent/current_rpc.opam ocaml-ci/ocurrent/current_incr.opam ocaml-ci/ocurrent/current_github.opam ocaml-ci/ocurrent/current_git.opam ocaml-ci/ocurrent/current_examples.opam ocaml-ci/ocurrent/current_docker.opam ocaml-ci/ocurrent/current_ansi.opam ocaml-ci/ocurrent/current.opam ocaml-ci/ocurrent/
COPY --chown=1000:1000 ocaml-ci/ocluster/ocluster.opam ocaml-ci/ocluster/ocluster-api.opam ocaml-ci/ocluster/
COPY --chown=1000:1000 ocaml-ci/ocluster/obuilder/obuilder.opam ocaml-ci/ocluster/obuilder/obuilder-spec.opam ocaml-ci/ocluster/obuilder/
COPY --chown=1000:1000 ocaml-ci/ocluster/current_ocluster.opam ocaml-ci/ocluster/
COPY --chown=1000:1000 ocaml-ci/ocaml-ci-web.opam ocaml-ci/ocaml-ci-solver.opam ocaml-ci/ocaml-ci-service.opam ocaml-ci/ocaml-ci-client.opam ocaml-ci/ocaml-ci-api.opam ocaml-ci/
COPY --chown=1000:1000 lwd/nottui.opam lwd/nottui-widgets.opam lwd/nottui-lwt.opam lwd/lwd.opam lwd/
COPY --chown=1000:1000 citty.opam ./
RUN opam pin add -yn current_web.dev 'ocaml-ci/ocurrent/' && \
    opam pin add -yn current_slack.dev 'ocaml-ci/ocurrent/' && \
    opam pin add -yn current_rpc.dev 'ocaml-ci/ocurrent/' && \
    opam pin add -yn current_incr.dev 'ocaml-ci/ocurrent/' && \
    opam pin add -yn current_github.dev 'ocaml-ci/ocurrent/' && \
    opam pin add -yn current_git.dev 'ocaml-ci/ocurrent/' && \
    opam pin add -yn current_examples.dev 'ocaml-ci/ocurrent/' && \
    opam pin add -yn current_docker.dev 'ocaml-ci/ocurrent/' && \
    opam pin add -yn current_ansi.dev 'ocaml-ci/ocurrent/' && \
    opam pin add -yn current.dev 'ocaml-ci/ocurrent/' && \
    opam pin add -yn ocluster.dev 'ocaml-ci/ocluster/' && \
    opam pin add -yn ocluster-api.dev 'ocaml-ci/ocluster/' && \
    opam pin add -yn obuilder.dev 'ocaml-ci/ocluster/obuilder/' && \
    opam pin add -yn obuilder-spec.dev 'ocaml-ci/ocluster/obuilder/' && \
    opam pin add -yn current_ocluster.dev 'ocaml-ci/ocluster/' && \
    opam pin add -yn ocaml-ci-web.dev 'ocaml-ci/' && \
    opam pin add -yn ocaml-ci-solver.dev 'ocaml-ci/' && \
    opam pin add -yn ocaml-ci-service.dev 'ocaml-ci/' && \
    opam pin add -yn ocaml-ci-client.dev 'ocaml-ci/' && \
    opam pin add -yn ocaml-ci-api.dev 'ocaml-ci/' && \
    opam pin add -yn nottui.dev 'lwd/' && \
    opam pin add -yn nottui-widgets.dev 'lwd/' && \
    opam pin add -yn nottui-lwt.dev 'lwd/' && \
    opam pin add -yn lwd.dev 'lwd/' && \
    opam pin add -yn citty.dev './'
ENV DEPS="angstrom.0.16.0 asetmap.0.8.1 asn1-combinators.0.2.6 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.9.1 capnp.3.6.0 capnp-rpc.1.2.3 capnp-rpc-lwt.1.2.3 capnp-rpc-net.1.2.3 capnp-rpc-unix.1.2.3 cmdliner.1.3.0 conf-bash.1 conf-capnproto.2 conf-gmp.4 conf-gmp-powm-sec.3 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 current_rpc.dev domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.9 extunix.0.4.1 fmt.0.9.0 fpath.0.7.3 gmap.0.3.0 hkdf.1.0.4 host-arch-ppc64.1 host-system-other.1 ipaddr.5.6.0 logs.0.7.0 lwt.5.7.0 macaddr.5.6.0 mirage-clock.4.2.0 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 mirage-flow.3.0.0 mirage-kv.6.1.1 mtime.2.0.0 notty.0.2.3 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.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 pbkdf.1.2.0 ppx_derivers.1.2.1 ppxlib.0.32.1 prometheus.1.2 ptime.1.1.0 re.1.11.0 res.5.0.1 result.1.5 seq.base sexplib0.v0.16.0 stdint.0.7.2 stdio.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.0.17.3 tls-mirage.0.17.3 topkg.1.0.7 uri.4.4.0 uutf.1.0.3 x509.0.16.5 zarith.1.13"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y citty.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-06-24 13:43.42: Using cache hint "ocurrent/citty-ocaml/opam@sha256:b1b5c86671e240e2739dde67d4d327ee0cf89bebffa93dba45219ca98803b6f9-debian-12-4.14_ppc64_opam-2.1-190253e8f1cae2a28fd459c272c5d32a"
2024-06-24 13:43.42: Using OBuilder spec:
((from ocaml/opam@sha256:b1b5c86671e240e2739dde67d4d327ee0cf89bebffa93dba45219ca98803b6f9)
 (comment debian-12-4.14_ppc64_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 796c0cc8af436190f8caaf87e9abc10984c46de3 || git fetch origin master) && git reset -q --hard 796c0cc8af436190f8caaf87e9abc10984c46de3 && git log --no-decorate -n1 --oneline && opam update -u"))
 (run (shell "mkdir -p 'ocaml-ci/ocurrent/' 'ocaml-ci/ocluster/' 'ocaml-ci/ocluster/obuilder/' 'ocaml-ci/ocluster/' 'ocaml-ci/' 'lwd/'"))
 (copy (src ocaml-ci/ocurrent/current_web.opam ocaml-ci/ocurrent/current_slack.opam ocaml-ci/ocurrent/current_rpc.opam ocaml-ci/ocurrent/current_incr.opam ocaml-ci/ocurrent/current_github.opam ocaml-ci/ocurrent/current_git.opam ocaml-ci/ocurrent/current_examples.opam ocaml-ci/ocurrent/current_docker.opam ocaml-ci/ocurrent/current_ansi.opam ocaml-ci/ocurrent/current.opam)
       (dst ocaml-ci/ocurrent/))
 (copy (src ocaml-ci/ocluster/ocluster.opam ocaml-ci/ocluster/ocluster-api.opam)
       (dst ocaml-ci/ocluster/))
 (copy (src ocaml-ci/ocluster/obuilder/obuilder.opam ocaml-ci/ocluster/obuilder/obuilder-spec.opam)
       (dst ocaml-ci/ocluster/obuilder/))
 (copy (src ocaml-ci/ocluster/current_ocluster.opam) (dst ocaml-ci/ocluster/))
 (copy (src ocaml-ci/ocaml-ci-web.opam ocaml-ci/ocaml-ci-solver.opam ocaml-ci/ocaml-ci-service.opam ocaml-ci/ocaml-ci-client.opam ocaml-ci/ocaml-ci-api.opam)
       (dst ocaml-ci/))
 (copy (src lwd/nottui.opam lwd/nottui-widgets.opam lwd/nottui-lwt.opam lwd/lwd.opam)
       (dst lwd/))
 (copy (src citty.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn current_web.dev 'ocaml-ci/ocurrent/' && \
             \nopam pin add -yn current_slack.dev 'ocaml-ci/ocurrent/' && \
             \nopam pin add -yn current_rpc.dev 'ocaml-ci/ocurrent/' && \
             \nopam pin add -yn current_incr.dev 'ocaml-ci/ocurrent/' && \
             \nopam pin add -yn current_github.dev 'ocaml-ci/ocurrent/' && \
             \nopam pin add -yn current_git.dev 'ocaml-ci/ocurrent/' && \
             \nopam pin add -yn current_examples.dev 'ocaml-ci/ocurrent/' && \
             \nopam pin add -yn current_docker.dev 'ocaml-ci/ocurrent/' && \
             \nopam pin add -yn current_ansi.dev 'ocaml-ci/ocurrent/' && \
             \nopam pin add -yn current.dev 'ocaml-ci/ocurrent/' && \
             \nopam pin add -yn ocluster.dev 'ocaml-ci/ocluster/' && \
             \nopam pin add -yn ocluster-api.dev 'ocaml-ci/ocluster/' && \
             \nopam pin add -yn obuilder.dev 'ocaml-ci/ocluster/obuilder/' && \
             \nopam pin add -yn obuilder-spec.dev 'ocaml-ci/ocluster/obuilder/' && \
             \nopam pin add -yn current_ocluster.dev 'ocaml-ci/ocluster/' && \
             \nopam pin add -yn ocaml-ci-web.dev 'ocaml-ci/' && \
             \nopam pin add -yn ocaml-ci-solver.dev 'ocaml-ci/' && \
             \nopam pin add -yn ocaml-ci-service.dev 'ocaml-ci/' && \
             \nopam pin add -yn ocaml-ci-client.dev 'ocaml-ci/' && \
             \nopam pin add -yn ocaml-ci-api.dev 'ocaml-ci/' && \
             \nopam pin add -yn nottui.dev 'lwd/' && \
             \nopam pin add -yn nottui-widgets.dev 'lwd/' && \
             \nopam pin add -yn nottui-lwt.dev 'lwd/' && \
             \nopam pin add -yn lwd.dev 'lwd/' && \
             \nopam pin add -yn citty.dev './'"))
 (env DEPS "angstrom.0.16.0 asetmap.0.8.1 asn1-combinators.0.2.6 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.9.1 capnp.3.6.0 capnp-rpc.1.2.3 capnp-rpc-lwt.1.2.3 capnp-rpc-net.1.2.3 capnp-rpc-unix.1.2.3 cmdliner.1.3.0 conf-bash.1 conf-capnproto.2 conf-gmp.4 conf-gmp-powm-sec.3 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 current_rpc.dev domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.9 extunix.0.4.1 fmt.0.9.0 fpath.0.7.3 gmap.0.3.0 hkdf.1.0.4 host-arch-ppc64.1 host-system-other.1 ipaddr.5.6.0 logs.0.7.0 lwt.5.7.0 macaddr.5.6.0 mirage-clock.4.2.0 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 mirage-flow.3.0.0 mirage-kv.6.1.1 mtime.2.0.0 notty.0.2.3 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.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 pbkdf.1.2.0 ppx_derivers.1.2.1 ppxlib.0.32.1 prometheus.1.2 ptime.1.1.0 re.1.11.0 res.5.0.1 result.1.5 seq.base sexplib0.v0.16.0 stdint.0.7.2 stdio.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.0.17.3 tls-mirage.0.17.3 topkg.1.0.7 uri.4.4.0 uutf.1.0.3 x509.0.16.5 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 citty.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-06-24 13:43.42: Waiting for resource in pool OCluster
2024-06-24 13:43.42: Waiting for worker…
2024-06-24 13:54.24: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
All commits already cached
Submodule path 'lwd': checked out '6f05c93463ab024a989b6a8c815ffb6fd6252d58'
Submodule path 'ocaml-ci': checked out 'f44ec011f34b9f991f73a448d664048cf78996fe'
HEAD is now at 5ba78d0 Merge pull request #24 from tmcgilchrist/maintainers
Synchronizing submodule url for 'lwd'
Synchronizing submodule url for 'ocaml-ci'
Cleared directory 'lwd'
Submodule 'lwd' (https://github.com/let-def/lwd.git) unregistered for path 'lwd'
Cleared directory 'ocaml-ci'
Submodule 'ocaml-ci' (https://github.com/ocaml-ci/ocaml-ci.git) unregistered for path 'ocaml-ci'
Submodule 'lwd' (https://github.com/let-def/lwd.git) registered for path 'lwd'
Submodule 'ocaml-ci' (https://github.com/ocaml-ci/ocaml-ci.git) registered for path 'ocaml-ci'
Submodule path 'lwd': checked out '6f05c93463ab024a989b6a8c815ffb6fd6252d58'
Submodule path 'ocaml-ci': checked out 'f44ec011f34b9f991f73a448d664048cf78996fe'
Submodule path 'ocaml-ci/ocluster': checked out 'd82a679e12fe98c56d9b20e70168237900eb9392'
Submodule path 'ocaml-ci/ocluster/obuilder': checked out '9a34f938f5be63c11989260324e32df59cecbd1b'
Submodule path 'ocaml-ci/ocurrent': checked out '68fb2ddfa401d9fd09971acd895b3ce67f648d70'


(from ocaml/opam@sha256:b1b5c86671e240e2739dde67d4d327ee0cf89bebffa93dba45219ca98803b6f9)
Unable to find image 'ocaml/opam@sha256:b1b5c86671e240e2739dde67d4d327ee0cf89bebffa93dba45219ca98803b6f9' locally
docker.io/ocaml/opam@sha256:b1b5c86671e240e2739dde67d4d327ee0cf89bebffa93dba45219ca98803b6f9: Pulling from ocaml/opam
9027b64136d8: Pulling fs layer
582b94263cc3: Pulling fs layer
dd5fc4988f66: Pulling fs layer
f132aadaaf4e: Pulling fs layer
856038e0cd2f: Pulling fs layer
5835a3e5024f: Pulling fs layer
1127fc4a1d44: Pulling fs layer
46cd46801c9a: Pulling fs layer
20deb2427326: Pulling fs layer
a6b058f49e43: Pulling fs layer
3b1a7cc973c9: Pulling fs layer
bc3d8951074f: Pulling fs layer
b89b1710d8c1: Pulling fs layer
f132aadaaf4e: Waiting
ba587a2af806: Pulling fs layer
856038e0cd2f: Waiting
e1ea16b4d8eb: Pulling fs layer
5835a3e5024f: Waiting
20deb2427326: Waiting
46cd46801c9a: Waiting
8381738d3d31: Pulling fs layer
6d85050c4e27: Pulling fs layer
bc3d8951074f: Waiting
1127fc4a1d44: Waiting
e8432fff82b1: Pulling fs layer
809bbe2b2da4: Pulling fs layer
b89b1710d8c1: Waiting
a6b058f49e43: Waiting
e1ea16b4d8eb: Waiting
ba587a2af806: Waiting
8381738d3d31: Waiting
4f4fb700ef54: Pulling fs layer
6d85050c4e27: Waiting
809bbe2b2da4: Waiting
8db819497a45: Pulling fs layer
4f4fb700ef54: Waiting
1acf7da9e068: Pulling fs layer
45e3d48c9326: Pulling fs layer
8db819497a45: Waiting
1acf7da9e068: Waiting
4020e2a8b20e: Pulling fs layer
45e3d48c9326: Waiting
d3f9040779f6: Pulling fs layer
9a039ae628e8: Pulling fs layer
4020e2a8b20e: Waiting
d3f9040779f6: Waiting
76f42c5fa92e: Pulling fs layer
9a039ae628e8: Waiting
bbf81de98d49: Pulling fs layer
76f42c5fa92e: Waiting
02d4a209e9bd: Pulling fs layer
5707bfbd9ae6: Pulling fs layer
bbf81de98d49: Waiting
318784ff08db: Pulling fs layer
cb966c780536: Pulling fs layer
02d4a209e9bd: Waiting
f6c2dca8eb09: Pulling fs layer
317b1cc5e996: Pulling fs layer
ae5219d46a51: Pulling fs layer
29423994e89f: Pulling fs layer
cb966c780536: Waiting
db8b0f1c2845: Pulling fs layer
f6c2dca8eb09: Waiting
8a76d0436d63: Pulling fs layer
317b1cc5e996: Waiting
ae5219d46a51: Waiting
70a9132b26bf: Pulling fs layer
db8b0f1c2845: Waiting
a89e6d5c2ee3: Pulling fs layer
29423994e89f: Waiting
8a76d0436d63: Waiting
d712b2661a12: Pulling fs layer
a89e6d5c2ee3: Waiting
d712b2661a12: Waiting
582b94263cc3: Download complete
dd5fc4988f66: Download complete
856038e0cd2f: Verifying Checksum
856038e0cd2f: Download complete
f132aadaaf4e: Verifying Checksum
f132aadaaf4e: Download complete
9027b64136d8: Verifying Checksum
9027b64136d8: Download complete
1127fc4a1d44: Verifying Checksum
1127fc4a1d44: Download complete
46cd46801c9a: Verifying Checksum
46cd46801c9a: Download complete
9027b64136d8: Pull complete
582b94263cc3: Pull complete
dd5fc4988f66: Pull complete
20deb2427326: Verifying Checksum
20deb2427326: Download complete
f132aadaaf4e: Pull complete
856038e0cd2f: Pull complete
a6b058f49e43: Verifying Checksum
a6b058f49e43: Download complete
bc3d8951074f: Verifying Checksum
bc3d8951074f: Download complete
b89b1710d8c1: Download complete
ba587a2af806: Verifying Checksum
ba587a2af806: Download complete
3b1a7cc973c9: Verifying Checksum
3b1a7cc973c9: Download complete
e1ea16b4d8eb: Verifying Checksum
e1ea16b4d8eb: Download complete
8381738d3d31: Verifying Checksum
8381738d3d31: Download complete
6d85050c4e27: Verifying Checksum
6d85050c4e27: Download complete
e8432fff82b1: Verifying Checksum
e8432fff82b1: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
809bbe2b2da4: Verifying Checksum
809bbe2b2da4: Download complete
1acf7da9e068: Verifying Checksum
1acf7da9e068: Download complete
8db819497a45: Verifying Checksum
8db819497a45: Download complete
45e3d48c9326: Verifying Checksum
45e3d48c9326: Download complete
4020e2a8b20e: Download complete
d3f9040779f6: Download complete
9a039ae628e8: Verifying Checksum
9a039ae628e8: Download complete
bbf81de98d49: Download complete
02d4a209e9bd: Download complete
76f42c5fa92e: Download complete
5707bfbd9ae6: Download complete
318784ff08db: Verifying Checksum
318784ff08db: Download complete
cb966c780536: Download complete
317b1cc5e996: Download complete
5835a3e5024f: Verifying Checksum
5835a3e5024f: Download complete
29423994e89f: Download complete
db8b0f1c2845: Verifying Checksum
db8b0f1c2845: Download complete
5835a3e5024f: Pull complete
1127fc4a1d44: Pull complete
46cd46801c9a: Pull complete
20deb2427326: Pull complete
a6b058f49e43: Pull complete
3b1a7cc973c9: Pull complete
bc3d8951074f: Pull complete
b89b1710d8c1: Pull complete
ba587a2af806: Pull complete
e1ea16b4d8eb: Pull complete
8381738d3d31: Pull complete
6d85050c4e27: Pull complete
e8432fff82b1: Pull complete
809bbe2b2da4: Pull complete
4f4fb700ef54: Pull complete
8db819497a45: Pull complete
1acf7da9e068: Pull complete
45e3d48c9326: Pull complete
4020e2a8b20e: Pull complete
d3f9040779f6: Pull complete
9a039ae628e8: Pull complete
76f42c5fa92e: Pull complete
bbf81de98d49: Pull complete
02d4a209e9bd: Pull complete
5707bfbd9ae6: Pull complete
318784ff08db: Pull complete
cb966c780536: Pull complete
f6c2dca8eb09: Verifying Checksum
f6c2dca8eb09: Download complete
70a9132b26bf: Download complete
a89e6d5c2ee3: Verifying Checksum
a89e6d5c2ee3: Download complete
d712b2661a12: Download complete
ae5219d46a51: Verifying Checksum
ae5219d46a51: Download complete
8a76d0436d63: Verifying Checksum
8a76d0436d63: Download complete
f6c2dca8eb09: Pull complete
317b1cc5e996: Pull complete
ae5219d46a51: Pull complete
29423994e89f: Pull complete
db8b0f1c2845: Pull complete
8a76d0436d63: Pull complete
70a9132b26bf: Pull complete
a89e6d5c2ee3: Pull complete
d712b2661a12: Pull complete
Digest: sha256:b1b5c86671e240e2739dde67d4d327ee0cf89bebffa93dba45219ca98803b6f9
Status: Downloaded newer image for ocaml/opam@sha256:b1b5c86671e240e2739dde67d4d327ee0cf89bebffa93dba45219ca98803b6f9
2024-06-24 13:54.53 ---> using "22327db6310a09cba259b432d92e6415ec493b48c740f0afcc0608b880e599e2" from cache


/: (comment debian-12-4.14_ppc64_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-06-24 13:54.53 ---> using "50febc1948ac24f320c926055ecf578533ab7f70f6880ca9817977013424354c" from cache


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


Continue? [Y/n] y
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-06-24 13:54.57 ---> using "a2eea864e9877c0569a443f3ae536724534d04ca23130f8cede95085ce2ab049" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-35-generic
The OCaml toplevel, version 4.14.2
2.1.6
2024-06-24 13:54.58 ---> using "4344b7cbf5cf7c0a70fb7861343d2589c34222d722ec1fec9fe2132d920b05ea" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-24 13:55.00 ---> using "65156555b00c7b43a55a0e312f6bae89e7f8e7592b47cf3470a2a03c637736e1" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 796c0cc8af436190f8caaf87e9abc10984c46de3 || git fetch origin master) && git reset -q --hard 796c0cc8af436190f8caaf87e9abc10984c46de3 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c45f5bab71..086b479b3a  master     -> origin/master
796c0cc8af Add configuration for gmp under mingw


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


The following actions will be performed:
  - install   host-arch-ppc64       1
  - install   host-system-other     1
  - recompile ocaml-options-vanilla 1       [upstream or system changes]
  - recompile ocaml-base-compiler   4.14.2* [upstream or system changes]
  - recompile ocaml-config          2       [upstream or system changes]
  - recompile ocaml                 4.14.2  [uses ocaml-base-compiler, ocaml-config]
  - recompile opam-depext           1.2.1-1 [uses ocaml]
===== 2 to install | 5 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.2  (cached)
-> removed   ocaml-options-vanilla.1
-> installed host-arch-ppc64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-base-compiler.4.14.2  (cached)
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.4.14.2
-> removed   ocaml-config.2
-> removed   ocaml-base-compiler.4.14.2
-> installed ocaml-base-compiler.4.14.2
-> installed ocaml-config.2
-> installed ocaml.4.14.2
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 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-06-24 13:55.00 ---> using "2c150efece6ab8b72d1d87572bfd8bf73cd7ed3e3bbe7321ce0d55836113db8e" from cache


/src: (run (shell "mkdir -p 'ocaml-ci/ocurrent/' 'ocaml-ci/ocluster/' 'ocaml-ci/ocluster/obuilder/' 'ocaml-ci/ocluster/' 'ocaml-ci/' 'lwd/'"))
2024-06-24 13:55.11 ---> saved as "7c00bfc134ac226f568d3e2c39eaa9bae3dc25ede9bd9bc0a8c9f387287a9e80"


/src: (copy (src ocaml-ci/ocurrent/current_web.opam ocaml-ci/ocurrent/current_slack.opam ocaml-ci/ocurrent/current_rpc.opam ocaml-ci/ocurrent/current_incr.opam ocaml-ci/ocurrent/current_github.opam ocaml-ci/ocurrent/current_git.opam ocaml-ci/ocurrent/current_examples.opam ocaml-ci/ocurrent/current_docker.opam ocaml-ci/ocurrent/current_ansi.opam ocaml-ci/ocurrent/current.opam)
            (dst ocaml-ci/ocurrent/))
2024-06-24 13:55.30 ---> saved as "cae491133e3d6dc2cc966146e175da1da9bd767a4736d31b25e24cac8309e873"


/src: (copy (src ocaml-ci/ocluster/ocluster.opam ocaml-ci/ocluster/ocluster-api.opam)
            (dst ocaml-ci/ocluster/))
2024-06-24 13:55.57 ---> saved as "c965da3b1c3f671d56d35023fd53d966678832d00b53895ee8005a2e2572ae9d"


/src: (copy (src ocaml-ci/ocluster/obuilder/obuilder.opam ocaml-ci/ocluster/obuilder/obuilder-spec.opam)
            (dst ocaml-ci/ocluster/obuilder/))
2024-06-24 13:56.26 ---> saved as "ac925a45154e87196a232dea2ca5b24bd57196bad1ed8e97b871010f524819d5"


/src: (copy (src ocaml-ci/ocluster/current_ocluster.opam)
            (dst ocaml-ci/ocluster/))
2024-06-24 13:56.41 ---> saved as "673127efacda03e4e4e87d75334fd20c8020df4ee97b6212d0342d588581a292"


/src: (copy (src ocaml-ci/ocaml-ci-web.opam ocaml-ci/ocaml-ci-solver.opam ocaml-ci/ocaml-ci-service.opam ocaml-ci/ocaml-ci-client.opam ocaml-ci/ocaml-ci-api.opam)
            (dst ocaml-ci/))
2024-06-24 13:57.00 ---> saved as "3c9d256ae377de4331aec21739e8322679fae08a071cc6a5eb34036c7c2da201"


/src: (copy (src lwd/nottui.opam lwd/nottui-widgets.opam lwd/nottui-lwt.opam lwd/lwd.opam)
            (dst lwd/))
2024-06-24 13:57.18 ---> saved as "ed23fd1b7f1d57a3ed15e64702cd901bbf4428ec30319d36176eb7425366f548"


/src: (copy (src citty.opam) (dst ./))
2024-06-24 13:57.30 ---> saved as "25195ceb350b34cfba4bd00712e74e17583a00921cd4ad0afb4d54df882c4e1d"


/src: (run (network host)
           (shell  "opam pin add -yn current_web.dev 'ocaml-ci/ocurrent/' && \
                  \nopam pin add -yn current_slack.dev 'ocaml-ci/ocurrent/' && \
                  \nopam pin add -yn current_rpc.dev 'ocaml-ci/ocurrent/' && \
                  \nopam pin add -yn current_incr.dev 'ocaml-ci/ocurrent/' && \
                  \nopam pin add -yn current_github.dev 'ocaml-ci/ocurrent/' && \
                  \nopam pin add -yn current_git.dev 'ocaml-ci/ocurrent/' && \
                  \nopam pin add -yn current_examples.dev 'ocaml-ci/ocurrent/' && \
                  \nopam pin add -yn current_docker.dev 'ocaml-ci/ocurrent/' && \
                  \nopam pin add -yn current_ansi.dev 'ocaml-ci/ocurrent/' && \
                  \nopam pin add -yn current.dev 'ocaml-ci/ocurrent/' && \
                  \nopam pin add -yn ocluster.dev 'ocaml-ci/ocluster/' && \
                  \nopam pin add -yn ocluster-api.dev 'ocaml-ci/ocluster/' && \
                  \nopam pin add -yn obuilder.dev 'ocaml-ci/ocluster/obuilder/' && \
                  \nopam pin add -yn obuilder-spec.dev 'ocaml-ci/ocluster/obuilder/' && \
                  \nopam pin add -yn current_ocluster.dev 'ocaml-ci/ocluster/' && \
                  \nopam pin add -yn ocaml-ci-web.dev 'ocaml-ci/' && \
                  \nopam pin add -yn ocaml-ci-solver.dev 'ocaml-ci/' && \
                  \nopam pin add -yn ocaml-ci-service.dev 'ocaml-ci/' && \
                  \nopam pin add -yn ocaml-ci-client.dev 'ocaml-ci/' && \
                  \nopam pin add -yn ocaml-ci-api.dev 'ocaml-ci/' && \
                  \nopam pin add -yn nottui.dev 'lwd/' && \
                  \nopam pin add -yn nottui-widgets.dev 'lwd/' && \
                  \nopam pin add -yn nottui-lwt.dev 'lwd/' && \
                  \nopam pin add -yn lwd.dev 'lwd/' && \
                  \nopam pin add -yn citty.dev './'"))
[current_web.dev] synchronised (file:///src/ocaml-ci/ocurrent)
current_web is now pinned to file:///src/ocaml-ci/ocurrent (version dev)
[current_slack.dev] synchronised (file:///src/ocaml-ci/ocurrent)
current_slack is now pinned to file:///src/ocaml-ci/ocurrent (version dev)
[current_rpc.dev] synchronised (file:///src/ocaml-ci/ocurrent)
current_rpc is now pinned to file:///src/ocaml-ci/ocurrent (version dev)
[current_incr.dev] synchronised (file:///src/ocaml-ci/ocurrent)
current_incr is now pinned to file:///src/ocaml-ci/ocurrent (version dev)
[current_github.dev] synchronised (file:///src/ocaml-ci/ocurrent)
current_github is now pinned to file:///src/ocaml-ci/ocurrent (version dev)
[current_git.dev] synchronised (file:///src/ocaml-ci/ocurrent)
current_git is now pinned to file:///src/ocaml-ci/ocurrent (version dev)
[current_examples.dev] synchronised (file:///src/ocaml-ci/ocurrent)
current_examples is now pinned to file:///src/ocaml-ci/ocurrent (version dev)
[current_docker.dev] synchronised (file:///src/ocaml-ci/ocurrent)
current_docker is now pinned to file:///src/ocaml-ci/ocurrent (version dev)
[current_ansi.dev] synchronised (file:///src/ocaml-ci/ocurrent)
current_ansi is now pinned to file:///src/ocaml-ci/ocurrent (version dev)
[current.dev] synchronised (file:///src/ocaml-ci/ocurrent)
current is now pinned to file:///src/ocaml-ci/ocurrent (version dev)
[ocluster.dev] synchronised (file:///src/ocaml-ci/ocluster)
ocluster is now pinned to file:///src/ocaml-ci/ocluster (version dev)
[ocluster-api.dev] synchronised (file:///src/ocaml-ci/ocluster)
ocluster-api is now pinned to file:///src/ocaml-ci/ocluster (version dev)
[obuilder.dev] synchronised (file:///src/ocaml-ci/ocluster/obuilder)
obuilder is now pinned to file:///src/ocaml-ci/ocluster/obuilder (version dev)
[obuilder-spec.dev] synchronised (file:///src/ocaml-ci/ocluster/obuilder)
obuilder-spec is now pinned to file:///src/ocaml-ci/ocluster/obuilder (version dev)
[current_ocluster.dev] synchronised (file:///src/ocaml-ci/ocluster)
current_ocluster is now pinned to file:///src/ocaml-ci/ocluster (version dev)
Package ocaml-ci-web does not exist, create as a NEW package? [Y/n] y
[ocaml-ci-web.dev] synchronised (file:///src/ocaml-ci)
ocaml-ci-web is now pinned to file:///src/ocaml-ci (version dev)
Package ocaml-ci-solver does not exist, create as a NEW package? [Y/n] y
[ocaml-ci-solver.dev] synchronised (file:///src/ocaml-ci)
ocaml-ci-solver is now pinned to file:///src/ocaml-ci (version dev)
Package ocaml-ci-service does not exist, create as a NEW package? [Y/n] y
[ocaml-ci-service.dev] synchronised (file:///src/ocaml-ci)
ocaml-ci-service is now pinned to file:///src/ocaml-ci (version dev)
Package ocaml-ci-client does not exist, create as a NEW package? [Y/n] y
[ocaml-ci-client.dev] synchronised (file:///src/ocaml-ci)
ocaml-ci-client is now pinned to file:///src/ocaml-ci (version dev)
Package ocaml-ci-api does not exist, create as a NEW package? [Y/n] y
[ocaml-ci-api.dev] synchronised (file:///src/ocaml-ci)
ocaml-ci-api is now pinned to file:///src/ocaml-ci (version dev)
[nottui.dev] synchronised (file:///src/lwd)
nottui is now pinned to file:///src/lwd (version dev)
Package nottui-widgets does not exist, create as a NEW package? [Y/n] y
[nottui-widgets.dev] synchronised (file:///src/lwd)
nottui-widgets is now pinned to file:///src/lwd (version dev)
[nottui-lwt.dev] synchronised (file:///src/lwd)
nottui-lwt is now pinned to file:///src/lwd (version dev)
[lwd.dev] synchronised (file:///src/lwd)
lwd is now pinned to file:///src/lwd (version dev)
Package citty does not exist, create as a NEW package? [Y/n] y
[citty.dev] synchronised (file:///src)
citty is now pinned to file:///src (version dev)
2024-06-24 13:59.08 ---> saved as "8e91d9c53a2b3f898dcf6724a9b041a68eea2cd2d9e9ec4a7fccd93066758f32"


/src: (env DEPS "angstrom.0.16.0 asetmap.0.8.1 asn1-combinators.0.2.6 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.9.1 capnp.3.6.0 capnp-rpc.1.2.3 capnp-rpc-lwt.1.2.3 capnp-rpc-net.1.2.3 capnp-rpc-unix.1.2.3 cmdliner.1.3.0 conf-bash.1 conf-capnproto.2 conf-gmp.4 conf-gmp-powm-sec.3 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 current_rpc.dev domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.9 extunix.0.4.1 fmt.0.9.0 fpath.0.7.3 gmap.0.3.0 hkdf.1.0.4 host-arch-ppc64.1 host-system-other.1 ipaddr.5.6.0 logs.0.7.0 lwt.5.7.0 macaddr.5.6.0 mirage-clock.4.2.0 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 mirage-flow.3.0.0 mirage-kv.6.1.1 mtime.2.0.0 notty.0.2.3 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.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 pbkdf.1.2.0 ppx_derivers.1.2.1 ppxlib.0.32.1 prometheus.1.2 ptime.1.1.0 re.1.11.0 res.5.0.1 result.1.5 seq.base sexplib0.v0.16.0 stdint.0.7.2 stdio.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.0.17.3 tls-mirage.0.17.3 topkg.1.0.7 uri.4.4.0 uutf.1.0.3 x509.0.16.5 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 citty.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main ppc64el Packages [153 kB]
- Fetched 257 kB in 2s (131 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[current_rpc.dev] synchronised (no changes)
[citty.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-ppc64 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:
    capnproto libcapnp-dev libgmp-dev


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "capnproto" "libcapnp-dev" "libgmp-dev"
- debconf: delaying package configuration, since apt-utils is not installed


2024-06-24 14:00.53 ---> saved as "78c4c5c30b1d67e55b92fd263e390675199cdea340f7dee3c377bf8a415a77a9"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[current_rpc.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-ppc64 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 conf-capnproto        2
  - install conf-bash             1
  - install ocamlfind             1.9.6
  - install conf-gmp              4
  - install ocamlbuild            0.14.3
  - install seq                   base
  - install dune                  3.16.0
  - install cmdliner              1.3.0
  - install base-bytes            base
  - install zarith                1.13
  - install conf-gmp-powm-sec     3
  - install topkg                 1.0.7
  - install stringext             1.6.0
  - install stdlib-shims          0.3.0
  - install stdint                0.7.2
  - install sexplib0              v0.16.0
  - install result                1.5
  - install res                   5.0.1
  - install re                    1.11.0
  - install ppx_derivers          1.2.1
  - install optint                0.3.0
  - install ocaml-syntax-shims    1.0.0
  - install ocaml-compiler-libs   v0.12.4
  - install mirage-clock          4.2.0
  - install macaddr               5.6.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 uutf                  1.0.3
  - install ptime                 1.1.0
  - install mtime                 2.0.0
  - install fmt                   0.9.0
  - install astring               0.8.5
  - install asetmap               0.8.1
  - install ppxlib                0.32.1
  - install ipaddr                5.6.0
  - install dune-configurator     3.16.0
  - install ocplib-endian         1.2
  - install cstruct               6.2.0
  - install fpath                 0.7.3
  - install extunix               0.4.1
  - install bigstringaf           0.9.1
  - install base                  v0.16.3
  - install lwt                   5.7.0
  - install eqaf                  0.9
  - install asn1-combinators      0.2.6
  - install angstrom              0.16.0
  - install stdio                 v0.16.0
  - install prometheus            1.2
  - install notty                 0.2.3
  - install mirage-kv             6.1.1
  - install mirage-flow           3.0.0
  - install logs                  0.7.0
  - install cstruct-lwt           6.2.0
  - install mirage-crypto         0.11.3
  - install uri                   4.4.0
  - install capnp                 3.6.0
  - install capnp-rpc             1.2.3
  - install pbkdf                 1.2.0
  - install mirage-crypto-rng     0.11.3
  - install hkdf                  1.0.4
  - install capnp-rpc-lwt         1.2.3
  - install mirage-crypto-rng-lwt 0.11.3
  - install mirage-crypto-pk      0.11.3
  - install mirage-crypto-ec      0.11.3
  - install current_rpc           dev*
  - install x509                  0.16.5
  - install tls                   0.17.3
  - install tls-mirage            0.17.3
  - install capnp-rpc-net         1.2.3
  - install capnp-rpc-unix        1.2.3
===== 74 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.0  (cached)
-> retrieved asetmap.0.8.1  (cached)
-> retrieved asn1-combinators.0.2.6  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigstringaf.0.9.1  (cached)
-> retrieved capnp.3.6.0  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved capnp-rpc.1.2.3  (cached)
-> retrieved capnp-rpc-lwt.1.2.3  (cached)
-> retrieved capnp-rpc-net.1.2.3  (cached)
-> retrieved conf-gmp.4  (cached)
-> retrieved conf-gmp-powm-sec.3  (cached)
-> retrieved capnp-rpc-unix.1.2.3  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-bash.1
-> installed conf-capnproto.2
-> installed conf-gmp.4
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved cstruct-lwt.6.2.0  (cached)
-> installed conf-gmp-powm-sec.3
-> retrieved current_rpc.dev  (file:///src/ocaml-ci/ocurrent)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.9  (cached)
-> retrieved extunix.0.4.1  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved hkdf.1.0.4  (cached)
-> retrieved ipaddr.5.6.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved macaddr.5.6.0  (cached)
-> retrieved mirage-clock.4.2.0  (cached)
-> installed cmdliner.1.3.0
-> retrieved mirage-crypto.0.11.3  (cached)
-> retrieved mirage-crypto-ec.0.11.3  (cached)
-> retrieved mirage-crypto-pk.0.11.3  (cached)
-> retrieved mirage-crypto-rng.0.11.3  (cached)
-> retrieved mirage-crypto-rng-lwt.0.11.3  (cached)
-> retrieved mirage-flow.3.0.0  (cached)
-> retrieved mirage-kv.6.1.1  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved notty.0.2.3  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved pbkdf.1.2.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved prometheus.1.2  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved res.5.0.1  (cached)
-> retrieved result.1.5  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdint.0.7.2  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved tls.0.17.3  (cached)
-> retrieved tls-mirage.0.17.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved x509.0.16.5  (cached)
-> retrieved zarith.1.13  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed zarith.1.13
-> installed topkg.1.0.7
-> installed dune.3.16.0
-> installed asetmap.0.8.1
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed base64.3.5.1
-> installed csexp.1.5.2
-> installed mtime.2.0.0
-> installed ptime.1.1.0
-> installed uutf.1.0.3
-> installed cppo.1.6.9
-> installed domain-name.0.4.0
-> installed duration.0.2.1
-> installed gmap.0.3.0
-> installed macaddr.5.6.0
-> installed mirage-clock.4.2.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed optint.0.3.0
-> installed ppx_derivers.1.2.1
-> installed re.1.11.0
-> installed res.5.0.1
-> installed result.1.5
-> installed sexplib0.v0.16.0
-> installed stdint.0.7.2
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed cstruct.6.2.0
-> installed fpath.0.7.3
-> installed ocplib-endian.1.2
-> installed ipaddr.5.6.0
-> installed asn1-combinators.0.2.6
-> installed eqaf.0.9
-> installed dune-configurator.3.16.0
-> installed bigstringaf.0.9.1
-> installed angstrom.0.16.0
-> installed mirage-crypto.0.11.3
-> installed hkdf.1.0.4
-> installed pbkdf.1.2.0
-> installed uri.4.4.0
-> installed lwt.5.7.0
-> installed cstruct-lwt.6.2.0
-> installed mirage-kv.6.1.1
-> installed mirage-flow.3.0.0
-> installed prometheus.1.2
-> installed logs.0.7.0
-> installed notty.0.2.3
-> installed mirage-crypto-rng.0.11.3
-> installed base.v0.16.3
-> installed capnp-rpc.1.2.3
-> installed mirage-crypto-pk.0.11.3
-> installed mirage-crypto-rng-lwt.0.11.3
-> installed stdio.v0.16.0
-> installed ppxlib.0.32.1
-> installed mirage-crypto-ec.0.11.3
-> installed capnp.3.6.0
-> installed x509.0.16.5
-> installed tls.0.17.3
-> installed tls-mirage.0.17.3
-> installed capnp-rpc-lwt.1.2.3
-> installed current_rpc.dev
-> installed capnp-rpc-net.1.2.3
-> installed extunix.0.4.1
-> installed capnp-rpc-unix.1.2.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-24 14:16.19 ---> saved as "d8baf9b39cc67a9498b7573923868cebceaee345fbdd4e03c24c084468c7d9e3"


/src: (copy (src .) (dst /src))
2024-06-24 14:18.37 ---> saved as "012dced11247e3318d755eeb02184805240f9d9c82c7b69672bce46047fd8b5e"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "ocaml-ci/api/dune", line 4, characters 39-66:
4 |   (libraries capnp-rpc-lwt current_rpc ppx_deriving_yojson.runtime)
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Library "ppx_deriving_yojson.runtime" not found.
-> required by library "ocaml-ci-api" in _build/default/ocaml-ci/api
-> required by executable main in src/dune:2
-> required by _build/default/src/.main.eobjs/byte/dune__exe__Main.cmi
-> required by alias src/check
"/bin/bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-06-24 14:18.49: Job failed: Failed: Build failed