2026-05-13 22:38.33: New job: test edwintorok/lintcstubs-arity https://github.com/edwintorok/lintcstubs-arity.git#refs/heads/main (dee2885567e11187cbdd5e2af1df085c59f94c86) (openbsd-amd64:openbsd-77-amd64-4.14_opam-2.5) Base: openbsd-77-amd64-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/edwintorok/lintcstubs-arity.git" -b "main" && cd "lintcstubs-arity" && git reset --hard dee28855 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM openbsd-77-amd64-ocaml-4.14 # openbsd-77-amd64-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN doas ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN opam update -u COPY --chown=1000:1000 lintcstubs-arity.opam /home/opam/src/./ RUN opam pin add -yn lintcstubs-arity.dev '/home/opam/src/./' RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project' ENV DEPS="base-bigarray.base base-threads.base base-unix.base dune.3.23.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y lintcstubs-arity.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 2026-05-13 22:38.33: Using cache hint "edwintorok/lintcstubs-arity-openbsd-77-amd64-ocaml-4.14-openbsd-77-amd64-4.14_opam-2.5-5a0b6194f62f66e21675fe9588cc84a4" 2026-05-13 22:38.33: Using OBuilder spec: ((from openbsd-77-amd64-ocaml-4.14) (comment openbsd-77-amd64-4.14_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "doas ln -f /usr/bin/opam-2.5 /usr/bin/opam")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline")) (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 "opam update -u")) (copy (src lintcstubs-arity.opam) (dst /home/opam/src/./)) (run (network host) (shell "opam pin add -yn lintcstubs-arity.dev '/home/opam/src/./'")) (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.23.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1") (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.5 --depext-only -y lintcstubs-arity.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")) ) 2026-05-13 22:38.33: Waiting for resource in pool OCluster 2026-05-13 22:38.33: Waiting for worker… 2026-05-13 22:38.33: Got resource from pool OCluster Building on oregano.caelum.ci.dev All commits already cached HEAD is now at dee2885 [maintenance]: reformat (from openbsd-77-amd64-ocaml-4.14) 2026-05-13 22:38.34 ---> using "00579f8dea230f94ca5972e50ed0dc70167d1c0e96cfe76e645642677774f17f" from cache /: (comment openbsd-77-amd64-4.14_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "doas ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-05-13 22:38.34 ---> using "da141ce924dbdf0e0442253d076446a1e9daf01a696ee1da60c117d1744ba343" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 93a7bce43a..6f512c614e master -> origin/master a70af20c71 Merge pull request #29844 from shonfeder/release-dune-3.23.0 2026-05-13 22:38.34 ---> using "d247bf36512cd496790e83fb2dab98e4d3f189756dcba21893a0a849fea284da" 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 default (at file:///home/opam/opam-repository): [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html) default (at file:///home/opam/opam-repository): [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html) 2026-05-13 22:38.34 ---> using "8cc4a0587c8f0997512b98ebe7953c1c47dcb561b35abdcc35f2d4981fb2d930" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) OpenBSD 7.7 The OCaml toplevel, version 4.14.2 2.5.0 2026-05-13 22:38.34 ---> using "06382bd200aad320134b04acc52a24cbb8e6733c1d1c8d569437c4866fa8ee06" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] no changes 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 at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-05-13 22:38.34 ---> using "6047169bc0d18ba16d818245aae87f2fa681d89a10ac1b83cd58eb166ec6daaa" from cache /: (copy (src lintcstubs-arity.opam) (dst /home/opam/src/./)) 2026-05-13 22:38.34 ---> using "f1d628ab43f108d6f28fdbcbd138d9ca829e4c58f4e8234c1ce72e51580858d8" from cache /: (run (network host) (shell "opam pin add -yn lintcstubs-arity.dev '/home/opam/src/./'")) [lintcstubs-arity.dev] synchronised (file:///home/opam/src) lintcstubs-arity is now pinned to file:///home/opam/src (version dev) 2026-05-13 22:38.34 ---> using "a7a8cb9e78568a276d74a7d2a8c2f3897b616ea04d94eb40fe1a6dad2b880660" from cache /: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2026-05-13 22:38.34 ---> using "493e22523cfb54921ff993b9cbb7d54cdb817b4709591acd187a19a6df1b747f" from cache /: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.23.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1") /: (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.5 --depext-only -y lintcstubs-arity.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [lintcstubs-arity.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). # To update the current shell environment, run: eval $(opam env) 2026-05-13 22:38.34 ---> using "acadb4842cebb00968c1b4b8e29daa2b6cf2d55a5d13fd3c1510887d129bbb53" from cache /: (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 1 package - install dune 3.23.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved dune.3.23.0 (cached) -> installed dune.3.23.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-05-13 22:41.47 ---> saved as "8c9ec143d4bee2cffbd0534c81a16c4d86896a74e2f0492d9f81b3297ab93c1d" /: (copy (src .) (dst /home/opam/src)) 2026-05-13 22:42.32 ---> saved as "b2e87ceffd82ff9560ddabaf58affd122ea5ba96030497459132b6de95e8005a" /: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-05-13 22:43.22 ---> saved as "c0929036c16632eb1f4e4d98a8621bf8415c2b9f29a9ea4a8140b122fd679f04" Job succeeded 2026-05-13 22:43.22: Job succeeded