Organisationsdune-universeduniverse-lint635a6c (main)openbsd-77-amd64-5.4_opam-2.4

openbsd-77-amd64-5.4_opam-2.4

Link Copied
Code Copied

Logs

2025-10-27 22:42.29: New job: test dune-universe/duniverse-lint https://github.com/dune-universe/duniverse-lint.git#refs/heads/main (635a6cdf7f4ea838c061009c63771f62a28082fb) (openbsd-amd64:openbsd-77-amd64-5.4_opam-2.4)
Base: openbsd-77-amd64-ocaml-5.4
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/dune-universe/duniverse-lint.git" -b "main" && cd "duniverse-lint" && git reset --hard 635a6cdf
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM openbsd-77-amd64-ocaml-5.4
# openbsd-77-amd64-5.4_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN doas ln -f /usr/bin/opam-2.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 duniverse-lint.opam /home/opam/src/./
RUN opam pin add -yn duniverse-lint.dev '/home/opam/src/./'
RUN echo '(lang dune 3.0)' > '/home/opam/src/./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.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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.4.1 opam-file-format.2.2.0 opam-format.2.4.1 parsexp.v0.17.0 patch.3.0.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.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 $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /home/opam/src
RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2025-10-27 22:42.29: Using cache hint "dune-universe/duniverse-lint-openbsd-77-amd64-ocaml-5.4-openbsd-77-amd64-5.4_opam-2.4-b232e68db0304e96fceb0e195ad75c3e"
2025-10-27 22:42.29: Using OBuilder spec:
((from openbsd-77-amd64-ocaml-5.4)
(comment openbsd-77-amd64-5.4_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "doas ln -f /usr/bin/opam-2.4 /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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src duniverse-lint.opam) (dst /home/opam/src/./))
(run (network host)
(shell "opam pin add -yn duniverse-lint.dev '/home/opam/src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > '/home/opam/src/./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.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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.4.1 opam-file-format.2.2.0 opam-format.2.4.1 parsexp.v0.17.0 patch.3.0.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.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 /home/opam/src))
(run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2025-10-27 22:42.29: Waiting for resource in pool OCluster
2025-10-28 03:57.45: Waiting for worker…
2025-10-28 10:05.19: Got resource from pool OCluster
Building on oregano
All commits already cached
HEAD is now at 635a6cd Merge pull request #11 from dune-universe/cmdliner-ffs


(from openbsd-77-amd64-ocaml-5.4)
2025-10-28 10:05.19 ---> using "8424522d1f78b81b26ba463ba357c8ca122e0f74070b621aa84fc80c68430631" from cache


/: (comment openbsd-77-amd64-5.4_opam-2.4)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "doas ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-10-28 10:05.19 ---> using "c9c9d20b21285c86d832e721a23e6d7df92b8c156184c48d4f8227c52c533e04" 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-repository
2025-10-28 10:05.19 ---> using "4fe223850f63b3570d56a2e9a2f2955ccada1b654ec00cbaced22f9e9f923ca0" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
OpenBSD 7.7
The OCaml toplevel, version 5.4.0
2.4.1
2025-10-28 10:05.19 ---> using "8d299a54fbfd348a915878f15036df1470bbbf7d8b30158a99fe7f714d061672" from cache


/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
5bf570252b..7f9c784b97  master     -> origin/master
7f9c784b97 Merge pull request #28787 from ocaml/mseri-patch-1


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-10-28 10:05.19 ---> using "95c1df5154e87c3bce7efc4a28d5d7bdbd9f8708c94f08c05b2a998d2b50176e" from cache


/: (copy (src duniverse-lint.opam) (dst /home/opam/src/./))
2025-10-28 10:06.03 ---> saved as "063abe0d334cf4648db348b38494ff4f7561e00bac66b83c197556cb31594973"


/: (run (network host)
(shell "opam pin add -yn duniverse-lint.dev '/home/opam/src/./'"))
[NOTE] Package duniverse-lint does not exist in opam repositories registered in the current switch.
[duniverse-lint.dev] synchronised (file:///home/opam/src)
duniverse-lint is now pinned to file:///home/opam/src (version dev)
2025-10-28 10:06.46 ---> saved as "1b9d9e8ce6337b4d42d932e4740e9b7c717ade629f50307d4c9ca972e46ce9a5"


/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2025-10-28 10:07.43 ---> saved as "a26179a902bad569fa12f4742ef313175403fc8db1935428af01c168abf85585"


/: (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.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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.4.1 opam-file-format.2.2.0 opam-format.2.4.1 parsexp.v0.17.0 patch.3.0.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.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"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[duniverse-lint.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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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).
2025-10-28 10:08.48 ---> saved as "7c3a954df38f05a2a877f0a950b32f7090c07fa25af0cb75adb1cd66e1d6f2f6"


/: (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.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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 33 packages
- install alcotest                1.9.1
- install astring                 0.8.5
- install base                    v0.17.3
- install cmdliner                2.0.0
- install csexp                   1.5.2
- install dune                    3.20.2
- install dune-configurator       3.20.2
- install fmt                     0.11.0
- install jsonm                   1.0.2
- install menhir                  20250912
- install menhirCST               20250912
- install menhirLib               20250912
- install menhirSdk               20250912
- install num                     1.6
- install ocaml-syntax-shims      1.0.0
- install ocaml_intrinsics_kernel v0.17.1
- install ocamlbuild              0.16.1
- install ocamlfind               1.9.8
- install ocamlgraph              2.2.0
- install opam-core               2.4.1
- install opam-file-format        2.2.0
- install opam-format             2.4.1
- install parsexp                 v0.17.0
- install patch                   3.0.0
- install re                      1.14.0
- install sexplib                 v0.17.0
- install sexplib0                v0.17.0
- install sha                     1.15.4
- install stdio                   v0.17.0
- install stdlib-shims            0.3.0
- install swhid_core              0.1
- install topkg                   1.1.0
- install 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.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 ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved opam-core.2.4.1, opam-format.2.4.1  (cached)
-> retrieved opam-file-format.2.2.0  (cached)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved patch.3.0.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved topkg.1.1.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved swhid_core.0.1  (cached)
-> installed cmdliner.2.0.0
-> installed dune.3.20.2
-> installed num.1.6
-> installed csexp.1.5.2
-> installed menhirCST.20250912
-> installed dune-configurator.3.20.2
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-syntax-shims.1.0.0
-> installed menhir.20250912
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed ocamlgraph.2.2.0
-> installed opam-file-format.2.2.0
-> installed patch.3.0.0
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed base.v0.17.3
-> installed parsexp.v0.17.0
-> installed sha.1.15.4
-> installed sexplib.v0.17.0
-> installed stdio.v0.17.0
-> installed swhid_core.0.1
-> installed topkg.1.1.0
-> installed astring.0.8.5
-> installed fmt.0.11.0
-> installed uutf.1.0.4
-> installed alcotest.1.9.1
-> installed jsonm.1.0.2
-> installed opam-core.2.4.1
-> installed opam-format.2.4.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-28 10:24.47 ---> saved as "834e67e191e0fc9ded8acd026f969eca452834f39198ca2369be62ead438a481"


/: (copy (src .) (dst /home/opam/src))
2025-10-28 10:25.44 ---> saved as "7b79f4a3dab447b2b598496f34b3675c5aa3084ef39ec443f98643e294b0fed6"


/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.4.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o bin/lint.exe /home/opam/.opam/5.4.0/lib/base/base_internalhash_types/base_internalhash_types.cmxa -I /home/opam/.opam/5.4.0/lib/base/base_internalhash_types /home/opam/.opam/5.4.0/lib/sexplib0/sexplib0.cmxa /home/opam/.opam/5.4.0/lib/base/shadow_stdlib/shadow_stdlib.cmxa /home/opam/.opam/5.4.0/lib/ocaml_intrinsics_kernel/ocaml_intrinsics_kernel.cmxa -I /home/opam/.opam/5.4.0/lib/ocaml_intrinsics_kernel /home/opam/.opam/5.4.0/lib/base/base.cmxa -I /home/opam/.opam/5.4.0/lib/base /home/opam/.opam/5.4.0/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.4.0/lib/stdio/stdio.cmxa /home/opam/.opam/5.4.0/lib/parsexp/parsexp.cmxa /home/opam/.opam/5.4.0/lib/sexplib/sexplib.cmxa /home/opam/.opam/5.4.0/lib/ocamlgraph/graph.cmxa /home/opam/.opam/5.4.0/lib/re/re.cmxa /home/opam/.opam/5.4.0/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.4.0/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/5.4.0/lib/sha/sha.cmxa -I /home/opam/.opam/5.4.0/lib/sha /home/opam/.opam/5.4.0/lib/uutf/uutf.cmxa /home/opam/.opam/5.4.0/lib/jsonm/jsonm.cmxa /home/opam/.opam/5.4.0/lib/swhid_core/swhid_core.cmxa /home/opam/.opam/5.4.0/lib/patch/patch.cmxa /home/opam/.opam/5.4.0/lib/opam-core/opam_core.cmxa -I /home/opam/.opam/5.4.0/lib/opam-core /home/opam/.opam/5.4.0/lib/opam-file-format/opam_file_format.cmxa /home/opam/.opam/5.4.0/lib/opam-format/opam_format.cmxa /home/opam/.opam/5.4.0/lib/fmt/fmt.cmxa lib/duniverse_lint.cmxa bin/.lint.eobjs/native/dune__exe__Lint.cmx)
ld: warning: sha1_stubs.c:141(sha1_stubs.o:(stub_sha1_file) in archive /home/opam/.opam/5.4.0/lib/sha/libsha_stubs.a): warning: strcpy() is almost always misused, please use strlcpy()
(cd _build/default && /home/opam/.opam/5.4.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o test/test.exe /home/opam/.opam/5.4.0/lib/astring/astring.cmxa /home/opam/.opam/5.4.0/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.4.0/lib/uutf/uutf.cmxa /home/opam/.opam/5.4.0/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /home/opam/.opam/5.4.0/lib/fmt/fmt.cmxa /home/opam/.opam/5.4.0/lib/fmt/cli/fmt_cli.cmxa /home/opam/.opam/5.4.0/lib/re/re.cmxa /home/opam/.opam/5.4.0/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/5.4.0/lib/alcotest/engine/alcotest_engine.cmxa /home/opam/.opam/5.4.0/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.4.0/lib/fmt/tty/fmt_tty.cmxa /home/opam/.opam/5.4.0/lib/alcotest/alcotest.cmxa -I /home/opam/.opam/5.4.0/lib/alcotest /home/opam/.opam/5.4.0/lib/base/base_internalhash_types/base_internalhash_types.cmxa -I /home/opam/.opam/5.4.0/lib/base/base_internalhash_types /home/opam/.opam/5.4.0/lib/sexplib0/sexplib0.cmxa /home/opam/.opam/5.4.0/lib/base/shadow_stdlib/shadow_stdlib.cmxa /home/opam/.opam/5.4.0/lib/ocaml_intrinsics_kernel/ocaml_intrinsics_kernel.cmxa -I /home/opam/.opam/5.4.0/lib/ocaml_intrinsics_kernel /home/opam/.opam/5.4.0/lib/base/base.cmxa -I /home/opam/.opam/5.4.0/lib/base /home/opam/.opam/5.4.0/lib/stdio/stdio.cmxa /home/opam/.opam/5.4.0/lib/parsexp/parsexp.cmxa /home/opam/.opam/5.4.0/lib/sexplib/sexplib.cmxa /home/opam/.opam/5.4.0/lib/ocamlgraph/graph.cmxa /home/opam/.opam/5.4.0/lib/sha/sha.cmxa -I /home/opam/.opam/5.4.0/lib/sha /home/opam/.opam/5.4.0/lib/jsonm/jsonm.cmxa /home/opam/.opam/5.4.0/lib/swhid_core/swhid_core.cmxa /home/opam/.opam/5.4.0/lib/patch/patch.cmxa /home/opam/.opam/5.4.0/lib/opam-core/opam_core.cmxa -I /home/opam/.opam/5.4.0/lib/opam-core /home/opam/.opam/5.4.0/lib/opam-file-format/opam_file_format.cmxa /home/opam/.opam/5.4.0/lib/opam-format/opam_format.cmxa lib/duniverse_lint.cmxa test/.test.eobjs/native/dune__exe.cmx test/.test.eobjs/native/dune__exe__Test_version.cmx test/.test.eobjs/native/dune__exe__Test.cmx)
ld: warning: sha1_stubs.c:141(sha1_stubs.o:(stub_sha1_file) in archive /home/opam/.opam/5.4.0/lib/sha/libsha_stubs.a): warning: strcpy() is almost always misused, please use strlcpy()
(cd _build/default/test && ./test.exe)
Testing `Lint'.
This run has ID `KXAVYJ4P'.


[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.007s. 8 tests run.
2025-10-28 10:26.41 ---> saved as "7810807390a146a4c25c819e5dd09e703e3e99d5e837fc22fd9cf4df0ec2decd"
Job succeeded
2025-10-28 10:26.41: Job succeeded