2026-03-17 10:19.59: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/main (e5517fc36c9476badc3cfbadf164342d4916a00f) (linux-x86_64:debian-12-4.14_opam-2.5)Base: ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4dbOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "main" && cd "dunolint" && git reset --hard e5517fc3cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db# 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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && 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.1 dune-configurator.3.21.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 $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-03-17 10:19.59: Using cache hint "mbarbin/dunolint-ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db-debian-12-4.14_opam-2.5-1d841e8b555a541c5012c419450c37c9"2026-03-17 10:19.59: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db)(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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && 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.21.1 dune-configurator.3.21.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-03-17 10:19.59: Waiting for resource in pool OCluster2026-03-17 10:19.59: Waiting for worker…2026-03-17 10:20.57: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at e5517fc Improve headache script (better compositionality)(from ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db)Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db' locallydocker.io/ocaml/opam@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db: Pulling from ocaml/opam6bc9f599b3ef: Pulling fs layerd58ede61f1ea: Pulling fs layer59fd7d32ea8a: Pulling fs layer60d26dc9eed4: Pulling fs layer98f543d3d01d: Pulling fs layer161a462e0ee3: Pulling fs layerd63b9e393571: Pulling fs layer5035b470c5fd: Pulling fs layerc044051f86f0: Pulling fs layere46db7eb399e: Pulling fs layer3e83b7b7fc77: Pulling fs layer03ea2e79c43c: Pulling fs layer8d2b9b45eead: Pulling fs layer98f543d3d01d: Waitinga3c20940c5b9: Pulling fs layerbbffc2740725: Pulling fs layer5f27f2e5115b: Pulling fs layer161a462e0ee3: Waitingaa26a691a008: Pulling fs layerd63b9e393571: Waiting5035b470c5fd: Waitingbd1d45f5a000: Pulling fs layerc044051f86f0: Waiting0cc5c7c7516a: Pulling fs layerd0b90656e0e8: Pulling fs layer643825a484d2: Pulling fs layer67dabf16b113: Pulling fs layer4f4fb700ef54: Pulling fs layer9551114336f8: Pulling fs layer2a7bf6427e8c: Pulling fs layer1b47d47d94f8: Pulling fs layer60d26dc9eed4: Waiting4be82938ba83: Pulling fs layer8d2b9b45eead: Waitinga3c20940c5b9: Waiting0cc5c7c7516a: Waitinge46db7eb399e: Waiting80976f0d06a6: Pulling fs layerbbffc2740725: Waiting5bbf91e88fcf: Pulling fs layer9551114336f8: Waitingbd1d45f5a000: Waiting4f4fb700ef54: Waiting5f27f2e5115b: Waiting643825a484d2: Waitingd0b90656e0e8: Waiting10bde5a9d661: Pulling fs layeraa26a691a008: Waiting67dabf16b113: Waiting00617c3bf097: Pulling fs layer1b47d47d94f8: Waiting6dff02c33996: Pulling fs layer03ea2e79c43c: Waiting3e83b7b7fc77: Waiting80976f0d06a6: Waiting42aae9593b3f: Pulling fs layer4be82938ba83: Waiting5bbf91e88fcf: Waiting6dff02c33996: Waiting2a7bf6427e8c: Waitingaec72d9c9e64: Pulling fs layer42aae9593b3f: Waiting16d1596d51b2: Pulling fs layer00617c3bf097: Waiting10bde5a9d661: Waiting9cbb5291df33: Pulling fs layeraec72d9c9e64: Waiting11ddb25ececc: Pulling fs layer16d1596d51b2: Waiting9cbb5291df33: Waiting46139e478336: Pulling fs layere852d99175ac: Pulling fs layer46139e478336: Waiting8efd7bff796c: Pulling fs layer11ddb25ececc: Waiting49052a37c89a: Pulling fs layer8efd7bff796c: Waiting3a99b4ee4231: Pulling fs layer49052a37c89a: Waitingc75f7bd00dfc: Pulling fs layer3a99b4ee4231: Waiting00d438fe307c: Pulling fs layer0b6b272507f8: Pulling fs layer0b6b272507f8: Waitingc75f7bd00dfc: Waiting00d438fe307c: Waiting59fd7d32ea8a: Download completed58ede61f1ea: Verifying Checksumd58ede61f1ea: Download complete98f543d3d01d: Verifying Checksum98f543d3d01d: Download complete60d26dc9eed4: Verifying Checksum60d26dc9eed4: Download complete6bc9f599b3ef: Verifying Checksum6bc9f599b3ef: Download complete5035b470c5fd: Verifying Checksum5035b470c5fd: Download completed63b9e393571: Verifying Checksumd63b9e393571: Download completec044051f86f0: Download complete161a462e0ee3: Verifying Checksum161a462e0ee3: Download completee46db7eb399e: Verifying Checksume46db7eb399e: Download complete03ea2e79c43c: Verifying Checksum03ea2e79c43c: Download complete8d2b9b45eead: Verifying Checksum8d2b9b45eead: Download complete3e83b7b7fc77: Verifying Checksum3e83b7b7fc77: Download complete6bc9f599b3ef: Pull completed58ede61f1ea: Pull completea3c20940c5b9: Download complete59fd7d32ea8a: Pull completebbffc2740725: Verifying Checksumbbffc2740725: Download complete5f27f2e5115b: Verifying Checksum5f27f2e5115b: Download completeaa26a691a008: Verifying Checksumaa26a691a008: Download complete60d26dc9eed4: Pull completed0b90656e0e8: Verifying Checksumd0b90656e0e8: Download complete0cc5c7c7516a: Verifying Checksum0cc5c7c7516a: Download completebd1d45f5a000: Download complete98f543d3d01d: Pull complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete67dabf16b113: Download complete643825a484d2: Download complete9551114336f8: Download complete2a7bf6427e8c: Download complete1b47d47d94f8: Verifying Checksum1b47d47d94f8: Download complete4be82938ba83: Download complete80976f0d06a6: Download complete5bbf91e88fcf: Download complete00617c3bf097: Verifying Checksum00617c3bf097: Download complete10bde5a9d661: Verifying Checksum10bde5a9d661: Download complete6dff02c33996: Verifying Checksum6dff02c33996: Download complete42aae9593b3f: Download completeaec72d9c9e64: Download complete16d1596d51b2: Verifying Checksum16d1596d51b2: Download complete11ddb25ececc: Download completee852d99175ac: Download complete8efd7bff796c: Verifying Checksum8efd7bff796c: Download complete49052a37c89a: Verifying Checksum49052a37c89a: Download complete46139e478336: Verifying Checksum46139e478336: Download completec75f7bd00dfc: Download complete00d438fe307c: Download complete3a99b4ee4231: Verifying Checksum3a99b4ee4231: Download complete0b6b272507f8: Verifying Checksum0b6b272507f8: Download complete161a462e0ee3: Pull completed63b9e393571: Pull complete5035b470c5fd: Pull completec044051f86f0: Pull completee46db7eb399e: Pull complete3e83b7b7fc77: Pull complete03ea2e79c43c: Pull complete8d2b9b45eead: Pull completea3c20940c5b9: Pull completebbffc2740725: Pull complete5f27f2e5115b: Pull completeaa26a691a008: Pull completebd1d45f5a000: Pull complete0cc5c7c7516a: Pull completed0b90656e0e8: Pull complete643825a484d2: Pull complete67dabf16b113: Pull complete4f4fb700ef54: Pull complete9551114336f8: Pull complete2a7bf6427e8c: Pull complete1b47d47d94f8: Pull complete4be82938ba83: Pull complete80976f0d06a6: Pull complete5bbf91e88fcf: Pull complete10bde5a9d661: Pull complete00617c3bf097: Pull complete6dff02c33996: Pull complete42aae9593b3f: Pull completeaec72d9c9e64: Pull complete16d1596d51b2: Pull complete9cbb5291df33: Verifying Checksum9cbb5291df33: Download complete9cbb5291df33: Pull complete11ddb25ececc: Pull complete46139e478336: Pull completee852d99175ac: Pull complete8efd7bff796c: Pull complete49052a37c89a: Pull complete3a99b4ee4231: Pull completec75f7bd00dfc: Pull complete00d438fe307c: Pull complete0b6b272507f8: Pull completeDigest: sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4dbStatus: Downloaded newer image for ocaml/opam@sha256:2b68d94b19df1225eb104c02ea729f98f15c2923cddd35ac73f883ef1570d4db2026-03-17 10:21.07 ---> using "803d3abb0b30d9111098acbd495ef0082ad79e8f26595cf5193f0fdf5ac7c007" from cache/: (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-03-17 10:21.07 ---> using "be39064392c922316f5e43243de103d15ddc965bc8763a22c341e0c9a34151eb" 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[NOTE] The 'jobs' option was reset, its value was 71 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=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-17 10:21.07 ---> using "80e163142c89c25bd30d9e4388418870595e3828055a382b322da8351ae2e70f" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-94-genericThe OCaml toplevel, version 4.14.22.5.02026-03-17 10:21.07 ---> using "8363f9073e832b63eb1abebdfdb614cae4914b44026cf7c73226e5d4223c2f50" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-17 10:21.07 ---> using "f3a7d1671b4872c2e2880bfbed5666be41e43f60697fd5e07446f336a2456514" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD3109384a92..e589be2bb3 master -> origin/master31462e7d24 Merge pull request #29451 from dra27/relocatable-package<><> 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.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-03-17 10:21.07 ---> using "e6eaecc9af6299142f317145d628f54b9fd642d9628180c11ecb8e83deb30b53" from cache/src: (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-dev.opam)(dst ./))2026-03-17 10:21.13 ---> saved as "f8cf5f644dda495f65ab90bd2a2201742a5690bf75c310ad64de8aacb6a85e44"/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-03-17 10:21.22 ---> saved as "00754bff0e8361c825f84d930a2c9b46dd31659bf4b1533f6350cd4b6b8cd3b6"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-17 10:21.26 ---> saved as "f2fbf8269345b57e69fec9bc7fe9dad76ecc2205826513b65552b072c2af86e5"/src: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.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"- Hit:1 http://deb.debian.org/debian bookworm InRelease- 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-security bookworm-security/main amd64 Packages [294 kB]- Fetched 398 kB in 1s (574 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-03-17 10:21.39 ---> saved as "5881663a7daa0410c3b9464dbdbc0ad83dfa26434d8653a667f6d592c6f83d89"/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.1- install dune-configurator 3.21.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 sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached)-> installed dune.3.21.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.21.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.0Done.# To update the current shell environment, run: eval $(opam env)2026-03-17 10:22.31 ---> saved as "778383d0185dae628959288b362c6a6a9bfd8e498845519a3f78696022d8d278"/src: (copy (src .) (dst /src))2026-03-17 10:22.35 ---> saved as "58e6658e3356693c89fdc36af20bc48c206ddf55d4527dd4cc68fb0691aed9d6"/src: (run (shell "opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build"))2026-03-17 10:22.39 ---> saved as "893cad2e274e5e322dc43fdfb860e9b901a87c666697988a4a989752136b186d"Job succeeded2026-03-17 10:22.39: Job succeeded