2026-02-03 16:30.39: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/main (57aa668c8ad4f579c3e72ce2d8d6aef456fb304e) (linux-x86_64:ubuntu-24.04-4.14_opam-2.5) Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8 Opam project build To reproduce locally: git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "main" && cd "dunolint" && git reset --hard 57aa668c cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8 # ubuntu-24.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-02-03 16:30.39: Using cache hint "mbarbin/dunolint-ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8-ubuntu-24.04-4.14_opam-2.5-b197a0bec13f87d2e6b6c3cf0602f2d2" 2026-02-03 16:30.39: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8) (comment ubuntu-24.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-02-03 16:30.39: Waiting for resource in pool OCluster 2026-02-03 16:30.39: Waiting for worker… 2026-02-03 16:37.38: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at 57aa668 Add spell entries (from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8) Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8' locally docker.io/ocaml/opam@sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8: Pulling from ocaml/opam a3629ac5b9f4: Pulling fs layer 1df74ae2bf3e: Pulling fs layer 2563f25c1178: Pulling fs layer f5fc2898bd97: Pulling fs layer 07bec2374ef4: Pulling fs layer 182b6598c3cc: Pulling fs layer 8c2da7c8c95f: Pulling fs layer 20cf8da7cf35: Pulling fs layer 7610f2cf1786: Pulling fs layer 7399021ff14f: Pulling fs layer 9456e89e55d4: Pulling fs layer e5df944e4bd8: Pulling fs layer 2333fbde88eb: Pulling fs layer 13a073e08a30: Pulling fs layer ec62492105dc: Pulling fs layer f036ba372f52: Pulling fs layer 1df74ae2bf3e: Waiting 3682b95f48a4: Pulling fs layer 32baad6bd40c: Pulling fs layer 55ea33603a54: Pulling fs layer 01e4c8c454ad: Pulling fs layer 49e757bc4eaa: Pulling fs layer 4f4fb700ef54: Pulling fs layer 2563f25c1178: Waiting 9ca2cd4333a3: Pulling fs layer f5fc2898bd97: Waiting 07bec2374ef4: Waiting 24fda3688513: Pulling fs layer 79b4050536fd: Pulling fs layer 182b6598c3cc: Waiting a301a466fc25: Pulling fs layer 8c2da7c8c95f: Waiting c92e4a5fb48f: Pulling fs layer c232f3271d8c: Pulling fs layer 2333fbde88eb: Waiting 20cf8da7cf35: Waiting 38ee7210bcfc: Pulling fs layer 8aa9bd545ce6: Pulling fs layer 13a073e08a30: Waiting 7610f2cf1786: Waiting ec62492105dc: Waiting 7399021ff14f: Waiting 894091e858fb: Pulling fs layer 9456e89e55d4: Waiting e5df944e4bd8: Waiting 77f8f8d20b66: Pulling fs layer 32baad6bd40c: Waiting 9dba2465b196: Pulling fs layer 9e601e55f327: Pulling fs layer 55ea33603a54: Waiting f35ddc136152: Pulling fs layer 9ae0bef3d320: Pulling fs layer 01e4c8c454ad: Waiting cea410b8abb3: Pulling fs layer 08accec35800: Pulling fs layer 17947165f33a: Pulling fs layer 9811f6717868: Pulling fs layer 785aa6530c08: Pulling fs layer e5ae7628bb7b: Pulling fs layer 4c8749b32c0c: Pulling fs layer ed12334bba7e: Pulling fs layer f036ba372f52: Waiting 24fda3688513: Waiting 3682b95f48a4: Waiting 79b4050536fd: Waiting 4f4fb700ef54: Waiting a301a466fc25: Waiting 9ae0bef3d320: Waiting c92e4a5fb48f: Waiting cea410b8abb3: Waiting 08accec35800: Waiting c232f3271d8c: Waiting 17947165f33a: Waiting 9811f6717868: Waiting 38ee7210bcfc: Waiting 785aa6530c08: Waiting e5ae7628bb7b: Waiting 8aa9bd545ce6: Waiting 4c8749b32c0c: Waiting 9e601e55f327: Waiting ed12334bba7e: Waiting 9dba2465b196: Waiting 894091e858fb: Waiting 9ca2cd4333a3: Waiting 77f8f8d20b66: Waiting f35ddc136152: Waiting 49e757bc4eaa: Waiting 1df74ae2bf3e: Download complete 2563f25c1178: Verifying Checksum 2563f25c1178: Download complete f5fc2898bd97: Verifying Checksum f5fc2898bd97: Download complete 07bec2374ef4: Verifying Checksum 07bec2374ef4: Download complete a3629ac5b9f4: Verifying Checksum a3629ac5b9f4: Download complete 8c2da7c8c95f: Verifying Checksum 8c2da7c8c95f: Download complete a3629ac5b9f4: Pull complete 1df74ae2bf3e: Pull complete 2563f25c1178: Pull complete 182b6598c3cc: Verifying Checksum 182b6598c3cc: Download complete 20cf8da7cf35: Verifying Checksum 20cf8da7cf35: Download complete 7610f2cf1786: Download complete f5fc2898bd97: Pull complete 07bec2374ef4: Pull complete 7399021ff14f: Verifying Checksum 7399021ff14f: Download complete 9456e89e55d4: Verifying Checksum 9456e89e55d4: Download complete 2333fbde88eb: Verifying Checksum 2333fbde88eb: Download complete e5df944e4bd8: Download complete 13a073e08a30: Verifying Checksum 13a073e08a30: Download complete ec62492105dc: Verifying Checksum ec62492105dc: Download complete f036ba372f52: Download complete 3682b95f48a4: Verifying Checksum 3682b95f48a4: Download complete 32baad6bd40c: Download complete 55ea33603a54: Download complete 01e4c8c454ad: Verifying Checksum 01e4c8c454ad: Download complete 49e757bc4eaa: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 9ca2cd4333a3: Download complete 79b4050536fd: Download complete 24fda3688513: Verifying Checksum 24fda3688513: Download complete a301a466fc25: Download complete c92e4a5fb48f: Verifying Checksum c92e4a5fb48f: Download complete c232f3271d8c: Verifying Checksum c232f3271d8c: Download complete 38ee7210bcfc: Verifying Checksum 38ee7210bcfc: Download complete 8aa9bd545ce6: Download complete 894091e858fb: Download complete 77f8f8d20b66: Verifying Checksum 77f8f8d20b66: Download complete 9dba2465b196: Verifying Checksum 9dba2465b196: Download complete 9e601e55f327: Verifying Checksum 9e601e55f327: Download complete 9ae0bef3d320: Verifying Checksum 9ae0bef3d320: Download complete 08accec35800: Verifying Checksum 08accec35800: Download complete 17947165f33a: Verifying Checksum 17947165f33a: Download complete 9811f6717868: Verifying Checksum 9811f6717868: Download complete 182b6598c3cc: Pull complete 8c2da7c8c95f: Pull complete 785aa6530c08: Verifying Checksum 785aa6530c08: Download complete 20cf8da7cf35: Pull complete e5ae7628bb7b: Verifying Checksum e5ae7628bb7b: Download complete 7610f2cf1786: Pull complete 4c8749b32c0c: Download complete ed12334bba7e: Verifying Checksum ed12334bba7e: Download complete 7399021ff14f: Pull complete 9456e89e55d4: Pull complete e5df944e4bd8: Pull complete f35ddc136152: Verifying Checksum f35ddc136152: Download complete 2333fbde88eb: Pull complete 13a073e08a30: Pull complete ec62492105dc: Pull complete f036ba372f52: Pull complete 3682b95f48a4: Pull complete 32baad6bd40c: Pull complete 55ea33603a54: Pull complete 01e4c8c454ad: Pull complete 49e757bc4eaa: Pull complete 4f4fb700ef54: Pull complete 9ca2cd4333a3: Pull complete 24fda3688513: Pull complete 79b4050536fd: Pull complete a301a466fc25: Pull complete c92e4a5fb48f: Pull complete c232f3271d8c: Pull complete 38ee7210bcfc: Pull complete 8aa9bd545ce6: Pull complete 894091e858fb: Pull complete 77f8f8d20b66: Pull complete 9dba2465b196: Pull complete 9e601e55f327: Pull complete cea410b8abb3: Verifying Checksum cea410b8abb3: Download complete f35ddc136152: Pull complete 9ae0bef3d320: Pull complete cea410b8abb3: Pull complete 08accec35800: Pull complete 17947165f33a: Pull complete 9811f6717868: Pull complete 785aa6530c08: Pull complete e5ae7628bb7b: Pull complete 4c8749b32c0c: Pull complete ed12334bba7e: Pull complete Digest: sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8 Status: Downloaded newer image for ocaml/opam@sha256:458f06d1dec2c657e98484451140d4129abb934ad590479ec7b4b4a7bc60b6b8 2026-02-03 16:41.15 ---> saved as "ef22c250542bfdbbae9cc5c0c5dceee33d5c6eaa63ef93c0e62d649e6d282495" /: (comment ubuntu-24.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-02-03 16:41.15 ---> saved as "94b306c568a54449b56cd89b8114cf21f76fb95cb9cfc62d690b44d2a92b39ef" /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. Continue? [Y/n] y 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. [NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-02-03 16:42.05 ---> saved as "088b1f75292e92f2b7147a2fa802470c80442d5e490e50c28b1c075db81389dc" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-02-03 16:42.05 ---> saved as "af2883df424175f72b177cf06b16a804446bf9b6937bbb12fa369d98450581a6" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-02-03 16:42.06 ---> saved as "935ff14fa4d7e36e3a0cf92fc51faeea8b126c3b41508e6fa2843d0e16584ece" /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")) 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-02-03 16:42.34 ---> saved as "fdc82b42706e1d2db04fd524f1ac6118ab6649fe2aaea3f0f2563aecd8349194" /src: (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-dev.opam) (dst ./)) 2026-02-03 16:42.35 ---> saved as "370ac544a2c25bf4e71d55a9eae54e5401940d44180de9a4100862f8806b60ed" /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-02-03 16:42.57 ---> saved as "e04786c3d0ff0bd06dad11329b42eae3c76ddc89ced1d988a21e3b637f727d29" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-02-03 16:43.00 ---> saved as "6f42a69925e8c5194e8198b3d8a37c396bb78141fa22808f2f7037947c08a595" /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" - Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] - Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease - Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] - Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] - Get:5 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1777 kB] - Get:6 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3233 kB] - Get:7 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [3008 kB] - Get:8 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [34.8 kB] - Get:9 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1199 kB] - Get:10 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2178 kB] - Get:11 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [38.1 kB] - Get:12 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1978 kB] - Fetched 13.8 MB in 3s (5384 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-02-03 16:43.31 ---> saved as "b21fbd1153c5f708e7ed071cd05528961226a131c6926a49db07bf39c41b0181" /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 ocaml-compiler-libs.v0.12.4 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed re.1.14.0 -> 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-02-03 16:45.36 ---> saved as "e9abdacc357fd431d38eb81199360c2d8fa72b1138236fcddfae0fd17b6aa4da" /src: (copy (src .) (dst /src)) 2026-02-03 16:45.37 ---> saved as "678439b2366949aec25755c7991a96d3f9764f011871a197dcc04d8736cff2d0" /src: (run (shell "opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build")) 2026-02-03 16:45.40 ---> saved as "fd1cc20b7399c6eaadbd3fcf97a3cb1a20ff017c86534cfa910cb5d096c6e417" Job succeeded 2026-02-03 16:45.40: Job succeeded