2025-09-30 07:23.13: New job: test ocurrent/opam-dune-lint https://github.com/ocurrent/opam-dune-lint.git#refs/heads/master (04aed0bd0e3e766f8e45c4af55a2051afd0b3b36) (openbsd-amd64:openbsd-77-amd64-5.3_opam-2.4) Base: openbsd-77-amd64-ocaml-5.3 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-77-amd64-ocaml-5.3 # openbsd-77-amd64-5.3_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 dfe27d924d3f2d9d3045aa994e54a6172a669ecb || git fetch origin master) && git reset -q --hard dfe27d924d3f2d9d3045aa994e54a6172a669ecb && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.0.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.9.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.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 opam-repository.2.4.1 opam-state.2.4.1 ordering.3.20.2 parsexp.v0.17.0 patch.3.0.0 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 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 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-09-30 07:23.13: Using cache hint "ocurrent/opam-dune-lint-openbsd-77-amd64-ocaml-5.3-openbsd-77-amd64-5.3_opam-2.4-086378bbb8b6e4d35c39d085ac8f8e35" 2025-09-30 07:23.13: Using OBuilder spec: ((from openbsd-77-amd64-ocaml-5.3) (comment openbsd-77-amd64-5.3_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 dfe27d924d3f2d9d3045aa994e54a6172a669ecb || git fetch origin master) && git reset -q --hard dfe27d924d3f2d9d3045aa994e54a6172a669ecb && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.0.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.9.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.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 opam-repository.2.4.1 opam-state.2.4.1 ordering.3.20.2 parsexp.v0.17.0 patch.3.0.0 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 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 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-09-30 07:23.13: Waiting for resource in pool OCluster 2025-09-30 07:23.13: Waiting for worker… 2025-09-30 07:43.42: 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-77-amd64-ocaml-5.3) 2025-09-30 07:43.42 ---> using "dc707c89317e57219dd7c32040190088ba567d26527ae4e5705249b0fb8a1108" from cache /: (comment openbsd-77-amd64-5.3_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-09-30 07:43.42 ---> using "4d9f2a8454ac13a719d2037eb6c4585f3abe585d262d4d52cd10fd3a6a878703" 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-09-30 07:43.42 ---> using "bb11bdcc8731bf96bbd893c143001a8c2da00300f0748ab029cedf39ac58fbd1" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) OpenBSD 7.7 The OCaml toplevel, version 5.3.0 2.4.1 2025-09-30 07:43.42 ---> using "3e94658d8253b73c02953660f5bc81fa4c7c3f8596f6a9a76722eed615a3e4e9" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e dfe27d924d3f2d9d3045aa994e54a6172a669ecb || git fetch origin master) && git reset -q --hard dfe27d924d3f2d9d3045aa994e54a6172a669ecb && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD f6368c68f9..dfe27d924d master -> origin/master dfe27d924d Merge pull request #28613 from kit-ty-kate/opam-2.4-stable-patch <><> 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-09-30 07:43.42 ---> using "51d18449ecc1c780e9fc0e23b96b727c44548cb25482f8138e18ae55cfd0ca2c" from cache /: (copy (src opam-dune-lint.opam) (dst /home/opam/src/./)) 2025-09-30 07:44.40 ---> saved as "f08b2ddfbbec22b30b1f8ed20abc95d739f7a5e886d9bdae40f493ce12d8b1b9" /: (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-09-30 07:45.34 ---> saved as "732932fc10d20aec01def3a2840f9ac067e00aec1b5e4f377267db79b0db6fc1" /: (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2025-09-30 07:46.32 ---> saved as "feeadb296781de3fc7cc602196ef66bd56e1321d329af56d32e5b184e47be7ac" /: (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.0.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.9.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.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 opam-repository.2.4.1 opam-state.2.4.1 ordering.3.20.2 parsexp.v0.17.0 patch.3.0.0 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 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 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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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-09-30 07:47.36 ---> saved as "89069788a242590bd3ce60c881edeeb24a87eb0a8c82d755ecf6400bedbfc82b" /: (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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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 38 packages - install astring 0.8.5 - install bos 0.2.1 - install cmdliner 2.0.0 - install csexp 1.5.2 - install dune 3.20.2 - install dyn 3.20.2 - install fmt 0.11.0 - install fpath 0.7.3 - install jsonm 1.0.2 - install logs 0.9.0 - install menhir 20250912 - install menhirCST 20250912 - install menhirLib 20250912 - install menhirSdk 20250912 - install num 1.6 - 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 opam-repository 2.4.1 - install opam-state 2.4.1 - install ordering 3.20.2 - install parsexp v0.17.0 - install patch 3.0.0 - install pp 2.0.0 - install re 1.14.0 - install rresult 0.7.0 - install sexplib v0.17.0 - install sexplib0 v0.17.0 - install sha 1.15.4 - install spdx_licenses 1.4.0 - install stdlib-shims 0.3.0 - install stdune 3.20.2 - install swhid_core 0.1 - install topkg 1.1.0 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cmdliner.2.0.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved bos.0.2.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved logs.0.9.0 (cached) -> retrieved num.1.6 (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, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2 (cached) -> retrieved opam-core.2.4.1, opam-format.2.4.1, opam-repository.2.4.1, opam-state.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 pp.2.0.0 (cached) -> retrieved parsexp.v0.17.0 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved sexplib0.v0.17.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.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 menhirLib.20250912 -> installed menhirSdk.20250912 -> installed ocamlbuild.0.16.1 -> installed menhir.20250912 -> installed ocamlfind.1.9.8 -> installed ocamlgraph.2.2.0 -> installed opam-file-format.2.2.0 -> installed ordering.3.20.2 -> installed patch.3.0.0 -> installed pp.2.0.0 -> installed re.1.14.0 -> installed dyn.3.20.2 -> installed sexplib0.v0.17.0 -> installed spdx_licenses.1.4.0 -> installed parsexp.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed sexplib.v0.17.0 -> installed sha.1.15.4 -> installed stdune.3.20.2 -> installed swhid_core.0.1 -> installed topkg.1.1.0 -> installed astring.0.8.5 -> installed fmt.0.11.0 -> installed fpath.0.7.3 -> installed logs.0.9.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.4.1 -> installed opam-format.2.4.1 -> installed opam-repository.2.4.1 -> installed opam-state.2.4.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-30 08:04.07 ---> saved as "c83257ba8f15d1eae66775ed9312491eae4cd670c91888583cfd66e9e0faf34a" /: (copy (src .) (dst /home/opam/src)) 2025-09-30 08:05.04 ---> saved as "a7d809e4e229769aa90dc24794eee0bdb5d18efb066a8b62a1d9796629c068e8" /: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/5.3.0/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/5.3.0/lib/astring/astring.cmxa /home/opam/.opam/5.3.0/lib/fmt/fmt.cmxa /home/opam/.opam/5.3.0/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.3.0/lib/fmt/tty/fmt_tty.cmxa /home/opam/.opam/5.3.0/lib/rresult/rresult.cmxa /home/opam/.opam/5.3.0/lib/fpath/fpath.cmxa /home/opam/.opam/5.3.0/lib/logs/logs.cmxa /home/opam/.opam/5.3.0/lib/bos/bos.cmxa /home/opam/.opam/5.3.0/lib/ocamlgraph/graph.cmxa /home/opam/.opam/5.3.0/lib/re/re.cmxa /home/opam/.opam/5.3.0/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/5.3.0/lib/sha/sha.cmxa -I /home/opam/.opam/5.3.0/lib/sha /home/opam/.opam/5.3.0/lib/uutf/uutf.cmxa /home/opam/.opam/5.3.0/lib/jsonm/jsonm.cmxa /home/opam/.opam/5.3.0/lib/swhid_core/swhid_core.cmxa /home/opam/.opam/5.3.0/lib/patch/patch.cmxa /home/opam/.opam/5.3.0/lib/opam-core/opam_core.cmxa -I /home/opam/.opam/5.3.0/lib/opam-core /home/opam/.opam/5.3.0/lib/opam-file-format/opam_file_format.cmxa /home/opam/.opam/5.3.0/lib/opam-format/opam_format.cmxa /home/opam/.opam/5.3.0/lib/opam-repository/opam_repository.cmxa /home/opam/.opam/5.3.0/lib/spdx_licenses/spdx_licenses.cmxa /home/opam/.opam/5.3.0/lib/opam-state/opam_state.cmxa /home/opam/.opam/5.3.0/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.3.0/lib/ordering/ordering.cmxa /home/opam/.opam/5.3.0/lib/pp/pp.cmxa /home/opam/.opam/5.3.0/lib/dyn/dyn.cmxa /home/opam/.opam/5.3.0/lib/csexp/csexp.cmxa /home/opam/.opam/5.3.0/lib/stdune/stdune.cmxa -I /home/opam/.opam/5.3.0/lib/stdune /home/opam/.opam/5.3.0/lib/sexplib0/sexplib0.cmxa /home/opam/.opam/5.3.0/lib/parsexp/parsexp.cmxa /home/opam/.opam/5.3.0/lib/sexplib/sexplib.cmxa /home/opam/.opam/5.3.0/lib/ocaml/str/str.cmxa .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/5.3.0/lib/sha/libsha_stubs.a): warning: strcpy() is almost always misused, please use strlcpy() 2025-09-30 08:06.18 ---> saved as "973ffdd4d95260552a31e8e24f09ad447eed948dcc3dd22f59b76e252ac43c74" Job succeeded 2025-09-30 08:06.18: Job succeeded