Organisationsocurrentcitty5ba78d (master)ubuntu-23.10-4.14_opam-2.1

ubuntu-23.10-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 16:15.29: New job: test ocurrent/citty https://github.com/ocurrent/citty.git#refs/heads/master (5ba78d01143c549faef498d219df68807278d2d9) (linux-x86_64:ubuntu-23.10-4.14_opam-2.1)
Base: ocaml/opam@sha256:d1b8c6fedfbf6a20603426de7563764c9a838f6ccf0a81d32177ab2d1859960d
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:d1b8c6fedfbf6a20603426de7563764c9a838f6ccf0a81d32177ab2d1859960d
# ubuntu-23.10-4.14_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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && 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.2.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.15.2 dune-configurator.3.15.2 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 ipaddr.5.5.0 logs.0.7.0 lwt.5.7.0 macaddr.5.5.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-05-10 16:15.29: Using cache hint "ocurrent/citty-ocaml/opam@sha256:d1b8c6fedfbf6a20603426de7563764c9a838f6ccf0a81d32177ab2d1859960d-ubuntu-23.10-4.14_opam-2.1-55dcffc639507bb9bd289f163cc73c8f"
2024-05-10 16:15.29: Using OBuilder spec:
((from ocaml/opam@sha256:d1b8c6fedfbf6a20603426de7563764c9a838f6ccf0a81d32177ab2d1859960d)
 (comment ubuntu-23.10-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/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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && 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.2.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.15.2 dune-configurator.3.15.2 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 ipaddr.5.5.0 logs.0.7.0 lwt.5.7.0 macaddr.5.5.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-05-10 16:15.29: Waiting for resource in pool OCluster
2024-05-11 10:57.06: Waiting for worker…
2024-05-11 11:03.11: Got resource from pool OCluster
Building on x86-bm-c7.sw.ocaml.org
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 /var/cache/obuilder/ocluster/git/citty.git-51a6679b1c33c80075edf031a74e22ba19407d9b/.git/
HEAD is now at 5ba78d0 Merge pull request #24 from tmcgilchrist/maintainers
error: could not lock config file .git/modules/lwd/config: No such file or directory
warning: Could not unset core.worktree setting in submodule 'lwd'
Cleared directory 'lwd'
error: could not lock config file .git/modules/ocaml-ci/config: No such file or directory
warning: Could not unset core.worktree setting in submodule 'ocaml-ci'
Cleared directory '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'
Cloning into '/var/cache/obuilder/ocluster/git/citty.git-51a6679b1c33c80075edf031a74e22ba19407d9b/lwd'...
Cloning into '/var/cache/obuilder/ocluster/git/citty.git-51a6679b1c33c80075edf031a74e22ba19407d9b/ocaml-ci'...
Submodule path 'lwd': checked out '6f05c93463ab024a989b6a8c815ffb6fd6252d58'
Submodule path 'ocaml-ci': checked out 'f44ec011f34b9f991f73a448d664048cf78996fe'
Submodule 'ocluster' (https://github.com/ocurrent/ocluster.git) registered for path 'ocaml-ci/ocluster'
Submodule 'ocurrent' (https://github.com/ocurrent/ocurrent.git) registered for path 'ocaml-ci/ocurrent'
Cloning into '/var/cache/obuilder/ocluster/git/citty.git-51a6679b1c33c80075edf031a74e22ba19407d9b/ocaml-ci/ocluster'...
Cloning into '/var/cache/obuilder/ocluster/git/citty.git-51a6679b1c33c80075edf031a74e22ba19407d9b/ocaml-ci/ocurrent'...
Submodule path 'ocaml-ci/ocluster': checked out 'd82a679e12fe98c56d9b20e70168237900eb9392'
Submodule 'obuilder' (https://github.com/ocurrent/obuilder.git) registered for path 'ocaml-ci/ocluster/obuilder'
Cloning into '/var/cache/obuilder/ocluster/git/citty.git-51a6679b1c33c80075edf031a74e22ba19407d9b/ocaml-ci/ocluster/obuilder'...
Submodule path 'ocaml-ci/ocluster/obuilder': checked out '9a34f938f5be63c11989260324e32df59cecbd1b'
Submodule path 'ocaml-ci/ocurrent': checked out '68fb2ddfa401d9fd09971acd895b3ce67f648d70'


(from ocaml/opam@sha256:d1b8c6fedfbf6a20603426de7563764c9a838f6ccf0a81d32177ab2d1859960d)
Unable to find image 'ocaml/opam@sha256:d1b8c6fedfbf6a20603426de7563764c9a838f6ccf0a81d32177ab2d1859960d' locally
docker.io/ocaml/opam@sha256:d1b8c6fedfbf6a20603426de7563764c9a838f6ccf0a81d32177ab2d1859960d: Pulling from ocaml/opam
0fb0d9a99b4b: Pulling fs layer
0fb0d9a99b4b: Verifying Checksum
0fb0d9a99b4b: Download complete
0fb0d9a99b4b: Pull complete
Digest: sha256:d1b8c6fedfbf6a20603426de7563764c9a838f6ccf0a81d32177ab2d1859960d
Status: Downloaded newer image for ocaml/opam@sha256:d1b8c6fedfbf6a20603426de7563764c9a838f6ccf0a81d32177ab2d1859960d
2024-05-11 11:03.15 ---> using "2dd0248bee74057ded8e604d00ac581da1a0d2d6736b964f988c16cdca5c04f9" from cache


/: (comment ubuntu-23.10-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/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 11:03.15 ---> using "98dd6261c52a772ca8552d7da0badda0ef0696e9e8a69ebc504b4f78274564a7" 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.


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.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-11 11:03.15 ---> using "a4c69c0c53b283256a7cd7b4a34cfa680ffab54be5dbb444cb0dadbdccfd3230" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-11 11:03.15 ---> using "b680a3052fd3e0a32c6a552ec3e71823e5cc9dd064cdca2f4fc121d06f4e48a5" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 11:03.15 ---> using "233f8f591950b4ff48295d053e99b8a518f39e3c37ee5456a302b4b0bf43c1b5" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


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


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-05-11 11:03.15 ---> using "90c4950a3e757c68a2d4862221d1450cc7f1b4917528c48b67f22f3a4f4bf8e3" from cache


/src: (run (shell "mkdir -p 'ocaml-ci/ocurrent/' 'ocaml-ci/ocluster/' 'ocaml-ci/ocluster/obuilder/' 'ocaml-ci/ocluster/' 'ocaml-ci/' 'lwd/'"))
2024-05-11 11:03.15 ---> saved as "2c9412802f025a37e90c003cbc7bae61bfbe412cf10029e4ad21505a6eb39e0f"


/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-05-11 11:03.16 ---> saved as "16229526e54b7222f588fa72ad98d8d07737c288808c725473e22ed8b8f700c7"


/src: (copy (src ocaml-ci/ocluster/ocluster.opam ocaml-ci/ocluster/ocluster-api.opam)
            (dst ocaml-ci/ocluster/))
2024-05-11 11:03.16 ---> saved as "e7562752e22b63f28bb4ae4d2b035ce6ce6e30e29108308047fb82251ffcabb9"


/src: (copy (src ocaml-ci/ocluster/obuilder/obuilder.opam ocaml-ci/ocluster/obuilder/obuilder-spec.opam)
            (dst ocaml-ci/ocluster/obuilder/))
2024-05-11 11:03.16 ---> saved as "f155df51664c7650e6db061d37cc636dd4d4ac05c8e9ffd0ccc406f2125497ad"


/src: (copy (src ocaml-ci/ocluster/current_ocluster.opam)
            (dst ocaml-ci/ocluster/))
2024-05-11 11:03.16 ---> saved as "d210e2dc3729a5350f0d2f6c2fcb3a7db7bb88a50c567ffcf3450c808e49a9fd"


/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-05-11 11:03.16 ---> saved as "d548ce9fe4db8f34591141722918336c8f4f2b6e749885b02a416b8026c27b39"


/src: (copy (src lwd/nottui.opam lwd/nottui-widgets.opam lwd/nottui-lwt.opam lwd/lwd.opam)
            (dst lwd/))
2024-05-11 11:03.16 ---> saved as "cde1e76f83d66a0203094b539a64c27b952513ab5292ded04546e259c8eaa1ae"


/src: (copy (src citty.opam) (dst ./))
2024-05-11 11:03.16 ---> saved as "1a7ce72ff83961c51cf7af5231ae4a317155b23a3b4b34cf67f0a1480de44c22"


/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-05-11 11:04.09 ---> saved as "4e69b949f48afa2df6c47be9912dcf086434fabaf3de0c25ee2d0d501e8a4827"


/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.2.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.15.2 dune-configurator.3.15.2 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 ipaddr.5.5.0 logs.0.7.0 lwt.5.7.0 macaddr.5.5.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://archive.ubuntu.com/ubuntu mantic InRelease
- Get:2 http://security.ubuntu.com/ubuntu mantic-security InRelease [109 kB]
- Get:3 http://archive.ubuntu.com/ubuntu mantic-updates InRelease [109 kB]
- Hit:4 http://archive.ubuntu.com/ubuntu mantic-backports InRelease
- Get:5 http://security.ubuntu.com/ubuntu mantic-security/universe amd64 Packages [360 kB]
- Get:6 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 Packages [522 kB]
- Get:7 http://archive.ubuntu.com/ubuntu mantic-updates/universe amd64 Packages [470 kB]
- Fetched 1569 kB in 1s (1412 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[citty.dev] synchronised (no changes)
[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 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-05-11 11:04.35 ---> saved as "576602dd21bdf5a856d51201df8cc838f4d63b892f6840aa8c0dbe9fd9b30e98"


/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 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 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 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.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 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.5.0
  - install dune-configurator     3.15.2
  - 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 asetmap.0.8.1  (cached)
-> retrieved angstrom.0.16.0  (cached)
-> retrieved asn1-combinators.0.2.6  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigstringaf.0.9.1  (cached)
-> retrieved capnp.3.6.0  (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 capnp-rpc-unix.1.2.3  (cached)
-> retrieved cmdliner.1.2.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.5.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved macaddr.5.5.0  (cached)
-> retrieved mirage-clock.4.2.0  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> 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-flow.3.0.0  (cached)
-> retrieved mirage-kv.6.1.1  (cached)
-> retrieved mirage-crypto-rng.0.11.3  (cached)
-> retrieved mirage-crypto-rng-lwt.0.11.3  (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 ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (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)
-> installed cmdliner.1.2.0
-> retrieved ptime.1.1.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved res.5.0.1  (cached)
-> installed seq.base
-> retrieved result.1.5  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdint.0.7.2  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tls.0.17.3  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved tls-mirage.0.17.3  (cached)
-> retrieved uri.4.4.0  (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 asetmap.0.8.1
-> installed uutf.1.0.3
-> 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 mirage-clock.4.2.0
-> installed ppx_derivers.1.2.1
-> installed duration.0.2.1
-> installed gmap.0.3.0
-> installed csexp.1.5.2
-> installed base64.3.5.1
-> installed cstruct.6.2.0
-> installed domain-name.0.4.0
-> installed macaddr.5.5.0
-> installed optint.0.3.0
-> installed res.5.0.1
-> installed result.1.5
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed eqaf.0.9
-> installed ipaddr.5.5.0
-> installed asn1-combinators.0.2.6
-> installed stdint.0.7.2
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.15.2
-> installed bigstringaf.0.9.1
-> installed angstrom.0.16.0
-> installed uri.4.4.0
-> installed lwt.5.7.0
-> installed mirage-kv.6.1.1
-> installed cstruct-lwt.6.2.0
-> installed mirage-flow.3.0.0
-> installed prometheus.1.2
-> installed logs.0.7.0
-> installed notty.0.2.3
-> installed base.v0.16.3
-> installed capnp-rpc.1.2.3
-> installed stdio.v0.16.0
-> installed capnp.3.6.0
-> installed mirage-crypto.0.11.3
-> installed hkdf.1.0.4
-> installed pbkdf.1.2.0
-> installed ppxlib.0.32.1
-> installed capnp-rpc-lwt.1.2.3
-> installed mirage-crypto-rng.0.11.3
-> installed current_rpc.dev
-> installed mirage-crypto-rng-lwt.0.11.3
-> installed mirage-crypto-pk.0.11.3
-> installed mirage-crypto-ec.0.11.3
-> installed x509.0.16.5
-> installed extunix.0.4.1
-> installed tls.0.17.3
-> installed tls-mirage.0.17.3
-> installed capnp-rpc-net.1.2.3
-> installed capnp-rpc-unix.1.2.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 11:06.05 ---> saved as "7d7153896737b971eb9476e8cb1ecfa168600d1f1bac6dbb81d508d56070c512"


/src: (copy (src .) (dst /src))
2024-05-11 11:06.06 ---> saved as "3a931f0f0deb9eaa8d17bfddb64d06ff561fdd48827c929baa3c37ed6559c02b"


/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
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-11 11:06.06: Job failed: Failed: Build failed