2025-10-07 16:50.37: 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.4)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.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.4 /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 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && 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.0.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 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.4.1 opam-file-format.2.2.0 opam-format.2.4.1 parsexp.v0.16.0 patch.3.0.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.0 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --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-BLOCK2025-10-07 16:50.37: Using cache hint "dune-universe/duniverse-lint-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.4-107199815985e9ceb28f6968d6c0cf9f"2025-10-07 16:50.37: Using OBuilder spec:((from freebsd-14.3-ocaml-4.14)(comment freebsd-14.3-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/local/bin/opam-2.4 /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 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && 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.0.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 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.4.1 opam-file-format.2.2.0 opam-format.2.4.1 parsexp.v0.16.0 patch.3.0.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.0 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.4 --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")))2025-10-07 16:50.37: Waiting for resource in pool OCluster2025-10-07 20:20.12: Waiting for worker…2025-10-07 21:30.05: 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)2025-10-07 21:28.18 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache/: (comment freebsd-14.3-4.14_opam-2.4)/: (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.4 /usr/local/bin/opam"))2025-10-07 21:28.18 ---> using "f8f2ae50f983ba53790a433c81d8570b8becc44c74ab2707cf43746ed1b463d1" 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-repository2025-10-07 21:28.19 ---> using "a95cd97103c96a777086d9508c45964fbffa4285a5c5e6703b704acabfb6945b" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.3-RELEASE-p3The OCaml toplevel, version 4.14.22.4.12025-10-07 21:28.19 ---> using "199d8be57ed603ac6837a6d6cc7e578c2f630e2b79e2520a8892deff98662ca8" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-07 21:28.19 ---> using "c9d8693a3c313f3750cea43d98891a3f5490d8d3ab8357236d5eb49fea038272" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -u"))241aae26db Merge pull request #28629 from dinosaure/release-alcotest-1.9.1<><> 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.3.0- ocaml-config.3However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.2025-10-07 21:28.20 ---> using "de0bd8698b2e3bc0711b3652af2879eb45db39585a1fe11d06fcfadb2457ddfe" from cache/src: (copy (src duniverse-lint.opam) (dst ./))2025-10-07 21:28.20 ---> saved as "dde41080a28645279739c4d1c8d686050800fcaed50841845937370f0fe7d6e5"/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)2025-10-07 21:28.23 ---> saved as "edac936de9cc04acb101761e489a283bc41c8ad4b57f18533c6d2457ca6b1534"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-07 21:28.24 ---> saved as "20ddbf5ac400ec7ad36c2981dd3a2122a801ba822118f1aee92fb39d87cd9117"/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.0.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 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.4.1 opam-file-format.2.2.0 opam-format.2.4.1 parsexp.v0.16.0 patch.3.0.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.0 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.4 --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).2025-10-07 21:28.34 ---> saved as "07e7d47d536d36b2ba17b76687ca67080f1bf76f442c4470713e309b2a0a9f3f"/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.0.0∗ csexp 1.5.2∗ dune 3.20.2∗ dune-configurator 3.20.2∗ 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.4.1∗ opam-file-format 2.2.0∗ opam-format 2.4.1∗ parsexp v0.16.0∗ patch 3.0.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.0∗ uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>⬇ retrieved base.v0.16.4 (cached)⬇ retrieved astring.0.8.5 (cached)⬇ retrieved alcotest.1.9.1 (cached)⬇ retrieved csexp.1.5.2 (cached)⬇ retrieved cmdliner.2.0.0 (cached)⬇ retrieved jsonm.1.0.2 (cached)⬇ retrieved fmt.0.11.0 (cached)⬇ retrieved num.1.6 (cached)⬇ retrieved ocaml-syntax-shims.1.0.0 (cached)⬇ retrieved ocamlbuild.0.16.1 (cached)⬇ retrieved ocamlfind.1.9.8 (cached)⬇ retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)⬇ retrieved ocamlgraph.2.2.0 (cached)⬇ retrieved opam-file-format.2.2.0 (cached)⬇ retrieved opam-core.2.4.1, opam-format.2.4.1 (cached)⬇ retrieved parsexp.v0.16.0 (cached)⬇ retrieved patch.3.0.0 (cached)⬇ retrieved re.1.14.0 (cached)⬇ retrieved sexplib.v0.16.0 (cached)⬇ retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)⬇ retrieved stdio.v0.16.0 (cached)⬇ retrieved sha.1.15.4 (cached)⬇ retrieved stdlib-shims.0.3.0 (cached)⬇ retrieved sexplib0.v0.16.0 (cached)⬇ retrieved swhid_core.0.1 (cached)∗ installed num.1.6⬇ retrieved uutf.1.0.4 (cached)⬇ retrieved topkg.1.1.0 (cached)∗ installed cmdliner.2.0.0∗ installed ocamlbuild.0.16.1∗ installed ocamlfind.1.9.8∗ installed topkg.1.1.0∗ installed uutf.1.0.4∗ installed fmt.0.11.0∗ installed astring.0.8.5∗ installed jsonm.1.0.2∗ installed dune.3.20.2∗ 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.0.0∗ installed ocaml-syntax-shims.1.0.0∗ installed menhirSdk.20250912∗ installed menhirLib.20250912∗ installed ocamlgraph.2.2.0∗ installed sha.1.15.4∗ installed alcotest.1.9.1∗ installed parsexp.v0.16.0∗ installed dune-configurator.3.20.2∗ installed sexplib.v0.16.0∗ installed opam-core.2.4.1∗ installed base.v0.16.4∗ installed stdio.v0.16.0∗ installed menhir.20250912∗ installed opam-file-format.2.2.0∗ installed opam-format.2.4.1Done.2025-10-07 21:29.46 ---> saved as "54f0bc8e65996ac0f7cdba2bb595810c1e721d75aed08938ca8dfdfb88f084da"/src: (copy (src .) (dst /src))2025-10-07 21:29.47 ---> saved as "9253295b53cc374973a4cdba05506621d8b8eb3590cd560a1e861618919bba03"/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 `2BJ3P2ED'.[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.002s. 8 tests run.2025-10-07 21:29.48 ---> saved as "3a1e3d4d9ce7cfdbcb95160a61ba73cf73ffcc1ab2da95840a653ddc3ee46261"Job succeeded2025-10-07 21:31.35: Job succeeded