2026-07-02 10:51.53: New job: test Leonidas-from-XIV/slacko https://github.com/Leonidas-from-XIV/slacko.git#refs/heads/master (06d2a82804c53ad3e2d02dc91156a1bfc40ae3f7) (openbsd-amd64:openbsd-79-amd64-4.14_opam-2.5)Base: openbsd-79-amd64-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/Leonidas-from-XIV/slacko.git" -b "master" && cd "slacko" && git reset --hard 06d2a828cat > Dockerfile <<'END-OF-DOCKERFILE'FROM openbsd-79-amd64-ocaml-4.14# openbsd-79-amd64-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN doas ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e cf4807d523aaef2df5a7174b29f7840ecc4cf5ea || git fetch origin master) && git reset -q --hard cf4807d523aaef2df5a7174b29f7840ecc4cf5ea && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN opam update -uCOPY --chown=1000:1000 slacko.opam /home/opam/src/./RUN opam pin add -yn slacko.dev '/home/opam/src/./'RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'ENV DEPS="angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 base.v0.16.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.3.0 ca-certs.1.0.3 cmdliner.2.1.1 cohttp.6.2.1 cohttp-lwt.6.2.1 cohttp-lwt-unix.6.2.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.24.0 dune-configurator.3.24.0 duration.0.3.1 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 http.6.2.1 ipaddr.5.6.2 ipaddr-sexp.5.6.2 kdf.1.1.0 logs.0.10.0 lwt.6.1.2 macaddr.5.6.2 magic-mime.1.3.1 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 ocaml.4.14.4 ocaml-base-compiler.4.14.4 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 rresult.0.7.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.2.1.1 tls-lwt.2.1.1 topkg.1.1.1 uri.4.4.0 uri-sexp.4.4.0 x509.1.1.1 yojson.3.0.0 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y slacko.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /home/opam/srcRUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-07-02 10:51.53: Using cache hint "Leonidas-from-XIV/slacko-openbsd-79-amd64-ocaml-4.14-openbsd-79-amd64-4.14_opam-2.5-f7807d1f7ca55441f99f442f80854e16"2026-07-02 10:51.53: Using OBuilder spec:((from openbsd-79-amd64-ocaml-4.14)(comment openbsd-79-amd64-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "doas ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e cf4807d523aaef2df5a7174b29f7840ecc4cf5ea || git fetch origin master) && git reset -q --hard cf4807d523aaef2df5a7174b29f7840ecc4cf5ea && git log --no-decorate -n1 --oneline"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))(copy (src slacko.opam) (dst /home/opam/src/./))(run (network host)(shell "opam pin add -yn slacko.dev '/home/opam/src/./'"))(run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))(env DEPS "angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 base.v0.16.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.3.0 ca-certs.1.0.3 cmdliner.2.1.1 cohttp.6.2.1 cohttp-lwt.6.2.1 cohttp-lwt-unix.6.2.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.24.0 dune-configurator.3.24.0 duration.0.3.1 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 http.6.2.1 ipaddr.5.6.2 ipaddr-sexp.5.6.2 kdf.1.1.0 logs.0.10.0 lwt.6.1.2 macaddr.5.6.2 magic-mime.1.3.1 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 ocaml.4.14.4 ocaml-base-compiler.4.14.4 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 rresult.0.7.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.2.1.1 tls-lwt.2.1.1 topkg.1.1.1 uri.4.4.0 uri-sexp.4.4.0 x509.1.1.1 yojson.3.0.0 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.5 --depext-only -y slacko.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /home/opam/src))(run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-07-02 10:51.53: Waiting for resource in pool OCluster2026-07-02 13:03.36: Waiting for worker…2026-07-02 16:30.19: Got resource from pool OClusterBuilding on oregano.caelum.ci.devAll commits already cachedHEAD is now at 06d2a82 Update Github actions and add formatting linter (#53)(from openbsd-79-amd64-ocaml-4.14)2026-07-02 16:30.20 ---> using "5e24bfeeaa3de45caf4cd29716e4adc4219199b5c2dd6b757b572d92cc94b31a" from cache/: (comment openbsd-79-amd64-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "doas ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-07-02 16:30.20 ---> using "15fe93ccba602f106e67f0bb02c74595328b2e107e8251d9eb7567c2c9da13c0" from cache/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e cf4807d523aaef2df5a7174b29f7840ecc4cf5ea || git fetch origin master) && git reset -q --hard cf4807d523aaef2df5a7174b29f7840ecc4cf5ea && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD89a06fb4a7..cf4807d523 master -> origin/mastercf4807d523 Merge pull request #30166 from hannesm/release-kdf-v1.1.02026-07-02 16:30.20 ---> using "97ef978cce00cac035e63d3771a7a73e512b2fc61f99a2049750aa17a3353fd8" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using 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.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file:///home/opam/opam-repositorydefault (at file:///home/opam/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at file:///home/opam/opam-repository):[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)2026-07-02 16:30.20 ---> using "8f113cae24601dd402f3797d3d4c54009fd5f455b80adcf4aa57f3d011626efc" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))OpenBSD 7.9The OCaml toplevel, version 4.14.42.5.02026-07-02 16:30.20 ---> using "e54cfabca9b140e9e23fd6f13b8ed6c999c177b8e8c4ecb2324739c518d2c918" from cache/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from 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.5.1"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-07-02 16:30.20 ---> using "3e42e254ea8a5a5587b6f79eadbdec908b6cc6a425a923d0de623c59e578517f" from cache/: (copy (src slacko.opam) (dst /home/opam/src/./))2026-07-02 16:31.22 ---> saved as "6099e7e0d4ab13c9a5db71a06896b045e94eede7d61ff953d5f48f03f8ca2cca"/: (run (network host)(shell "opam pin add -yn slacko.dev '/home/opam/src/./'"))[slacko.dev] synchronised (file:///home/opam/src)[WARNING] Failed checks on slacko package definition from source at file:///home/opam/src:warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/ : "OCaml-LGPL-3.0-linking-exception"slacko is now pinned to file:///home/opam/src (version dev)2026-07-02 16:32.09 ---> saved as "39ce8e93dccfb60eae17644d8092c933a68b5880e179554cbd93b9d86e31705b"/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2026-07-02 16:33.11 ---> saved as "0c27a13f92b61708e61c13946efb38991d31d374e3be590719cd1e5a7de11db4"/: (env DEPS "angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 base.v0.16.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.3.0 ca-certs.1.0.3 cmdliner.2.1.1 cohttp.6.2.1 cohttp-lwt.6.2.1 cohttp-lwt-unix.6.2.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.24.0 dune-configurator.3.24.0 duration.0.3.1 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 http.6.2.1 ipaddr.5.6.2 ipaddr-sexp.5.6.2 kdf.1.1.0 logs.0.10.0 lwt.6.1.2 macaddr.5.6.2 magic-mime.1.3.1 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 ocaml.4.14.4 ocaml-base-compiler.4.14.4 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 rresult.0.7.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.2.1.1 tls-lwt.2.1.1 topkg.1.1.1 uri.4.4.0 uri-sexp.4.4.0 x509.1.1.1 yojson.3.0.0 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.5 --depext-only -y slacko.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[slacko.dev] synchronised (file:///home/opam/src)[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.4).[NOTE] Package ocaml is already installed (current version is 4.14.4).[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:gmp<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/doas "pkg_add" "-I" "gmp"- quirks-7.194 signed on 2026-07-02T13:26:21Z# To update the current shell environment, run: eval $(opam env)2026-07-02 16:34.08 ---> saved as "85f1a6000ffef1d28588ed0f0249faed4bd7e70964e2253d40c9b82ff6ddc734"/: (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.4).[NOTE] Package ocaml is already installed (current version is 4.14.4).[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 69 packages- install angstrom 0.16.1- install asn1-combinators 0.3.2- install astring 0.8.5- install base v0.16.5- install base-bytes base- install base64 3.5.2- install bigstringaf 0.10.0- install bos 0.3.0- install ca-certs 1.0.3- install cmdliner 2.1.1- install cohttp 6.2.1- install cohttp-lwt 6.2.1- install cohttp-lwt-unix 6.2.1- install conduit 8.0.0- install conduit-lwt 8.0.0- install conduit-lwt-unix 8.0.0- install conf-gmp 5- install conf-gmp-powm-sec 4- install conf-pkg-config 5- install cppo 1.8.0- install csexp 1.5.2- install digestif 1.3.0- install domain-name 0.5.0- install dune 3.24.0- install dune-configurator 3.24.0- install duration 0.3.1- install eqaf 0.10- install fmt 0.11.0- install fpath 0.7.3- install gmap 0.3.0- install http 6.2.1- install ipaddr 5.6.2- install ipaddr-sexp 5.6.2- install kdf 1.1.0- install logs 0.10.0- install lwt 6.1.2- install macaddr 5.6.2- install magic-mime 1.3.1- install mirage-crypto 2.1.0- install mirage-crypto-ec 2.1.0- install mirage-crypto-pk 2.1.0- install mirage-crypto-rng 2.1.0- 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 ohex 0.2.0- install ounit2 2.2.7- install ppx_derivers 1.2.1- install ppx_deriving 6.0.3- install ppx_deriving_yojson 3.9.1- install ppx_sexp_conv v0.16.0- install ppxlib 0.35.0- install ptime 1.2.0- install re 1.14.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 2.1.1- install tls-lwt 2.1.1- install topkg 1.1.1- install uri 4.4.0- install uri-sexp 4.4.0- install x509 1.1.1- install yojson 3.0.0- install zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved asn1-combinators.0.3.2 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved base.v0.16.5 (cached)-> retrieved ca-certs.1.0.3 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved conf-gmp-powm-sec.4 (cached)-> retrieved conf-pkg-config.5 (cached)-> retrieved cohttp.6.2.1, cohttp-lwt.6.2.1, cohttp-lwt-unix.6.2.1, http.6.2.1 (cached)-> installed conf-gmp.5-> installed conf-pkg-config.5-> installed conf-gmp-powm-sec.4-> retrieved csexp.1.5.2 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved bos.0.3.0 (cached)-> retrieved domain-name.0.5.0 (cached)-> retrieved duration.0.3.1 (cached)-> retrieved eqaf.0.10 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved gmap.0.3.0 (cached)-> retrieved ipaddr.5.6.2, ipaddr-sexp.5.6.2, macaddr.5.6.2 (cached)-> retrieved kdf.1.1.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved lwt.6.1.2 (cached)-> retrieved magic-mime.1.3.1 (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 mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0 (cached)-> retrieved ohex.0.2.0 (cached)-> retrieved ounit2.2.2.7 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved dune.3.24.0, dune-configurator.3.24.0 (cached)-> retrieved ppx_deriving_yojson.3.9.1 (cached)-> retrieved ppx_deriving.6.0.3 (cached)-> retrieved ppx_sexp_conv.v0.16.0 (cached)-> retrieved ptime.1.2.0 (cached)-> installed ocamlbuild.0.16.1-> retrieved rresult.0.7.0 (cached)-> retrieved seq.base (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved stringext.1.6.0 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed seq.base-> retrieved topkg.1.1.1 (cached)-> retrieved tls.2.1.1, tls-lwt.2.1.1 (cached)-> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)-> retrieved x509.1.1.1 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved zarith.1.14 (cached)-> retrieved ppxlib.0.35.0 (cached)-> installed cmdliner.2.1.1-> installed zarith.1.14-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed astring.0.8.5-> installed rresult.0.7.0-> installed ptime.1.2.0-> installed fpath.0.7.3-> installed dune.3.24.0-> installed base64.3.5.2-> installed csexp.1.5.2-> installed asn1-combinators.0.3.2-> installed domain-name.0.5.0-> installed cppo.1.8.0-> installed duration.0.3.1-> installed gmap.0.3.0-> installed eqaf.0.10-> installed macaddr.5.6.2-> installed http.6.2.1-> installed dune-configurator.3.24.0-> installed ipaddr.5.6.2-> installed bigstringaf.0.10.0-> installed magic-mime.1.3.1-> installed digestif.1.3.0-> installed ocaml-compiler-libs.v0.12.4-> installed ocaml-syntax-shims.1.0.0-> installed ohex.0.2.0-> installed ocplib-endian.1.2-> installed ppx_derivers.1.2.1-> installed angstrom.0.16.1-> installed mirage-crypto.2.1.0-> installed sexplib0.v0.16.0-> installed kdf.1.1.0-> installed re.1.14.0-> installed stdlib-shims.0.3.0-> installed stringext.1.6.0-> installed ounit2.2.2.7-> installed lwt.6.1.2-> installed uri.4.4.0-> installed logs.0.10.0-> installed yojson.3.0.0-> installed base.v0.16.5-> installed mirage-crypto-rng.2.1.0-> installed bos.0.3.0-> installed mirage-crypto-pk.2.1.0-> installed ppxlib.0.35.0-> installed mirage-crypto-ec.2.1.0-> installed x509.1.1.1-> installed ppx_sexp_conv.v0.16.0-> installed ca-certs.1.0.3-> installed ppx_deriving.6.0.3-> installed ipaddr-sexp.5.6.2-> installed uri-sexp.4.4.0-> installed tls.2.1.1-> installed conduit.8.0.0-> installed ppx_deriving_yojson.3.9.1-> installed tls-lwt.2.1.1-> installed conduit-lwt.8.0.0-> installed conduit-lwt-unix.8.0.0-> installed cohttp.6.2.1-> installed cohttp-lwt.6.2.1-> installed cohttp-lwt-unix.6.2.1Done.# To update the current shell environment, run: eval $(opam env)2026-07-02 16:41.38 ---> saved as "cad1d22200727b4d2445974fb87548d580e3b75539582d0c52ff4866bf136ca1"/: (copy (src .) (dst /home/opam/src))2026-07-02 16:42.40 ---> saved as "a9de6dd92a2476b192ca7e6316eedf2117242c3f9fc16aba87f1bb221520327a"/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test_slacko.exe -runner sequential)..............................Ran: 30 tests in: 0.26 seconds.OK2026-07-02 16:43.54 ---> saved as "b2d561fe93d38f2cc21311089f812289d323ba8f2b1cf8669a5324061d8316b1"Job succeeded2026-07-02 16:43.54: Job succeeded