2025-12-15 14:45.39: 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.4_opam-2.4)Base: openbsd-77-amd64-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/opam-dune-lint.git" -b "master" && cd "opam-dune-lint" && git reset --hard 04aed0bdcat > Dockerfile <<'END-OF-DOCKERFILE'FROM openbsd-77-amd64-ocaml-5.4# openbsd-77-amd64-5.4_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN doas ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.1.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.10.0 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 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.0 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 ordering.3.20.2 parsexp.v0.17.0 patch.3.1.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.1 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /home/opam/srcRUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-12-15 14:45.39: Using cache hint "ocurrent/opam-dune-lint-openbsd-77-amd64-ocaml-5.4-openbsd-77-amd64-5.4_opam-2.4-9a09070e8ed8d35f7a16562e8b470359"2025-12-15 14:45.39: 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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.1.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.10.0 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 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.0 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 ordering.3.20.2 parsexp.v0.17.0 patch.3.1.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.1 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-12-15 14:45.39: Waiting for resource in pool OCluster2025-12-16 06:45.39: Connecting to build cluster…2025-12-16 06:48.51: Waiting for worker…2025-12-16 08:21.10: Got resource from pool OClusterBuilding on oreganoAll commits already cachedHEAD is now at 04aed0b Merge pull request #72 from amongonz/newline-patch(from openbsd-77-amd64-ocaml-5.4)2025-12-16 08:21.10 ---> 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-12-16 08:21.10 ---> 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-repository2025-12-16 08:21.10 ---> using "4fe223850f63b3570d56a2e9a2f2955ccada1b654ec00cbaced22f9e9f923ca0" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))OpenBSD 7.7The OCaml toplevel, version 5.4.02.4.12025-12-16 08:21.10 ---> using "8d299a54fbfd348a915878f15036df1470bbbf7d8b30158a99fe7f714d061672" from cache/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD5bf570252b..c65fcb1165 master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-12-16 08:21.10 ---> using "c2576702cf109641c902b809f113c94031fca52c4e5b5000dc279bf9a2be3f54" from cache/: (copy (src opam-dune-lint.opam) (dst /home/opam/src/./))2025-12-16 08:21.53 ---> saved as "1dce76cd3e39e7bbd1800d7d41865befc88e7a551ee818f1c8e062ddf90c90f0"/: (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-12-16 08:22.36 ---> saved as "c9898929717d491dc491d8a53dca2c2a556e0a04eb8392e2224d8457fde3db1f"/: (run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2025-12-16 08:23.19 ---> saved as "f0d7d9a461b1ef26e592ab019dc9ad5606719abb2cf816afc8a8f6256e72a7ce"/: (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.1.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.10.0 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 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.0 opam-file-format.2.2.0 opam-format.2.5.0 opam-repository.2.5.0 opam-state.2.5.0 ordering.3.20.2 parsexp.v0.17.0 patch.3.1.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.1 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.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-12-16 08:24.16 ---> saved as "7f100552c5193fc162fab95fe3f4659e731f36803ddcc82807acaee2009dd0f9"/: (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 38 packages- install astring 0.8.5- install bos 0.2.1- install cmdliner 2.1.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.10.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.5.0- install opam-file-format 2.2.0- install opam-format 2.5.0- install opam-repository 2.5.0- install opam-state 2.5.0- install ordering 3.20.2- install parsexp v0.17.0- install patch 3.1.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.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cmdliner.2.1.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.10.0 (cached)-> retrieved num.1.6 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (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.5.0, opam-format.2.5.0, opam-repository.2.5.0, opam-state.2.5.0 (cached)-> retrieved opam-file-format.2.2.0 (cached)-> retrieved ocamlgraph.2.2.0 (cached)-> retrieved patch.3.1.0 (cached)-> retrieved pp.2.0.0 (cached)-> retrieved parsexp.v0.17.0 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved sexplib.v0.17.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 re.1.14.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved swhid_core.0.1 (cached)-> installed cmdliner.2.1.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.1.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.1-> installed astring.0.8.5-> installed fmt.0.11.0-> installed fpath.0.7.3-> installed logs.0.10.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.5.0-> installed opam-format.2.5.0-> installed opam-repository.2.5.0-> installed opam-state.2.5.0Done.# To update the current shell environment, run: eval $(opam env)2025-12-16 08:40.58 ---> saved as "79a7c44d882742623a82a9e2fb868efbe53eb9e665131376a790dec43e121898"/: (copy (src .) (dst /home/opam/src))2025-12-16 08:41.40 ---> saved as "6337fc6db85f2fefccf72b09be7bc4e235e992405e91ede5a9176a74e1c6a0b8"/: (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@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o main.exe /home/opam/.opam/5.4.0/lib/astring/astring.cmxa /home/opam/.opam/5.4.0/lib/fmt/fmt.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/rresult/rresult.cmxa /home/opam/.opam/5.4.0/lib/fpath/fpath.cmxa /home/opam/.opam/5.4.0/lib/logs/logs.cmxa /home/opam/.opam/5.4.0/lib/bos/bos.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/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/opam-repository/opam_repository.cmxa /home/opam/.opam/5.4.0/lib/spdx_licenses/spdx_licenses.cmxa /home/opam/.opam/5.4.0/lib/opam-state/opam_state.cmxa /home/opam/.opam/5.4.0/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.4.0/lib/ordering/ordering.cmxa /home/opam/.opam/5.4.0/lib/pp/pp.cmxa /home/opam/.opam/5.4.0/lib/dyn/dyn.cmxa /home/opam/.opam/5.4.0/lib/csexp/csexp.cmxa /home/opam/.opam/5.4.0/lib/stdune/stdune.cmxa -I /home/opam/.opam/5.4.0/lib/stdune /home/opam/.opam/5.4.0/lib/sexplib0/sexplib0.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/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.4.0/lib/sha/libsha_stubs.a): warning: strcpy() is almost always misused, please use strlcpy()2025-12-16 08:42.45 ---> saved as "5d44e0854d29aa02e58a95a7fc086363544e05e042ffd6b3bb436a74768990a2"Job succeeded2025-12-16 08:42.45: Job succeeded