2026-01-17 13:35.10: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/main (f1cce75361b11a88f82d7aa009489999adb4a46f) (linux-x86_64:ubuntu-24.04-4.14_opam-2.5)Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0dOpam 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:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d# ubuntu-24.04-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.10: Using cache hint "mbarbin/dunolint-ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d-ubuntu-24.04-4.14_opam-2.5-b197a0bec13f87d2e6b6c3cf0602f2d2"2026-01-17 13:35.10: Using OBuilder spec:((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d)(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-01-17 13:35.10: 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:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d)Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d' locallydocker.io/ocaml/opam@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d: Pulling from ocaml/opam20043066d3d5: Already exists74a201e1c126: Pulling fs layerd63bb9fbbf86: Pulling fs layer9467c6371b02: Pulling fs layer404716bfcac3: Pulling fs layerfed733e23844: Pulling fs layer707d11c2eefa: Pulling fs layer399e5b85a0fc: Pulling fs layerd0bd8a3f061c: Pulling fs layer404716bfcac3: Waitingfed733e23844: Waitinga49e067103b6: Pulling fs layer399e5b85a0fc: Waitingd0bd8a3f061c: Waiting564fcb11fd5c: Pulling fs layerb54d000bca39: Pulling fs layera49e067103b6: Waiting1022f2c60c0e: Pulling fs layer564fcb11fd5c: Waitingb54d000bca39: Waitingd0473c037ed5: Pulling fs layer1022f2c60c0e: Waitingb4b0a2839de5: Pulling fs layerd0473c037ed5: Waitingf95ab9582825: Pulling fs layerb4b0a2839de5: Waiting20d40f2e0f67: Pulling fs layerf95ab9582825: Waiting20d40f2e0f67: Waiting7e5f024df647: Pulling fs layerd39cb8682827: Pulling fs layer7e5f024df647: Waiting72072a576a9f: Pulling fs layer7b230cb3ef48: Pulling fs layerd39cb8682827: Waiting4f4fb700ef54: Pulling fs layer7b230cb3ef48: Waiting23c320078945: Pulling fs layer8f7a7c3573c5: Pulling fs layer23c320078945: Waiting1564848c4b7b: Pulling fs layer4f4fb700ef54: Waiting8f7a7c3573c5: Waitingcc7ba7d9e277: Pulling fs layer1564848c4b7b: Waiting14120930af46: Pulling fs layercc7ba7d9e277: Waitingbaa80d4afe8f: Pulling fs layer14120930af46: Waiting68007a21c1c4: Pulling fs layerbaa80d4afe8f: Waitingd2df30cde401: Pulling fs layerf21ee1a89225: Pulling fs layer68007a21c1c4: Waitingd2df30cde401: Waitingfde2d5a241cf: Pulling fs layerf21ee1a89225: Waiting6d474fa3c976: Pulling fs layerfde2d5a241cf: Waitinga45b9e268599: Pulling fs layerfb9fa892ed79: Pulling fs layerba013a08453d: Pulling fs layer6d474fa3c976: Waitinga45b9e268599: Waitingfb9fa892ed79: Waiting9be3559c7d84: Pulling fs layerba013a08453d: Waiting57e25f9db71c: Pulling fs layerade4c34ce8e6: Pulling fs layer9be3559c7d84: Waiting57e25f9db71c: Waiting7ad8fb0274dc: Pulling fs layerade4c34ce8e6: Waiting9938feee8fe6: Pulling fs layer8e8b4e5d5c39: Pulling fs layer7ad8fb0274dc: Waitingf4499fee2455: Pulling fs layer9938feee8fe6: Waitingb28e8701a421: Pulling fs layerf4499fee2455: Waitingb28e8701a421: Waiting74a201e1c126: Download completed63bb9fbbf86: Verifying Checksumd63bb9fbbf86: Download complete74a201e1c126: Pull completed63bb9fbbf86: Pull complete404716bfcac3: Verifying Checksum404716bfcac3: Download complete9467c6371b02: Verifying Checksum9467c6371b02: Download complete707d11c2eefa: Verifying Checksum707d11c2eefa: Download complete399e5b85a0fc: Verifying Checksum399e5b85a0fc: Download completea49e067103b6: Verifying Checksuma49e067103b6: Download completed0bd8a3f061c: Verifying Checksumd0bd8a3f061c: Download complete564fcb11fd5c: Verifying Checksum564fcb11fd5c: Download completefed733e23844: Verifying Checksumfed733e23844: Download completeb54d000bca39: Verifying Checksumb54d000bca39: Download complete9467c6371b02: Pull completed0473c037ed5: Verifying Checksumd0473c037ed5: Download complete404716bfcac3: Pull completeb4b0a2839de5: Download complete1022f2c60c0e: Verifying Checksum1022f2c60c0e: Download completef95ab9582825: Verifying Checksumf95ab9582825: Download complete20d40f2e0f67: Verifying Checksum20d40f2e0f67: Download complete7e5f024df647: Verifying Checksum7e5f024df647: Download completed39cb8682827: Verifying Checksumd39cb8682827: Download complete72072a576a9f: Verifying Checksum72072a576a9f: Download complete7b230cb3ef48: Verifying Checksum7b230cb3ef48: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete8f7a7c3573c5: Verifying Checksum8f7a7c3573c5: Download complete1564848c4b7b: Verifying Checksum1564848c4b7b: Download complete23c320078945: Verifying Checksum23c320078945: Download completecc7ba7d9e277: Verifying Checksumcc7ba7d9e277: Download complete14120930af46: Download completebaa80d4afe8f: Verifying Checksumbaa80d4afe8f: Download completed2df30cde401: Verifying Checksumd2df30cde401: Download completefde2d5a241cf: Download completef21ee1a89225: Verifying Checksumf21ee1a89225: Download complete6d474fa3c976: Verifying Checksum6d474fa3c976: Download completea45b9e268599: Download completeba013a08453d: Download complete68007a21c1c4: Verifying Checksum68007a21c1c4: Download complete57e25f9db71c: Verifying Checksum57e25f9db71c: Download completeade4c34ce8e6: Download complete7ad8fb0274dc: Verifying Checksum7ad8fb0274dc: Download complete9be3559c7d84: Verifying Checksum9be3559c7d84: Download complete8e8b4e5d5c39: Verifying Checksum8e8b4e5d5c39: Download completef4499fee2455: Verifying Checksumf4499fee2455: Download completeb28e8701a421: Verifying Checksumb28e8701a421: Download completefed733e23844: Pull complete707d11c2eefa: Pull complete9938feee8fe6: Verifying Checksum9938feee8fe6: Download complete399e5b85a0fc: Pull completed0bd8a3f061c: Pull completea49e067103b6: Pull complete564fcb11fd5c: Pull completeb54d000bca39: Pull complete1022f2c60c0e: Pull completed0473c037ed5: Pull completeb4b0a2839de5: Pull completef95ab9582825: Pull complete20d40f2e0f67: Pull completefb9fa892ed79: Verifying Checksumfb9fa892ed79: Download complete7e5f024df647: Pull completed39cb8682827: Pull complete72072a576a9f: Pull complete7b230cb3ef48: Pull complete4f4fb700ef54: Pull complete23c320078945: Pull complete8f7a7c3573c5: Pull complete1564848c4b7b: Pull completecc7ba7d9e277: Pull complete14120930af46: Pull completebaa80d4afe8f: Pull complete68007a21c1c4: Pull completed2df30cde401: Pull completef21ee1a89225: Pull completefde2d5a241cf: Pull complete6d474fa3c976: Pull completea45b9e268599: Pull completefb9fa892ed79: Pull completeba013a08453d: Pull complete9be3559c7d84: Pull complete57e25f9db71c: Pull completeade4c34ce8e6: Pull complete7ad8fb0274dc: Pull complete9938feee8fe6: Pull complete8e8b4e5d5c39: Pull completef4499fee2455: Pull completeb28e8701a421: Pull completeDigest: sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0dStatus: Downloaded newer image for ocaml/opam@sha256:0acc50675a0605f7ee55b7f8d24695d91093a2873644ca50c93aa04d51508d0d2026-01-17 13:37.44 ---> saved as "8e09f142ca4c8b9565a6c3a204c9c7517ea1af6e151cb81a7b7a04b2b0967b6a"/: (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-01-17 13:37.44 ---> saved as "f325c0c2183638b636db8a2f91be5e39de6f57e84d62e0ce8dc9a6251900cc44"/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.11 ---> saved as "df24b76d0250e0ea71ceefb6d8f72a47d0814044fd65d400c9e0d48210be8513"/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.12 ---> saved as "780cd0436a1463041a6e02c287c8134bac0bb8a0263f925bee9e6eed14cef8fc"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-17 13:38.12 ---> saved as "cee6b822f8c3b2846ee95a2109a23189a410379c16461e164d03506cd1852976"/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.28 ---> saved as "ff10ecb93c652de8e72d8afebbc6323054adfc57283296e86f9137eb06ecdf04"/src: (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-dev.opam)(dst ./))2026-01-17 13:38.28 ---> saved as "73175f02241ae6c390150f89140a4ce9e0cb2cbc7a8c00f7172b7cdc5bc03892"/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.38 ---> saved as "07de34fa302b5bfa5e2fd4debe747b6df0d8361fa5dd20274acd385d966e1a6a"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-17 13:38.38 ---> saved as "1297c22ec9fd35f869a24bc0f9b8d59839cec9ac9a68862e75fecca4d595b9ec"/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 noble InRelease- Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]- Get:3 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]- Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]- Get:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2142 kB]- Get:6 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1959 kB]- Get:7 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1191 kB]- Get:8 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3077 kB]- Get:9 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [2919 kB]- Get:10 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1769 kB]- Fetched 13.4 MB in 1s (13.2 MB/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:38.49 ---> saved as "045403da346b6ed5ecb384fab36dca70e1bea5b40afaac1905050cc1da32acb2"/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 re.1.14.0-> installed sexplib0.v0.16.0-> installed stdlib-shims.0.3.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:39.43 ---> saved as "8cfeefc9c16ad4ce3241ff8616fc83185410510a2d354aae5e1652283091f072"/src: (copy (src .) (dst /src))2026-01-17 13:39.43 ---> saved as "dba7f8363d63218203e9ef6ad04287b33dc3fcc14ba66a90840717a94c784bce"/src: (run (shell "opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build"))2026-01-17 13:39.46 ---> saved as "38cc2f3a230e7a2d3de6d39c7ce7f9bac7320546982a31b448a538b8db3c18f7"Job succeeded2026-01-17 13:39.46: Job succeeded