Organisationsdune-universeduniverse-lint635a6c (main)openbsd-76-amd64-4.14_opam-2.3

openbsd-76-amd64-4.14_opam-2.3

Logs

Show full logs
2025-07-04 15:14.42: New job: test dune-universe/duniverse-lint https://github.com/dune-universe/duniverse-lint.git#refs/heads/main (635a6cdf7f4ea838c061009c63771f62a28082fb) (openbsd-amd64:openbsd-76-amd64-4.14_opam-2.3)
Base: openbsd-76-amd64-ocaml-4.14
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-76-amd64-ocaml-4.14
# openbsd-76-amd64-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN doas ln -f /usr/bin/opam-2.3 /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 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && 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.0 astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 jsonm.1.0.2 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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.3.0 opam-file-format.2.2.0 opam-format.2.3.0 parsexp.v0.16.0 re.1.13.2 seq.base 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.0.8 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --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-07-04 15:14.42: Using cache hint "dune-universe/duniverse-lint-openbsd-76-amd64-ocaml-4.14-openbsd-76-amd64-4.14_opam-2.3-d74e8c874cc6e7f701f6841509f1085d"
2025-07-04 15:14.42: Using OBuilder spec:
((from openbsd-76-amd64-ocaml-4.14)
 (comment openbsd-76-amd64-4.14_opam-2.3)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "doas ln -f /usr/bin/opam-2.3 /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 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && 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.0 astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 jsonm.1.0.2 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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.3.0 opam-file-format.2.2.0 opam-format.2.3.0 parsexp.v0.16.0 re.1.13.2 seq.base 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.0.8 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.3 --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-07-04 15:14.42: Waiting for resource in pool OCluster
2025-07-05 03:07.40: Waiting for worker…
2025-07-05 09:25.09: 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-76-amd64-ocaml-4.14)
2025-07-05 09:25.09 ---> using "273e81235ea8a6b452476629509f5a1e49a129b613e30bfb7515f80881f75048" from cache

/: (comment openbsd-76-amd64-4.14_opam-2.3)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-07-05 09:25.09 ---> using "8f4c505b74dc31d91c5d30f3e3d123c2567bb97ae9c1708d719a97f14994a2cb" 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] synchronised from file:///home/opam/opam-repository
2025-07-05 09:25.09 ---> using "b66ba35f8a9a53257673fce4c0b7f7307b571514bb7b92fa06cc7e407f80f85e" from cache

/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
OpenBSD 7.6
The OCaml toplevel, version 4.14.2
2.3.0
2025-07-05 09:25.09 ---> using "136946daf17d74755f97e0e0d17c355664b0b582f53f270159dfd90ff2a9858b" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   727427c1e7..ee56c84f60  master     -> origin/master
382e02b4c1 Merge pull request #28124 from kit-ty-kate/opam-publish-re.1.13.2

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

Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-07-05 09:25.09 ---> using "3388e73058bd43334cc387815d8304b5181b028014bfba6787c6a9b7fec960a8" from cache

/: (copy (src duniverse-lint.opam) (dst /home/opam/src/./))
2025-07-05 09:26.06 ---> saved as "854e57b52a2869b72405731f29b2a39deb34ed475e5562dc00556a17beb5a0a3"

/: (run (network host)
        (shell "opam pin add -yn duniverse-lint.dev '/home/opam/src/./'"))
