2026-01-16 11:40.10: New job: test dune-universe/duniverse-lint https://github.com/dune-universe/duniverse-lint.git#refs/heads/main (635a6cdf7f4ea838c061009c63771f62a28082fb) (freebsd-x86_64:freebsd-14.3-4.14_opam-2.5)Base: freebsd-14.3-ocaml-4.14Opam 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-14.3-ocaml-4.14# freebsd-14.3-4.14_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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.16.4 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 jsonm.1.0.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.0 opam-file-format.2.2.0 opam-format.2.5.0 parsexp.v0.16.0 patch.3.1.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 stdio.v0.16.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-01-16 11:40.10: Using cache hint "dune-universe/duniverse-lint-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.5-82811d846afb1438340829c87e6ce2ab"2026-01-16 11:40.10: Using OBuilder spec:((from freebsd-14.3-ocaml-4.14)(comment freebsd-14.3-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/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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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 (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 jsonm.1.0.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.0 opam-file-format.2.2.0 opam-format.2.5.0 parsexp.v0.16.0 patch.3.1.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 stdio.v0.16.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-01-16 11:40.10: Waiting for resource in pool OCluster2026-01-16 17:38.20: Waiting for worker…2026-01-16 18:28.46: 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-14.3-ocaml-4.14)2026-01-16 18:25.08 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache/: (comment freebsd-14.3-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/local/bin/opam-2.5 /usr/local/bin/opam"))2026-01-16 18:25.09 ---> using "cc65ce37998b2d98fc767b9dc7c3b5c83138e1952bec339ac27a7bb4d9d920d3" 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-01-16 18:25.10 ---> using "87889fea7d09081125d96054d270a07df14f9b2a5c081c0c9434b9f215ecc218" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.3-RELEASE-p3The OCaml toplevel, version 4.14.22.5.02026-01-16 18:25.10 ---> using "4a6e16f39bb2fab11842c96050ea21902749c68aefdffcd64774b8b7640a3492" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-16 18:25.11 ---> using "ca1b89b4fcfce73b3b6ab80b797b154eda5f870ad814c498da3e18daf8f4b36f" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD71325ac6ed..873cb18c37 master -> origin/master873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.4.0- ocaml-config.3However, 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.2026-01-16 18:25.11 ---> using "ff9d687398e31f8631a6fc5f7b86db8899aa21df99d4af5cfd65df4bb71d7ea3" from cache/src: (copy (src duniverse-lint.opam) (dst ./))2026-01-16 18:25.17 ---> saved as "748a6f5a8a948b7ab674f32b4ab2a7f48656cdbe14bfa22d210e46dbc734f04d"/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-01-16 18:25.23 ---> saved as "3ebe45bfdfe9d2390a3614328f6e4d1b58d89e663e0d4947a05adc579dc513c4"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-16 18:25.26 ---> saved as "3d45ff4a4631a6398f225d426f535dd4d426d9157be314e619be9ad465241b20"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 jsonm.1.0.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.0 opam-file-format.2.2.0 opam-format.2.5.0 parsexp.v0.16.0 patch.3.1.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 stdio.v0.16.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 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).2026-01-16 18:25.46 ---> saved as "c08b0a5eb6bbdf80a4e442a19500e2ad1616ad0059956ab88128a0c0014e446d"/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 32 packages∗ alcotest 1.9.1∗ astring 0.8.5∗ base v0.16.4∗ cmdliner 2.1.0∗ csexp 1.5.2∗ dune 3.21.0∗ dune-configurator 3.21.0∗ fmt 0.11.0∗ jsonm 1.0.2∗ menhir 20250912∗ menhirCST 20250912∗ menhirLib 20250912∗ menhirSdk 20250912∗ num 1.6∗ ocaml-syntax-shims 1.0.0∗ ocamlbuild 0.16.1∗ ocamlfind 1.9.8∗ ocamlgraph 2.2.0∗ opam-core 2.5.0∗ opam-file-format 2.2.0∗ opam-format 2.5.0∗ parsexp v0.16.0∗ patch 3.1.0∗ re 1.14.0∗ sexplib v0.16.0∗ sexplib0 v0.16.0∗ sha 1.15.4∗ stdio v0.16.0∗ stdlib-shims 0.3.0∗ swhid_core 0.1∗ topkg 1.1.1∗ uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>⬇ retrieved base.v0.16.4 (cached)⬇ retrieved astring.0.8.5 (cached)⬇ retrieved cmdliner.2.1.0 (cached)⬇ retrieved csexp.1.5.2 (cached)⬇ retrieved alcotest.1.9.1 (cached)⬇ retrieved fmt.0.11.0 (cached)⬇ retrieved jsonm.1.0.2 (cached)⬇ retrieved num.1.6 (cached)⬇ retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)⬇ retrieved ocaml-syntax-shims.1.0.0 (cached)⬇ retrieved ocamlbuild.0.16.1 (cached)⬇ retrieved ocamlfind.1.9.8 (cached)⬇ retrieved opam-core.2.5.0, opam-format.2.5.0 (cached)⬇ retrieved ocamlgraph.2.2.0 (cached)⬇ retrieved opam-file-format.2.2.0 (cached)⬇ retrieved parsexp.v0.16.0 (cached)⬇ retrieved patch.3.1.0 (cached)⬇ retrieved dune.3.21.0, dune-configurator.3.21.0 (cached)⬇ retrieved sexplib0.v0.16.0 (cached)⬇ retrieved sexplib.v0.16.0 (cached)⬇ retrieved sha.1.15.4 (cached)⬇ retrieved stdio.v0.16.0 (cached)⬇ retrieved stdlib-shims.0.3.0 (cached)⬇ retrieved re.1.14.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.0∗ installed ocamlbuild.0.16.1∗ installed ocamlfind.1.9.8∗ 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.21.0∗ installed menhirCST.20250912∗ installed csexp.1.5.2∗ installed swhid_core.0.1∗ installed stdlib-shims.0.3.0∗ installed sexplib0.v0.16.0∗ installed re.1.14.0∗ installed patch.3.1.0∗ installed ocamlgraph.2.2.0∗ installed ocaml-syntax-shims.1.0.0∗ installed menhirSdk.20250912∗ installed sha.1.15.4∗ installed alcotest.1.9.1∗ installed dune-configurator.3.21.0∗ installed parsexp.v0.16.0∗ installed menhirLib.20250912∗ installed sexplib.v0.16.0∗ installed opam-core.2.5.0∗ installed base.v0.16.4∗ installed stdio.v0.16.0∗ installed menhir.20250912∗ installed opam-file-format.2.2.0∗ installed opam-format.2.5.0Done.2026-01-16 18:28.11 ---> saved as "4a22940777881f0d1ae3f63d0fb1846aecaee3d83c7c84225fae038114a31c00"/src: (copy (src .) (dst /src))2026-01-16 18:28.13 ---> saved as "9220aaa9082ab9289ebcc358ca85daaabc206ada5fac2537e43f7f7bc4564e16"/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 `86RVRZIR'.[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.006s. 8 tests run.2026-01-16 18:28.15 ---> saved as "6adf831b5b2eab8255860ebccdef185dd99c4fe2613e7ad0cdcd9c4a61826f2a"Job succeeded2026-01-16 18:31.54: Job succeeded