2026-04-04 18:36.26: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/main (769814e0d8402019a6035013170925850866b51d) (linux-x86_64:debian-13-5.1_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.1@sha256:9fdb6b12483b6ee211502cfcdccfa603bc203949c6b28773b62e63598c724d35Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "main" && cd "dunolint" && git reset --hard 769814e0cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.1@sha256:9fdb6b12483b6ee211502cfcdccfa603bc203949c6b28773b62e63598c724d35# debian-13-5.1_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-dev.opam ./RUN opam pin add -yn dunolint.dev './' && \opam pin add -yn dunolint-tests.dev './' && \opam pin add -yn dunolint-lib.dev './' && \opam pin add -yn dunolint-lib-base.dev './' && \opam pin add -yn dunolint-dev.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base.v0.17.3 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y dunolint-lib.dev dunolint-lib-base.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-04 18:36.26: Using cache hint "mbarbin/dunolint-ocaml/opam:debian-13-ocaml-5.1@sha256:9fdb6b12483b6ee211502cfcdccfa603bc203949c6b28773b62e63598c724d35-debian-13-5.1_opam-2.5-53e8a22819e33aecda6f84568966a4a6"2026-04-04 18:36.26: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.1@sha256:9fdb6b12483b6ee211502cfcdccfa603bc203949c6b28773b62e63598c724d35)(comment debian-13-5.1_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-dev.opam)(dst ./))(run (network host)(shell "opam pin add -yn dunolint.dev './' && \\nopam pin add -yn dunolint-tests.dev './' && \\nopam pin add -yn dunolint-lib.dev './' && \\nopam pin add -yn dunolint-lib-base.dev './' && \\nopam pin add -yn dunolint-dev.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0")(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 dunolint-lib.dev dunolint-lib-base.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 --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build")))2026-04-04 18:36.26: Waiting for resource in pool OCluster2026-04-04 18:36.26: Waiting for worker…2026-04-04 18:36.26: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 769814e Fix stale doc for dune-mode package(from ocaml/opam:debian-13-ocaml-5.1@sha256:9fdb6b12483b6ee211502cfcdccfa603bc203949c6b28773b62e63598c724d35)Unable to find image 'ocaml/opam:debian-13-ocaml-5.1@sha256:9fdb6b12483b6ee211502cfcdccfa603bc203949c6b28773b62e63598c724d35' locallydocker.io/ocaml/opam@sha256:9fdb6b12483b6ee211502cfcdccfa603bc203949c6b28773b62e63598c724d35: Pulling from ocaml/opam866771c43bf5: Pulling fs layer1e49bea09367: Pulling fs layere793768537e6: Pulling fs layer866771c43bf5: Waitinged323d3d481a: Pulling fs layer1e49bea09367: Waitinge793768537e6: Waitinged323d3d481a: Waiting7df34a5cd5f1: Pulling fs layerfd712d3eb935: Pulling fs layer4b9fb8c99118: Pulling fs layer7df34a5cd5f1: Waiting9d9a01948b94: Pulling fs layer4b9fb8c99118: Waiting0f1514f90b32: Pulling fs layer9d9a01948b94: Waitinge1ec5a753447: Pulling fs layer0f1514f90b32: Waiting03cc323e2f71: Pulling fs layere1ec5a753447: Waitingc09c08ea9749: Pulling fs layerb36b619f8e6b: Pulling fs layer03cc323e2f71: Waitingc09c08ea9749: Waiting195344ca5274: Pulling fs layerb36b619f8e6b: Waiting228ee78582a6: Pulling fs layer195344ca5274: Waiting504bde1c25b3: Pulling fs layer228ee78582a6: Waiting9d8b1356c89f: Pulling fs layer568fb6dda155: Pulling fs layer504bde1c25b3: Waiting9d8b1356c89f: Waitingc499c9198aea: Pulling fs layer568fb6dda155: Waiting048e5e358118: Pulling fs layerc499c9198aea: Waiting871ca48eb45d: Pulling fs layer4f4fb700ef54: Pulling fs layer048e5e358118: Waitinga5a2568b9df9: Pulling fs layer4f4fb700ef54: Waiting871ca48eb45d: Waiting068cf3106ac8: Pulling fs layera5a2568b9df9: Waiting559f54ec9b29: Pulling fs layer068cf3106ac8: Waiting798ffd96fde5: Pulling fs layer559f54ec9b29: Waitinge9a891bf80d7: Pulling fs layer798ffd96fde5: Waitingd720cfe12674: Pulling fs layerc81c932f4a91: Pulling fs layere9a891bf80d7: Waitingd720cfe12674: Waiting79f24fa3bb11: Pulling fs layer8c1debcd8c20: Pulling fs layer1bb2cfea7250: Pulling fs layerc81c932f4a91: Waiting79f24fa3bb11: Waiting8c1debcd8c20: Waiting2b3d3ca75e4c: Pulling fs layer557cacaf263c: Pulling fs layer1bb2cfea7250: Waiting2b3d3ca75e4c: Waitingd10483022eef: Pulling fs layer557cacaf263c: Waiting7b62a90d8223: Pulling fs layerd10483022eef: Waiting28ce8ea66e72: Pulling fs layer7b62a90d8223: Waitingd975909ea717: Pulling fs layer28ce8ea66e72: Waiting5c215c69c247: Pulling fs layerd975909ea717: Waitinge7c082452a54: Pulling fs layer5c215c69c247: Waiting27454b3e44fc: Pulling fs layercf864090fffc: Pulling fs layere7c082452a54: Waiting27454b3e44fc: Waiting98d73952e572: Pulling fs layercf864090fffc: Waiting0961d2e8514c: Pulling fs layer98d73952e572: Waiting12aa16a25135: Pulling fs layerbcafe58b9eec: Pulling fs layer0961d2e8514c: Waiting12aa16a25135: Waiting5fc119aa4d28: Pulling fs layerbcafe58b9eec: Waiting5fc119aa4d28: Waiting866771c43bf5: Verifying Checksum866771c43bf5: Download complete1e49bea09367: Download completee793768537e6: Download complete7df34a5cd5f1: Verifying Checksum7df34a5cd5f1: Download completeed323d3d481a: Verifying Checksumed323d3d481a: Download complete4b9fb8c99118: Verifying Checksum4b9fb8c99118: Download complete9d9a01948b94: Verifying Checksum9d9a01948b94: Download completefd712d3eb935: Verifying Checksumfd712d3eb935: Download complete866771c43bf5: Pull complete0f1514f90b32: Verifying Checksum0f1514f90b32: Download complete1e49bea09367: Pull completee793768537e6: Pull completee1ec5a753447: Verifying Checksume1ec5a753447: Download complete03cc323e2f71: Download completec09c08ea9749: Verifying Checksumc09c08ea9749: Download completeed323d3d481a: Pull complete195344ca5274: Download complete7df34a5cd5f1: Pull complete228ee78582a6: Download completeb36b619f8e6b: Download complete504bde1c25b3: Download complete9d8b1356c89f: Download complete568fb6dda155: Verifying Checksum568fb6dda155: Download completec499c9198aea: Verifying Checksumc499c9198aea: Download complete048e5e358118: Verifying Checksum048e5e358118: Download complete871ca48eb45d: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete068cf3106ac8: Verifying Checksum068cf3106ac8: Download completea5a2568b9df9: Verifying Checksuma5a2568b9df9: Download complete559f54ec9b29: Download complete798ffd96fde5: Download completee9a891bf80d7: Verifying Checksume9a891bf80d7: Download completed720cfe12674: Verifying Checksumd720cfe12674: Download completec81c932f4a91: Verifying Checksumc81c932f4a91: Download complete79f24fa3bb11: Download complete8c1debcd8c20: Verifying Checksum8c1debcd8c20: Download complete2b3d3ca75e4c: Verifying Checksum2b3d3ca75e4c: Download complete557cacaf263c: Download complete7b62a90d8223: Verifying Checksum7b62a90d8223: Download completed975909ea717: Verifying Checksumd975909ea717: Download complete5c215c69c247: Download completee7c082452a54: Verifying Checksume7c082452a54: Download complete27454b3e44fc: Verifying Checksum27454b3e44fc: Download completecf864090fffc: Verifying Checksumcf864090fffc: Download complete98d73952e572: Verifying Checksum98d73952e572: Download completed10483022eef: Verifying Checksumd10483022eef: Download complete12aa16a25135: Download completebcafe58b9eec: Verifying Checksumbcafe58b9eec: Download complete5fc119aa4d28: Download complete28ce8ea66e72: Verifying Checksum28ce8ea66e72: Download complete0961d2e8514c: Verifying Checksum0961d2e8514c: Download completefd712d3eb935: Pull complete4b9fb8c99118: Pull complete9d9a01948b94: Pull complete0f1514f90b32: Pull completee1ec5a753447: Pull complete03cc323e2f71: Pull completec09c08ea9749: Pull completeb36b619f8e6b: Pull complete195344ca5274: Pull complete228ee78582a6: Pull complete504bde1c25b3: Pull complete9d8b1356c89f: Pull complete568fb6dda155: Pull completec499c9198aea: Pull complete048e5e358118: Pull complete871ca48eb45d: Pull complete4f4fb700ef54: Pull completea5a2568b9df9: Pull complete068cf3106ac8: Pull complete559f54ec9b29: Pull complete798ffd96fde5: Pull completee9a891bf80d7: Pull completed720cfe12674: Pull completec81c932f4a91: Pull complete79f24fa3bb11: Pull complete8c1debcd8c20: Pull complete1bb2cfea7250: Pull complete2b3d3ca75e4c: Pull complete557cacaf263c: Pull completed10483022eef: Pull complete7b62a90d8223: Pull complete28ce8ea66e72: Pull completed975909ea717: Pull complete5c215c69c247: Pull completee7c082452a54: Pull complete27454b3e44fc: Pull completecf864090fffc: Pull complete98d73952e572: Pull complete0961d2e8514c: Pull complete12aa16a25135: Pull completebcafe58b9eec: Pull complete5fc119aa4d28: Pull completeDigest: sha256:9fdb6b12483b6ee211502cfcdccfa603bc203949c6b28773b62e63598c724d35Status: Downloaded newer image for ocaml/opam@sha256:9fdb6b12483b6ee211502cfcdccfa603bc203949c6b28773b62e63598c724d352026-04-04 18:36.27 ---> using "043878a17430eb7307125489308030a24bcdcad0c95c2a109a9fe14316981ea0" from cache/: (comment debian-13-5.1_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-04-04 18:36.27 ---> using "6b7056ea7ce356ec6f7912a2926e5fd7f883103e1965bfbfd430131165bcd018" 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] Initialised2026-04-04 18:36.27 ---> using "f3b4b2f6e6b83119a65df9b96ef8caf4b84e2b6810257468cbd6dce3e49df6a5" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 5.1.12.5.02026-04-04 18:36.27 ---> using "40a0d9ebc36b710fd682ab81510657b976df188a86220f6a8b708d8aaef913ed" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-04 18:36.27 ---> using "56298b29b720efd320488445e8fb128d0a2092645b72583f0283bb88d649e5f8" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..6445530b48 master -> origin/masterd06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1<><> 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.5.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)2026-04-04 18:36.27 ---> using "55941b738da4064e4519af61e3144793063e65a63f557e75c93141c0f1f36c67" from cache/src: (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-dev.opam)(dst ./))2026-04-04 18:36.27 ---> saved as "3fb8e89057567d99bedece50ca6db7dfeb0d064531899bd46ac5d74dae10018a"/src: (run (network host)(shell "opam pin add -yn dunolint.dev './' && \\nopam pin add -yn dunolint-tests.dev './' && \\nopam pin add -yn dunolint-lib.dev './' && \\nopam pin add -yn dunolint-lib-base.dev './' && \\nopam pin add -yn dunolint-dev.dev './'"))[dunolint.dev] synchronised (file:///src)dunolint is now pinned to file:///src (version dev)[NOTE] Package dunolint-tests does not exist in opam repositories registered in the current switch.[dunolint-tests.dev] synchronised (file:///src)dunolint-tests is now pinned to file:///src (version dev)[dunolint-lib.dev] synchronised (file:///src)dunolint-lib is now pinned to file:///src (version dev)[dunolint-lib-base.dev] synchronised (file:///src)dunolint-lib-base is now pinned to file:///src (version dev)[NOTE] Package dunolint-dev does not exist in opam repositories registered in the current switch.[dunolint-dev.dev] synchronised (file:///src)dunolint-dev is now pinned to file:///src (version dev)2026-04-04 18:36.35 ---> saved as "00c48d9f72312ba26ddfa6a741928030d42d06b170c0be80914e0659ce14dd5e"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-04 18:36.35 ---> saved as "2ce5aade81fe48cb487010f19e0405f55b705b25b294bd4564ea476be8fec516"/src: (env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0")/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.5 --depext-only -y dunolint-lib.dev dunolint-lib-base.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main amd64 Packages [9671 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [119 kB]- Fetched 10.0 MB in 8s (1224 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[dunolint-lib.dev] synchronised (file:///src)[dunolint-lib-base.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).[NOTE] Package ocaml is already installed (current version is 5.1.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-nnp is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).# To update the current shell environment, run: eval $(opam env)2026-04-04 18:36.53 ---> saved as "e7bf9c9a19fa346ba97d35073c0c2d8f5e4d1bb95361fa2f3e367bdf34356cff"/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 3).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).[NOTE] Package ocaml is already installed (current version is 5.1.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-nnp is already installed (current version is base).[NOTE] Package base-domains 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 15 packages- install base v0.17.3- install csexp 1.5.2- install dune 3.22.1- install dune-configurator 3.22.1- install ocaml-compiler-libs v0.12.4- install ocaml_intrinsics_kernel v0.17.1- install ppx_compare v0.17.0- install ppx_derivers 1.2.1- install ppx_enumerate v0.17.0- install ppx_sexp_conv v0.17.0- install ppxlib 0.35.0- install ppxlib_jane v0.17.0- install re 1.14.0- install sexplib0 v0.17.0- install stdlib-shims 0.3.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base.v0.17.3 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)-> retrieved ppx_compare.v0.17.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_enumerate.v0.17.0 (cached)-> retrieved ppx_sexp_conv.v0.17.0 (cached)-> retrieved ppxlib_jane.v0.17.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved dune.3.22.1, dune-configurator.3.22.1 (cached)-> retrieved ppxlib.0.35.0 (cached)-> installed dune.3.22.1-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed ocaml-compiler-libs.v0.12.4-> installed ocaml_intrinsics_kernel.v0.17.1-> installed re.1.14.0-> installed sexplib0.v0.17.0-> installed dune-configurator.3.22.1-> installed base.v0.17.3-> installed ppxlib.0.35.0-> installed ppxlib_jane.v0.17.0-> installed ppx_enumerate.v0.17.0-> installed ppx_compare.v0.17.0-> installed ppx_sexp_conv.v0.17.0Done.# To update the current shell environment, run: eval $(opam env)2026-04-04 18:37.48 ---> saved as "0f29a7d9481d1250b655d0589b08ce1ef800c4af333ec5cfcde08f10d44134dd"/src: (copy (src .) (dst /src))2026-04-04 18:37.49 ---> saved as "6944ab1f3709595a82170c303073b7cf4ac92488f3e63f23fc7cc67947bfe41f"/src: (run (shell "opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build"))2026-04-04 18:37.51 ---> saved as "44fdaf722df69b775d0a8a4d79770e42c956e4b90b9a9b67aa892cafc37a030f"Job succeeded2026-04-04 18:37.51: Job succeeded