Package duniverse-lint does not exist, create as a NEW package? [y/n] y
[duniverse-lint.dev] synchronised (file:///home/opam/src)
duniverse-lint is now pinned to file:///home/opam/src (version dev)
2025-07-05 09:27.00 ---> saved as "c0531a56d8ad5661768904d04d47d6261d5e45807a06657dd47c8b4b79ddf0fe"

/: (run (network host)
        (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2025-07-05 09:27.57 ---> saved as "f3be1e13f72dfdc35abd6136b8efe9552b90895f432dc3a077b96429918a7325"

/: (env DEPS "alcotest.1.9.0 astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 jsonm.1.0.2 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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.3.0 opam-file-format.2.2.0 opam-format.2.3.0 parsexp.v0.16.0 re.1.13.2 seq.base 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.0.8 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.3 --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 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-07-05 09:28.59 ---> saved as "09bc9b9aca91532fdefc0733d23a1f22fc96a138f20dd5a229541d4c49cb4425"

/: (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
  - install alcotest           1.9.0
  - install astring            0.8.5
  - install base               v0.16.4
  - install cmdliner           1.3.0
  - install csexp              1.5.2
  - install dune               3.19.1
  - install dune-configurator  3.19.1
  - install fmt                0.10.0
  - install jsonm              1.0.2
  - install menhir             20240715
  - install menhirCST          20240715
  - install menhirLib          20240715
  - install menhirSdk          20240715
  - install num                1.6
  - install ocaml-syntax-shims 1.0.0
  - install ocamlbuild         0.16.1
  - install ocamlfind          1.9.8
  - install ocamlgraph         2.2.0
  - install opam-core          2.3.0
  - install opam-file-format   2.2.0
  - install opam-format        2.3.0
  - install parsexp            v0.16.0
  - install re                 1.13.2
  - install seq                base
  - install sexplib            v0.16.0
  - install sexplib0           v0.16.0
  - install sha                1.15.4
  - install stdio              v0.16.0
  - install stdlib-shims       0.3.0
  - install swhid_core         0.1
  - install topkg              1.0.8
  - install uutf               1.0.4

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved alcotest.1.9.0  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved num.1.6  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved opam-core.2.3.0, opam-format.2.3.0  (cached)
-> retrieved opam-file-format.2.2.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved seq.base  (cached)
-> retrieved re.1.13.2  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved swhid_core.0.1  (cached)
-> installed cmdliner.1.3.0
-> installed dune.3.19.1
-> installed num.1.6
-> installed csexp.1.5.2
-> installed menhirCST.20240715
-> installed dune-configurator.3.19.1
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed ocaml-syntax-shims.1.0.0
-> installed menhir.20240715
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed ocamlgraph.2.2.0
-> installed opam-file-format.2.2.0
-> installed seq.base
-> installed sexplib0.v0.16.0
-> installed re.1.13.2
-> installed base.v0.16.4
-> installed parsexp.v0.16.0
-> installed stdio.v0.16.0
-> installed sexplib.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed sha.1.15.4
-> installed topkg.1.0.8
-> installed astring.0.8.5
-> installed fmt.0.10.0
-> installed uutf.1.0.4
-> installed alcotest.1.9.0
-> installed jsonm.1.0.2
-> installed opam-core.2.3.0
-> installed opam-format.2.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-05 09:41.56 ---> saved as "1768d3629554d5798a9f2edf733e27277156bd2bde5b225886ccd330ad9cf4d6"

/: (copy (src .) (dst /home/opam/src))
2025-07-05 09:42.39 ---> saved as "e340dcb5beb3d2f2ef08b19ae37096e1a3617cb6ab123d221d66447c551394f1"

/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14.2/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/4.14.2/lib/astring/astring.cmxa /home/opam/.opam/4.14.2/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/4.14.2/lib/uutf/uutf.cmxa /home/opam/.opam/4.14.2/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /home/opam/.opam/4.14.2/lib/fmt/fmt.cmxa /home/opam/.opam/4.14.2/lib/fmt/cli/fmt_cli.cmxa /home/opam/.opam/4.14.2/lib/re/re.cmxa /home/opam/.opam/4.14.2/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/4.14.2/lib/alcotest/engine/alcotest_engine.cmxa /home/opam/.opam/4.14.2/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.14.2/lib/ocaml /home/opam/.opam/4.14.2/lib/fmt/tty/fmt_tty.cmxa /home/opam/.opam/4.14.2/lib/alcotest/alcotest.cmxa -I /home/opam/.opam/4.14.2/lib/alcotest /home/opam/.opam/4.14.2/lib/base/base_internalhash_types/base_internalhash_types.cmxa -I /home/opam/.opam/4.14.2/lib/base/base_internalhash_types /home/opam/.opam/4.14.2/lib/base/caml/caml.cmxa /home/opam/.opam/4.14.2/lib/sexplib0/sexplib0.cmxa /home/opam/.opam/4.14.2/lib/base/shadow_stdlib/shadow_stdlib.cmxa /home/opam/.opam/4.14.2/lib/base/base.cmxa -I /home/opam/.opam/4.14.2/lib/base /home/opam/.opam/4.14.2/lib/stdio/stdio.cmxa /home/opam/.opam/4.14.2/lib/ocaml/bigarray.cmxa -I /home/opam/.opam/4.14.2/lib/ocaml /home/opam/.opam/4.14.2/lib/parsexp/parsexp.cmxa /home/opam/.opam/4.14.2/lib/sexplib/sexplib.cmxa /home/opam/.opam/4.14.2/lib/ocamlgraph/graph.cmxa /home/opam/.opam/4.14.2/lib/sha/sha.cmxa -I /home/opam/.opam/4.14.2/lib/sha /home/opam/.opam/4.14.2/lib/jsonm/jsonm.cmxa /home/opam/.opam/4.14.2/lib/swhid_core/swhid_core.cmxa /home/opam/.opam/4.14.2/lib/opam-core/opam_core.cmxa -I /home/opam/.opam/4.14.2/lib/opam-core /home/opam/.opam/4.14.2/lib/opam-file-format/opam_file_format.cmxa /home/opam/.opam/4.14.2/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/4.14.2/lib/sha/libsha_stubs.a): warning: strcpy() is almost always misused, please use strlcpy()
(cd _build/default && /home/opam/.opam/4.14.2/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/4.14.2/lib/base/base_internalhash_types/base_internalhash_types.cmxa -I /home/opam/.opam/4.14.2/lib/base/base_internalhash_types /home/opam/.opam/4.14.2/lib/base/caml/caml.cmxa /home/opam/.opam/4.14.2/lib/sexplib0/sexplib0.cmxa /home/opam/.opam/4.14.2/lib/base/shadow_stdlib/shadow_stdlib.cmxa /home/opam/.opam/4.14.2/lib/base/base.cmxa -I /home/opam/.opam/4.14.2/lib/base /home/opam/.opam/4.14.2/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/4.14.2/lib/stdio/stdio.cmxa /home/opam/.opam/4.14.2/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.14.2/lib/ocaml /home/opam/.opam/4.14.2/lib/ocaml/bigarray.cmxa -I /home/opam/.opam/4.14.2/lib/ocaml /home/opam/.opam/4.14.2/lib/parsexp/parsexp.cmxa /home/opam/.opam/4.14.2/lib/sexplib/sexplib.cmxa /home/opam/.opam/4.14.2/lib/ocamlgraph/graph.cmxa /home/opam/.opam/4.14.2/lib/re/re.cmxa /home/opam/.opam/4.14.2/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/4.14.2/lib/sha/sha.cmxa -I /home/opam/.opam/4.14.2/lib/sha /home/opam/.opam/4.14.2/lib/uutf/uutf.cmxa /home/opam/.opam/4.14.2/lib/jsonm/jsonm.cmxa /home/opam/.opam/4.14.2/lib/swhid_core/swhid_core.cmxa /home/opam/.opam/4.14.2/lib/opam-core/opam_core.cmxa -I /home/opam/.opam/4.14.2/lib/opam-core /home/opam/.opam/4.14.2/lib/opam-file-format/opam_file_format.cmxa /home/opam/.opam/4.14.2/lib/opam-format/opam_format.cmxa /home/opam/.opam/4.14.2/lib/fmt/fmt.cmxa lib/duniverse_lint.cmxa bin/.lint.eobjs/native/dune__exe__Lint.cmx)
ld: warning: sha512_stubs.c:139(sha512_stubs.o:(stub_sha512_file) in archive /home/opam/.opam/4.14.2/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 `PLX5OIKI'.

  [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.013s. 8 tests run.
2025-07-05 09:43.27 ---> saved as "de690028d49000bcd635512293ce1f2c8bf527111fda3710c58ff3ba0ece635a"
Job succeeded
2025-07-05 09:43.27: Job succeeded