OrganisationsMisterDAocaml-tare25903 (main)openbsd-76-amd64-4.14_opam-2.3

openbsd-76-amd64-4.14_opam-2.3

Logs

Show full logs
2025-06-18 07:48.11: New job: test MisterDA/ocaml-tar https://github.com/MisterDA/ocaml-tar.git#refs/heads/main (e25903860da01a056a46944c7296ad903b2ec2b9) (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/MisterDA/ocaml-tar.git" -b "main" && cd "ocaml-tar" && git reset --hard e2590386
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 e87127a46b6e17aa7aea2b54b5dac3249ff8d68f || git fetch origin master) && git reset -q --hard e87127a46b6e17aa7aea2b54b5dac3249ff8d68f && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tar.opam tar-unix.opam tar-mirage.opam /home/opam/src/./
RUN opam pin add -yn tar.dev '/home/opam/src/./' && \
    opam pin add -yn tar-unix.dev '/home/opam/src/./' && \
    opam pin add -yn tar-mirage.dev '/home/opam/src/./'
RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'
ENV DEPS="angstrom.0.16.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 logs.0.8.0 lwt.5.9.1 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-kv.6.1.1 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 ocplib-endian.1.2 optint.0.3.0 ounit2.2.2.7 ounit2-lwt.2.2.7 parsexp.v0.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.36.0 ptime.1.2.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.8 uri.4.4.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y tar.dev tar-unix.dev tar-mirage.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-06-18 07:48.11: Using cache hint "MisterDA/ocaml-tar-openbsd-76-amd64-ocaml-4.14-openbsd-76-amd64-4.14_opam-2.3-ead3632e71cc0312da56af805788b9cc"
2025-06-18 07:48.11: 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 e87127a46b6e17aa7aea2b54b5dac3249ff8d68f || git fetch origin master) && git reset -q --hard e87127a46b6e17aa7aea2b54b5dac3249ff8d68f && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src tar.opam tar-unix.opam tar-mirage.opam) (dst /home/opam/src/./))
 (run (network host)
      (shell  "opam pin add -yn tar.dev '/home/opam/src/./' && \
             \nopam pin add -yn tar-unix.dev '/home/opam/src/./' && \
             \nopam pin add -yn tar-mirage.dev '/home/opam/src/./'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
 (env DEPS "angstrom.0.16.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 logs.0.8.0 lwt.5.9.1 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-kv.6.1.1 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 ocplib-endian.1.2 optint.0.3.0 ounit2.2.2.7 ounit2-lwt.2.2.7 parsexp.v0.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.36.0 ptime.1.2.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.8 uri.4.4.0")
 (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 tar.dev tar-unix.dev tar-mirage.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-06-18 07:48.11: Waiting for resource in pool OCluster
2025-06-18 08:21.44: Waiting for worker…
2025-06-18 14:23.06: Got resource from pool OCluster
Building on oregano
All commits already cached
HEAD is now at e259038 Merge pull request #112 from MisterDA/patch-1

(from openbsd-76-amd64-ocaml-4.14)
2025-06-18 14:23.07 ---> 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-06-18 14:23.07 ---> 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-06-18 14:23.07 ---> 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-06-18 14:23.07 ---> using "136946daf17d74755f97e0e0d17c355664b0b582f53f270159dfd90ff2a9858b" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "cd ~/opam-repository && (git cat-file -e e87127a46b6e17aa7aea2b54b5dac3249ff8d68f || git fetch origin master) && git reset -q --hard e87127a46b6e17aa7aea2b54b5dac3249ff8d68f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   727427c1e7..e87127a46b  master     -> origin/master
e87127a46b Merge pull request #28035 from xavierleroy/num-1.6

<><> 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-06-18 14:23.07 ---> using "083a7824149569c7d31b2ecbe935a6f7de7af1f3a39dd6b4324fad6a1b6f8dac" from cache

/: (copy (src tar.opam tar-unix.opam tar-mirage.opam) (dst /home/opam/src/./))
2025-06-18 14:24.04 ---> saved as "11dd32f4eafc668dbbcc7d2fe93099645e95b105297826b5d0a59ed6b57720aa"

/: (run (network host)
        (shell  "opam pin add -yn tar.dev '/home/opam/src/./' && \
               \nopam pin add -yn tar-unix.dev '/home/opam/src/./' && \
               \nopam pin add -yn tar-mirage.dev '/home/opam/src/./'"))
[tar.dev] synchronised (file:///home/opam/src)
tar is now pinned to file:///home/opam/src (version dev)
[tar-unix.dev] synchronised (file:///home/opam/src)
tar-unix is now pinned to file:///home/opam/src (version dev)
[tar-mirage.dev] synchronised (file:///home/opam/src)
tar-mirage is now pinned to file:///home/opam/src (version dev)
2025-06-18 14:25.06 ---> saved as "3f1adb755b6da5ec4d2a8796c23992744c0e994c4b30fe168f7acb050ac059ad"

/: (run (network host)
        (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2025-06-18 14:25.48 ---> saved as "d00dc82864a9cf5974c4cc744bc33ee026f4b6e72761a98c436b5e636fcecff5"

/: (env DEPS "angstrom.0.16.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 logs.0.8.0 lwt.5.9.1 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-kv.6.1.1 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 ocplib-endian.1.2 optint.0.3.0 ounit2.2.2.7 ounit2-lwt.2.2.7 parsexp.v0.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.36.0 ptime.1.2.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.8 uri.4.4.0")

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

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tar-mirage.dev] synchronised (file:///home/opam/src)
[tar.dev] synchronised (file:///home/opam/src)
[tar-unix.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-06-18 14:26.47 ---> saved as "2ab7419f8295c6b2dfe72d005ba5cef984bbdb2e5e03a078a89ea56392cea3f0"

/: (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 43 packages
  - install angstrom            0.16.1
  - install base-bytes          base
  - install bigstringaf         0.10.0
  - install camlp-streams       5.0.1
  - install checkseum           0.5.2
  - install cmdliner            1.3.0
  - install cppo                1.8.0
  - install csexp               1.5.2
  - install cstruct             6.2.0
  - install cstruct-lwt         6.2.0
  - install decompress          1.5.3
  - install dune                3.19.1
  - install dune-configurator   3.19.1
  - install fmt                 0.10.0
  - install logs                0.8.0
  - install lwt                 5.9.1
  - install mirage-block        3.0.2
  - install mirage-block-unix   2.14.2
  - install mirage-clock        4.2.0
  - install mirage-clock-unix   4.2.0
  - install mirage-kv           6.1.1
  - 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 ocplib-endian       1.2
  - install optint              0.3.0
  - install ounit2              2.2.7
  - install ounit2-lwt          2.2.7
  - install parsexp             v0.16.0
  - install ppx_cstruct         6.2.0
  - install ppx_derivers        1.2.1
  - install ppxlib              0.36.0
  - install ptime               1.2.0
  - install rresult             0.7.0
  - install seq                 base
  - install sexplib             v0.16.0
  - install sexplib0            v0.16.0
  - install stdlib-shims        0.3.0
  - install stringext           1.6.0
  - install topkg               1.0.8
  - install uri                 4.4.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved angstrom.0.16.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, ppx_cstruct.6.2.0  (cached)
-> retrieved decompress.1.5.3  (cached)
-> retrieved checkseum.0.5.2  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved mirage-block.3.0.2  (cached)
-> retrieved lwt.5.9.1  (cached)
-> retrieved mirage-block-unix.2.14.2  (cached)
-> retrieved mirage-clock.4.2.0, mirage-clock-unix.4.2.0  (cached)
-> retrieved mirage-kv.6.1.1  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved ounit2.2.2.7, ounit2-lwt.2.2.7  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved ppxlib.0.36.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> installed cmdliner.1.3.0
-> installed dune.3.19.1
-> installed num.1.6
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed mirage-clock.4.2.0
-> installed dune-configurator.3.19.1
-> installed ocaml-compiler-libs.v0.12.4
-> installed bigstringaf.0.10.0
-> installed mirage-clock-unix.4.2.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocamlbuild.0.16.1
-> installed angstrom.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed optint.0.3.0
-> installed ppx_derivers.1.2.1
-> installed checkseum.0.5.2
-> installed ocplib-endian.1.2
-> installed decompress.1.5.3
-> installed lwt.5.9.1
-> installed seq.base
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed parsexp.v0.16.0
-> installed ounit2.2.2.7
-> installed ppxlib.0.36.0
-> installed ounit2-lwt.2.2.7
-> installed sexplib.v0.16.0
-> installed stringext.1.6.0
-> installed topkg.1.0.8
-> installed uri.4.4.0
-> installed fmt.0.10.0
-> installed ptime.1.2.0
-> installed cstruct.6.2.0
-> installed logs.0.8.0
-> installed cstruct-lwt.6.2.0
-> installed mirage-block.3.0.2
-> installed mirage-kv.6.1.1
-> installed ppx_cstruct.6.2.0
-> installed rresult.0.7.0
[ERROR] The compilation of mirage-block-unix.2.14.2 failed at "dune build -p mirage-block-unix -j 1".

#=== ERROR while compiling mirage-block-unix.2.14.2 ===========================#
# context     2.3.0 | openbsd/x86_64 | ocaml-base-compiler.4.14.2 | file:///home/opam/opam-repository
# path        ~/.opam/4.14.2/.opam-switch/build/mirage-block-unix.2.14.2
# command     ~/.opam/4.14.2/bin/dune build -p mirage-block-unix -j 1
# exit-code   1
# env-file    ~/.opam/log/mirage-block-unix-93762-5ee005.env
# output-file ~/.opam/log/mirage-block-unix-93762-5ee005.out
### output ###
# File "lib/dune", line 6, characters 24-40:
# 6 |  (c_names odirect_stubs blkgetsize_stubs lseekhole_stubs flush_stubs
#                             ^^^^^^^^^^^^^^^^
# (cd _build/default/lib && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -g -I /home/opam/.opam/4.14.2/lib/ocaml -I /home/opam/.opam/4.14.2/lib/angstrom -I /home/opam/.opam/4.14.2/lib/bigstringaf -I /home/opam/.opam/4.14.2/lib/bytes -I /home/opam/.opam/4.14.2/lib/cstruct -I /home/opam/.opam/4.14.2/lib/cstruct-lwt -I /home/opam/.opam/4.14.2/lib/fmt -I /home/opam/.opam/4.14.2/lib/logs -I /home/opam/.opam/4.14.2/lib/lwt -I /home/opam/.opam/4.14.2/lib/lwt/unix -I /home/opam/.opam/4.14.2/lib/mirage-block -I /home/opam/.opam/4.14.2/lib/ocaml/threads -I /home/opam/.opam/4.14.2/lib/ocplib-endian -I /home/opam/.opam/4.14.2/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14.2/lib/rresult -I /home/opam/.opam/4.14.2/lib/stringext -I /home/opam/.opam/4.14.2/lib/uri -o blkgetsize_stubs.o -c blkgetsize_stubs.c)
# blkgetsize_stubs.c:113:3: error: "Unable to query block device size: unsupported platform, please report."
# # error "Unable to query block device size: unsupported platform, please report."
#   ^
# blkgetsize_stubs.c:124:7: warning: call to undeclared function 'blkgetsize'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
#   if (blkgetsize(c_fd, &size_in_bytes) == 0)
#       ^
# blkgetsize_stubs.c:142:7: warning: call to undeclared function 'blkgetsectorsize'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
#   if (blkgetsectorsize(c_fd, &size) == 0)
#       ^
# 2 warnings and 1 error generated.
# File "lib/dune", line 6, characters 10-23:
# 6 |  (c_names odirect_stubs blkgetsize_stubs lseekhole_stubs flush_stubs
#               ^^^^^^^^^^^^^
# (cd _build/default/lib && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -g -I /home/opam/.opam/4.14.2/lib/ocaml -I /home/opam/.opam/4.14.2/lib/angstrom -I /home/opam/.opam/4.14.2/lib/bigstringaf -I /home/opam/.opam/4.14.2/lib/bytes -I /home/opam/.opam/4.14.2/lib/cstruct -I /home/opam/.opam/4.14.2/lib/cstruct-lwt -I /home/opam/.opam/4.14.2/lib/fmt -I /home/opam/.opam/4.14.2/lib/logs -I /home/opam/.opam/4.14.2/lib/lwt -I /home/opam/.opam/4.14.2/lib/lwt/unix -I /home/opam/.opam/4.14.2/lib/mirage-block -I /home/opam/.opam/4.14.2/lib/ocaml/threads -I /home/opam/.opam/4.14.2/lib/ocplib-endian -I /home/opam/.opam/4.14.2/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14.2/lib/rresult -I /home/opam/.opam/4.14.2/lib/stringext -I /home/opam/.opam/4.14.2/lib/uri -o odirect_stubs.o -c odirect_stubs.c)
# odirect_stubs.c:58:19: error: use of undeclared identifier 'F_NOCACHE'
#   ret = fcntl(fd, F_NOCACHE);
#                   ^
# 1 error generated.



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build mirage-block-unix 2.14.2
+- 
+- The following changes have been performed
| - install angstrom            0.16.1
| - install base-bytes          base
| - install bigstringaf         0.10.0
| - install camlp-streams       5.0.1
| - install checkseum           0.5.2
| - install cmdliner            1.3.0
| - install cppo                1.8.0
| - install csexp               1.5.2
| - install cstruct             6.2.0
| - install cstruct-lwt         6.2.0
| - install decompress          1.5.3
| - install dune                3.19.1
| - install dune-configurator   3.19.1
| - install fmt                 0.10.0
| - install logs                0.8.0
| - install lwt                 5.9.1
| - install mirage-block        3.0.2
| - install mirage-clock        4.2.0
| - install mirage-clock-unix   4.2.0
| - install mirage-kv           6.1.1
| - 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 ocplib-endian       1.2
| - install optint              0.3.0
| - install ounit2              2.2.7
| - install ounit2-lwt          2.2.7
| - install parsexp             v0.16.0
| - install ppx_cstruct         6.2.0
| - install ppx_derivers        1.2.1
| - install ppxlib              0.36.0
| - install ptime               1.2.0
| - install rresult             0.7.0
| - install seq                 base
| - install sexplib             v0.16.0
| - install sexplib0            v0.16.0
| - install stdlib-shims        0.3.0
| - install stringext           1.6.0
| - install topkg               1.0.8
| - install uri                 4.4.0
+- 
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.14.2/.opam-switch/backup/state-20250618142716.export"
"opam install $DEPS" failed with exit status 31
2025-06-18 14:38.59: Job failed: Failed: Build failed