2025-07-04 15:12.42: New job: test ocurrent/opam-dune-lint https://github.com/ocurrent/opam-dune-lint.git#refs/heads/master (04aed0bd0e3e766f8e45c4af55a2051afd0b3b36) (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/ocurrent/opam-dune-lint.git" -b "master" && cd "opam-dune-lint" && git reset --hard 04aed0bd 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 opam-dune-lint.opam /home/opam/src/./ RUN opam pin add -yn opam-dune-lint.dev '/home/opam/src/./' RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project' ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.19.1 dyn.3.19.1 fmt.0.10.0 fpath.0.7.3 jsonm.1.0.2 logs.0.8.0 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 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 opam-repository.2.3.0 opam-state.2.3.0 ordering.3.19.1 parsexp.v0.16.0 pp.2.0.0 re.1.13.2 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.19.1 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 opam-dune-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:12.42: Using cache hint "ocurrent/opam-dune-lint-openbsd-76-amd64-ocaml-4.14-openbsd-76-amd64-4.14_opam-2.3-24fcb6daa6dd1f6961b3925dba56b532" 2025-07-04 15:12.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 opam-dune-lint.opam) (dst /home/opam/src/./)) (run (network host) (shell "opam pin add -yn opam-dune-lint.dev '/home/opam/src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.19.1 dyn.3.19.1 fmt.0.10.0 fpath.0.7.3 jsonm.1.0.2 logs.0.8.0 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 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 opam-repository.2.3.0 opam-state.2.3.0 ordering.3.19.1 parsexp.v0.16.0 pp.2.0.0 re.1.13.2 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.19.1 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 opam-dune-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:12.42: Waiting for resource in pool OCluster 2025-07-04 20:04.06: Waiting for worker… 2025-07-05 01:45.36: Got resource from pool OCluster Building on oregano All commits already cached HEAD is now at 04aed0b Merge pull request #72 from amongonz/newline-patch (from openbsd-76-amd64-ocaml-4.14) 2025-07-05 01:45.36 ---> 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 01:45.36 ---> 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 01:45.36 ---> 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 01:45.36 ---> 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 01:45.36 ---> using "3388e73058bd43334cc387815d8304b5181b028014bfba6787c6a9b7fec960a8" from cache /: (copy (src opam-dune-lint.opam) (dst /home/opam/src/./)) 2025-07-05 01:46.33 ---> saved as "8be287e2675e17d3049712e6662a5a5da13563882164557ff14c6f4788adf4ed" /: (run (network host) (shell "opam pin add -yn opam-dune-lint.dev '/home/opam/src/./'")) [opam-dune-lint.dev] synchronised (file:///home/opam/src) opam-dune-lint is now pinned to file:///home/opam/src (version dev) 2025-07-05 01:47.27 ---> saved as "e77739dbcb7c5ae705ad0204f29589d98a597e23a54605603918cdbc0fbaa640" /: (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2025-07-05 01:48.25 ---> saved as "83fb1506703d65e98e919eae82686716206b60a94d7a9f55f0391a79f38803b3" /: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.19.1 dyn.3.19.1 fmt.0.10.0 fpath.0.7.3 jsonm.1.0.2 logs.0.8.0 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 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 opam-repository.2.3.0 opam-state.2.3.0 ordering.3.19.1 parsexp.v0.16.0 pp.2.0.0 re.1.13.2 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.19.1 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 opam-dune-lint.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [opam-dune-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 01:49.25 ---> saved as "9a7c4da78a08ddb0efe1c6088b9046bb4b07ca46f3d546b515c0a202963ae970" /: (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 38 packages - install astring 0.8.5 - install bos 0.2.1 - install cmdliner 1.3.0 - install csexp 1.5.2 - install dune 3.19.1 - install dyn 3.19.1 - install fmt 0.10.0 - install fpath 0.7.3 - install jsonm 1.0.2 - install logs 0.8.0 - install menhir 20240715 - install menhirCST 20240715 - install menhirLib 20240715 - install menhirSdk 20240715 - install num 1.6 - 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 opam-repository 2.3.0 - install opam-state 2.3.0 - install ordering 3.19.1 - install parsexp v0.16.0 - install pp 2.0.0 - install re 1.13.2 - install rresult 0.7.0 - install seq base - install sexplib v0.16.0 - install sexplib0 v0.16.0 - install sha 1.15.4 - install spdx_licenses 1.4.0 - install stdlib-shims 0.3.0 - install stdune 3.19.1 - 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 bos.0.2.1 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved logs.0.8.0 (cached) -> retrieved num.1.6 (cached) -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> retrieved ocamlbuild.0.16.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, opam-repository.2.3.0, opam-state.2.3.0 (cached) -> retrieved opam-file-format.2.2.0 (cached) -> retrieved dune.3.19.1, dyn.3.19.1, ordering.3.19.1, stdune.3.19.1 (cached) -> retrieved pp.2.0.0 (cached) -> retrieved parsexp.v0.16.0 (cached) -> retrieved seq.base (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved re.1.13.2 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved sha.1.15.4 (cached) -> retrieved spdx_licenses.1.4.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved sexplib.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 menhirLib.20240715 -> installed menhirSdk.20240715 -> installed ocamlbuild.0.16.1 -> installed menhir.20240715 -> installed ocamlfind.1.9.8 -> installed ocamlgraph.2.2.0 -> installed opam-file-format.2.2.0 -> installed ordering.3.19.1 -> installed pp.2.0.0 -> installed seq.base -> installed sexplib0.v0.16.0 -> installed dyn.3.19.1 -> installed parsexp.v0.16.0 -> installed re.1.13.2 -> installed sexplib.v0.16.0 -> installed spdx_licenses.1.4.0 -> installed stdlib-shims.0.3.0 -> installed stdune.3.19.1 -> installed sha.1.15.4 -> installed swhid_core.0.1 -> installed topkg.1.0.8 -> installed astring.0.8.5 -> installed fmt.0.10.0 -> installed fpath.0.7.3 -> installed logs.0.8.0 -> installed rresult.0.7.0 -> installed uutf.1.0.4 -> installed bos.0.2.1 -> installed jsonm.1.0.2 -> installed opam-core.2.3.0 -> installed opam-format.2.3.0 -> installed opam-repository.2.3.0 -> installed opam-state.2.3.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-07-05 02:03.38 ---> saved as "d66517fb14c0c1787f75a5b06657ce408be8bb656de60c3eb9eef0b10d3d7e19" /: (copy (src .) (dst /home/opam/src)) 2025-07-05 02:04.35 ---> saved as "22e01dbe331c16ee33f633fdbc527a035afc49d4ab51e7670a0c9bcccadeb38d" /: (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@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o main.exe /home/opam/.opam/4.14.2/lib/astring/astring.cmxa /home/opam/.opam/4.14.2/lib/fmt/fmt.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/rresult/rresult.cmxa /home/opam/.opam/4.14.2/lib/fpath/fpath.cmxa /home/opam/.opam/4.14.2/lib/logs/logs.cmxa /home/opam/.opam/4.14.2/lib/bos/bos.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/opam-repository/opam_repository.cmxa /home/opam/.opam/4.14.2/lib/spdx_licenses/spdx_licenses.cmxa /home/opam/.opam/4.14.2/lib/opam-state/opam_state.cmxa /home/opam/.opam/4.14.2/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/4.14.2/lib/ordering/ordering.cmxa /home/opam/.opam/4.14.2/lib/pp/pp.cmxa /home/opam/.opam/4.14.2/lib/dyn/dyn.cmxa /home/opam/.opam/4.14.2/lib/stdune/filesystem_stubs/dune_filesystem_stubs.cmxa -I /home/opam/.opam/4.14.2/lib/stdune/filesystem_stubs /home/opam/.opam/4.14.2/lib/csexp/csexp.cmxa /home/opam/.opam/4.14.2/lib/stdune/stdune.cmxa -I /home/opam/.opam/4.14.2/lib/stdune /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/sexplib0/sexplib0.cmxa /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/ocaml/str.cmxa -I /home/opam/.opam/4.14.2/lib/ocaml .main.eobjs/native/dune__exe.cmx .main.eobjs/native/dune__exe__Dune_constraints.cmx .main.eobjs/native/dune__exe__Types.cmx .main.eobjs/native/dune__exe__Dune_items.cmx .main.eobjs/native/dune__exe__Dune_rules.cmx .main.eobjs/native/dune__exe__Deps.cmx .main.eobjs/native/dune__exe__Dune_project.cmx .main.eobjs/native/dune__exe__Formula.cmx .main.eobjs/native/dune__exe__Index.cmx .main.eobjs/native/dune__exe__Main.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() 2025-07-05 02:05.49 ---> saved as "0734056e12b6e6c5513bc5f3312b90e76f8972e2dd9cb6cd20a3460da8a0551e" Job succeeded 2025-07-05 02:05.49: Job succeeded