2026-04-29 12:50.52: New job: test dune-universe/duniverse-lint https://github.com/dune-universe/duniverse-lint.git#refs/heads/main (635a6cdf7f4ea838c061009c63771f62a28082fb) (freebsd-x86_64:freebsd-15.0-5.4_opam-2.5)Base: freebsd-15.0-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/dune-universe/duniverse-lint.git" -b "main" && cd "duniverse-lint" && git reset --hard 635a6cdfcat > Dockerfile <<'END-OF-DOCKERFILE'FROM freebsd-15.0-ocaml-5.4# freebsd-15.0-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 duniverse-lint.opam ./RUN opam pin add -yn duniverse-lint.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 jsonm.1.0.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.1 opam-file-format.2.2.0 opam-format.2.5.1 parsexp.v0.17.0 patch.3.1.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 stdio.v0.17.0 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.1.1 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y duniverse-lint.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-29 12:50.52: Using cache hint "dune-universe/duniverse-lint-freebsd-15.0-ocaml-5.4-freebsd-15.0-5.4_opam-2.5-85ad5a9326c2b7b22774ae4312ff4c43"2026-04-29 12:50.52: Using OBuilder spec:((from freebsd-15.0-ocaml-5.4)(comment freebsd-15.0-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src duniverse-lint.opam) (dst ./))(run (network host)(shell "opam pin add -yn duniverse-lint.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 jsonm.1.0.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.1 opam-file-format.2.2.0 opam-format.2.5.1 parsexp.v0.17.0 patch.3.1.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 stdio.v0.17.0 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.1.1 uutf.1.0.4")(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 duniverse-lint.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 @install @check @runtest && rm -rf _build")))2026-04-29 12:50.52: Waiting for resource in pool OCluster2026-04-29 16:30.06: Waiting for worker…2026-04-29 17:55.40: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at 635a6cd Merge pull request #11 from dune-universe/cmdliner-ffs(from freebsd-15.0-ocaml-5.4)2026-04-29 17:52.28 ---> using "e2f9399617b174328a08b4d831e677f3a97fbfa86ae070bfd238f77cd03a9525" from cache/: (comment freebsd-15.0-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))2026-04-29 17:52.28 ---> using "781b57a4d4f2bf94cdb9becd5038442a59a2ca35fdf36b854445c032b968c335" from cache/src: (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.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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repository2026-04-29 17:52.29 ---> using "b806a290c026df5c2502119c7bacc521336ea69e029a5a664ccac03ac292bb91" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 15.0-RELEASE-p6The OCaml toplevel, version 5.4.12.5.02026-04-29 17:52.29 ---> using "b5d732cc667cfadc3b7b196a89147e232c7e4d39afe01136d77cb7e64e06560f" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-29 17:52.29 ---> using "1a9460a5b2b0597f096d9fac3bdc427c687096f5774f717660d59364e080f500" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u"))036883c540 Merge pull request #29788 from dbuenzli/b0-publish-cmdliner.2.1.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositorydefault (at git+file:///home/opam/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at git+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 possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0However, 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.2026-04-29 17:52.29 ---> using "8a1ee0b8b0ee64f3d0d789a015b6e568b95aadd45291d06fa22e6c02b25bdf11" from cache/src: (copy (src duniverse-lint.opam) (dst ./))2026-04-29 17:52.33 ---> saved as "9600f2cf4c49fe11f0f8788b3ac192933bf27ae379c3c4db5ce22204751685e3"/src: (run (network host)(shell "opam pin add -yn duniverse-lint.dev './'"))[NOTE] Package duniverse-lint does not exist in opam repositories registered in the current switch.[duniverse-lint.dev] synchronised (file:///src)duniverse-lint is now pinned to file:///src (version dev)2026-04-29 17:52.35 ---> saved as "3773f817c2ef021748abac4f4befc3ff5b58c8b0ec5ac80febc2fe039bcfbb13"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-29 17:52.36 ---> saved as "b2552ffa1ab3d22b7682b9aea3b588d25876fd8b5f17f49a3230169e107f47d8"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 jsonm.1.0.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 num.1.6 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.1 opam-file-format.2.2.0 opam-format.2.5.1 parsexp.v0.17.0 patch.3.1.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 stdio.v0.17.0 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.1.1 uutf.1.0.4")/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 duniverse-lint.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[duniverse-lint.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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).2026-04-29 17:52.48 ---> saved as "25f3d70a78e5cd3cf8d8030535eae47c1cdf04ff6c4d04f758e08992c9001a8d"/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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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 34 packages∗ alcotest 1.9.1∗ astring 0.8.5∗ base v0.17.3∗ cmdliner 2.1.1∗ csexp 1.5.2∗ dune 3.22.2∗ dune-configurator 3.22.2∗ fmt 0.11.0∗ jsonm 1.0.2∗ menhir 20260209∗ menhirCST 20260209∗ menhirGLR 20260209∗ menhirLib 20260209∗ menhirSdk 20260209∗ num 1.6∗ ocaml-syntax-shims 1.0.0∗ ocaml_intrinsics_kernel v0.17.1∗ ocamlbuild 0.16.1∗ ocamlfind 1.9.8∗ ocamlgraph 2.2.0∗ opam-core 2.5.1∗ opam-file-format 2.2.0∗ opam-format 2.5.1∗ parsexp v0.17.0∗ patch 3.1.0∗ re 1.14.0∗ sexplib v0.17.0∗ sexplib0 v0.17.0∗ sha 1.15.4∗ stdio v0.17.0∗ stdlib-shims 0.3.0∗ swhid_core 0.1∗ topkg 1.1.1∗ uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>⬇ retrieved base.v0.17.3 (cached)⬇ retrieved astring.0.8.5 (cached)⬇ retrieved alcotest.1.9.1 (cached)⬇ retrieved csexp.1.5.2 (cached)⬇ retrieved cmdliner.2.1.1 (cached)⬇ retrieved fmt.0.11.0 (cached)⬇ retrieved jsonm.1.0.2 (cached)⬇ retrieved num.1.6 (cached)⬇ retrieved ocaml-syntax-shims.1.0.0 (cached)⬇ retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)⬇ retrieved ocamlbuild.0.16.1 (cached)⬇ retrieved ocamlfind.1.9.8 (cached)⬇ retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)⬇ retrieved ocamlgraph.2.2.0 (cached)⬇ retrieved opam-file-format.2.2.0 (cached)⬇ retrieved opam-core.2.5.1, opam-format.2.5.1 (cached)⬇ retrieved parsexp.v0.17.0 (cached)⬇ retrieved patch.3.1.0 (cached)⬇ retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)⬇ retrieved sexplib0.v0.17.0 (cached)⬇ retrieved sexplib.v0.17.0 (cached)⬇ retrieved sha.1.15.4 (cached)⬇ retrieved re.1.14.0 (cached)⬇ retrieved stdlib-shims.0.3.0 (cached)⬇ retrieved stdio.v0.17.0 (cached)⬇ retrieved swhid_core.0.1 (cached)∗ installed num.1.6⬇ retrieved uutf.1.0.4 (cached)⬇ retrieved topkg.1.1.1 (cached)∗ installed cmdliner.2.1.1∗ installed ocamlfind.1.9.8∗ installed ocamlbuild.0.16.1∗ installed topkg.1.1.1∗ installed uutf.1.0.4∗ installed fmt.0.11.0∗ installed astring.0.8.5∗ installed jsonm.1.0.2∗ installed dune.3.22.2∗ installed csexp.1.5.2∗ installed swhid_core.0.1∗ installed stdlib-shims.0.3.0∗ installed patch.3.1.0∗ installed ocaml_intrinsics_kernel.v0.17.1∗ installed ocaml-syntax-shims.1.0.0∗ installed menhirSdk.20260209∗ installed menhirLib.20260209∗ installed sexplib0.v0.17.0∗ installed menhirGLR.20260209∗ installed menhirCST.20260209∗ installed sha.1.15.4∗ installed re.1.14.0∗ installed dune-configurator.3.22.2∗ installed ocamlgraph.2.2.0∗ installed parsexp.v0.17.0∗ installed alcotest.1.9.1∗ installed sexplib.v0.17.0∗ installed opam-core.2.5.1∗ installed base.v0.17.3∗ installed menhir.20260209∗ installed stdio.v0.17.0∗ installed opam-file-format.2.2.0∗ installed opam-format.2.5.1Done.2026-04-29 17:55.38 ---> saved as "fc034ff9a945dad0e4dad9b98221a28feb8f44a7e6c4f91b239334cd982e2dcf"/src: (copy (src .) (dst /src))2026-04-29 17:55.39 ---> saved as "d8f005ba87715c3ad4f541c29179086e9dfc7b1cba2bf8916935380fa9298c2b"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test.exe)Testing `Lint'.This run has ID `X764FETK'.[OK] version 0 Regular valid.[OK] version 1 Revised valid.[OK] version 2 Multiple suffixes.[OK] version 3 Multiple identical suffixes.[OK] version 4 Non-alphanumeric revised.[OK] version 5 Missing suffix.[OK] version 6 Not a suffix.[OK] version 7 Whitespace suffix.Full test results in `/src/_build/default/test/_build/_tests/Lint'.Test Successful in 0.003s. 8 tests run.2026-04-29 17:55.42 ---> saved as "6ec30c7da4091f7b7f5e1b6fa3e14dd04850efce3e195f376c4745dbe1531daa"Job succeeded2026-04-29 18:03.04: Job succeeded