Organisationsmirageocaml-qcow2418c6 (master)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-05-10 22:06.57: New job: test mirage/ocaml-qcow https://github.com/mirage/ocaml-qcow.git#refs/heads/master (2418c66627dcce8420bcb06d7547db171528060a) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/ocaml-qcow.git" -b "master" && cd "ocaml-qcow" && git reset --hard 2418c666
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260
# 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 819388d34cb9356eecd0223a468956daaae1705a || git fetch origin master) && git reset -q --hard 819388d34cb9356eecd0223a468956daaae1705a && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 qcow.opam qcow-tool.opam ./
RUN opam pin add -yn qcow.dev './' && \
    opam pin add -yn qcow-tool.dev './'
ENV DEPS="asetmap.0.8.0 astring.0.8.2 base.v0.11.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.0 conf-linux-libc-dev.0 conf-m4.1 configurator.v0.11.0 cppo.1.6.0 cppo_ocamlbuild.1.6.0 cstruct.4.0.0 cstruct-lwt.3.4.0 dune.1.6.0 ezjsonm.0.5.0 fmt.0.8.2 hex.1.2.0 io-page.2.0.1 io-page-unix.2.0.0 ipaddr.2.8.0 jbuilder.transition jsonm.1.0.1 logs.0.6.2 lwt.4.2.0 mirage-block.2.0.1 mirage-block-combinators.2.0.1 mirage-block-ramdisk.0.1 mirage-block-unix.2.12.0 mirage-device.2.0.0 mirage-time.2.0.1 mirage-types.2.6.0 mirage-types-lwt.2.6.0 mmap.1.0.2 num.1.0 oasis.0.4.7 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.0.11 ocamlbuild.0.9.1 ocamlfind.1.7.3 ocamlify.0.0.1 ocamlmod.0.0.8 ounit.2.0.0 parsexp.v0.11.0 ppx_derivers.1.0 ppx_deriving.4.1.5 ppx_sexp_conv.v0.11.0 ppx_tools.5.1+4.06.0 ppxlib.0.2.1 prometheus.0.1 re.1.3.0 result.1.0 rresult.0.4.0 seq.0.1 sexplib.v0.11.0 sexplib0.v0.11.0 sha.1.10 stdio.v0.11.0 stdlib-shims.0.1.0 stringext.1.4.0 topkg.0.9.0 uchar.0.0.2 unix-type-representations.0.1.0 uri.1.9.5 uutf.1.0.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y qcow.dev qcow-tool.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-05-10 22:06.57: Using cache hint "mirage/ocaml-qcow-ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260-debian-12-4.06_opam-2.1-aed5c14f45f160760e95772c78904294"
2024-05-10 22:06.57: Using OBuilder spec:
((from ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260)
 (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 819388d34cb9356eecd0223a468956daaae1705a || git fetch origin master) && git reset -q --hard 819388d34cb9356eecd0223a468956daaae1705a && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src qcow.opam qcow-tool.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn qcow.dev './' && \
             \nopam pin add -yn qcow-tool.dev './'"))
 (env DEPS "asetmap.0.8.0 astring.0.8.2 base.v0.11.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.0 conf-linux-libc-dev.0 conf-m4.1 configurator.v0.11.0 cppo.1.6.0 cppo_ocamlbuild.1.6.0 cstruct.4.0.0 cstruct-lwt.3.4.0 dune.1.6.0 ezjsonm.0.5.0 fmt.0.8.2 hex.1.2.0 io-page.2.0.1 io-page-unix.2.0.0 ipaddr.2.8.0 jbuilder.transition jsonm.1.0.1 logs.0.6.2 lwt.4.2.0 mirage-block.2.0.1 mirage-block-combinators.2.0.1 mirage-block-ramdisk.0.1 mirage-block-unix.2.12.0 mirage-device.2.0.0 mirage-time.2.0.1 mirage-types.2.6.0 mirage-types-lwt.2.6.0 mmap.1.0.2 num.1.0 oasis.0.4.7 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.0.11 ocamlbuild.0.9.1 ocamlfind.1.7.3 ocamlify.0.0.1 ocamlmod.0.0.8 ounit.2.0.0 parsexp.v0.11.0 ppx_derivers.1.0 ppx_deriving.4.1.5 ppx_sexp_conv.v0.11.0 ppx_tools.5.1+4.06.0 ppxlib.0.2.1 prometheus.0.1 re.1.3.0 result.1.0 rresult.0.4.0 seq.0.1 sexplib.v0.11.0 sexplib0.v0.11.0 sha.1.10 stdio.v0.11.0 stdlib-shims.0.1.0 stringext.1.4.0 topkg.0.9.0 uchar.0.0.2 unix-type-representations.0.1.0 uri.1.9.5 uutf.1.0.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.1 --depext-only -y qcow.dev qcow-tool.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-05-10 22:06.57: Waiting for resource in pool OCluster
2024-05-11 12:39.35: Waiting for worker…
2024-05-11 12:45.08: Got resource from pool OCluster
Building on x86-bm-c17.sw.ocaml.org
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/ocaml-qcow.git-15a441e03e5f09bd9ef0f54697d7c8cd1f615dce/.git/
HEAD is now at 2418c66 Merge pull request #120 from djs55/circleci-use-docker


(from ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260)
Unable to find image 'ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260' locally
docker.io/ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260: Pulling from ocaml/opam
Digest: sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260
Status: Downloaded newer image for ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260
2024-05-11 12:45.09 ---> using "892c338b589a62a59c59cff7a94a45d05cc552a424c9217d6aaf3ec3cf967845" 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-05-11 12:45.09 ---> using "e47f485891503cb0e5d103b0e01a5495a94f6323ae2185ffb1e88bc155347da7" from cache


/src: (run (shell "opam init --reinit -ni"))
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.


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.


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-11 12:45.09 ---> using "30f7e8eacb9385fb19ac2c9eeaa3d1cbd712dc8e6721f870397bd99d25a37e6f" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.06.1
2.1.5
2024-05-11 12:45.09 ---> using "87188233f0fd5a18ddfae1bad560620237af3fe8f77e4ae5cbf63cb0ef649f3c" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 12:45.09 ---> using "49f815766ee289566034e84eafdd5132e0b4b6683aa5cc20f27e7f4946d8e0f7" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 819388d34cb9356eecd0223a468956daaae1705a || git fetch origin master) && git reset -q --hard 819388d34cb9356eecd0223a468956daaae1705a && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   d4fc3679e9..2ae169d7d0  master     -> origin/master
819388d34c @dra27 maintains the OCaml Museum


<><> 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-05-11 12:46.48 ---> saved as "6ec044fe91329e5ccbc1d1fa01aaaa1368a30c7843e874e0747e9faeffbbbe91"


/src: (copy (src qcow.opam qcow-tool.opam) (dst ./))
2024-05-11 12:46.48 ---> saved as "d83db57d0d49ef749524be853286cdbf1910d7ce4c537151a1b39c2f554e8c57"


/src: (run (network host)
           (shell  "opam pin add -yn qcow.dev './' && \
                  \nopam pin add -yn qcow-tool.dev './'"))
[qcow.dev] synchronised (file:///src)
qcow is now pinned to file:///src (version dev)
[qcow-tool.dev] synchronised (file:///src)
qcow-tool is now pinned to file:///src (version dev)
2024-05-11 12:46.54 ---> saved as "f027ab271592aac8d36b4bb2c3d47b0bbe40733fda642651ce3f442570b22f7e"


/src: (env DEPS "asetmap.0.8.0 astring.0.8.2 base.v0.11.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.0 conf-linux-libc-dev.0 conf-m4.1 configurator.v0.11.0 cppo.1.6.0 cppo_ocamlbuild.1.6.0 cstruct.4.0.0 cstruct-lwt.3.4.0 dune.1.6.0 ezjsonm.0.5.0 fmt.0.8.2 hex.1.2.0 io-page.2.0.1 io-page-unix.2.0.0 ipaddr.2.8.0 jbuilder.transition jsonm.1.0.1 logs.0.6.2 lwt.4.2.0 mirage-block.2.0.1 mirage-block-combinators.2.0.1 mirage-block-ramdisk.0.1 mirage-block-unix.2.12.0 mirage-device.2.0.0 mirage-time.2.0.1 mirage-types.2.6.0 mirage-types-lwt.2.6.0 mmap.1.0.2 num.1.0 oasis.0.4.7 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.0.11 ocamlbuild.0.9.1 ocamlfind.1.7.3 ocamlify.0.0.1 ocamlmod.0.0.8 ounit.2.0.0 parsexp.v0.11.0 ppx_derivers.1.0 ppx_deriving.4.1.5 ppx_sexp_conv.v0.11.0 ppx_tools.5.1+4.06.0 ppxlib.0.2.1 prometheus.0.1 re.1.3.0 result.1.0 rresult.0.4.0 seq.0.1 sexplib.v0.11.0 sexplib0.v0.11.0 sha.1.10 stdio.v0.11.0 stdlib-shims.0.1.0 stringext.1.4.0 topkg.0.9.0 uchar.0.0.2 unix-type-representations.0.1.0 uri.1.9.5 uutf.1.0.1")


/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 qcow.dev qcow-tool.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]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 258 kB in 0s (744 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[qcow.dev] synchronised (no changes)
[qcow-tool.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-05-11 12:47.28 ---> saved as "51ca9608e252330b0ddc5f6423af11f11e431e20679488291a0eac529a5db88d"


/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 dune                      1.6.0
  - install conf-m4                   1
  - install result                    1.0
  - install conf-linux-libc-dev       0
  - install ocamlbuild                0.9.1
  - install stdlib-shims              0.1.0
  - install mmap                      1.0.2
  - install jbuilder                  transition
  - install cstruct                   4.0.0
  - install ocamlfind                 1.7.3
  - install uchar                     0.0.2
  - install sexplib0                  v0.11.0
  - install ppx_derivers              1.0
  - install ocaml-compiler-libs       v0.11.0
  - install hex                       1.2.0
  - install unix-type-representations 0.1.0
  - install topkg                     0.9.0
  - install sha                       1.10
  - install seq                       0.1
  - install ppx_tools                 5.1+4.06.0
  - install ounit                     2.0.0
  - install ocamlmod                  0.0.8
  - install ocamlify                  0.0.1
  - install ocaml-migrate-parsetree   1.0.11
  - install num                       1.0
  - install base-bytes                base
  - install parsexp                   v0.11.0
  - install base                      v0.11.0
  - install rresult                   0.4.0
  - install cmdliner                  1.0.0
  - install asetmap                   0.8.0
  - install oasis                     0.4.7
  - install stringext                 1.4.0
  - install re                        1.3.0
  - install cppo                      1.6.0
  - install astring                   0.8.2
  - install sexplib                   v0.11.0
  - install stdio                     v0.11.0
  - install uutf                      1.0.1
  - install fmt                       0.8.2
  - install lwt                       4.2.0
  - install cppo_ocamlbuild           1.6.0
  - install ppxlib                    0.2.1
  - install configurator              v0.11.0
  - install jsonm                     1.0.1
  - install prometheus                0.1
  - install mirage-time               2.0.1
  - install mirage-device             2.0.0
  - install logs                      0.6.2
  - install cstruct-lwt               3.4.0
  - install ppx_deriving              4.1.5
  - install ppx_sexp_conv             v0.11.0
  - install io-page                   2.0.1
  - install ezjsonm                   0.5.0
  - install mirage-block              2.0.1
  - install uri                       1.9.5
  - install ipaddr                    2.8.0
  - install io-page-unix              2.0.0
  - install mirage-block-combinators  2.0.1
  - install mirage-types              2.6.0
  - install mirage-block-unix         2.12.0
  - install mirage-types-lwt          2.6.0
  - install mirage-block-ramdisk      0.1
===== 63 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved asetmap.0.8.0  (cached)
-> retrieved astring.0.8.2  (cached)
-> retrieved base.v0.11.0  (cached)
-> retrieved cmdliner.1.0.0  (cached)
-> retrieved configurator.v0.11.0  (cached)
-> installed conf-m4.1
-> retrieved cppo.1.6.0  (cached)
-> retrieved cppo_ocamlbuild.1.6.0  (cached)
-> retrieved cstruct.4.0.0  (cached)
-> installed conf-linux-libc-dev.0
-> retrieved ezjsonm.0.5.0  (cached)
-> retrieved cstruct-lwt.3.4.0  (cached)
-> retrieved fmt.0.8.2  (cached)
-> retrieved hex.1.2.0  (cached)
-> retrieved io-page.2.0.1  (cached)
-> retrieved io-page-unix.2.0.0  (cached)
-> retrieved ipaddr.2.8.0  (cached)
-> retrieved jsonm.1.0.1  (cached)
-> retrieved logs.0.6.2  (cached)
-> retrieved lwt.4.2.0  (cached)
-> retrieved mirage-block.2.0.1  (cached)
-> retrieved dune.1.6.0  (cached)
-> retrieved mirage-block-combinators.2.0.1  (cached)
-> retrieved mirage-block-ramdisk.0.1  (cached)
-> retrieved mirage-block-unix.2.12.0  (cached)
-> retrieved mirage-device.2.0.0  (cached)
-> retrieved mirage-time.2.0.1  (cached)
-> retrieved mirage-types.2.6.0  (cached)
-> retrieved mmap.1.0.2  (cached)
-> retrieved num.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> retrieved ocamlbuild.0.9.1  (cached)
-> retrieved oasis.0.4.7  (cached)
-> retrieved ocamlfind.1.7.3  (cached)
-> retrieved ocamlify.0.0.1  (cached)
-> retrieved ocamlmod.0.0.8  (cached)
-> retrieved ounit.2.0.0  (cached)
-> retrieved parsexp.v0.11.0  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved ppx_deriving.4.1.5  (cached)
-> retrieved ppx_tools.5.1+4.06.0  (cached)
-> retrieved ppx_sexp_conv.v0.11.0  (https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_sexp_conv-v0.11.0.tar.gz)
-> retrieved prometheus.0.1  (cached)
-> retrieved re.1.3.0  (cached)
-> retrieved result.1.0  (cached)
-> retrieved rresult.0.4.0  (cached)
-> retrieved seq.0.1  (cached)
-> retrieved sexplib.v0.11.0  (cached)
-> retrieved sexplib0.v0.11.0  (cached)
-> retrieved sha.1.10  (cached)
-> retrieved stdio.v0.11.0  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved stringext.1.4.0  (cached)
-> retrieved ocaml-migrate-parsetree.1.0.11  (https://github.com/ocaml-ppx/ocaml-migrate-parsetree/releases/download/v1.0.11/ocaml-migrate-parsetree-1.0.11.tbz)
-> installed result.1.0
-> retrieved uchar.0.0.2  (cached)
-> retrieved topkg.0.9.0  (cached)
-> retrieved uri.1.9.5  (cached)
-> retrieved uutf.1.0.1  (cached)
-> retrieved ppxlib.0.2.1  (https://github.com/ocaml-ppx/ppxlib/releases/download/0.2.1/ppxlib-0.2.1.tbz)
-> retrieved unix-type-representations.0.1.0  (https://github.com/yallop/ocaml-unix-type-representations/archive/0.1.0.tar.gz)
-> installed ocamlfind.1.7.3
-> installed base-bytes.base
-> installed ocamlbuild.0.9.1
-> installed seq.0.1
-> installed uchar.0.0.2
-> installed ppx_tools.5.1+4.06.0
-> installed num.1.0
-> installed sha.1.10
-> installed ocamlify.0.0.1
-> installed ocamlmod.0.0.8
-> installed stringext.1.4.0
-> installed dune.1.6.0
-> installed jbuilder.transition
-> installed ounit.2.0.0
-> installed cppo.1.6.0
-> installed cstruct.4.0.0
-> installed mmap.1.0.2
-> installed ocaml-compiler-libs.v0.11.0
-> installed ppx_derivers.1.0
-> installed re.1.3.0
-> installed cppo_ocamlbuild.1.6.0
-> installed hex.1.2.0
-> installed ocaml-migrate-parsetree.1.0.11
-> installed sexplib0.v0.11.0
-> installed stdlib-shims.0.1.0
-> installed topkg.0.9.0
-> installed unix-type-representations.0.1.0
-> installed asetmap.0.8.0
-> installed astring.0.8.2
-> installed lwt.4.2.0
-> installed parsexp.v0.11.0
-> installed rresult.0.4.0
-> installed cmdliner.1.0.0
-> installed cstruct-lwt.3.4.0
-> installed mirage-time.2.0.1
-> installed sexplib.v0.11.0
-> installed fmt.0.8.2
-> installed uutf.1.0.1
-> installed mirage-device.2.0.0
-> installed mirage-block.2.0.1
-> installed prometheus.0.1
-> installed jsonm.1.0.1
-> installed logs.0.6.2
-> installed ezjsonm.0.5.0
-> installed ppx_deriving.4.1.5
-> installed base.v0.11.0
-> installed stdio.v0.11.0
-> installed configurator.v0.11.0
-> installed io-page.2.0.1
-> installed io-page-unix.2.0.0
-> installed mirage-block-combinators.2.0.1
-> installed oasis.0.4.7
-> installed ppxlib.0.2.1
-> installed ppx_sexp_conv.v0.11.0
-> installed ipaddr.2.8.0
-> installed mirage-types.2.6.0
-> installed mirage-types-lwt.2.6.0
-> installed mirage-block-ramdisk.0.1
-> installed uri.1.9.5
-> installed mirage-block-unix.2.12.0
Done.


<><> jbuilder.transition installed successfully <><><><><><><><><><><><><><><><>
=> Jbuilder has been renamed and the jbuilder package is now a transition package. Use the dune package instead.


<><> configurator.v0.11.0 installed successfully ><><><><><><><><><><><><><><><>
=> configurator is deprecated. Please use dune-configurator in new code and consider switching to it in existing projects.
# Run eval $(opam env) to update the current shell environment
2024-05-11 12:49.34 ---> saved as "3c65009280282d49033d423fea3b71c779294ce873dded0935f001708a58b1f1"


/src: (copy (src .) (dst /src))
2024-05-11 12:49.34 ---> saved as "dfb98a3f41aebdf1613ea20a16c91bd0a493b97bac51dad002c978b30c64a1e9"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
         gen lib/qcow_word_size.ml
On a 64-bit machine so using 'int' for clusters
      ocamlc lib_test/.test.eobjs/test.{cmi,cmo,cmt} (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 lib_test/.test.eobjs -I /home/opam/.opam/4.06/lib/asetmap -I /home/opam/.opam/4.06/lib/astring -I /home/opam/.opam/4.06/lib/base -I /home/opam/.opam/4.06/lib/base/caml -I /home/opam/.opam/4.06/lib/base/shadow_stdlib -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/ezjsonm -I /home/opam/.opam/4.06/lib/fmt -I /home/opam/.opam/4.06/lib/hex -I /home/opam/.opam/4.06/lib/io-page -I /home/opam/.opam/4.06/lib/io-page-unix -I /home/opam/.opam/4.06/lib/jsonm -I /home/opam/.opam/4.06/lib/logs -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-block -I /home/opam/.opam/4.06/lib/mirage-block-combinators -I /home/opam/.opam/4.06/lib/mirage-block-ramdisk -I /home/opam/.opam/4.06/lib/mirage-block-unix -I /home/opam/.opam/4.06/lib/mirage-device -I /home/opam/.opam/4.06/lib/mirage-time -I /home/opam/.opam/4.06/lib/mirage-types -I /home/opam/.opam/4.06/lib/mmap -I /home/opam/.opam/4.06/lib/oUnit -I /home/opam/.opam/4.06/lib/ocaml/threads -I /home/opam/.opam/4.06/lib/parsexp -I /home/opam/.opam/4.06/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.06/lib/prometheus -I /home/opam/.opam/4.06/lib/re -I /home/opam/.opam/4.06/lib/result -I /home/opam/.opam/4.06/lib/rresult -I /home/opam/.opam/4.06/lib/seq -I /home/opam/.opam/4.06/lib/sexplib -I /home/opam/.opam/4.06/lib/sexplib0 -I /home/opam/.opam/4.06/lib/stdlib-shims -I /home/opam/.opam/4.06/lib/stringext -I /home/opam/.opam/4.06/lib/uchar -I /home/opam/.opam/4.06/lib/uri -I /home/opam/.opam/4.06/lib/uutf -I lib/.qcow.objs -no-alias-deps -opaque -o lib_test/.test.eobjs/test.cmo -c -impl lib_test/test.pp.ml)
File "lib_test/test.ml", line 274, characters 27-34:
Error: Signature mismatch:
       ...
       The value `flush' is required but not provided
       File "lib/qcow_s.mli", line 65, characters 2-51: Expected declaration
       The value `pp_write_error' is required but not provided
       File "src/mirage_block.mli", line 55, characters 2-39:
         Expected declaration
       The type `write_error' is required but not provided
       File "src/mirage_block.mli", line 52, characters 2-68:
         Expected declaration
       The value `pp_error' is required but not provided
       File "src/mirage_block.mli", line 49, characters 2-27:
         Expected declaration
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-11 12:49.36: Job failed: Failed: Build failed