2025-10-15 10:17.46: New job: test hyper-systems/ocaml-mqtt https://github.com/hyper-systems/ocaml-mqtt.git#refs/heads/master (ee6f43c284b35e7d5f83012fd97daffa99302581) (linux-x86_64:debian-13-4.09_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.09@sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff69813Opam project buildTo reproduce locally:git clone --recursive "https://github.com/hyper-systems/ocaml-mqtt.git" -b "master" && cd "ocaml-mqtt" && git reset --hard ee6f43c2cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.09@sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff69813# debian-13-4.09_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 60c74a29f5d280ca9330c57b890e2e8c0fbc444c || git fetch origin master) && git reset -q --hard 60c74a29f5d280ca9330c57b890e2e8c0fbc444c && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 mqtt.opam ./RUN opam pin add -yn mqtt.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 alcotest-lwt.1.9.1 angstrom.0.16.1 asn1-combinators.0.2.6 astring.0.8.5 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 ca-certs.0.2.3 cmdliner.2.0.0 cohttp.6.0.0 cohttp-lwt.6.0.0 cohttp-lwt-unix.6.0.0 conduit.6.2.3 conduit-lwt.6.2.3 conduit-lwt-unix.6.2.3 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.9 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 hkdf.1.0.4 http.6.0.0 ipaddr.5.6.1 ipaddr-sexp.5.6.1 logs.0.8.0 lwt.5.9.2 lwt_ppx.5.9.1 macaddr.5.6.1 magic-mime.1.3.1 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-crypto-rng-lwt.0.11.3 mtime.2.1.0 num.1.6 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.14.2 pbkdf.1.2.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.14.3 ppxlib.0.25.1 ptime.1.2.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.0.17.5 tls-lwt.0.17.5 topkg.1.1.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.0.16.5 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y mqtt.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-10-15 10:17.46: Using cache hint "hyper-systems/ocaml-mqtt-ocaml/opam:debian-13-ocaml-4.09@sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff69813-debian-13-4.09_opam-2.4-0ac1c055480b7ef243580cea7249d6d3"2025-10-15 10:17.46: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.09@sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff69813)(comment debian-13-4.09_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 60c74a29f5d280ca9330c57b890e2e8c0fbc444c || git fetch origin master) && git reset -q --hard 60c74a29f5d280ca9330c57b890e2e8c0fbc444c && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src mqtt.opam) (dst ./))(run (network host)(shell "opam pin add -yn mqtt.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 angstrom.0.16.1 asn1-combinators.0.2.6 astring.0.8.5 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 ca-certs.0.2.3 cmdliner.2.0.0 cohttp.6.0.0 cohttp-lwt.6.0.0 cohttp-lwt-unix.6.0.0 conduit.6.2.3 conduit-lwt.6.2.3 conduit-lwt-unix.6.2.3 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.9 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 hkdf.1.0.4 http.6.0.0 ipaddr.5.6.1 ipaddr-sexp.5.6.1 logs.0.8.0 lwt.5.9.2 lwt_ppx.5.9.1 macaddr.5.6.1 magic-mime.1.3.1 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-crypto-rng-lwt.0.11.3 mtime.2.1.0 num.1.6 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.14.2 pbkdf.1.2.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.14.3 ppxlib.0.25.1 ptime.1.2.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.0.17.5 tls-lwt.0.17.5 topkg.1.1.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.0.16.5 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.4 --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")))2025-10-15 10:17.46: Waiting for resource in pool OCluster2025-10-15 10:59.37: Waiting for worker…2025-10-15 11:03.02: Got resource from pool OClusterBuilding on bremusa.ocamllabs.ioAll commits already cachedHEAD is now at ee6f43c Merge pull request #20 from hyper-systems/rizo-opam-install(from ocaml/opam:debian-13-ocaml-4.09@sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff69813)Unable to find image 'ocaml/opam:debian-13-ocaml-4.09@sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff69813' locallydocker.io/ocaml/opam@sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff69813: Pulling from ocaml/opamcae3b572364a: Already exists820d433882fc: Already exists8f6112f72fa5: Already existsf06108004adb: Already existsf34ea90e6bf7: Already existsb44a65709156: Already exists4c25908bbac9: Already existsf76df728146d: Already exists1fee769dfcf3: Already exists9089a7f69af3: Already exists6f758b47b2a0: Already exists16b225bbb395: Already existsabbf3ec39b68: Already exists1a61521655a9: Already exists6a8565a9e443: Already existsc059a4cbd7b9: Already exists3a00fdc9e291: Already existsa0b62589bd38: Already exists6e8d713bf843: Already existsbca1fd5341ba: Already exists34b9849c2772: Already exists4f4fb700ef54: Already existsd8d3d0744e38: Already exists788c7ce0e0e5: Already existsa297eab0ca3b: Already exists2e79af39acdb: Already exists8858e600236c: Already exists9efe23d1fe7d: Already exists47d185934312: Already exists64a949a6caff: Already existsc9d6a7c18bb1: Already existse4fde4815f0c: Already existsd1f759c16950: Already existsf3dd45bf195f: Already exists3985a6049101: Already existsaae849592418: Already exists6173459dc6b2: Already exists7f16ef63bee0: Already existsfe355de6a899: Already existsb0bc5a15bc9d: Already existsabc4a9858046: Pulling fs layer48194d740918: Pulling fs layer32807745f23c: Pulling fs layerded03aa9a71c: Pulling fs layerded03aa9a71c: Waiting48194d740918: Verifying Checksum48194d740918: Download complete32807745f23c: Verifying Checksum32807745f23c: Download completeded03aa9a71c: Download completeabc4a9858046: Verifying Checksumabc4a9858046: Download completeabc4a9858046: Pull complete48194d740918: Pull complete32807745f23c: Pull completeded03aa9a71c: Pull completeDigest: sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff69813Status: Downloaded newer image for ocaml/opam@sha256:7fef6f0fbce804ae41b4ed8f3f2908cc382f0f377e8d54940bf1522d8ff698132025-10-15 11:03.02 ---> using "1f5f752d6fe2e9d2389be97f468e29013b1f7bee304f743b5fa4ce0538d87397" from cache/: (comment debian-13-4.09_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-10-15 11:03.02 ---> using "087a118c2857b0c9374e64b33025ff7fe30efb4476cb6564e4a8ac3d184e170b" 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.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-15 11:03.28 ---> saved as "1ab5044821b1b1b34c5caa21ec1d966968436bc17957e789ed07f322f3f65c24"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-84-genericThe OCaml toplevel, version 4.09.12.4.12025-10-15 11:03.29 ---> saved as "81bd5ab43eee27d22f3c072caf298b3b314c8083d01719d6b617d1f3e621a3fe"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-15 11:03.29 ---> saved as "8076d81ba6abd8df0b02692373d7fd13877642972dfa3e0055daf15ed2551da6"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 60c74a29f5d280ca9330c57b890e2e8c0fbc444c || git fetch origin master) && git reset -q --hard 60c74a29f5d280ca9330c57b890e2e8c0fbc444c && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD1abfcdbf14..12d0447fd1 master -> origin/master60c74a29f5 Merge pull request #28709 from hannesm/release-domain-name-v0.5.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-10-15 11:04.09 ---> saved as "b7f8aae3aa2d8ee7684dd9c7ef150b997bc2d40a3c5ba560d959c85837605b6c"/src: (copy (src mqtt.opam) (dst ./))2025-10-15 11:04.10 ---> saved as "97b24743f188368d805b9fcd532eb026c331531d0b34ae07a97719ce41a1be26"/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)2025-10-15 11:04.13 ---> saved as "46bc084a16d9e3c6e163977544ddb2931c01e99465f4e160b426ea1c56ce5ddb"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-15 11:04.13 ---> saved as "8a66129fd80149b0c0c7224231b46178a51a56a3cdf2579bb686b46d20fde114"/src: (env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 angstrom.0.16.1 asn1-combinators.0.2.6 astring.0.8.5 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 ca-certs.0.2.3 cmdliner.2.0.0 cohttp.6.0.0 cohttp-lwt.6.0.0 cohttp-lwt-unix.6.0.0 conduit.6.2.3 conduit-lwt.6.2.3 conduit-lwt-unix.6.2.3 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.9 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 hkdf.1.0.4 http.6.0.0 ipaddr.5.6.1 ipaddr-sexp.5.6.1 logs.0.8.0 lwt.5.9.2 lwt_ppx.5.9.1 macaddr.5.6.1 magic-mime.1.3.1 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-crypto-rng-lwt.0.11.3 mtime.2.1.0 num.1.6 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.14.2 pbkdf.1.2.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.14.3 ppxlib.0.25.1 ptime.1.2.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.0.17.5 tls-lwt.0.17.5 topkg.1.1.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.0.16.5 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.4 --depext-only -y mqtt.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [53.8 kB]- Fetched 145 kB in 0s (901 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[mqtt.dev] synchronised (file:///src)[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1).[NOTE] Package ocaml is already installed (current version is 4.09.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"- Selecting previously unselected package libgmpxx4ldbl:amd64.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20622 files and directories currently installed.)- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...- Selecting previously unselected package libgmp-dev:amd64.- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...- Selecting previously unselected package libpkgconf3:amd64.- Preparing to unpack .../2-libpkgconf3_1.8.1-4_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-4) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../4-pkgconf_1.8.1-4_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-4) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../5-pkg-config_1.8.1-4_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-4) ...- Setting up libpkgconf3:amd64 (1.8.1-4) ...- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...- Setting up pkgconf:amd64 (1.8.1-4) ...- Setting up pkg-config:amd64 (1.8.1-4) ...- Processing triggers for libc-bin (2.41-12) ...2025-10-15 11:04.45 ---> saved as "c31988ee83c34ccd94ac601899458a7236dbd15758dfe272f7505d7506d6ec9b"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1).[NOTE] Package ocaml is already installed (current version is 4.09.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 74 packages- install alcotest 1.9.1- install alcotest-lwt 1.9.1- install angstrom 0.16.1- install asn1-combinators 0.2.6- install astring 0.8.5- install base v0.14.3- install base-bytes base- install base64 3.5.2- install bigstringaf 0.10.0- install bos 0.2.1- install ca-certs 0.2.3- install cmdliner 2.0.0- install cohttp 6.0.0- install cohttp-lwt 6.0.0- install cohttp-lwt-unix 6.0.0- install conduit 6.2.3- install conduit-lwt 6.2.3- install conduit-lwt-unix 6.2.3- install conf-gmp 5- install conf-gmp-powm-sec 4- install conf-pkg-config 4- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install domain-name 0.5.0- install dune 3.20.2- install dune-configurator 3.20.2- install duration 0.2.1- install eqaf 0.9- install fmt 0.11.0- install fpath 0.7.3- install gmap 0.3.0- install hkdf 1.0.4 (deprecated)- install http 6.0.0- install ipaddr 5.6.1- install ipaddr-sexp 5.6.1- install logs 0.8.0- install lwt 5.9.2- install lwt_ppx 5.9.1- install macaddr 5.6.1- install magic-mime 1.3.1- install mirage-crypto 0.11.3- install mirage-crypto-ec 0.11.3- install mirage-crypto-pk 0.11.3- install mirage-crypto-rng 0.11.3- install mirage-crypto-rng-lwt 0.11.3- install mtime 2.1.0- install num 1.6- install ocaml-compiler-libs v0.12.4- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install parsexp v0.14.2- install pbkdf 1.2.0- install ppx_derivers 1.2.1- install ppx_sexp_conv v0.14.3- install ppxlib 0.25.1- install ptime 1.2.0- install re 1.11.0- install rresult 0.7.0- install seq base- install sexplib v0.14.0- install sexplib0 v0.14.0- install stdlib-shims 0.3.0- install stringext 1.6.0- install tls 0.17.5- install tls-lwt 0.17.5- install topkg 1.1.0- install uri 4.4.0- install uri-sexp 4.4.0- install uutf 1.0.4- install x509 0.16.5- install zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1, alcotest-lwt.1.9.1 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved asn1-combinators.0.2.6 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved base.v0.14.3 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved bos.0.2.1 (cached)-> retrieved ca-certs.0.2.3 (cached)-> retrieved conduit.6.2.3, conduit-lwt.6.2.3, conduit-lwt-unix.6.2.3 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved conf-gmp-powm-sec.4 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved cohttp.6.0.0, cohttp-lwt.6.0.0, cohttp-lwt-unix.6.0.0, http.6.0.0 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-gmp.5-> installed conf-pkg-config.4-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved domain-name.0.5.0 (cached)-> installed conf-gmp-powm-sec.4-> retrieved duration.0.2.1 (cached)-> retrieved eqaf.0.9 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved gmap.0.3.0 (cached)-> retrieved ipaddr.5.6.1, ipaddr-sexp.5.6.1, macaddr.5.6.1 (cached)-> retrieved hkdf.1.0.4 (cached)-> retrieved logs.0.8.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved lwt_ppx.5.9.1 (cached)-> retrieved magic-mime.1.3.1 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved num.1.6 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved parsexp.v0.14.2 (cached)-> retrieved pbkdf.1.2.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_sexp_conv.v0.14.3 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved 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 (cached)-> retrieved ppxlib.0.25.1 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved seq.base (cached)-> retrieved re.1.11.0 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved sexplib.v0.14.0 (cached)-> retrieved sexplib0.v0.14.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> installed cmdliner.2.0.0-> installed num.1.6-> installed seq.base-> retrieved stringext.1.6.0 (cached)-> retrieved tls.0.17.5, tls-lwt.0.17.5 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)-> retrieved zarith.1.14 (cached)-> retrieved x509.0.16.5 (cached)-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed zarith.1.14-> installed topkg.1.1.0-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed mtime.2.1.0-> installed ptime.1.2.0-> installed fmt.0.11.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.20.2-> installed duration.0.2.1-> installed base64.3.5.2-> installed domain-name.0.5.0-> installed gmap.0.3.0-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed http.6.0.0-> installed macaddr.5.6.1-> installed magic-mime.1.3.1-> installed ocaml-compiler-libs.v0.12.4-> installed ocaml-syntax-shims.1.0.0-> installed ppx_derivers.1.2.1-> installed re.1.11.0-> installed sexplib0.v0.14.0-> installed stdlib-shims.0.3.0-> installed stringext.1.6.0-> installed ocplib-endian.1.2-> installed eqaf.0.9-> installed ipaddr.5.6.1-> installed asn1-combinators.0.2.6-> installed alcotest.1.9.1-> installed dune-configurator.3.20.2-> installed bigstringaf.0.10.0-> installed angstrom.0.16.1-> installed mirage-crypto.0.11.3-> installed hkdf.1.0.4-> installed pbkdf.1.2.0-> installed lwt.5.9.2-> installed uri.4.4.0-> installed logs.0.8.0-> installed alcotest-lwt.1.9.1-> installed mirage-crypto-rng.0.11.3-> installed mirage-crypto-rng-lwt.0.11.3-> installed mirage-crypto-pk.0.11.3-> installed base.v0.14.3-> installed bos.0.2.1-> installed parsexp.v0.14.2-> installed sexplib.v0.14.0-> installed mirage-crypto-ec.0.11.3-> installed ppxlib.0.25.1-> installed x509.0.16.5-> installed ca-certs.0.2.3-> installed lwt_ppx.5.9.1-> installed tls.0.17.5-> installed tls-lwt.0.17.5-> installed ppx_sexp_conv.v0.14.3-> installed ipaddr-sexp.5.6.1-> installed uri-sexp.4.4.0-> installed conduit.6.2.3-> installed cohttp.6.0.0-> installed conduit-lwt.6.2.3-> installed cohttp-lwt.6.0.0-> installed conduit-lwt-unix.6.2.3-> installed cohttp-lwt-unix.6.0.0Done.<><> hkdf.1.0.4 installed successfully ><><><><><><><><><><><><><><><><><><><><>=> Note: This package is deprecated.# To update the current shell environment, run: eval $(opam env)2025-10-15 11:07.35 ---> saved as "4bb6f679a97aabe4f80eedee7a1dbceca6ebd679507a5e3aa261b88122d14fe3"/src: (copy (src .) (dst /src))2025-10-15 11:07.36 ---> saved as "0bf610ca141453875e107a1b3b00b06067ebc03f114ec2e3b99305314aa6c9cc"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))File "tests/dune", line 2, characters 7-18:2 | (name client_test)^^^^^^^^^^^(cd _build/default/tests && ./client_test.exe)Testing `Mqtt'.This run has ID `9LPOX8MQ'.[OK] connect 0 Connect success.[OK] connect 1 Connect protocol error.[OK] connect 2 Connect with empty client id.[OK] publish 0 Publish qos 0.[OK] publish 1 Publish qos 1.[OK] publish 2 Multiple publish qos 1.[OK] publish 3 Publish qos 2.[OK] subscribe 0 Subscribe to a topic.[FAIL] subscribe 1 Subscribe without topics.[OK] subscribe 2 Receive publish message.┌──────────────────────────────────────────────────────────────────────────────┐│ [FAIL] subscribe 1 Subscribe without topics. │└──────────────────────────────────────────────────────────────────────────────┘ASSERT SUBSCRIBE empty topicsASSERT ERROR client timeoutFAIL ERROR client timeoutRaised at file "src/alcotest-engine/test.ml", line 173, characters 20-48Called from file "src/core/lwt.ml", line 1908, characters 16-19Re-raised at file "tests/client_test.ml", line 8, characters 2-73Logs saved to `/src/_build/default/tests/_build/_tests/Mqtt/subscribe.001.output'.──────────────────────────────────────────────────────────────────────────────Full test results in `/src/_build/default/tests/_build/_tests/Mqtt'.1 failure! in 30.052s. 10 tests run."/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-10-15 11:08.09: Job failed: Failed: Build failed