Organisationsedwintoroklintcstubsc627ce ()openbsd-77-amd64-4.14_opam-2.5

openbsd-77-amd64-4.14_opam-2.5

Logs

Show full logs
2026-02-14 19:53.58: New job: test edwintorok/lintcstubs https://github.com/edwintorok/lintcstubs.git#refs/heads/main (c627ceb3dfe689196122360ce5da1be658583f94) (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.git" -b "main" && cd "lintcstubs" && git reset --hard c627ceb3
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 opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 66fe1c299d8a0fe922268a88a05ccf4bee097900 || git fetch origin master) && git reset -q --hard 66fe1c299d8a0fe922268a88a05ccf4bee097900 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 lintcstubs.opam lintcstubs-gen.opam /home/opam/src/./
RUN opam pin add -yn lintcstubs.dev '/home/opam/src/./' && \
    opam pin add -yn lintcstubs-gen.dev '/home/opam/src/./'
RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'
ENV DEPS="angstrom.0.16.1 arg-complete.0.2.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base batteries.3.10.0 bigstringaf.0.10.0 bos.0.2.1 camlp-streams.5.0.1 catapult.0.1.1 catapult-file.0.1.1 conf-autoconf.0.2 conf-gcc.1.0 conf-gmp.5 conf-perl.2 conf-pkg-config.4 cppo.1.8.0 cpu.2.0.0 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 dune.3.21.1 dune-compiledb.0.6.0 dune-configurator.3.21.1 dune-private-libs.3.21.1 dune-site.3.21.1 dyn.3.21.1 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 goblint.2.1.0 goblint-cil.2.0.1 hex.1.5.0 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.25.0 lintcstubs-arity.0.5.1 logs.0.10.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.21.1 parsexp.v0.16.0 pp.2.0.0 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_hash.0.1.3 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 qcheck-core.0.25 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 stdlib-shims.0.3.0 stdune.3.21.1 stringext.1.6.0 top-closure.3.21.1 topkg.1.1.1 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4 yaml.3.2.0 yojson.2.2.2 zarith.1.14"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y lintcstubs.dev lintcstubs-gen.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-02-14 19:53.58: Using cache hint "edwintorok/lintcstubs-openbsd-77-amd64-ocaml-4.14-openbsd-77-amd64-4.14_opam-2.5-9e7a60616ebbb5b1eaa198e389dfb6f1"
2026-02-14 19:53.58: 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 (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 66fe1c299d8a0fe922268a88a05ccf4bee097900 || git fetch origin master) && git reset -q --hard 66fe1c299d8a0fe922268a88a05ccf4bee097900 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src lintcstubs.opam lintcstubs-gen.opam) (dst /home/opam/src/./))
 (run (network host)
      (shell  "opam pin add -yn lintcstubs.dev '/home/opam/src/./' && \
             \nopam pin add -yn lintcstubs-gen.dev '/home/opam/src/./'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
 (env DEPS "angstrom.0.16.1 arg-complete.0.2.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base batteries.3.10.0 bigstringaf.0.10.0 bos.0.2.1 camlp-streams.5.0.1 catapult.0.1.1 catapult-file.0.1.1 conf-autoconf.0.2 conf-gcc.1.0 conf-gmp.5 conf-perl.2 conf-pkg-config.4 cppo.1.8.0 cpu.2.0.0 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 dune.3.21.1 dune-compiledb.0.6.0 dune-configurator.3.21.1 dune-private-libs.3.21.1 dune-site.3.21.1 dyn.3.21.1 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 goblint.2.1.0 goblint-cil.2.0.1 hex.1.5.0 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.25.0 lintcstubs-arity.0.5.1 logs.0.10.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.21.1 parsexp.v0.16.0 pp.2.0.0 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_hash.0.1.3 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 qcheck-core.0.25 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 stdlib-shims.0.3.0 stdune.3.21.1 stringext.1.6.0 top-closure.3.21.1 topkg.1.1.1 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4 yaml.3.2.0 yojson.2.2.2 zarith.1.14")
 (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.dev lintcstubs-gen.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-02-14 19:53.58: Waiting for resource in pool OCluster
2026-02-14 19:53.58: Waiting for worker…
2026-02-14 19:53.58: Got resource from pool OCluster
Building on oregano
All commits already cached
HEAD is now at c627ceb Merge pull request #3 from Leonidas-from-XIV/goblint-constraint

(from openbsd-77-amd64-ocaml-4.14)
2026-02-14 19:53.59 ---> 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-02-14 19:53.59 ---> using "da141ce924dbdf0e0442253d076446a1e9daf01a696ee1da60c117d1744ba343" 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
2026-02-14 19:53.59 ---> using "b47c7195b64a0fbbfb2ac6be89bc5d4169c21972d78277da851cf2b727db2a25" 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-02-14 19:53.59 ---> using "e55220d038fe41141e2145e0c421187821ce842a2e5f51ea535be80bbba79f5e" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "cd ~/opam-repository && (git cat-file -e 66fe1c299d8a0fe922268a88a05ccf4bee097900 || git fetch origin master) && git reset -q --hard 66fe1c299d8a0fe922268a88a05ccf4bee097900 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   93a7bce43a..66fe1c299d  master     -> origin/master
66fe1c299d Merge pull request #29371 from edwintorok/release-lintcstubs-arity-0.5.0

<><> 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 at these versions (e.g. "opam upgrade ocaml.5.4.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-02-14 19:56.23 ---> saved as "989a06ddf14d57252f1fab3e9aebdea35b2590acd00c9947b7495a93be2f5bd0"

/: (copy (src lintcstubs.opam lintcstubs-gen.opam) (dst /home/opam/src/./))
2026-02-14 19:57.05 ---> saved as "e23186a0655c07330a9b0bc8c49260faacd676db4c4ab33cffd05b5d92537c80"

/: (run (network host)
        (shell  "opam pin add -yn lintcstubs.dev '/home/opam/src/./' && \
               \nopam pin add -yn lintcstubs-gen.dev '/home/opam/src/./'"))
[lintcstubs.dev] synchronised (file:///home/opam/src)
lintcstubs is now pinned to file:///home/opam/src (version dev)
[lintcstubs-gen.dev] synchronised (file:///home/opam/src)
lintcstubs-gen is now pinned to file:///home/opam/src (version dev)
2026-02-14 19:57.49 ---> saved as "526e38aff9b1d08ed6b375f61863dd95bcf06ee1b699ce989df9d120006e4d14"

/: (run (network host)
        (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2026-02-14 19:58.46 ---> saved as "f0a7976e278f90cf53ff4076335749b16d0e990de1a2827c32f7d3c43d799717"

/: (env DEPS "angstrom.0.16.1 arg-complete.0.2.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base batteries.3.10.0 bigstringaf.0.10.0 bos.0.2.1 camlp-streams.5.0.1 catapult.0.1.1 catapult-file.0.1.1 conf-autoconf.0.2 conf-gcc.1.0 conf-gmp.5 conf-perl.2 conf-pkg-config.4 cppo.1.8.0 cpu.2.0.0 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 dune.3.21.1 dune-compiledb.0.6.0 dune-configurator.3.21.1 dune-private-libs.3.21.1 dune-site.3.21.1 dyn.3.21.1 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 goblint.2.1.0 goblint-cil.2.0.1 hex.1.5.0 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.25.0 lintcstubs-arity.0.5.1 logs.0.10.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.21.1 parsexp.v0.16.0 pp.2.0.0 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_hash.0.1.3 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 qcheck-core.0.25 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 stdlib-shims.0.3.0 stdune.3.21.1 stringext.1.6.0 top-closure.3.21.1 topkg.1.1.1 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4 yaml.3.2.0 yojson.2.2.2 zarith.1.14")

/: (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.dev lintcstubs-gen.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[lintcstubs-gen.dev] synchronised (file:///home/opam/src)
[lintcstubs.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).

The following system packages will first need to be installed:
    devel/autoconf gmp

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/bin/doas "pkg_add" "-I" "devel/autoconf" "gmp"
- file:devel/: empty
- quirks-7.103 signed on 2025-10-13T22:55:16Z
- Ambiguous: autoconf could be autoconf-2.54p6 autoconf-2.64p1 autoconf-2.57p5 autoconf-2.71p0 autoconf-2.62p2 autoconf-2.59p5 autoconf-2.63p1 autoconf-2.68p1 autoconf-2.13p4 autoconf-2.60p5 autoconf-2.58p5 autoconf-2.67p1 autoconf-2.72p0 autoconf-2.56p5 autoconf-2.61p5 autoconf-2.69p3 autoconf-2.52p6 autoconf-2.65p1
# To update the current shell environment, run: eval $(opam env)
2026-02-14 20:00.16 ---> saved as "73892dff4c17cdfb96b44723d30382f35c73ea2351a90b05363064bfa6af4945"

/: (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 69 packages
  - install angstrom            0.16.1
  - install arg-complete        0.2.1
  - install astring             0.8.5
  - install batteries           3.10.0
  - install bigstringaf         0.10.0
  - install bos                 0.2.1
  - install camlp-streams       5.0.1
  - install catapult            0.1.1
  - install catapult-file       0.1.1
  - install conf-autoconf       0.2
  - install conf-gcc            1.0
  - install conf-gmp            5
  - install conf-perl           2
  - install conf-pkg-config     4
  - install cppo                1.8.0
  - install cpu                 2.0.0
  - install csexp               1.5.2
  - install cstruct             6.2.0
  - install ctypes              0.24.0
  - install dune                3.21.1
  - install dune-compiledb      0.6.0
  - install dune-configurator   3.21.1
  - install dune-private-libs   3.21.1
  - install dune-site           3.21.1
  - install dyn                 3.21.1
  - install ezjsonm             1.3.0
  - install fmt                 0.11.0
  - install fpath               0.7.3
  - install fs-io               3.21.1
  - install goblint             2.1.0
  - install goblint-cil         2.0.1
  - install hex                 1.5.0
  - install integers            0.7.0
  - install json-data-encoding  1.0.1
  - install jsonm               1.0.2
  - install jsonrpc             1.25.0
  - install lintcstubs-arity    0.5.1
  - install logs                0.10.0
  - install num                 1.6
  - install ocaml-compiler-libs v0.12.4
  - install ocaml-syntax-shims  1.0.0
  - install ocamlbuild          0.16.1
  - install ocamlfind           1.9.8
  - install ordering            3.21.1
  - install parsexp             v0.16.0
  - install pp                  2.0.0
  - install ppx_blob            0.9.0
  - install ppx_derivers        1.2.1
  - install ppx_deriving        6.1.1
  - install ppx_deriving_hash   0.1.3
  - install ppx_deriving_yojson 3.10.0
  - install ppxlib              0.37.0
  - install qcheck-core         0.25
  - install rresult             0.7.0
  - install seq                 base
  - install sexplib             v0.16.0
  - install sexplib0            v0.16.0
  - install sha                 1.15.4
  - install stdlib-shims        0.3.0
  - install stdune              3.21.1
  - install stringext           1.6.0
  - install top-closure         3.21.1
  - install topkg               1.1.1
  - install uri                 4.4.0
  - install uuidm               0.9.10
  - install uutf                1.0.4
  - install yaml                3.2.0
  - install yojson              2.2.2
  - install zarith              1.14

The following system packages will first need to be installed:
    devel/autoconf

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run pkg_add to install them (may need root/sudo access)
  2. Display the recommended pkg_add command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/doas "pkg_add" "-I" "devel/autoconf"
- file:devel/: empty
- quirks-7.103 signed on 2025-10-13T22:55:16Z
- Ambiguous: autoconf could be autoconf-2.65p1 autoconf-2.62p2 autoconf-2.72p0 autoconf-2.59p5 autoconf-2.61p5 autoconf-2.64p1 autoconf-2.71p0 autoconf-2.13p4 autoconf-2.69p3 autoconf-2.68p1 autoconf-2.54p6 autoconf-2.58p5 autoconf-2.57p5 autoconf-2.52p6 autoconf-2.60p5 autoconf-2.63p1 autoconf-2.67p1 autoconf-2.56p5

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved arg-complete.0.2.1  (cached)
-> retrieved angstrom.0.16.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved batteries.3.10.0  (cached)
-> retrieved catapult.0.1.1, catapult-file.0.1.1  (cached)
-> retrieved cppo.1.8.0  (cached)

#=== ERROR while compiling conf-autoconf.0.2 ==================================#
"autoconf": command not found.


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build conf-autoconf 0.2
+- 
- No changes have been performed
# To update the current shell environment, run: eval $(opam env)
"opam install $DEPS" failed with exit status 31
2026-02-14 20:01.12: Job failed: Failed: Build failed