2026-01-16 11:36.40: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/main (1e9e21ff8f22f4916f43f22e44f944b03e329806) (linux-x86_64:ubuntu-22.04-4.14_opam-2.5) Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b Opam project build To reproduce locally: git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "main" && cd "dunolint" && git reset --hard 1e9e21ff cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b # ubuntu-22.04-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u COPY --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.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sexplib0.v0.16.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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-01-16 11:36.40: Using cache hint "mbarbin/dunolint-ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b-ubuntu-22.04-4.14_opam-2.5-b197a0bec13f87d2e6b6c3cf0602f2d2" 2026-01-16 11:36.40: Using OBuilder spec: ((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b) (comment ubuntu-22.04-4.14_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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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 (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sexplib0.v0.16.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-01-16 11:36.40: Waiting for resource in pool OCluster 2026-01-16 12:01.42: Waiting for worker… 2026-01-16 12:07.57: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD is now at 1e9e21f Improve default settings for GHA permissions (from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b) Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b' locally docker.io/ocaml/opam@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b: Pulling from ocaml/opam 7e49dc6156b0: Pulling fs layer d4e25bc4e54e: Pulling fs layer a2f0d7f6c7a2: Pulling fs layer e9295d1ac3bc: Pulling fs layer 48c87b1c7333: Pulling fs layer da6709a7d994: Pulling fs layer f4bdd0682581: Pulling fs layer fdd283dd5a04: Pulling fs layer 58e1793fb243: Pulling fs layer 77ec02af2c49: Pulling fs layer d98cd9755506: Pulling fs layer dc8614d28602: Pulling fs layer 0772aa035f0f: Pulling fs layer 89fd84f5b086: Pulling fs layer a82872a7c2c5: Pulling fs layer be0daa8cb4c5: Pulling fs layer 0564ca0741f1: Pulling fs layer 4f4fb700ef54: Pulling fs layer 89ad18ffaf37: Pulling fs layer 47d9a6f0fd74: Pulling fs layer 702f403fd691: Pulling fs layer 2ebe2d64d0a6: Pulling fs layer 4cab782a5dac: Pulling fs layer 5281573baee7: Pulling fs layer fe8da0bd13e1: Pulling fs layer 17da0d9119d3: Pulling fs layer f209b87d9a21: Pulling fs layer e9295d1ac3bc: Waiting 8af345427948: Pulling fs layer e70f51ae47c8: Pulling fs layer 3dcb78ac65ef: Pulling fs layer ce307cfab940: Pulling fs layer ffb7aa02dfd1: Pulling fs layer 79f572c137cf: Pulling fs layer 6a9f73cee81e: Pulling fs layer da6709a7d994: Waiting d357c931e45e: Pulling fs layer f4bdd0682581: Waiting fdd283dd5a04: Waiting a17937b255c7: Pulling fs layer 58e1793fb243: Waiting 77ec02af2c49: Waiting d98cd9755506: Waiting 903ee3defa85: Pulling fs layer dc8614d28602: Waiting 0772aa035f0f: Waiting 33d1aed44e28: Pulling fs layer 89fd84f5b086: Waiting a82872a7c2c5: Waiting 424cf3ca0d8a: Pulling fs layer be0daa8cb4c5: Waiting 0564ca0741f1: Waiting 327a58b1b5a8: Pulling fs layer 4f4fb700ef54: Waiting 89ad18ffaf37: Waiting edcecd8da58f: Pulling fs layer 47d9a6f0fd74: Waiting 702f403fd691: Waiting e7abd33fd6aa: Pulling fs layer 2ebe2d64d0a6: Waiting 4c86d7be6862: Pulling fs layer 4cab782a5dac: Waiting 5281573baee7: Waiting fe8da0bd13e1: Waiting 17da0d9119d3: Waiting ffb7aa02dfd1: Waiting f209b87d9a21: Waiting 79f572c137cf: Waiting 6a9f73cee81e: Waiting 8af345427948: Waiting d357c931e45e: Waiting e70f51ae47c8: Waiting a17937b255c7: Waiting 3dcb78ac65ef: Waiting ce307cfab940: Waiting 903ee3defa85: Waiting 33d1aed44e28: Waiting e7abd33fd6aa: Waiting 424cf3ca0d8a: Waiting 4c86d7be6862: Waiting 327a58b1b5a8: Waiting edcecd8da58f: Waiting 48c87b1c7333: Waiting d4e25bc4e54e: Verifying Checksum d4e25bc4e54e: Download complete a2f0d7f6c7a2: Verifying Checksum a2f0d7f6c7a2: Download complete 7e49dc6156b0: Verifying Checksum 7e49dc6156b0: Download complete 48c87b1c7333: Verifying Checksum 48c87b1c7333: Download complete e9295d1ac3bc: Verifying Checksum e9295d1ac3bc: Download complete f4bdd0682581: Verifying Checksum f4bdd0682581: Download complete 58e1793fb243: Verifying Checksum 58e1793fb243: Download complete fdd283dd5a04: Verifying Checksum fdd283dd5a04: Download complete d98cd9755506: Download complete 77ec02af2c49: Verifying Checksum 77ec02af2c49: Download complete 7e49dc6156b0: Pull complete d4e25bc4e54e: Pull complete a2f0d7f6c7a2: Pull complete dc8614d28602: Verifying Checksum dc8614d28602: Download complete 0772aa035f0f: Download complete a82872a7c2c5: Verifying Checksum a82872a7c2c5: Download complete be0daa8cb4c5: Download complete 0564ca0741f1: Verifying Checksum 0564ca0741f1: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 89ad18ffaf37: Verifying Checksum 89ad18ffaf37: Download complete e9295d1ac3bc: Pull complete 48c87b1c7333: Pull complete 47d9a6f0fd74: Verifying Checksum 47d9a6f0fd74: Download complete 702f403fd691: Verifying Checksum 702f403fd691: Download complete da6709a7d994: Verifying Checksum da6709a7d994: Download complete 89fd84f5b086: Verifying Checksum 89fd84f5b086: Download complete 2ebe2d64d0a6: Verifying Checksum 2ebe2d64d0a6: Download complete 4cab782a5dac: Verifying Checksum 4cab782a5dac: Download complete 5281573baee7: Verifying Checksum 5281573baee7: Download complete fe8da0bd13e1: Download complete 8af345427948: Verifying Checksum 8af345427948: Download complete f209b87d9a21: Verifying Checksum f209b87d9a21: Download complete e70f51ae47c8: Verifying Checksum e70f51ae47c8: Download complete ce307cfab940: Verifying Checksum ce307cfab940: Download complete 17da0d9119d3: Download complete 3dcb78ac65ef: Verifying Checksum 3dcb78ac65ef: Download complete 79f572c137cf: Verifying Checksum 79f572c137cf: Download complete ffb7aa02dfd1: Download complete d357c931e45e: Verifying Checksum d357c931e45e: Download complete 903ee3defa85: Download complete 33d1aed44e28: Download complete 424cf3ca0d8a: Verifying Checksum 424cf3ca0d8a: Download complete da6709a7d994: Pull complete f4bdd0682581: Pull complete a17937b255c7: Verifying Checksum a17937b255c7: Download complete fdd283dd5a04: Pull complete edcecd8da58f: Download complete 58e1793fb243: Pull complete 77ec02af2c49: Pull complete e7abd33fd6aa: Verifying Checksum e7abd33fd6aa: Download complete 4c86d7be6862: Verifying Checksum 4c86d7be6862: Download complete d98cd9755506: Pull complete dc8614d28602: Pull complete 0772aa035f0f: Pull complete 89fd84f5b086: Pull complete a82872a7c2c5: Pull complete be0daa8cb4c5: Pull complete 0564ca0741f1: Pull complete 4f4fb700ef54: Pull complete 89ad18ffaf37: Pull complete 47d9a6f0fd74: Pull complete 702f403fd691: Pull complete 327a58b1b5a8: Verifying Checksum 327a58b1b5a8: Download complete 2ebe2d64d0a6: Pull complete 4cab782a5dac: Pull complete 5281573baee7: Pull complete fe8da0bd13e1: Pull complete 17da0d9119d3: Pull complete f209b87d9a21: Pull complete 8af345427948: Pull complete e70f51ae47c8: Pull complete 3dcb78ac65ef: Pull complete ce307cfab940: Pull complete ffb7aa02dfd1: Pull complete 79f572c137cf: Pull complete 6a9f73cee81e: Verifying Checksum 6a9f73cee81e: Download complete 6a9f73cee81e: Pull complete d357c931e45e: Pull complete a17937b255c7: Pull complete 903ee3defa85: Pull complete 33d1aed44e28: Pull complete 424cf3ca0d8a: Pull complete 327a58b1b5a8: Pull complete edcecd8da58f: Pull complete e7abd33fd6aa: Pull complete 4c86d7be6862: Pull complete Digest: sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b Status: Downloaded newer image for ocaml/opam@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b 2026-01-16 12:07.58 ---> using "e3241aa53d8aad4718fa2f2ab81b104356db8836803d01e9d8dc6f8cfc7a6d78" from cache /: (comment ubuntu-22.04-4.14_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-01-16 12:07.58 ---> using "a8302cfb54c076400f781dc5021df0a0e4796a1520c087a458293c3b6f782955" 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] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-01-16 12:07.58 ---> using "69ce5a7b0aae10903a94d154c9c9061aacb5e428d43054ead80cd5f2e1350273" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-90-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-01-16 12:07.58 ---> using "10f3a93aa039492984e7257be6ea61a365ea2989d1b36da493512eac89e222d0" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-01-16 12:07.58 ---> using "b1f56d56e57df39bc243dbe95d179c554820497e2fc2dc8d4e4a9ba1bd94aa03" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 235b964523..873cb18c37 master -> origin/master 873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+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 at these versions (e.g. "opam upgrade ocaml.5.4.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-01-16 12:07.58 ---> using "e53b4808c87af18a3d66a2c34e43d7d793cf0ef77442dcdf35d30febdde6de0c" from cache /src: (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-dev.opam) (dst ./)) 2026-01-16 12:07.58 ---> saved as "a227c1bb01f31298e36d856a6986f20851faa584ed647cdaf0b4c6a1b49f4b1c" /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-01-16 12:08.10 ---> saved as "bbab7059d61390c94aeb4814de060423b8d4755b61e95d19120e6ff23fa578a7" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-01-16 12:08.10 ---> saved as "89606a5ed290f64b5b924072b95c17f05664449965fe0b44128d9a1daf271198" /src: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sexplib0.v0.16.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" - Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease - Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] - Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] - Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1600 kB] - Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3968 kB] - Get:6 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] - Get:7 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1289 kB] - Get:8 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3637 kB] - Fetched 10.9 MB in 4s (2741 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 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). # To update the current shell environment, run: eval $(opam env) 2026-01-16 12:08.34 ---> saved as "1174368ebe9cedcf1eb4024f3fb2e0028f6c3c79890321b30b64bb3be4479321" /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 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 13 packages - install base v0.16.4 - install csexp 1.5.2 - install dune 3.21.0 - install dune-configurator 3.21.0 - install ocaml-compiler-libs v0.12.4 - install ppx_compare v0.16.0 - install ppx_derivers 1.2.1 - install ppx_enumerate v0.16.0 - install ppx_sexp_conv v0.16.0 - install ppxlib 0.35.0 - install re 1.14.0 - install sexplib0 v0.16.0 - install stdlib-shims 0.3.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved base.v0.16.4 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ppx_compare.v0.16.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_enumerate.v0.16.0 (cached) -> retrieved ppx_sexp_conv.v0.16.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved dune.3.21.0, dune-configurator.3.21.0 (cached) -> installed dune.3.21.0 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed re.1.14.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed dune-configurator.3.21.0 -> installed base.v0.16.4 -> installed ppxlib.0.35.0 -> installed ppx_enumerate.v0.16.0 -> installed ppx_compare.v0.16.0 -> installed ppx_sexp_conv.v0.16.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-01-16 12:11.26 ---> saved as "db82f2441c1596d4fb0ce151b852d0a8e01a31479245ad0fa38fa3f0f763e604" /src: (copy (src .) (dst /src)) 2026-01-16 12:11.27 ---> saved as "a3a38f3b5f799540a7b5b51a8ca2c25162d2e46034f4d26eb618f9f599a6a5a1" /src: (run (shell "opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build")) 2026-01-16 12:11.35 ---> saved as "718b1e35fbdcec740a22ad2976c13c3a0ae589c9149b38186b19a47795d8af38" Job succeeded 2026-01-16 12:11.36: Job succeeded