Organisationshyper-systemsocaml-mqttee6f43 (master)debian-12-4.14_s390x_opam-2.2

debian-12-4.14_s390x_opam-2.2

Link Copied
Code Copied

Logs

2024-10-14 08:27.58: New job: test hyper-systems/ocaml-mqtt https://github.com/hyper-systems/ocaml-mqtt.git#refs/heads/master (ee6f43c284b35e7d5f83012fd97daffa99302581) (linux-s390x:debian-12-4.14_s390x_opam-2.2)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:d538cbf3dab9bd90207f0cf4851c4cc94e333670a93cf5b45e3326acbdadafa8
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/hyper-systems/ocaml-mqtt.git" -b "master" && cd "ocaml-mqtt" && git reset --hard ee6f43c2
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:d538cbf3dab9bd90207f0cf4851c4cc94e333670a93cf5b45e3326acbdadafa8
# debian-12-4.14_s390x_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 26c09ff1da6a07b20a0f9474e3a6ed6315c6388b || git fetch origin master) && git reset -q --hard 26c09ff1da6a07b20a0f9474e3a6ed6315c6388b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mqtt.opam ./
RUN opam pin add -yn mqtt.dev './'
ENV DEPS="alcotest.1.8.0 alcotest-lwt.1.8.0 angstrom.0.16.1 asn1-combinators.0.3.2 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.10.0 bos.0.2.1 ca-certs.1.0.0 cmdliner.1.3.0 cohttp.5.3.1 cohttp-lwt.5.3.0 cohttp-lwt-unix.5.3.0 conduit.7.1.0 conduit-lwt.7.1.0 conduit-lwt-unix.7.1.0 conf-bash.1 conf-gmp.4 conf-gmp-powm-sec.3 conf-pkg-config.3 cppo.1.7.0 csexp.1.5.2 digestif.1.2.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.10 fmt.0.9.0 fpath.0.7.3 gmap.0.3.0 host-arch-s390x.1 host-system-other.1 ipaddr.5.6.0 ipaddr-sexp.5.6.0 jsonm.1.0.2 kdf.1.0.0 logs.0.7.0 lwt.5.7.0 lwt_ppx.2.1.0 macaddr.5.6.0 magic-mime.1.3.1 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-lwt.1.1.0 mtime.2.1.0 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.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 ohex.0.2.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 ptime.1.2.0 re.1.12.0 rresult.0.7.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.1.0.2 tls-lwt.1.0.2 topkg.1.0.7 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.3 x509.1.0.4 zarith.1.14"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y mqtt.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-10-14 08:27.58: Using cache hint "hyper-systems/ocaml-mqtt-ocaml/opam:debian-12-ocaml-4.14@sha256:d538cbf3dab9bd90207f0cf4851c4cc94e333670a93cf5b45e3326acbdadafa8-debian-12-4.14_s390x_opam-2.2-b1f29c473fe8852fb29c6189d0d2672f"
2024-10-14 08:27.58: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:d538cbf3dab9bd90207f0cf4851c4cc94e333670a93cf5b45e3326acbdadafa8)
 (comment debian-12-4.14_s390x_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 26c09ff1da6a07b20a0f9474e3a6ed6315c6388b || git fetch origin master) && git reset -q --hard 26c09ff1da6a07b20a0f9474e3a6ed6315c6388b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src mqtt.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn mqtt.dev './'"))
 (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 angstrom.0.16.1 asn1-combinators.0.3.2 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.10.0 bos.0.2.1 ca-certs.1.0.0 cmdliner.1.3.0 cohttp.5.3.1 cohttp-lwt.5.3.0 cohttp-lwt-unix.5.3.0 conduit.7.1.0 conduit-lwt.7.1.0 conduit-lwt-unix.7.1.0 conf-bash.1 conf-gmp.4 conf-gmp-powm-sec.3 conf-pkg-config.3 cppo.1.7.0 csexp.1.5.2 digestif.1.2.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.10 fmt.0.9.0 fpath.0.7.3 gmap.0.3.0 host-arch-s390x.1 host-system-other.1 ipaddr.5.6.0 ipaddr-sexp.5.6.0 jsonm.1.0.2 kdf.1.0.0 logs.0.7.0 lwt.5.7.0 lwt_ppx.2.1.0 macaddr.5.6.0 magic-mime.1.3.1 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-lwt.1.1.0 mtime.2.1.0 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.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 ohex.0.2.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 ptime.1.2.0 re.1.12.0 rresult.0.7.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.1.0.2 tls-lwt.1.0.2 topkg.1.0.7 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.3 x509.1.0.4 zarith.1.14")
 (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 mqtt.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-10-14 08:27.58: Waiting for resource in pool OCluster
2024-10-14 08:27.58: Waiting for worker…
2024-10-14 09:13.59: Got resource from pool OCluster
Building on s390x-worker-02.marist.ci.dev
All commits already cached
HEAD is now at ee6f43c Merge pull request #20 from hyper-systems/rizo-opam-install


(from ocaml/opam:debian-12-ocaml-4.14@sha256:d538cbf3dab9bd90207f0cf4851c4cc94e333670a93cf5b45e3326acbdadafa8)
2024-10-14 09:14.00 ---> using "3902120e6d8ebc0a0af571407951b958869b970274d63c0a9b3cf2d6d82078ab" from cache


/: (comment debian-12-4.14_s390x_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-10-14 09:14.00 ---> using "e0a5cfd595e1e3af738de2aa1fbd15eeb035eeb0d62063270e19a93d8d2c98fd" 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 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-10-14 09:14.00 ---> using "507a4a6ae38e15fd407fddb4114d12a06dce59114799e0ad6999bb044ab0ba27" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-45-generic
The OCaml toplevel, version 4.14.2
2.2.1
2024-10-14 09:14.00 ---> using "95bbf156cbca9384333b8ef68de525ede652417f152107d353d6a07f7c90f05f" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-10-14 09:14.00 ---> using "6e6b2923389043e11796c603c71bb38483b938f2bcda5deffae7a32e2f5854b5" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 26c09ff1da6a07b20a0f9474e3a6ed6315c6388b || git fetch origin master) && git reset -q --hard 26c09ff1da6a07b20a0f9474e3a6ed6315c6388b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   75006f8c5e..26c09ff1da  master     -> origin/master
26c09ff1da Merge pull request #26737 from hannesm/nqsb-sunset


<><> 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-10-14 09:14.00 ---> using "cd1d3fd9c24587519272355fd091b3c8d04cc4769fb22cabefa11bae0e471918" from cache


/src: (copy (src mqtt.opam) (dst ./))
2024-10-14 09:14.24 ---> saved as "fefcacd3ff301cafbdefd38f748f977b21f84f842e4a161aef56838f4c475267"


/src: (run (network host)
           (shell "opam pin add -yn mqtt.dev './'"))
[mqtt.dev] synchronised (file:///src)
mqtt is now pinned to file:///src (version dev)
2024-10-14 09:14.32 ---> saved as "02c6bc19812fe2187f2629935d86819a1a70935682162d86150a61d2162dc330"


/src: (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 angstrom.0.16.1 asn1-combinators.0.3.2 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.10.0 bos.0.2.1 ca-certs.1.0.0 cmdliner.1.3.0 cohttp.5.3.1 cohttp-lwt.5.3.0 cohttp-lwt-unix.5.3.0 conduit.7.1.0 conduit-lwt.7.1.0 conduit-lwt-unix.7.1.0 conf-bash.1 conf-gmp.4 conf-gmp-powm-sec.3 conf-pkg-config.3 cppo.1.7.0 csexp.1.5.2 digestif.1.2.0 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 duration.0.2.1 eqaf.0.10 fmt.0.9.0 fpath.0.7.3 gmap.0.3.0 host-arch-s390x.1 host-system-other.1 ipaddr.5.6.0 ipaddr-sexp.5.6.0 jsonm.1.0.2 kdf.1.0.0 logs.0.7.0 lwt.5.7.0 lwt_ppx.2.1.0 macaddr.5.6.0 magic-mime.1.3.1 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-lwt.1.1.0 mtime.2.1.0 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.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 ohex.0.2.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 ptime.1.2.0 re.1.12.0 rresult.0.7.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.1.0.2 tls-lwt.1.0.2 topkg.1.0.7 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.3 x509.1.0.4 zarith.1.14")


/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.2 --depext-only -y mqtt.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 s390x Packages [178 kB]
- Fetched 282 kB in 1s (199 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mqtt.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-s390x 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:
    libgmp-dev pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed


2024-10-14 09:15.20 ---> saved as "3be736750897c0f33026ad4fd44a2f692e865b7abe73591c3386ccd6fe430364"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-s390x 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 72 packages
  - install alcotest              1.8.0
  - install alcotest-lwt          1.8.0
  - install angstrom              0.16.1
  - install asn1-combinators      0.3.2
  - install astring               0.8.5
  - install base                  v0.16.3
  - install base-bytes            base
  - install base64                3.5.1
  - install bigstringaf           0.10.0
  - install bos                   0.2.1
  - install ca-certs              1.0.0
  - install cmdliner              1.3.0
  - install cohttp                5.3.1
  - install cohttp-lwt            5.3.0
  - install cohttp-lwt-unix       5.3.0
  - install conduit               7.1.0
  - install conduit-lwt           7.1.0
  - install conduit-lwt-unix      7.1.0
  - install conf-bash             1
  - install conf-gmp              4
  - install conf-gmp-powm-sec     3
  - install conf-pkg-config       3
  - install cppo                  1.7.0
  - install csexp                 1.5.2
  - install digestif              1.2.0
  - install domain-name           0.4.0
  - install dune                  3.16.0
  - install dune-configurator     3.16.0
  - install duration              0.2.1
  - install eqaf                  0.10
  - install fmt                   0.9.0
  - install fpath                 0.7.3
  - install gmap                  0.3.0
  - install ipaddr                5.6.0
  - install ipaddr-sexp           5.6.0
  - install jsonm                 1.0.2
  - install kdf                   1.0.0
  - install logs                  0.7.0
  - install lwt                   5.7.0
  - install lwt_ppx               2.1.0
  - install macaddr               5.6.0
  - install magic-mime            1.3.1
  - install mirage-crypto         1.1.0
  - install mirage-crypto-ec      1.1.0
  - install mirage-crypto-pk      1.1.0
  - install mirage-crypto-rng     1.1.0
  - install mirage-crypto-rng-lwt 1.1.0
  - install mtime                 2.1.0
  - install ocaml-compiler-libs   v0.12.4
  - install ocaml-syntax-shims    1.0.0
  - install ocamlbuild            0.15.0
  - install ocamlfind             1.9.6
  - install ocplib-endian         1.2
  - install ohex                  0.2.0
  - install ppx_derivers          1.2.1
  - install ppx_sexp_conv         v0.16.0
  - install ppxlib                0.33.0
  - install ptime                 1.2.0
  - install re                    1.12.0
  - install rresult               0.7.0
  - install seq                   base
  - install sexplib0              v0.16.0
  - install stdlib-shims          0.3.0
  - install stringext             1.6.0
  - install tls                   1.0.2
  - install tls-lwt               1.0.2
  - install topkg                 1.0.7
  - install uri                   4.4.0
  - install uri-sexp              4.4.0
  - install uutf                  1.0.3
  - install x509                  1.0.4
  - install zarith                1.14


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.8.0, alcotest-lwt.1.8.0  (cached)
-> retrieved angstrom.0.16.1  (cached)
-> retrieved asn1-combinators.0.3.2  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved ca-certs.1.0.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cohttp.5.3.1  (cached)
-> retrieved conf-gmp.4  (cached)
-> retrieved conf-gmp-powm-sec.3  (cached)
-> retrieved cohttp-lwt.5.3.0, cohttp-lwt-unix.5.3.0  (cached)
-> retrieved conduit.7.1.0, conduit-lwt.7.1.0, conduit-lwt-unix.7.1.0  (cached)
-> retrieved cppo.1.7.0  (cached)
-> installed conf-bash.1
-> retrieved csexp.1.5.2  (cached)
-> retrieved digestif.1.2.0  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> installed conf-pkg-config.3
-> retrieved duration.0.2.1  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved ipaddr.5.6.0, ipaddr-sexp.5.6.0, macaddr.5.6.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved kdf.1.0.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved lwt_ppx.2.1.0  (cached)
-> retrieved dune.3.16.0, dune-configurator.3.16.0  (cached)
-> installed conf-gmp.4
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved 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-lwt.1.1.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> installed cmdliner.1.3.0
-> installed conf-gmp-powm-sec.3
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppxlib.0.33.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved seq.base  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
-> retrieved tls.1.0.2, tls-lwt.1.0.2  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved x509.1.0.4  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed seq.base
-> installed ocamlbuild.0.15.0
-> installed zarith.1.14
-> installed dune.3.16.0
-> installed base64.3.5.1
-> installed csexp.1.5.2
-> installed domain-name.0.4.0
-> installed topkg.1.0.7
-> installed cppo.1.7.0
-> installed duration.0.2.1
-> installed eqaf.0.10
-> installed dune-configurator.3.16.0
-> installed astring.0.8.5
-> installed bigstringaf.0.10.0
-> installed fmt.0.9.0
-> installed gmap.0.3.0
-> installed macaddr.5.6.0
-> installed fpath.0.7.3
-> installed ipaddr.5.6.0
-> installed digestif.1.2.0
-> installed magic-mime.1.3.1
-> installed ocaml-compiler-libs.v0.12.4
-> installed mtime.2.1.0
-> installed mirage-crypto.1.1.0
-> installed ohex.0.2.0
-> installed ocplib-endian.1.2
-> installed ppx_derivers.1.2.1
-> installed ocaml-syntax-shims.1.0.0
-> installed kdf.1.0.0
-> installed angstrom.0.16.1
-> installed ptime.1.2.0
-> installed rresult.0.7.0
-> installed re.1.12.0
-> installed asn1-combinators.0.3.2
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.16.0
-> installed stringext.1.6.0
-> installed uutf.1.0.3
-> installed lwt.5.7.0
-> installed alcotest.1.8.0
-> installed jsonm.1.0.2
-> installed logs.0.7.0
-> installed uri.4.4.0
-> installed alcotest-lwt.1.8.0
-> installed base.v0.16.3
-> installed mirage-crypto-rng.1.1.0
-> installed bos.0.2.1
-> installed mirage-crypto-pk.1.1.0
-> installed mirage-crypto-rng-lwt.1.1.0
-> installed mirage-crypto-ec.1.1.0
-> installed x509.1.0.4
-> installed ca-certs.1.0.0
-> installed ppxlib.0.33.0
-> installed tls.1.0.2
-> installed tls-lwt.1.0.2
-> installed lwt_ppx.2.1.0
-> installed ppx_sexp_conv.v0.16.0
-> installed uri-sexp.4.4.0
-> installed ipaddr-sexp.5.6.0
-> installed conduit.7.1.0
-> installed conduit-lwt.7.1.0
-> installed cohttp.5.3.1
-> installed conduit-lwt-unix.7.1.0
-> installed cohttp-lwt.5.3.0
-> installed cohttp-lwt-unix.5.3.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-10-14 09:19.00 ---> saved as "6f1dd0e157dbd90325297bd3241bb3f8203995ac24bb8fec377c1f07881d9549"


/src: (copy (src .) (dst /src))
2024-10-14 09:19.08 ---> saved as "3b9988132034fe374914662fc2cee4a6e79bbeda229774a64dd60ed8476c5445"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I lib/mqtt_client/.mqtt_client.objs/byte -I lib/mqtt_client/.mqtt_client.objs/native -I /home/opam/.opam/4.14/lib/asn1-combinators -I /home/opam/.opam/4.14/lib/base64 -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/digestif -I /home/opam/.opam/4.14/lib/domain-name -I /home/opam/.opam/4.14/lib/duration -I /home/opam/.opam/4.14/lib/eqaf -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/gmap -I /home/opam/.opam/4.14/lib/ipaddr -I /home/opam/.opam/4.14/lib/kdf/hkdf -I /home/opam/.opam/4.14/lib/kdf/pbkdf -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/macaddr -I /home/opam/.opam/4.14/lib/mirage-crypto -I /home/opam/.opam/4.14/lib/mirage-crypto-ec -I /home/opam/.opam/4.14/lib/mirage-crypto-pk -I /home/opam/.opam/4.14/lib/mirage-crypto-rng -I /home/opam/.opam/4.14/lib/mirage-crypto-rng-lwt -I /home/opam/.opam/4.14/lib/mirage-crypto-rng/unix -I /home/opam/.opam/4.14/lib/mtime -I /home/opam/.opam/4.14/lib/mtime/clock -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/ohex -I /home/opam/.opam/4.14/lib/ptime -I /home/opam/.opam/4.14/lib/ptime/clock -I /home/opam/.opam/4.14/lib/tls -I /home/opam/.opam/4.14/lib/tls-lwt -I /home/opam/.opam/4.14/lib/x509 -I /home/opam/.opam/4.14/lib/zarith -intf-suffix .ml -no-alias-deps -opaque -open Mqtt_client__ -o lib/mqtt_client/.mqtt_client.objs/native/mqtt_client.cmx -c -impl lib/mqtt_client/Mqtt_client.pp.ml)
File "lib/mqtt_client/Mqtt_client.ml", line 200, characters 18-58:
200 |         | None -> open_tcp_connection ~client_id host port
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: This expression has type
         (Lwt_io.input_channel * Lwt_io.output_channel) Lwt.t
       but an expression was expected of type
         (Lwt_io.input_channel * Lwt_io.output_channel, [> `Msg of string ])
         result Lwt.t
       Type Lwt_io.input_channel * Lwt_io.output_channel
       is not compatible with type
         (Lwt_io.input_channel * Lwt_io.output_channel, [> `Msg of string ])
         result 
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I lib/mqtt_client/.mqtt_client.objs/byte -I /home/opam/.opam/4.14/lib/asn1-combinators -I /home/opam/.opam/4.14/lib/base64 -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/digestif -I /home/opam/.opam/4.14/lib/domain-name -I /home/opam/.opam/4.14/lib/duration -I /home/opam/.opam/4.14/lib/eqaf -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/gmap -I /home/opam/.opam/4.14/lib/ipaddr -I /home/opam/.opam/4.14/lib/kdf/hkdf -I /home/opam/.opam/4.14/lib/kdf/pbkdf -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/macaddr -I /home/opam/.opam/4.14/lib/mirage-crypto -I /home/opam/.opam/4.14/lib/mirage-crypto-ec -I /home/opam/.opam/4.14/lib/mirage-crypto-pk -I /home/opam/.opam/4.14/lib/mirage-crypto-rng -I /home/opam/.opam/4.14/lib/mirage-crypto-rng-lwt -I /home/opam/.opam/4.14/lib/mirage-crypto-rng/unix -I /home/opam/.opam/4.14/lib/mtime -I /home/opam/.opam/4.14/lib/mtime/clock -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14/lib/ohex -I /home/opam/.opam/4.14/lib/ptime -I /home/opam/.opam/4.14/lib/ptime/clock -I /home/opam/.opam/4.14/lib/tls -I /home/opam/.opam/4.14/lib/tls-lwt -I /home/opam/.opam/4.14/lib/x509 -I /home/opam/.opam/4.14/lib/zarith -intf-suffix .ml -no-alias-deps -opaque -open Mqtt_client__ -o lib/mqtt_client/.mqtt_client.objs/byte/mqtt_client.cmo -c -impl lib/mqtt_client/Mqtt_client.pp.ml)
File "lib/mqtt_client/Mqtt_client.ml", line 200, characters 18-58:
200 |         | None -> open_tcp_connection ~client_id host port
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: This expression has type
         (Lwt_io.input_channel * Lwt_io.output_channel) Lwt.t
       but an expression was expected of type
         (Lwt_io.input_channel * Lwt_io.output_channel, [> `Msg of string ])
         result Lwt.t
       Type Lwt_io.input_channel * Lwt_io.output_channel
       is not compatible with type
         (Lwt_io.input_channel * Lwt_io.output_channel, [> `Msg of string ])
         result 
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-10-14 09:19.19: Job failed: Failed: Build failed