2026-05-05 11:05.00: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/main (521b0df3df62db940e6844368dc78a960768a845) (openbsd-amd64:openbsd-77-amd64-4.14_opam-2.5)Base: openbsd-77-amd64-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "main" && cd "dunolint" && git reset --hard 521b0df3cat > Dockerfile <<'END-OF-DOCKERFILE'FROM openbsd-77-amd64-ocaml-4.14# openbsd-77-amd64-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN doas ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 24618e1786711fef2cc7e5a769e742b764fd7f0c || git fetch origin master) && git reset -q --hard 24618e1786711fef2cc7e5a769e742b764fd7f0c && 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-lib-base-tests.opam dunolint-dev.opam /home/opam/src/./RUN opam pin add -yn dunolint.dev '/home/opam/src/./' && \opam pin add -yn dunolint-tests.dev '/home/opam/src/./' && \opam pin add -yn dunolint-lib.dev '/home/opam/src/./' && \opam pin add -yn dunolint-lib-base.dev '/home/opam/src/./' && \opam pin add -yn dunolint-lib-base-tests.dev '/home/opam/src/./' && \opam pin add -yn dunolint-dev.dev '/home/opam/src/./'RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'ENV DEPS="base.v0.16.5 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 dyn.3.22.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ordering.3.22.2 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 . /home/opam/srcRUN cd /home/opam/src && opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-05-05 11:05.00: Using cache hint "mbarbin/dunolint-openbsd-77-amd64-ocaml-4.14-openbsd-77-amd64-4.14_opam-2.5-0eefcb69a44511cbbcf3852190a83255"2026-05-05 11:05.00: Using OBuilder spec:((from openbsd-77-amd64-ocaml-4.14)(comment openbsd-77-amd64-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "doas 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"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 24618e1786711fef2cc7e5a769e742b764fd7f0c || git fetch origin master) && git reset -q --hard 24618e1786711fef2cc7e5a769e742b764fd7f0c && git log --no-decorate -n1 --oneline && 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 /home/opam/src/./))(run (network host)(shell "opam pin add -yn dunolint.dev '/home/opam/src/./' && \\nopam pin add -yn dunolint-tests.dev '/home/opam/src/./' && \\nopam pin add -yn dunolint-lib.dev '/home/opam/src/./' && \\nopam pin add -yn dunolint-lib-base.dev '/home/opam/src/./' && \\nopam pin add -yn dunolint-lib-base-tests.dev '/home/opam/src/./' && \\nopam pin add -yn dunolint-dev.dev '/home/opam/src/./'"))(run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))(env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 dyn.3.22.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ordering.3.22.2 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 /home/opam/src))(run (shell "cd /home/opam/src && opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build")))2026-05-05 11:05.00: Waiting for resource in pool OCluster2026-05-05 11:05.01: Waiting for worker…2026-05-05 11:05.01: Got resource from pool OClusterBuilding on oregano.caelum.ci.devHEAD is now at 9bbb6ad Report dup in library to open as invalid argumentHEAD is now at 521b0df Merge pull request #197 from mbarbin/reduce-base-usage(from openbsd-77-amd64-ocaml-4.14)2026-05-05 11:05.02 ---> using "00579f8dea230f94ca5972e50ed0dc70167d1c0e96cfe76e645642677774f17f" from cache/: (comment openbsd-77-amd64-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "doas ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-05-05 11:05.02 ---> using "da141ce924dbdf0e0442253d076446a1e9daf01a696ee1da60c117d1744ba343" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using 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.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from file:///home/opam/opam-repository2026-05-05 11:05.02 ---> using "b47c7195b64a0fbbfb2ac6be89bc5d4169c21972d78277da851cf2b727db2a25" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))OpenBSD 7.7The OCaml toplevel, version 4.14.22.5.02026-05-05 11:05.02 ---> using "e55220d038fe41141e2145e0c421187821ce842a2e5f51ea535be80bbba79f5e" from cache/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 24618e1786711fef2cc7e5a769e742b764fd7f0c || git fetch origin master) && git reset -q --hard 24618e1786711fef2cc7e5a769e742b764fd7f0c && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD93a7bce43a..6b6b0c375b master -> origin/master24618e1786 Merge pull request #29744 from nmatschke/opam-publish-base.v0.16.5<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file:///home/opam/opam-repositorydefault (at file:///home/opam/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at file:///home/opam/opam-repository):[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)Everything 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-05-05 11:05.02 ---> using "c879beaad8ad0ab13a87f2cb698b1557d0c03aa1f6d3e52b7c6b5b68bf4cff45" from cache/: (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-lib-base-tests.opam dunolint-dev.opam)(dst /home/opam/src/./))2026-05-05 11:05.02 ---> using "824acdec65385c11d101353fde19b836a682bf8edf7e055be66c0271d36aa715" from cache/: (run (network host)(shell "opam pin add -yn dunolint.dev '/home/opam/src/./' && \\nopam pin add -yn dunolint-tests.dev '/home/opam/src/./' && \\nopam pin add -yn dunolint-lib.dev '/home/opam/src/./' && \\nopam pin add -yn dunolint-lib-base.dev '/home/opam/src/./' && \\nopam pin add -yn dunolint-lib-base-tests.dev '/home/opam/src/./' && \\nopam pin add -yn dunolint-dev.dev '/home/opam/src/./'"))[dunolint.dev] synchronised (file:///home/opam/src)dunolint is now pinned to file:///home/opam/src (version dev)[NOTE] Package dunolint-tests does not exist in opam repositories registered in the current switch.[dunolint-tests.dev] synchronised (file:///home/opam/src)dunolint-tests is now pinned to file:///home/opam/src (version dev)[dunolint-lib.dev] synchronised (file:///home/opam/src)dunolint-lib is now pinned to file:///home/opam/src (version dev)[dunolint-lib-base.dev] synchronised (file:///home/opam/src)dunolint-lib-base is now pinned to file:///home/opam/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:///home/opam/src)dunolint-lib-base-tests is now pinned to file:///home/opam/src (version dev)[NOTE] Package dunolint-dev does not exist in opam repositories registered in the current switch.[dunolint-dev.dev] synchronised (file:///home/opam/src)dunolint-dev is now pinned to file:///home/opam/src (version dev)2026-05-05 11:05.02 ---> using "6bcb626dea7661a551df56c77fed817865933ad8ced08d3dc63e6c2c102afe62" from cache/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2026-05-05 11:05.02 ---> using "fac4f0b29dbbaa7c6b09c399c5f6c30b3601d439be1f7ec9e546ed5e07f44a9a" from cache/: (env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 dyn.3.22.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ordering.3.22.2 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"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[dunolint-lib-base.dev] synchronised (file:///home/opam/src)[dunolint-lib.dev] synchronised (file:///home/opam/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-05-05 11:05.02 ---> using "0c76a850431c897b1ad513e6825cba36e47753c6805f2f8740b5ac2bdd1285f8" from cache/: (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 9 packages- install base v0.16.5- install csexp 1.5.2- install dune 3.22.2- install dune-configurator 3.22.2- install dyn 3.22.2- install ordering 3.22.2- install pp 2.0.0- install re 1.14.0- install sexplib0 v0.16.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved csexp.1.5.2 (cached)-> retrieved base.v0.16.5 (cached)-> retrieved pp.2.0.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved dune.3.22.2, dune-configurator.3.22.2, dyn.3.22.2, ordering.3.22.2 (cached)-> installed dune.3.22.2-> installed csexp.1.5.2-> installed pp.2.0.0-> installed re.1.14.0-> installed ordering.3.22.2-> installed sexplib0.v0.16.0-> installed dune-configurator.3.22.2-> installed dyn.3.22.2-> installed base.v0.16.5Done.# To update the current shell environment, run: eval $(opam env)2026-05-05 11:05.02 ---> using "9a40ef45a4fc1d436be341b89f372c411027198e75cbcefb7ca4605db8c3c877" from cache/: (copy (src .) (dst /home/opam/src))2026-05-05 11:05.02 ---> using "5ac9309e21a914c4abe52358aa825ba4cc196f32723a7de60062242969d2c379" from cache/: (run (shell "cd /home/opam/src && opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build"))2026-05-05 11:05.02 ---> using "2db79628a735c95632c75a953bec241542467ffd827569ee95bc748c24bc5409" from cacheJob succeeded2026-05-05 11:05.02: Job succeeded