2024-11-11 21:05.08: New job: test mirage/ocaml-tar https://github.com/mirage/ocaml-tar.git#refs/heads/duplicate-gz (6b1c92d420dc8f7f6a698b3c5d1f21cad25cc063) (openbsd-amd64:openbsd-76-amd64-5.2_opam-2.3)
Base: openbsd-76-amd64-ocaml-5.2
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/mirage/ocaml-tar.git" -b "duplicate-gz" && cd "ocaml-tar" && git reset --hard 6b1c92d4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM openbsd-76-amd64-ocaml-5.2
# openbsd-76-amd64-5.2_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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tar.opam tar-unix.opam tar-mirage.opam tar-eio.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/./' && \
opam pin add -yn tar-eio.dev '/home/opam/src/./'
ENV DEPS="alcotest.1.8.0 alcotest-lwt.1.8.0 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 checkseum.0.5.2 cmdliner.1.3.0 cppo.1.7.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 domain-local-await.1.0.1 dune.3.16.1 dune-configurator.3.16.1 eio.1.1 fmt.0.9.0 hmap.0.8.1 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 lwt.5.8.0 lwt-dllist.1.0.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 mtime.2.1.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 psq.0.2.1 ptime.1.2.0 re.1.12.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 thread-table.1.0.0 topkg.1.0.7 uri.4.4.0 uutf.1.0.3"
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 tar-eio.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
2024-11-11 21:05.08: Using cache hint "mirage/ocaml-tar-openbsd-76-amd64-ocaml-5.2-openbsd-76-amd64-5.2_opam-2.3-8763dd67dcc55b115953fdb8d82e00f4"
2024-11-11 21:05.08: Using OBuilder spec:
((from openbsd-76-amd64-ocaml-5.2)
(comment openbsd-76-amd64-5.2_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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src tar.opam tar-unix.opam tar-mirage.opam tar-eio.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/./' && \
\nopam pin add -yn tar-eio.dev '/home/opam/src/./'"))
(env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 checkseum.0.5.2 cmdliner.1.3.0 cppo.1.7.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 domain-local-await.1.0.1 dune.3.16.1 dune-configurator.3.16.1 eio.1.1 fmt.0.9.0 hmap.0.8.1 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 lwt.5.8.0 lwt-dllist.1.0.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 mtime.2.1.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 psq.0.2.1 ptime.1.2.0 re.1.12.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 thread-table.1.0.0 topkg.1.0.7 uri.4.4.0 uutf.1.0.3")
(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 tar-eio.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"))
)
2024-11-11 21:05.08: Waiting for resource in pool OCluster
2024-11-12 06:43.59: Waiting for worker…
2024-11-12 09:00.09: Got resource from pool OCluster
Building on bremusa
All commits already cached
HEAD is now at 6b1c92d Implement Tar_lwt_unix.create{,_gz} using Tar.t
(from openbsd-76-amd64-ocaml-5.2)
2024-11-12 09:00.09 ---> using "4320665f99976787f90a9e18174d2737909e8978c44b8f3d46fb0aff097b06a4" from cache
/: (comment openbsd-76-amd64-5.2_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"))
2024-11-12 09:00.09 ---> using "22e2929b9a366c809ec816349aa6cb9a45b4649cad05d8c280efed2bc66c5069" 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
2024-11-12 09:00.09 ---> using "8ee85108de9d3aac6d892ef0faaf024ea14d13d761a327e4e4cd8f43a209bafa" from cache
/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
OpenBSD 7.6
The OCaml toplevel, version 5.2.0
2.3.0~rc1
2024-11-12 09:00.09 ---> using "52e1b1eb38389daf27ec5bb41e48ee2005bdbd80371e88d39094e253864006cb" from cache
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u"))
371a52f4a8 Merge pull request #26816 from maiste/release-dune-3.16.1
<><> 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)
2024-11-12 09:00.09 ---> using "4fe3df0294c03f2476967fa629d94688b775258f59afca9905db57aab2303325" from cache
/: (copy (src tar.opam tar-unix.opam tar-mirage.opam tar-eio.opam)
(dst /home/opam/src/./))
2024-11-12 09:00.09 ---> using "deaa3cb1fa1249a06779a61650c840836169332966d5da38219726ef2feb65b9" from cache
/: (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/./' && \
\nopam pin add -yn tar-eio.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)
[tar-eio.dev] synchronised (file:///home/opam/src)
tar-eio is now pinned to file:///home/opam/src (version dev)
2024-11-12 09:00.09 ---> using "b83be14e001a1766a84dfdb8b729f6d6873768b5d748ae6ddf568cae3704b898" from cache
/: (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 checkseum.0.5.2 cmdliner.1.3.0 cppo.1.7.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 domain-local-await.1.0.1 dune.3.16.1 dune-configurator.3.16.1 eio.1.1 fmt.0.9.0 hmap.0.8.1 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 lwt.5.8.0 lwt-dllist.1.0.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 mtime.2.1.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 psq.0.2.1 ptime.1.2.0 re.1.12.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 thread-table.1.0.0 topkg.1.0.7 uri.4.4.0 uutf.1.0.3")
/: (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 tar-eio.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tar.dev] synchronised (no changes)
[tar-mirage.dev] synchronised (no changes)
[tar-eio.dev] synchronised (no changes)
[tar-unix.dev] synchronised (no changes)
[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-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2024-11-12 09:00.09 ---> using "4bcbb14890dcbe9b1776b14afb08c03cd08b9d31ac8a18786bd868eef4823818" 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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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-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 44 packages
- install alcotest 1.8.0
- install alcotest-lwt 1.8.0
- install angstrom 0.16.1
- install astring 0.8.5
- install base-bytes base
- install bigstringaf 0.10.0
- install checkseum 0.5.2
- install cmdliner 1.3.0
- install cppo 1.7.0
- install csexp 1.5.2
- install cstruct 6.2.0
- install cstruct-lwt 6.2.0
- install decompress 1.5.3
- install domain-local-await 1.0.1
- install dune 3.16.1
- install dune-configurator 3.16.1
- install eio 1.1
- install fmt 0.9.0
- install hmap 0.8.1
- install logs 0.7.0
- install lwt 5.8.0
- install lwt-dllist 1.0.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 mtime 2.1.0
- install ocaml-syntax-shims 1.0.0
- install ocamlbuild 0.15.0
- install ocamlfind 1.9.6
- install ocplib-endian 1.2
- install optint 0.3.0
- install psq 0.2.1
- install ptime 1.2.0
- install re 1.12.0
- install rresult 0.7.0
- install seq base
- install stdlib-shims 0.3.0
- install stringext 1.6.0
- install thread-table 1.0.0
- install topkg 1.0.7
- install uri 4.4.0
- install uutf 1.0.3
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved angstrom.0.16.1 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved alcotest.1.8.0, alcotest-lwt.1.8.0 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved cppo.1.7.0 (cached)
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached)
-> retrieved decompress.1.5.3 (cached)
-> retrieved domain-local-await.1.0.1 (cached)
-> retrieved checkseum.0.5.2 (cached)
-> retrieved fmt.0.9.0 (cached)
-> retrieved hmap.0.8.1 (cached)
-> retrieved logs.0.7.0 (cached)
-> retrieved eio.1.1 (cached)
-> retrieved lwt.5.8.0 (cached)
-> retrieved lwt-dllist.1.0.1 (cached)
-> retrieved mirage-block.3.0.2 (https://github.com/mirage/mirage-block/releases/download/v3.0.2/mirage-block-3.0.2.tbz)
-> retrieved mirage-clock.4.2.0, mirage-clock-unix.4.2.0 (cached)
-> retrieved mirage-block-unix.2.14.2 (https://github.com/mirage/mirage-block-unix/releases/download/v2.14.2/mirage-block-unix-2.14.2.tbz)
-> retrieved mirage-kv.6.1.1 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlfind.1.9.6 (cached)
-> retrieved ocamlbuild.0.15.0 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved optint.0.3.0 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved re.1.12.0 (cached)
-> retrieved seq.base (cached)
-> retrieved rresult.0.7.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved dune.3.16.1, dune-configurator.3.16.1 (cached)
-> retrieved topkg.1.0.7 (cached)
-> retrieved uri.4.4.0 (cached)
-> retrieved uutf.1.0.3 (cached)
-> retrieved thread-table.1.0.0 (cached)
-> installed cmdliner.1.3.0
-> installed dune.3.16.1
-> installed ocamlbuild.0.15.0
-> installed cppo.1.7.0
-> installed csexp.1.5.2
-> installed lwt-dllist.1.0.1
-> installed dune-configurator.3.16.1
-> installed mirage-clock.4.2.0
-> installed bigstringaf.0.10.0
-> installed mirage-clock-unix.4.2.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocamlfind.1.9.6
-> installed angstrom.0.16.1
-> installed base-bytes.base
-> installed optint.0.3.0
-> installed ocplib-endian.1.2
-> installed checkseum.0.5.2
-> installed lwt.5.8.0
-> installed decompress.1.5.3
-> installed seq.base
-> installed stdlib-shims.0.3.0
-> installed psq.0.2.1
-> installed re.1.12.0
-> installed stringext.1.6.0
-> installed thread-table.1.0.0
-> installed topkg.1.0.7
-> installed domain-local-await.1.0.1
-> installed astring.0.8.5
-> installed fmt.0.9.0
-> installed hmap.0.8.1
-> installed cstruct.6.2.0
-> installed logs.0.7.0
-> installed cstruct-lwt.6.2.0
-> installed mirage-block.3.0.2
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed eio.1.1
-> installed mirage-kv.6.1.1
-> installed rresult.0.7.0
-> installed uri.4.4.0
-> installed uutf.1.0.3
[ERROR] The compilation of mirage-block-unix.2.14.2 failed at "dune build -p mirage-block-unix -j 1".
-> installed alcotest.1.8.0
-> installed alcotest-lwt.1.8.0
#=== ERROR while compiling mirage-block-unix.2.14.2 ===========================#
# context 2.3.0~rc1 | openbsd/x86_64 | ocaml-base-compiler.5.2.0 | file:///home/opam/opam-repository
# path ~/.opam/5.2.0/.opam-switch/build/mirage-block-unix.2.14.2
# command ~/.opam/5.2.0/bin/dune build -p mirage-block-unix -j 1
# exit-code 1
# env-file ~/.opam/log/mirage-block-unix-45509-bc616f.env
# output-file ~/.opam/log/mirage-block-unix-45509-bc616f.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 -pthread -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pthread -g -I /home/opam/.opam/5.2.0/lib/ocaml -I /home/opam/.opam/5.2.0/lib/angstrom -I /home/opam/.opam/5.2.0/lib/bigstringaf -I /home/opam/.opam/5.2.0/lib/bytes -I /home/opam/.opam/5.2.0/lib/cstruct -I /home/opam/.opam/5.2.0/lib/cstruct-lwt -I /home/opam/.opam/5.2.0/lib/fmt -I /home/opam/.opam/5.2.0/lib/logs -I /home/opam/.opam/5.2.0/lib/lwt -I /home/opam/.opam/5.2.0/lib/lwt/unix -I /home/opam/.opam/5.2.0/lib/mirage-block -I /home/opam/.opam/5.2.0/lib/ocaml/threads -I /home/opam/.opam/5.2.0/lib/ocaml/unix -I /home/opam/.opam/5.2.0/lib/ocplib-endian -I /home/opam/.opam/5.2.0/lib/ocplib-endian/bigstring -I /home/opam/.opam/5.2.0/lib/rresult -I /home/opam/.opam/5.2.0/lib/stringext -I /home/opam/.opam/5.2.0/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 -pthread -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pthread -g -I /home/opam/.opam/5.2.0/lib/ocaml -I /home/opam/.opam/5.2.0/lib/angstrom -I /home/opam/.opam/5.2.0/lib/bigstringaf -I /home/opam/.opam/5.2.0/lib/bytes -I /home/opam/.opam/5.2.0/lib/cstruct -I /home/opam/.opam/5.2.0/lib/cstruct-lwt -I /home/opam/.opam/5.2.0/lib/fmt -I /home/opam/.opam/5.2.0/lib/logs -I /home/opam/.opam/5.2.0/lib/lwt -I /home/opam/.opam/5.2.0/lib/lwt/unix -I /home/opam/.opam/5.2.0/lib/mirage-block -I /home/opam/.opam/5.2.0/lib/ocaml/threads -I /home/opam/.opam/5.2.0/lib/ocaml/unix -I /home/opam/.opam/5.2.0/lib/ocplib-endian -I /home/opam/.opam/5.2.0/lib/ocplib-endian/bigstring -I /home/opam/.opam/5.2.0/lib/rresult -I /home/opam/.opam/5.2.0/lib/stringext -I /home/opam/.opam/5.2.0/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 alcotest 1.8.0
| - install alcotest-lwt 1.8.0
| - install angstrom 0.16.1
| - install astring 0.8.5
| - install base-bytes base
| - install bigstringaf 0.10.0
| - install checkseum 0.5.2
| - install cmdliner 1.3.0
| - install cppo 1.7.0
| - install csexp 1.5.2
| - install cstruct 6.2.0
| - install cstruct-lwt 6.2.0
| - install decompress 1.5.3
| - install domain-local-await 1.0.1
| - install dune 3.16.1
| - install dune-configurator 3.16.1
| - install eio 1.1
| - install fmt 0.9.0
| - install hmap 0.8.1
| - install logs 0.7.0
| - install lwt 5.8.0
| - install lwt-dllist 1.0.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 mtime 2.1.0
| - install ocaml-syntax-shims 1.0.0
| - install ocamlbuild 0.15.0
| - install ocamlfind 1.9.6
| - install ocplib-endian 1.2
| - install optint 0.3.0
| - install psq 0.2.1
| - install ptime 1.2.0
| - install re 1.12.0
| - install rresult 0.7.0
| - install seq base
| - install stdlib-shims 0.3.0
| - install stringext 1.6.0
| - install thread-table 1.0.0
| - install topkg 1.0.7
| - install uri 4.4.0
| - install uutf 1.0.3
+-
# 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/5.2.0/.opam-switch/backup/state-20241112090038.export"
"opam install $DEPS" failed with exit status 31
2024-11-12 09:11.56: Job failed: Failed: Build failed