Organisationsmiragemirage-fs-unix4cc532 (master)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-04-10 22:03.37: New job: test mirage/mirage-fs-unix https://github.com/mirage/mirage-fs-unix.git#refs/heads/master (4cc532a81264e53ce29e0fcb7259408d9f1a2aeb) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:6b969e4ac9afb4d0e5c4037f14dda59bb97f1ea2008d49f780fb66e8c431d1a3
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage-fs-unix.git" -b "master" && cd "mirage-fs-unix" && git reset --hard 4cc532a8
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:6b969e4ac9afb4d0e5c4037f14dda59bb97f1ea2008d49f780fb66e8c431d1a3
# debian-12-4.06_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 58906d6837efc7562b4259f5bd6ad130e46ca207 || git fetch origin master) && git reset -q --hard 58906d6837efc7562b4259f5bd6ad130e46ca207 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mirage-fs-unix.opam ./
RUN opam pin add -yn mirage-fs-unix.dev './'
ENV DEPS="alcotest.0.7.1 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.0 conf-m4.1 cppo.1.4.1 cstruct.4.0.0 cstruct-lwt.3.4.0 dune.1.0.0 dune-configurator.1.0.0 fmt.0.8.4 jbuilder.transition lwt.4.0.0 mirage-clock.3.0.1 mirage-clock-unix.3.0.1 mirage-device.2.0.0 mirage-fs.3.0.1 mirage-kv.3.0.1 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-config.1 ocamlbuild.0.9.1 ocamlfind.1.7.3-1 ptime.0.8.1 result.1.0 rresult.0.4.0 topkg.0.9.0 uchar.0.0.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y mirage-fs-unix.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-04-10 22:03.37: Using cache hint "mirage/mirage-fs-unix-ocaml/opam@sha256:6b969e4ac9afb4d0e5c4037f14dda59bb97f1ea2008d49f780fb66e8c431d1a3-debian-12-4.06_opam-2.1-79505ccd1a088f48ce9cdca728315de5"
2024-04-10 22:03.37: Using OBuilder spec:
((from ocaml/opam@sha256:6b969e4ac9afb4d0e5c4037f14dda59bb97f1ea2008d49f780fb66e8c431d1a3)
 (comment debian-12-4.06_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 58906d6837efc7562b4259f5bd6ad130e46ca207 || git fetch origin master) && git reset -q --hard 58906d6837efc7562b4259f5bd6ad130e46ca207 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src mirage-fs-unix.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn mirage-fs-unix.dev './'"))
 (env DEPS "alcotest.0.7.1 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.0 conf-m4.1 cppo.1.4.1 cstruct.4.0.0 cstruct-lwt.3.4.0 dune.1.0.0 dune-configurator.1.0.0 fmt.0.8.4 jbuilder.transition lwt.4.0.0 mirage-clock.3.0.1 mirage-clock-unix.3.0.1 mirage-device.2.0.0 mirage-fs.3.0.1 mirage-kv.3.0.1 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-config.1 ocamlbuild.0.9.1 ocamlfind.1.7.3-1 ptime.0.8.1 result.1.0 rresult.0.4.0 topkg.0.9.0 uchar.0.0.2")
 (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.1 --depext-only -y mirage-fs-unix.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-04-10 22:03.37: Waiting for resource in pool OCluster
2024-04-10 22:27.18: Waiting for worker…
2024-04-10 22:29.07: Got resource from pool OCluster
Building on x86-bm-c4.sw.ocaml.org
All commits already cached
HEAD is now at 4cc532a changes


(from ocaml/opam@sha256:6b969e4ac9afb4d0e5c4037f14dda59bb97f1ea2008d49f780fb66e8c431d1a3)
Unable to find image 'ocaml/opam@sha256:6b969e4ac9afb4d0e5c4037f14dda59bb97f1ea2008d49f780fb66e8c431d1a3' locally
docker.io/ocaml/opam@sha256:6b969e4ac9afb4d0e5c4037f14dda59bb97f1ea2008d49f780fb66e8c431d1a3: Pulling from ocaml/opam
0a04a39a0521: Pulling fs layer
0a04a39a0521: Download complete
0a04a39a0521: Pull complete
Digest: sha256:6b969e4ac9afb4d0e5c4037f14dda59bb97f1ea2008d49f780fb66e8c431d1a3
Status: Downloaded newer image for ocaml/opam@sha256:6b969e4ac9afb4d0e5c4037f14dda59bb97f1ea2008d49f780fb66e8c431d1a3
2024-04-10 22:29.07 ---> using "575e078fbb232293fc5a733f61b76030a268ffcf30ac32e9f551cfc3ac24af58" from cache


/: (comment debian-12-4.06_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-04-10 22:29.07 ---> using "cdb7f26fc1a4c8bb07cef09a4c46825f968e506735e0af40c8d1fee0073614c2" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from 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.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-04-10 22:29.07 ---> using "dd732704270510727c6a3de98d81552c34ac37c46a760812ff6f2cc0243e2e64" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-102-generic
The OCaml toplevel, version 4.06.1
2.1.5
2024-04-10 22:29.07 ---> using "604f13d31aa105432895aed2c805810f70172acf8a24fe3c91fe64fda240f4c7" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-10 22:29.07 ---> using "9e3a2427f0e125abf4f8d17fe2fab38f683dc054b62e08b4008959e5073a6b09" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 58906d6837efc7562b4259f5bd6ad130e46ca207 || git fetch origin master) && git reset -q --hard 58906d6837efc7562b4259f5bd6ad130e46ca207 && git log --no-decorate -n1 --oneline && opam update -u"))
58906d6837 conf-m4: add FreeBSD comment


<><> 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.
# Run eval $(opam env) to update the current shell environment
2024-04-10 22:30.00 ---> saved as "9c06b4cafbe97500b4b194ec57b1f5e27b34fc4466b2bb277f48b345c570be28"


/src: (copy (src mirage-fs-unix.opam) (dst ./))
2024-04-10 22:30.00 ---> saved as "bc0b0d39d88be0e7ff04437a09a4292a0a157c545386a7938eafc3a2fd3d08a7"


/src: (run (network host)
           (shell "opam pin add -yn mirage-fs-unix.dev './'"))
[mirage-fs-unix.dev] synchronised (file:///src)
mirage-fs-unix is now pinned to file:///src (version dev)
2024-04-10 22:30.02 ---> saved as "521fde30405ef0ac4c3a718cbd1bd8db17e9b3ca6217ff9d59f816d1fa423fee"


/src: (env DEPS "alcotest.0.7.1 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.0 conf-m4.1 cppo.1.4.1 cstruct.4.0.0 cstruct-lwt.3.4.0 dune.1.0.0 dune-configurator.1.0.0 fmt.0.8.4 jbuilder.transition lwt.4.0.0 mirage-clock.3.0.1 mirage-clock-unix.3.0.1 mirage-device.2.0.0 mirage-fs.3.0.1 mirage-kv.3.0.1 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-config.1 ocamlbuild.0.9.1 ocamlfind.1.7.3-1 ptime.0.8.1 result.1.0 rresult.0.4.0 topkg.0.9.0 uchar.0.0.2")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y mirage-fs-unix.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Fetched 103 kB in 0s (301 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-fs-unix.dev] synchronised (no changes)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.06.1).
[NOTE] Package ocaml is already installed (current version is 4.06.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-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
    m4


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"
- debconf: delaying package configuration, since apt-utils is not installed


2024-04-10 22:30.30 ---> saved as "92aa9fd0f30f6846b390234aee1b50a0b544a59c93275c06105966e52abcbce3"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.06.1).
[NOTE] Package ocaml is already installed (current version is 4.06.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-bigarray is already installed (current version is base).
The following actions will be performed:
  - install ocamlbuild        0.9.1
  - install conf-m4           1
  - install result            1.0
  - install dune              1.0.0
  - install uchar             0.0.2
  - install ocamlfind         1.7.3-1
  - install mirage-clock      3.0.1
  - install jbuilder          transition
  - install dune-configurator 1.0.0
  - install cstruct           4.0.0
  - install topkg             0.9.0
  - install base-bytes        base
  - install mirage-clock-unix 3.0.1
  - install rresult           0.4.0
  - install ptime             0.8.1
  - install cmdliner          1.0.0
  - install cppo              1.4.1
  - install astring           0.8.2
  - install fmt               0.8.4
  - install lwt               4.0.0       For the PPX, please install package lwt_ppx
                                          For Lwt_log and Lwt_daemon, please install package lwt_log
  - install alcotest          0.7.1
  - install mirage-device     2.0.0
  - install cstruct-lwt       3.4.0
  - install mirage-kv         3.0.1
  - install mirage-fs         3.0.1
===== 25 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.1.0.0  (cached)
-> retrieved astring.0.8.2  (cached)
-> installed conf-m4.1
-> retrieved alcotest.0.7.1  (https://github.com/mirage/alcotest/releases/download/0.7.1/alcotest-0.7.1.tbz)
-> retrieved cppo.1.4.1  (https://github.com/mjambon/cppo/archive/v1.4.1.tar.gz)
-> retrieved cstruct.4.0.0  (cached)
-> retrieved cstruct-lwt.3.4.0  (cached)
-> retrieved fmt.0.8.4  (cached)
-> retrieved mirage-clock.3.0.1  (cached)
-> retrieved mirage-clock-unix.3.0.1  (cached)
-> retrieved mirage-device.2.0.0  (cached)
-> retrieved dune.1.0.0  (cached)
-> retrieved mirage-kv.3.0.1  (cached)
-> retrieved lwt.4.0.0  (https://github.com/ocsigen/lwt/archive/4.0.0.tar.gz)
-> retrieved ocamlbuild.0.9.1  (https://github.com/ocaml/ocamlbuild/archive/0.9.1.tar.gz)
-> retrieved ptime.0.8.1  (cached)
-> retrieved result.1.0  (cached)
-> retrieved ocamlfind.1.7.3-1  (http://download.camlcity.org/download/findlib-1.7.3.tar.gz)
-> retrieved rresult.0.4.0  (cached)
-> retrieved topkg.0.9.0  (cached)
-> retrieved mirage-fs.3.0.1  (https://github.com/mirage/mirage-fs/releases/download/v3.0.1/mirage-fs-v3.0.1.tbz)
-> retrieved uchar.0.0.2  (cached)
-> installed result.1.0
-> installed ocamlfind.1.7.3-1
-> installed base-bytes.base
-> installed ocamlbuild.0.9.1
-> installed uchar.0.0.2
-> installed cppo.1.4.1
-> installed topkg.0.9.0
-> installed dune.1.0.0
-> installed dune-configurator.1.0.0
-> installed jbuilder.transition
-> installed mirage-clock.3.0.1
-> installed rresult.0.4.0
-> installed cstruct.4.0.0
-> installed mirage-clock-unix.3.0.1
-> installed astring.0.8.2
-> installed ptime.0.8.1
-> installed cmdliner.1.0.0
-> installed fmt.0.8.4
-> installed alcotest.0.7.1
-> installed lwt.4.0.0
-> installed mirage-device.2.0.0
-> installed cstruct-lwt.3.4.0
-> installed mirage-kv.3.0.1
-> installed mirage-fs.3.0.1
Done.


<><> mirage-fs.3.0.1 installed successfully <><><><><><><><><><><><><><><><><><>
=> This package will be retired in MirageOS 4.0. Please use mirage-kv instead.


<><> lwt.4.0.0 installed successfully <><><><><><><><><><><><><><><><><><><><><>
=> Lwt 4.0.0 has made some breaking changes. See
     https://github.com/ocsigen/lwt/issues/453


<><> jbuilder.transition installed successfully <><><><><><><><><><><><><><><><>
=> Jbuilder has been renamed and the jbuilder package is now a transition package. Use the dune package instead.
# Run eval $(opam env) to update the current shell environment
2024-04-10 22:31.28 ---> saved as "609a23f3b8c7a92a65aa160ea2ad88c5b12f289b9ff0ea2cd81ed71cfc3693da"


/src: (copy (src .) (dst /src))
2024-04-10 22:31.28 ---> saved as "f7a8faaf34e3d6becf6728d0c2505e5fbdd6e915160e03e151842974f39cde98"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
From the command line:
Error: Alias "check" is empty.
It is not defined in . or any of its descendants.
      ocamlc src/.mirage_fs_unix.objs/fS_common.{cmi,cmti} (exit 2)
(cd _build/default && /home/opam/.opam/4.06/bin/ocamlc.opt -w @a-4-29-40-41-42-44-45-48-58-59-60-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/.mirage_fs_unix.objs -I /home/opam/.opam/4.06/lib/bytes -I /home/opam/.opam/4.06/lib/cstruct -I /home/opam/.opam/4.06/lib/cstruct-lwt -I /home/opam/.opam/4.06/lib/fmt -I /home/opam/.opam/4.06/lib/lwt -I /home/opam/.opam/4.06/lib/lwt/unix -I /home/opam/.opam/4.06/lib/mirage-device -I /home/opam/.opam/4.06/lib/mirage-fs -I /home/opam/.opam/4.06/lib/mirage-kv -I /home/opam/.opam/4.06/lib/ocaml/threads -I /home/opam/.opam/4.06/lib/result -I /home/opam/.opam/4.06/lib/uchar -no-alias-deps -o src/.mirage_fs_unix.objs/fS_common.cmi -c -intf src/fS_common.mli)
File "src/fS_common.mli", line 24, characters 15-30:
Error (warning 3): deprecated: module Mirage_fs
This module will be retired with MirageOS 4.0, use Mirage_kv instead!
File "src/fS_common.mli", line 25, characters 21-42:
Error (warning 3): deprecated: module Mirage_fs
This module will be retired with MirageOS 4.0, use Mirage_kv instead!
      ocamlc src/.mirage_fs_unix.objs/fS_unix.{cmi,cmti} (exit 2)
(cd _build/default && /home/opam/.opam/4.06/bin/ocamlc.opt -w @a-4-29-40-41-42-44-45-48-58-59-60-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/.mirage_fs_unix.objs -I /home/opam/.opam/4.06/lib/bytes -I /home/opam/.opam/4.06/lib/cstruct -I /home/opam/.opam/4.06/lib/cstruct-lwt -I /home/opam/.opam/4.06/lib/fmt -I /home/opam/.opam/4.06/lib/lwt -I /home/opam/.opam/4.06/lib/lwt/unix -I /home/opam/.opam/4.06/lib/mirage-device -I /home/opam/.opam/4.06/lib/mirage-fs -I /home/opam/.opam/4.06/lib/mirage-kv -I /home/opam/.opam/4.06/lib/ocaml/threads -I /home/opam/.opam/4.06/lib/result -I /home/opam/.opam/4.06/lib/uchar -no-alias-deps -o src/.mirage_fs_unix.objs/fS_unix.cmi -c -intf src/fS_unix.mli)
File "src/fS_unix.mli", line 25, characters 15-30:
Error (warning 3): deprecated: module Mirage_fs
This module will be retired with MirageOS 4.0, use Mirage_kv instead!
File "src/fS_unix.mli", line 26, characters 21-42:
Error (warning 3): deprecated: module Mirage_fs
This module will be retired with MirageOS 4.0, use Mirage_kv instead!
File "src/fS_unix.mli", line 28, characters 8-19:
Error (warning 3): deprecated: module Mirage_fs
This module will be retired with MirageOS 4.0, use Mirage_kv instead!
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-04-10 22:31.29: Job failed: Failed: Build failed