2026-05-19 17:06.43: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/bump-dune-lower-bound (be20b030260ad0dc5749e5f524d82950b5c74fc5) (linux-x86_64:ubuntu-25.10-4.14_opam-2.5)Base: ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "bump-dune-lower-bound" && cd "dunolint" && git reset --hard be20b030cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121# ubuntu-25.10-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 cd ~/opam-repository && (git cat-file -e df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --chown=1000:1000 dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-lib-base-tests.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-lib-base-tests.dev './' && \opam pin add -yn dunolint-dev.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base.v0.16.5 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 dyn.3.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ordering.3.23.1 pp.2.0.0 re.1.14.0 sexplib0.v0.16.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-05-19 17:06.43: Using cache hint "mbarbin/dunolint-ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121-ubuntu-25.10-4.14_opam-2.5-28bcac9971ea47b452746b9b0a24d5a7"2026-05-19 17:06.43: Using OBuilder spec:((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121)(comment ubuntu-25.10-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 (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --oneline"))(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 "opam update -u"))(copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-lib-base-tests.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-lib-base-tests.dev './' && \\nopam pin add -yn dunolint-dev.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 dyn.3.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ordering.3.23.1 pp.2.0.0 re.1.14.0 sexplib0.v0.16.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-05-19 17:06.43: Waiting for resource in pool OCluster2026-05-19 17:49.05: Waiting for worker…2026-05-19 17:53.03: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at be20b03 Retire former implicit_transitive_deps workaround - no longer applicable(from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:4b8a8389e00ed6255a6d5579bb2f37e5c6e27a27276cbfbf09bedcb83a31f121)2026-05-19 17:54.53 ---> using "7d42f7b527b21a50e9c485d51cd4562c3b21cb305a289008a67ad4a1619765d8" from cache/: (comment ubuntu-25.10-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-05-19 17:54.54 ---> using "a508bcb9f6599921ad86d400dc525df4f4257b0143a1880fe8fb965c8f122c4b" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD28d044eb9c..df6ab556b4 master -> origin/masterdf6ab556b4 Merge pull request #29903 from shonfeder/release-dune-3.23.12026-05-19 17:54.54 ---> using "a0c40d6e638c3a5861495583289af00cc6468d444c56ea6fad29036f38c848a8" 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.1 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 1 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=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"[default] synchronised from git+file:///home/opam/opam-repository2026-05-19 17:54.54 ---> using "caac1f90bb90ec201fcde07a1b1b4904e71bdb7f3fb12520390cd64fd8e886f3" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 4.14.32.5.12026-05-19 17:54.55 ---> using "57f5193cf2e4a9e729b6262d7323672ae2539b0037077973261700fda1e14e82" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-19 17:54.55 ---> using "dd35c733df162962db903a4f8af4e5dfbb08d29dd05393cb586b7d00bfe3eab9" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repository[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patchesEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).The following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0- ocaml-config.3However, 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-05-19 17:54.55 ---> using "a14292eb4f364789399a9eb6d1bdcb82cea0f247829cea15b2a959863a7bcc5d" from cache/src: (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-lib-base-tests.opam dunolint-dev.opam)(dst ./))2026-05-19 17:55.00 ---> saved as "9404bc1b6e216081ad8d64b799fc87fb10a9ba54fd3a45d119bb1cc4c7bcf009"/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-lib-base-tests.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-lib-base-tests does not exist in opam repositories registered in the current switch.[dunolint-lib-base-tests.dev] synchronised (file:///src)dunolint-lib-base-tests 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-05-19 17:55.12 ---> saved as "f34939106db4853d71eae89286ab23b36b03fc1d3048b7cb25e9ab0b0b08bc44"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-19 17:55.19 ---> saved as "eaf0e00e179ad55bf1d71d75758bb584c7ed100675267fecf8afe14bb3be044c"/src: (env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 dyn.3.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ordering.3.23.1 pp.2.0.0 re.1.14.0 sexplib0.v0.16.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 questing-security InRelease [136 kB]- Get:2 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [396 kB]- Get:3 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [315 kB]- Get:4 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [287 kB]- Hit:5 http://archive.ubuntu.com/ubuntu questing InRelease- Get:6 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]- Get:7 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]- Get:8 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [22.9 kB]- Get:9 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [537 kB]- Get:10 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [315 kB]- Get:11 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [401 kB]- Fetched 2678 kB in 6s (446 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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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-05-19 17:55.41 ---> saved as "a83381ee69c3442c8dfc5b3bca4776c9392407da175f015a9236005d265adde3"/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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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 9 packages- install base v0.16.5- install csexp 1.5.2- install dune 3.23.1- install dune-configurator 3.23.1- install dyn 3.23.1- install ordering 3.23.1- install pp 2.0.0- install re 1.14.0- install sexplib0 v0.16.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base.v0.16.5 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved pp.2.0.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved dune.3.23.1, dune-configurator.3.23.1, dyn.3.23.1, ordering.3.23.1 (cached)-> installed dune.3.23.1-> installed csexp.1.5.2-> installed ordering.3.23.1-> installed pp.2.0.0-> installed re.1.14.0-> installed sexplib0.v0.16.0-> installed dune-configurator.3.23.1-> installed dyn.3.23.1-> installed base.v0.16.5Done.# To update the current shell environment, run: eval $(opam env)2026-05-19 17:56.32 ---> saved as "e57bd0da65529c1e84b35a1d905e5fa4e0653e7afe4f2a03d6b233e460f4e5c1"/src: (copy (src .) (dst /src))2026-05-19 17:58.48 ---> saved as "4cda3e8a059ab967c739b737c21091399741d03f9d201f15471061d454ec56f5"/src: (run (shell "opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build"))2026-05-19 17:58.55 ---> saved as "b14bfefb883e96d041d830e445ab8a54575a2617d97567587e941c38415e8e6a"Job succeeded2026-05-19 17:59.01: Job succeeded