2026-04-12 11:54.22: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/main (1184fa40e69a13be9296d0f8086c41e47bee2051) (linux-arm64:debian-13-4.14_arm32_opam-2.5) Base: ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee Opam project build To reproduce locally: git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "main" && cd "dunolint" && git reset --hard 1184fa40 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee # debian-13-4.14_arm32_opam-2.5 USER 1000:1000 SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ] 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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.22.1 dune-configurator.3.22.1 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-04-12 11:54.22: Using cache hint "mbarbin/dunolint-ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee-debian-13-4.14_arm32_opam-2.5-ec9c457c91645cd083a65dc345e1b331" 2026-04-12 11:54.22: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee) (comment debian-13-4.14_arm32_opam-2.5) (user (uid 1000) (gid 1000)) (shell /usr/bin/linux32 /bin/sh -c) (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.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 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-04-12 11:54.22: Waiting for resource in pool OCluster 2026-04-12 11:54.22: Waiting for worker… 2026-04-12 11:54.22: Got resource from pool OCluster Building on kydoime.caelum.ci.dev hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> Initialized empty Git repository in /var/cache/obuilder/ocluster/git/dunolint.git-68a1587ea2dbc82816b026b370c3a2f7ccc34c6d/.git/ HEAD is now at 1184fa4 Upgrade CIs (from ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee' locally docker.io/ocaml/opam@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee: Pulling from ocaml/opam e7e4c87ce695: Pulling fs layer 098244b1fe4f: Pulling fs layer 94a818ec2cdc: Pulling fs layer 29e77b813c7f: Pulling fs layer b9dc986333a7: Pulling fs layer 023a3b8ea315: Pulling fs layer e7e4c87ce695: Waiting 94a818ec2cdc: Waiting 2684ea5ea2fe: Pulling fs layer 29e77b813c7f: Waiting b9dc986333a7: Waiting 023a3b8ea315: Waiting 93c319c970b2: Pulling fs layer 098244b1fe4f: Waiting 2684ea5ea2fe: Waiting 03f63d243d48: Pulling fs layer 237874024f5b: Pulling fs layer 03f63d243d48: Waiting 954f264158bf: Pulling fs layer 85f6eb6723bd: Pulling fs layer 237874024f5b: Waiting 954f264158bf: Waiting 2882e9da3bb0: Pulling fs layer 85f6eb6723bd: Waiting 4aabbd87a4c4: Pulling fs layer 4f386ee1e947: Pulling fs layer 2882e9da3bb0: Waiting 76eac5355b1e: Pulling fs layer 4aabbd87a4c4: Waiting 7732af2249d2: Pulling fs layer 0864fc6233a3: Pulling fs layer 74a602ddff51: Pulling fs layer 4f386ee1e947: Waiting 76eac5355b1e: Waiting 0864fc6233a3: Waiting eff8656d1a08: Pulling fs layer 74a602ddff51: Waiting 480ead97e7de: Pulling fs layer 71d9c83b5938: Pulling fs layer 4f4fb700ef54: Pulling fs layer 46ffbb314b18: Pulling fs layer 9ad678cce639: Pulling fs layer 4f4fb700ef54: Waiting cee0ad8655f3: Pulling fs layer 46ffbb314b18: Waiting 9ad678cce639: Waiting d7a6444c98ec: Pulling fs layer cee0ad8655f3: Waiting fb7ac70d48b8: Pulling fs layer 9e9d8c0fc63b: Pulling fs layer 4fd15bd8b00c: Pulling fs layer d7a6444c98ec: Waiting fb7ac70d48b8: Waiting 9e9d8c0fc63b: Waiting cfb25ffd51ce: Pulling fs layer a1d4a67b1423: Pulling fs layer b5f05950c5d7: Pulling fs layer ffaeb3c9d76d: Pulling fs layer 4fd15bd8b00c: Waiting cfb25ffd51ce: Waiting 4c3b6722757e: Pulling fs layer 0f58a95c7a9b: Pulling fs layer b5f05950c5d7: Waiting c3e40142c411: Pulling fs layer ffaeb3c9d76d: Waiting 4c3b6722757e: Waiting a1d4a67b1423: Waiting 7f8475cb6605: Pulling fs layer 05a50efaf303: Pulling fs layer 6b01dec062a8: Pulling fs layer 7f8475cb6605: Waiting 9fd1e9989233: Pulling fs layer 6b01dec062a8: Waiting 0f58a95c7a9b: Waiting 05a50efaf303: Waiting c3e40142c411: Waiting 433ff276b12f: Pulling fs layer efd9b50fadc4: Pulling fs layer d1391430121a: Pulling fs layer f656d97c5aae: Pulling fs layer 9fd1e9989233: Waiting 433ff276b12f: Waiting efd9b50fadc4: Waiting 098244b1fe4f: Download complete e7e4c87ce695: Verifying Checksum e7e4c87ce695: Download complete 94a818ec2cdc: Verifying Checksum 94a818ec2cdc: Download complete 29e77b813c7f: Verifying Checksum 29e77b813c7f: Download complete b9dc986333a7: Verifying Checksum b9dc986333a7: Download complete 2684ea5ea2fe: Verifying Checksum 2684ea5ea2fe: Download complete e7e4c87ce695: Pull complete 098244b1fe4f: Pull complete 94a818ec2cdc: Pull complete 29e77b813c7f: Pull complete b9dc986333a7: Pull complete 93c319c970b2: Verifying Checksum 93c319c970b2: Download complete 023a3b8ea315: Verifying Checksum 023a3b8ea315: Download complete 03f63d243d48: Download complete 237874024f5b: Verifying Checksum 237874024f5b: Download complete 954f264158bf: Verifying Checksum 954f264158bf: Download complete 85f6eb6723bd: Verifying Checksum 85f6eb6723bd: Download complete 2882e9da3bb0: Verifying Checksum 2882e9da3bb0: Download complete 4aabbd87a4c4: Verifying Checksum 4aabbd87a4c4: Download complete 76eac5355b1e: Verifying Checksum 76eac5355b1e: Download complete 4f386ee1e947: Verifying Checksum 4f386ee1e947: Download complete 7732af2249d2: Verifying Checksum 7732af2249d2: Download complete 0864fc6233a3: Verifying Checksum 0864fc6233a3: Download complete 74a602ddff51: Verifying Checksum 74a602ddff51: Download complete eff8656d1a08: Download complete 480ead97e7de: Verifying Checksum 480ead97e7de: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 71d9c83b5938: Verifying Checksum 71d9c83b5938: Download complete 46ffbb314b18: Download complete cee0ad8655f3: Download complete d7a6444c98ec: Verifying Checksum d7a6444c98ec: Download complete fb7ac70d48b8: Download complete 9e9d8c0fc63b: Verifying Checksum 9e9d8c0fc63b: Download complete 4fd15bd8b00c: Verifying Checksum 4fd15bd8b00c: Download complete 023a3b8ea315: Pull complete cfb25ffd51ce: Download complete 2684ea5ea2fe: Pull complete 93c319c970b2: Pull complete a1d4a67b1423: Verifying Checksum a1d4a67b1423: Download complete 03f63d243d48: Pull complete b5f05950c5d7: Download complete 237874024f5b: Pull complete ffaeb3c9d76d: Verifying Checksum ffaeb3c9d76d: Download complete 954f264158bf: Pull complete 4c3b6722757e: Verifying Checksum 4c3b6722757e: Download complete 85f6eb6723bd: Pull complete 2882e9da3bb0: Pull complete 4aabbd87a4c4: Pull complete 4f386ee1e947: Pull complete 76eac5355b1e: Pull complete 7732af2249d2: Pull complete 0864fc6233a3: Pull complete 74a602ddff51: Pull complete eff8656d1a08: Pull complete 480ead97e7de: Pull complete 71d9c83b5938: Pull complete 4f4fb700ef54: Pull complete 46ffbb314b18: Pull complete 9ad678cce639: Pull complete cee0ad8655f3: Pull complete d7a6444c98ec: Pull complete fb7ac70d48b8: Pull complete 9e9d8c0fc63b: Pull complete 4fd15bd8b00c: Pull complete cfb25ffd51ce: Pull complete a1d4a67b1423: Pull complete b5f05950c5d7: Pull complete ffaeb3c9d76d: Pull complete 4c3b6722757e: Pull complete c3e40142c411: Verifying Checksum c3e40142c411: Download complete 05a50efaf303: Verifying Checksum 05a50efaf303: Download complete 6b01dec062a8: Verifying Checksum 6b01dec062a8: Download complete 9fd1e9989233: Verifying Checksum 9fd1e9989233: Download complete 433ff276b12f: Verifying Checksum 433ff276b12f: Download complete efd9b50fadc4: Download complete d1391430121a: Verifying Checksum d1391430121a: Download complete f656d97c5aae: Verifying Checksum f656d97c5aae: Download complete 7f8475cb6605: Verifying Checksum 7f8475cb6605: Download complete 0f58a95c7a9b: Verifying Checksum 0f58a95c7a9b: Download complete 0f58a95c7a9b: Pull complete c3e40142c411: Pull complete 7f8475cb6605: Pull complete 05a50efaf303: Pull complete 6b01dec062a8: Pull complete 9fd1e9989233: Pull complete 433ff276b12f: Pull complete efd9b50fadc4: Pull complete d1391430121a: Pull complete f656d97c5aae: Pull complete Digest: sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee Status: Downloaded newer image for ocaml/opam@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee 2026-04-12 11:54.24 ---> using "877ed5cf0a98c815bb2e7ba009eecea1fd1a0ff506ee70a6bbbdb6e441d64adc" from cache /: (comment debian-13-4.14_arm32_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (shell /usr/bin/linux32 /bin/sh -c) /: (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-12 11:54.24 ---> using "80364e7ea3205efd59b6cbc366965d6fdeadf26970763d3042667a502d2bbf01" 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-04-12 11:54.24 ---> using "52062abc9754f2f7adbcdae53513e4f1235a1be0e687b9206e441a5dd0e48602" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-107-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-04-12 11:54.24 ---> using "fa12169a33bbc70a6fa9176fcc7359a2140c5372c9c0bec86cfe85c767ebe583" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-12 11:54.24 ---> using "714c205c6aa9a3a01f77892c73cd70f2e82e79a2d5dd8150eb0263fd0a8a8c7f" 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_HEAD ffb54b9bdd..67472cd542 master -> origin/master d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1 <><> 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.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-12 11:54.24 ---> using "f157fc357df2b8e0cb7b460e279162a775424d0c0ad911c9895a82f5aec92f7a" from cache /src: (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-dev.opam) (dst ./)) 2026-04-12 11:54.24 ---> saved as "db5c6fccf40e34dd0f686433f8e0540f5fcffa7f24c6c879ecb6880c4fbe0273" /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-12 11:54.31 ---> saved as "90bee5fc82a5201b3b57a106fe89b077b5f505914bee736fd1a5893f6b642faf" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-12 11:54.31 ---> saved as "bf3927b58ba3c848c6e3068ca05fcad63314e2dda6af6d11d4580376e47fd2e1" /src: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 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" - 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 armhf Packages [9237 kB] - Get:5 http://deb.debian.org/debian-security trixie-security/main armhf Packages [117 kB] - Fetched 9585 kB in 2s (6159 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-04-12 11:54.42 ---> saved as "ea53fba075998857e5696e4675fa16eded8f0f418bc9c7af7688e2c407650505" /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.22.1 - install dune-configurator 3.22.1 - 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 dune.3.22.1, dune-configurator.3.22.1 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> installed dune.3.22.1 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed ocaml-compiler-libs.v0.12.4 -> installed re.1.14.0 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed dune-configurator.3.22.1 -> 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-04-12 11:56.01 ---> saved as "f3f6993e18a91a9d9da79a3e710f8fc9e6b2e85e3fa3214eb13bc8c29d0fe88e" /src: (copy (src .) (dst /src)) 2026-04-12 11:56.01 ---> saved as "5d35fb8f42546eb7d79467637e60260ebd625dd64679b931f9cc8481f9752146" /src: (run (shell "opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build")) 2026-04-12 11:56.07 ---> saved as "e323dcaa336f42b88fef23c19bfe330b8c968eb3d702b9ebcb005879939ced65" Job succeeded 2026-04-12 11:56.07: Job succeeded