2026-02-24 07:27.44: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/myers-diff (58f9d4ff1913e652fc2e38805abe9281d4922c79) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "myers-diff" && cd "dunolint" && git reset --hard 58f9d4ffcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633# debian-13-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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.0 base-bigarray.base base-threads.base base-unix.base conf-bash.1 dune.3.17.2 dune-configurator.2.5.1 dune-private-libs.2.5.1 jbuilder.1.0+beta20.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ppx_compare.v0.16.0 ppx_derivers.1.0 ppx_enumerate.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.8.0 seq.0.3 sexplib0.v0.16.0 stdlib-shims.0.1.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-02-24 07:27.44: Using cache hint "mbarbin/dunolint-ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633-debian-13-4.14_opam-2.5-9adc94fdeda1be063fd1225cb87b61ec"2026-02-24 07:27.44: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633)(comment debian-13-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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.0 base-bigarray.base base-threads.base base-unix.base conf-bash.1 dune.3.17.2 dune-configurator.2.5.1 dune-private-libs.2.5.1 jbuilder.1.0+beta20.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ppx_compare.v0.16.0 ppx_derivers.1.0 ppx_enumerate.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.8.0 seq.0.3 sexplib0.v0.16.0 stdlib-shims.0.1.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-24 07:27.44: Waiting for resource in pool OCluster2026-02-24 07:27.44: Waiting for worker…2026-02-24 07:27.53: Got resource from pool OClusterBuilding on toxis.caelum.ci.devHEAD is now at 9da5f43 Update ocaml version in CIHEAD is now at 58f9d4f Migrate use of Expect test patdiff to Myers(from ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633' locallydocker.io/ocaml/opam@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633: Pulling from ocaml/opamef235bf1a09a: Already exists58b06b604a42: Already existsb55f23c32d5a: Already existsaa415425edb7: Already existsc4f39ed7469c: Already existsca248a2fdd5e: Already exists74109c509b2f: Already exists18c2fa2271cb: Already exists37d4d41661a2: Already exists0b2f35f78814: Already existse65f29522a9a: Already exists603a51b67573: Already exists89b2faa02f16: Already existse5f11471afd4: Already existsd7b0e5daa224: Already exists7bec4d50f3b2: Already existsd3a70ed71f1c: Already exists90de03d9b27a: Already existsa28f685cf2db: Already exists5bb5e02041c7: Already exists74f9af816199: Already exists74c2f6cb4138: Already exists4f4fb700ef54: Already exists5ce9bdcb2952: Already existsbf18c14e9b34: Already existsbb4b67501479: Already exists89e7ed0468f5: Already exists640077527026: Already exists363b481ff012: Already exists437bd8bc3ce9: Already exists2bcf3429833a: Already exists3e5fe21454e9: Already existsf3afb11ae499: Already existsc3a5b88f5e5f: Already exists124a1dc355b1: Already exists0a9982d37abd: Already exists9b8b724665ed: Already existsf81507befe71: Already exists7984e4546bf9: Already exists3579b890ab6e: Already existse83772930ba8: Already exists01bb609bb248: Pulling fs layer7597cc56d4df: Pulling fs layer9dbeadd31c61: Pulling fs layerf436be41184a: Pulling fs layerf436be41184a: Waiting7597cc56d4df: Verifying Checksum7597cc56d4df: Download complete9dbeadd31c61: Verifying Checksum9dbeadd31c61: Download completef436be41184a: Verifying Checksumf436be41184a: Download complete01bb609bb248: Verifying Checksum01bb609bb248: Download complete01bb609bb248: Pull complete7597cc56d4df: Pull complete9dbeadd31c61: Pull completef436be41184a: Pull completeDigest: sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633Status: Downloaded newer image for ocaml/opam@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b8116332026-02-24 07:27.59 ---> using "d6079ab6cce1b58b34ac9b5ed11aa86b7980ab728c75f5a6ba9271e98dc1ac1c" from cache/: (comment debian-13-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-24 07:27.59 ---> using "79daebcbc5520475ef698774e191c2a976dee11cab06586599f03b4faa88b4c1" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-02-24 07:27.59 ---> using "6734ef203e8f94c3ede62661c6e533fbb1535b4bc07d5d9fe6b8569888ce349b" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.14.22.5.02026-02-24 07:27.59 ---> using "b7ba28dbe9695a097e10b97905022268a49d0b8258c7f907e34f92cb165b8c35" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-24 07:27.59 ---> using "ddbc61ab1d56844dc9a98d35bc99291d379fecdaddc6324eb024a9b4c538c925" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> 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-02-24 07:27.59 ---> using "7f34e4e8689439cdfd18dae3b98a4e8c485daf6bffca720f7db6e88cd6e6af9c" from cache/src: (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-dev.opam)(dst ./))2026-02-24 07:28.00 ---> saved as "ccae1d7d4861becd5c0daa34a5a8481adbdf9d29ac6cd5ef7cd10dce1611fdc8"/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-24 07:28.19 ---> saved as "0d687c102fa5ea277d396c525ce220fa2958f8872a69337e172e85ef3c951ca7"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-24 07:28.19 ---> saved as "6d0957f9695b3fb5ff80572ff95d9cef7849ca13aebe9cb99239364ab588191c"/src: (env DEPS "base.v0.16.0 base-bigarray.base base-threads.base base-unix.base conf-bash.1 dune.3.17.2 dune-configurator.2.5.1 dune-private-libs.2.5.1 jbuilder.1.0+beta20.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ppx_compare.v0.16.0 ppx_derivers.1.0 ppx_enumerate.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.8.0 seq.0.3 sexplib0.v0.16.0 stdlib-shims.0.1.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://deb.debian.org/debian trixie InRelease- 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-security trixie-security/main amd64 Packages [112 kB]- Fetched 203 kB in 0s (946 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-24 07:28.42 ---> saved as "9cb1ac4a8bb1486eebe01049e75f090505f666154f06dd14de5ead99e688dd52"/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 16 packages- install base v0.16.0- install conf-bash 1- install dune 3.17.2- install dune-configurator 2.5.1- install dune-private-libs 2.5.1- install jbuilder 1.0+beta20.1 (deprecated)- install ocaml-compiler-libs v0.11.0- install ppx_compare v0.16.0- install ppx_derivers 1.0- install ppx_enumerate v0.16.0- install ppx_sexp_conv v0.16.0- install ppxlib 0.35.0- install re 1.8.0- install seq 0.3- install sexplib0 v0.16.0- install stdlib-shims 0.1.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base.v0.16.0 (cached)-> retrieved dune-configurator.2.5.1, dune-private-libs.2.5.1 (cached)-> retrieved dune.3.17.2 (cached)-> installed conf-bash.1-> retrieved jbuilder.1.0+beta20.1 (cached)-> retrieved ocaml-compiler-libs.v0.11.0 (cached)-> retrieved ppx_compare.v0.16.0 (cached)-> retrieved ppx_derivers.1.0 (cached)-> retrieved ppx_enumerate.v0.16.0 (cached)-> retrieved ppx_sexp_conv.v0.16.0 (cached)-> retrieved seq.0.3 (cached)-> retrieved re.1.8.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.1.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> installed jbuilder.1.0+beta20.1-> installed ppx_derivers.1.0-> installed ocaml-compiler-libs.v0.11.0-> installed dune.3.17.2-> installed seq.0.3-> installed stdlib-shims.0.1.0-> installed sexplib0.v0.16.0-> installed re.1.8.0-> installed dune-private-libs.2.5.1-> installed dune-configurator.2.5.1-> installed base.v0.16.0-> installed ppxlib.0.35.0-> installed ppx_enumerate.v0.16.0-> installed ppx_compare.v0.16.0-> installed ppx_sexp_conv.v0.16.0Done.<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>=> Note: This package is deprecated.# To update the current shell environment, run: eval $(opam env)2026-02-24 07:31.09 ---> saved as "338cec4aa50ea43f507d64f188d0faeb9e3e8f61c20e1633581614a794ee66bf"/src: (copy (src .) (dst /src))2026-02-24 07:31.12 ---> saved as "1bfeb56514c52bd62f10a66ca4da69309df8acad8427a5e5bd2e8f56dcf0619d"/src: (run (shell "opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build"))2026-02-24 07:31.20 ---> saved as "eeb9d32052b1f42a6d457742c1e68a3423e425d68c5876280721e14d473db348"Job succeeded2026-02-24 07:31.20: Job succeeded