2026-01-17 13:35.11: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/main (f1cce75361b11a88f82d7aa009489999adb4a46f) (linux-x86_64:debian-12-4.14_opam-2.5)Base: ocaml/opam:debian-12-ocaml-4.14@sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8feOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "main" && cd "dunolint" && git reset --hard f1cce753cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.14@sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8fe# debian-12-4.14_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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.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 $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-01-17 13:35.11: Using cache hint "mbarbin/dunolint-ocaml/opam:debian-12-ocaml-4.14@sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8fe-debian-12-4.14_opam-2.5-b197a0bec13f87d2e6b6c3cf0602f2d2"2026-01-17 13:35.11: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.14@sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8fe)(comment debian-12-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-17 13:35.11: Waiting for resource in pool OCluster2026-01-17 13:35.11: Waiting for worker…2026-01-17 13:35.11: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at f1cce75 Upgrade crs-actions to v1.0.0-alpha.9(from ocaml/opam:debian-12-ocaml-4.14@sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8fe)Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8fe' locallydocker.io/ocaml/opam@sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8fe: Pulling from ocaml/opamc8443a297fa4: Pulling fs layer3117594fcbaa: Pulling fs layerc8443a297fa4: Waiting85ca0e82a234: Pulling fs layer3117594fcbaa: Waiting1c1f02d52226: Pulling fs layer85ca0e82a234: Waitingfe9d3c2e10e2: Pulling fs layer1c1f02d52226: Waiting2217026faa73: Pulling fs layerfe9d3c2e10e2: Waiting1fef585d5a09: Pulling fs layer2217026faa73: Waiting1fef585d5a09: Waiting0d0070c18c6d: Pulling fs layerc51172af0160: Pulling fs layer0d0070c18c6d: Waitingdf8875cc93ac: Pulling fs layerc51172af0160: Waiting67847aef0407: Pulling fs layerdf8875cc93ac: Waiting36beb7078293: Pulling fs layer67847aef0407: Waiting191136a5f5c0: Pulling fs layer36beb7078293: Waiting714757d72e7f: Pulling fs layer191136a5f5c0: Waiting68234c5c011d: Pulling fs layer714757d72e7f: Waiting8df6961c36fa: Pulling fs layer68234c5c011d: Waitingafa495f7821e: Pulling fs layer8df6961c36fa: Waiting5f9643dc0d5e: Pulling fs layerafa495f7821e: Waitingc5cd204c27b0: Pulling fs layer5f9643dc0d5e: Waiting7a188148750f: Pulling fs layerc5cd204c27b0: Waiting0c4a275107e2: Pulling fs layer7a188148750f: Waiting3ce9f77add31: Pulling fs layer0c4a275107e2: Waiting4f4fb700ef54: Pulling fs layer3ce9f77add31: Waiting9b27f4cec1f5: Pulling fs layer4f4fb700ef54: Waitingf13f8b8a6ebe: Pulling fs layer9b27f4cec1f5: Waiting7347d8d6169e: Pulling fs layerf13f8b8a6ebe: Waitingd0faf52955c3: Pulling fs layer7347d8d6169e: Waitingd0faf52955c3: Waiting02b89d433f3e: Pulling fs layer1f88f6e46b0c: Pulling fs layer02b89d433f3e: Waiting345b324af9bd: Pulling fs layer1f88f6e46b0c: Waitinga95711b9c003: Pulling fs layer345b324af9bd: Waitingf874b80e803a: Pulling fs layer82c952ade8b1: Pulling fs layera95711b9c003: Waitingf874b80e803a: Waiting8c8b9ca5e561: Pulling fs layer82c952ade8b1: Waitingb34ef319e463: Pulling fs layer8c8b9ca5e561: Waiting888dc0bf1f1f: Pulling fs layerb34ef319e463: Waiting083ae27b8914: Pulling fs layer888dc0bf1f1f: Waiting529d05c22b93: Pulling fs layer0b92011566a7: Pulling fs layer083ae27b8914: Waiting529d05c22b93: Waiting3e1d10060b32: Pulling fs layer0b92011566a7: Waitingee8d3043c790: Pulling fs layer3e1d10060b32: Waitinge3a60f552012: Pulling fs layer653f55382a5b: Pulling fs layeree8d3043c790: Waitinge3a60f552012: Waiting8d14638d4c9a: Pulling fs layerff60b4d2cd24: Pulling fs layer653f55382a5b: Waiting8d14638d4c9a: Waitingff60b4d2cd24: Waiting3117594fcbaa: Verifying Checksum3117594fcbaa: Download completec8443a297fa4: Verifying Checksumc8443a297fa4: Download completefe9d3c2e10e2: Download complete85ca0e82a234: Verifying Checksum85ca0e82a234: Download complete1c1f02d52226: Verifying Checksum1c1f02d52226: Download complete1fef585d5a09: Verifying Checksum1fef585d5a09: Download complete0d0070c18c6d: Verifying Checksum0d0070c18c6d: Download completec51172af0160: Verifying Checksumc51172af0160: Download completedf8875cc93ac: Verifying Checksumdf8875cc93ac: Download complete67847aef0407: Verifying Checksum67847aef0407: Download complete36beb7078293: Verifying Checksum36beb7078293: Download complete191136a5f5c0: Verifying Checksum191136a5f5c0: Download complete68234c5c011d: Download complete714757d72e7f: Verifying Checksum714757d72e7f: Download completeafa495f7821e: Download complete8df6961c36fa: Verifying Checksum8df6961c36fa: Download completec8443a297fa4: Pull complete3117594fcbaa: Pull complete85ca0e82a234: Pull complete1c1f02d52226: Pull completefe9d3c2e10e2: Pull complete2217026faa73: Verifying Checksum2217026faa73: Download completec5cd204c27b0: Verifying Checksumc5cd204c27b0: Download complete5f9643dc0d5e: Verifying Checksum5f9643dc0d5e: Download complete7a188148750f: Download complete0c4a275107e2: Verifying Checksum0c4a275107e2: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete3ce9f77add31: Verifying Checksum3ce9f77add31: Download completef13f8b8a6ebe: Download complete9b27f4cec1f5: Verifying Checksum9b27f4cec1f5: Download complete7347d8d6169e: Verifying Checksum7347d8d6169e: Download completed0faf52955c3: Download complete1f88f6e46b0c: Download complete02b89d433f3e: Download complete345b324af9bd: Verifying Checksum345b324af9bd: Download completea95711b9c003: Verifying Checksuma95711b9c003: Download completef874b80e803a: Verifying Checksumf874b80e803a: Download complete8c8b9ca5e561: Verifying Checksum8c8b9ca5e561: Download complete82c952ade8b1: Verifying Checksum82c952ade8b1: Download completeb34ef319e463: Verifying Checksumb34ef319e463: Download complete083ae27b8914: Download complete0b92011566a7: Verifying Checksum0b92011566a7: Download complete3e1d10060b32: Download completeee8d3043c790: Verifying Checksumee8d3043c790: Download complete888dc0bf1f1f: Verifying Checksum888dc0bf1f1f: Download complete653f55382a5b: Verifying Checksum653f55382a5b: Download complete8d14638d4c9a: Verifying Checksum8d14638d4c9a: Download completeff60b4d2cd24: Verifying Checksumff60b4d2cd24: Download complete2217026faa73: Pull complete1fef585d5a09: Pull complete0d0070c18c6d: Pull completec51172af0160: Pull completedf8875cc93ac: Pull complete529d05c22b93: Verifying Checksum529d05c22b93: Download complete67847aef0407: Pull completee3a60f552012: Verifying Checksume3a60f552012: Download complete36beb7078293: Pull complete191136a5f5c0: Pull complete714757d72e7f: Pull complete68234c5c011d: Pull complete8df6961c36fa: Pull completeafa495f7821e: Pull complete5f9643dc0d5e: Pull completec5cd204c27b0: Pull complete7a188148750f: Pull complete0c4a275107e2: Pull complete3ce9f77add31: Pull complete4f4fb700ef54: Pull complete9b27f4cec1f5: Pull completef13f8b8a6ebe: Pull complete7347d8d6169e: Pull completed0faf52955c3: Pull complete02b89d433f3e: Pull complete1f88f6e46b0c: Pull complete345b324af9bd: Pull completea95711b9c003: Pull completef874b80e803a: Pull complete82c952ade8b1: Pull complete8c8b9ca5e561: Pull completeb34ef319e463: Pull complete888dc0bf1f1f: Pull complete083ae27b8914: Pull complete529d05c22b93: Pull complete0b92011566a7: Pull complete3e1d10060b32: Pull completeee8d3043c790: Pull completee3a60f552012: Pull complete653f55382a5b: Pull complete8d14638d4c9a: Pull completeff60b4d2cd24: Pull completeDigest: sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8feStatus: Downloaded newer image for ocaml/opam@sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8fe2026-01-17 13:38.09 ---> saved as "ec68c8b6664fb3aba59d0ad783bcdc1eb1d65a5507850508cc1bdde5936f87fd"/: (comment debian-12-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-17 13:38.09 ---> saved as "6904a47df833707962bb1f36157d861a2ead392496ef0d0eb6787eeedecbbedd"/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[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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-17 13:38.34 ---> saved as "c852358e5bf202a887a7bff52fbe86206e84fb8c9381d24636bfecbb2f5a38b8"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.14.22.5.02026-01-17 13:38.34 ---> saved as "e3798ce077c0b3785b77b0e9576de88e82d7972ac1b256e30b4db0081d95f814"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-17 13:38.34 ---> saved as "5aceebb8c1931d493d24a245f4c6006ab690dfb69f3082dd7fbf55b83092d8ff"/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_HEAD235b964523..6bda456f94 master -> origin/master873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0<><> 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.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-17 13:38.49 ---> saved as "7e4d6a064071eea8b0eb60fb25b03dcf9803a57fab4899483e5e2630c2eaef33"/src: (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-dev.opam)(dst ./))2026-01-17 13:38.49 ---> saved as "892fb6b530d264dc8c936e0490e1f73e827d31b3e677e2210dcb414590f8d6d6"/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-17 13:38.55 ---> saved as "03a0292ff64f331f7b663f03463172bf06d42004543be41bdf69c3569d34b759"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-17 13:38.55 ---> saved as "f06900354ccaa2b714a3cf4490ffec5e37538c0b0bca7d2d893e56f958cf5206"/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://deb.debian.org/debian bookworm InRelease [151 kB]- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 kB]- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [291 kB]- Fetched 9337 kB in 3s (2717 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-17 13:39.08 ---> saved as "23d59736488836d82ba819ff7754a55a5e36fe19e452ce0af6a7f19b64cef28b"/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 stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed ocaml-compiler-libs.v0.12.4-> installed re.1.14.0-> installed sexplib0.v0.16.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.0Done.# To update the current shell environment, run: eval $(opam env)2026-01-17 13:40.03 ---> saved as "b470ec2383a054130e7949da3f2ae4528afbaf673932e540a6a3edaa6dd96ab0"/src: (copy (src .) (dst /src))2026-01-17 13:40.04 ---> saved as "ceaa095d6ede53e7c49a6cf6cb5619a4b6ea21a0216b4d7fd3d659ae02995953"/src: (run (shell "opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build"))2026-01-17 13:40.06 ---> saved as "fb5804b82a2ef6fd05a3ccdbd426719e9da0d2de65713d0716e9226764ea6b0d"Job succeeded2026-01-17 13:40.06: Job succeeded