Organisationsmirageocaml-qcow2418c6 (master)debian-12-4.10_opam-2.1

debian-12-4.10_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 15:54.56: New job: test mirage/ocaml-qcow https://github.com/mirage/ocaml-qcow.git#refs/heads/master (2418c66627dcce8420bcb06d7547db171528060a) (linux-x86_64:debian-12-4.10_opam-2.1)
Base: ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f
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:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f
# debian-12-4.10_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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && 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="angstrom.0.16.0 asetmap.0.8.1 astring.0.8.5 base.v0.13.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 bigstringaf.0.9.1 cmdliner.1.2.0 conf-linux-libc-dev.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.0.1 cstruct-lwt.6.0.1 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 ezjsonm.1.3.0 fmt.0.9.0 hex.1.5.0 io-page.2.3.0 io-page-unix.2.3.0 ipaddr.5.5.0 jsonm.1.0.2 logs.0.7.0 lwt.5.7.0 macaddr.5.5.0 mirage-block.3.0.2 mirage-block-combinators.3.0.2 mirage-block-ramdisk.0.5 mirage-block-unix.2.14.2 mirage-time.3.0.0 mirage-types.2.8.0 mirage-types-lwt.2.8.0 num.1.5 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ounit.2.2.7 ounit2.2.2.7 parsexp.v0.13.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_sexp_conv.v0.13.0 ppx_tools.6.6 ppxlib.0.24.0 prometheus.1.2 re.1.11.0 result.1.5 rresult.0.7.0 seq.base sexplib.v0.13.0 sexplib0.v0.13.0 sha.1.15.4 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 unix-type-representations.0.1.2 uri.4.4.0 uutf.1.0.3"
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 15:54.56: Using cache hint "mirage/ocaml-qcow-ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f-debian-12-4.10_opam-2.1-4da32e644547c08ad4ea195a664495eb"
2024-05-10 15:54.56: Using OBuilder spec:
((from ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f)
 (comment debian-12-4.10_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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && 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 "angstrom.0.16.0 asetmap.0.8.1 astring.0.8.5 base.v0.13.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 bigstringaf.0.9.1 cmdliner.1.2.0 conf-linux-libc-dev.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.0.1 cstruct-lwt.6.0.1 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 ezjsonm.1.3.0 fmt.0.9.0 hex.1.5.0 io-page.2.3.0 io-page-unix.2.3.0 ipaddr.5.5.0 jsonm.1.0.2 logs.0.7.0 lwt.5.7.0 macaddr.5.5.0 mirage-block.3.0.2 mirage-block-combinators.3.0.2 mirage-block-ramdisk.0.5 mirage-block-unix.2.14.2 mirage-time.3.0.0 mirage-types.2.8.0 mirage-types-lwt.2.8.0 num.1.5 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ounit.2.2.7 ounit2.2.2.7 parsexp.v0.13.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_sexp_conv.v0.13.0 ppx_tools.6.6 ppxlib.0.24.0 prometheus.1.2 re.1.11.0 result.1.5 rresult.0.7.0 seq.base sexplib.v0.13.0 sexplib0.v0.13.0 sha.1.15.4 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 unix-type-representations.0.1.2 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.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 15:54.56: Waiting for resource in pool OCluster
2024-05-11 04:25.11: Waiting for worker…
2024-05-11 04:41.44: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
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:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f)
Unable to find image 'ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f' locally
docker.io/ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f: Pulling from ocaml/opam
a0f4c3e9aab8: Pulling fs layer
a0f4c3e9aab8: Download complete
a0f4c3e9aab8: Pull complete
Digest: sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f
Status: Downloaded newer image for ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f
2024-05-11 04:41.45 ---> using "3204dccede4ada7247031416c9a3ce5a65cccadc30366f79b6c482182a97c51f" from cache


/: (comment debian-12-4.10_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 04:41.45 ---> using "3e57c624baabfd19ffbb7e50c6eecda254001faf897cdcf552f3300f14e619a6" 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-05-11 04:41.45 ---> using "4e083d1f4ba1bf2248fc39e691f8442b387fb1a2da8f57ffbaf874743e9c8ee9" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 4.10.2
2.1.5
2024-05-11 04:41.45 ---> using "0f7bbbaf1abbad3c4aed58361344336650bf916ab1c91b95da2bf12d52f65443" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 04:41.45 ---> using "1230dedce79894d75ad8974f12c65afda46dad21d15cdb907f7713181db7e9d6" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> 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 04:41.45 ---> using "d1f60b5ccc785679ac2269fab79f24ee9819787be03b51cb59a8422530e9ef26" from cache


/src: (copy (src qcow.opam qcow-tool.opam) (dst ./))
2024-05-11 04:41.45 ---> saved as "f25cc18e90d7e0b3ce6356db44ec2a032ecc89e242959083227c7cb4082552f4"


/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 04:41.48 ---> saved as "f1ed5ce1753cd14e709fa887d2941883823935d5c58119b4c3bd60de8d1d43c9"


/src: (env DEPS "angstrom.0.16.0 asetmap.0.8.1 astring.0.8.5 base.v0.13.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 bigstringaf.0.9.1 cmdliner.1.2.0 conf-linux-libc-dev.0 cppo.1.6.9 csexp.1.5.2 cstruct.6.0.1 cstruct-lwt.6.0.1 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 ezjsonm.1.3.0 fmt.0.9.0 hex.1.5.0 io-page.2.3.0 io-page-unix.2.3.0 ipaddr.5.5.0 jsonm.1.0.2 logs.0.7.0 lwt.5.7.0 macaddr.5.5.0 mirage-block.3.0.2 mirage-block-combinators.3.0.2 mirage-block-ramdisk.0.5 mirage-block-unix.2.14.2 mirage-time.3.0.0 mirage-types.2.8.0 mirage-types-lwt.2.8.0 num.1.5 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ounit.2.2.7 ounit2.2.2.7 parsexp.v0.13.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_sexp_conv.v0.13.0 ppx_tools.6.6 ppxlib.0.24.0 prometheus.1.2 re.1.11.0 result.1.5 rresult.0.7.0 seq.base sexplib.v0.13.0 sexplib0.v0.13.0 sha.1.15.4 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 unix-type-representations.0.1.2 uri.4.4.0 uutf.1.0.3")


/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 (849 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.10.2).
[NOTE] Package ocaml is already installed (current version is 4.10.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).
2024-05-11 04:42.06 ---> saved as "95ccb35b1936b6ea55e0c73e598ebfdbc8cd345251830c91004e72d010d25edb"


/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.10.2).
[NOTE] Package ocaml is already installed (current version is 4.10.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 ocamlbuild                0.14.3
  - install num                       1.5
  - install cmdliner                  1.2.0
  - install ocamlfind                 1.9.6
  - install seq                       base
  - install conf-linux-libc-dev       0
  - install dune                      3.15.2
  - install topkg                     1.0.7
  - install base-bytes                base
  - install stringext                 1.6.0
  - install stdlib-shims              0.3.0
  - install sexplib0                  v0.13.0
  - install result                    1.5
  - install re                        1.11.0
  - install ppx_derivers              1.2.1
  - install ocaml-syntax-shims        1.0.0
  - install ocaml-compiler-libs       v0.12.4
  - install macaddr                   5.5.0
  - install domain-name               0.4.0
  - install csexp                     1.5.2
  - install cppo                      1.6.9
  - install bigarray-compat           1.1.0
  - install uutf                      1.0.3
  - install unix-type-representations 0.1.2
  - install rresult                   0.7.0
  - install fmt                       0.9.0
  - install astring                   0.8.5
  - install asetmap                   0.8.1
  - install sha                       1.15.4
  - install ounit2                    2.2.7
  - install ppxlib                    0.24.0
  - install ipaddr                    5.5.0
  - install dune-configurator         3.15.2
  - install ppx_tools                 6.6
  - install ocplib-endian             1.2
  - install cstruct                   6.0.1
  - install jsonm                     1.0.2
  - install ounit                     2.2.7
  - install ppx_deriving              5.2.1
  - install bigstringaf               0.9.1
  - install base                      v0.13.2
  - install lwt                       5.7.0
  - install io-page                   2.3.0
  - install hex                       1.5.0
  - install angstrom                  0.16.0
  - install ppx_sexp_conv             v0.13.0
  - install parsexp                   v0.13.0
  - install prometheus                1.2
  - install mirage-time               3.0.0
  - install mirage-block              3.0.2
  - install logs                      0.7.0
  - install cstruct-lwt               6.0.1
  - install mirage-types              2.8.0
  - install io-page-unix              2.3.0
  - install ezjsonm                   1.3.0
  - install uri                       4.4.0
  - install sexplib                   v0.13.0
  - install mirage-block-ramdisk      0.5
  - install mirage-block-combinators  3.0.2
  - install mirage-types-lwt          2.8.0
  - install mirage-block-unix         2.14.2
===== 61 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved asetmap.0.8.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved angstrom.0.16.0  (cached)
-> retrieved base.v0.13.2  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved bigstringaf.0.9.1  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.0.1  (cached)
-> retrieved cstruct-lwt.6.0.1  (cached)
-> installed conf-linux-libc-dev.0
-> retrieved domain-name.0.4.0  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved io-page.2.3.0  (cached)
-> retrieved io-page-unix.2.3.0  (cached)
-> retrieved ipaddr.5.5.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved macaddr.5.5.0  (cached)
-> retrieved mirage-block.3.0.2  (cached)
-> retrieved mirage-block-combinators.3.0.2  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved mirage-block-unix.2.14.2  (cached)
-> retrieved mirage-time.3.0.0  (cached)
-> retrieved mirage-block-ramdisk.0.5  (https://github.com/mirage/mirage-block-ramdisk/releases/download/0.5/mirage-block-ramdisk-0.5.tbz)
-> retrieved num.1.5  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ounit.2.2.7  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved parsexp.v0.13.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.13.0  (cached)
-> retrieved ppx_deriving.5.2.1  (cached)
-> retrieved ppxlib.0.24.0  (cached)
-> retrieved mirage-types.2.8.0  (https://github.com/mirage/mirage/archive/v2.8.0.tar.gz)
-> retrieved ppx_tools.6.6  (https://github.com/ocaml-ppx/ppx_tools/releases/download/6.6/ppx_tools-6.6.tar.gz)
-> retrieved prometheus.1.2  (cached)
-> installed cmdliner.1.2.0
-> installed num.1.5
-> retrieved re.1.11.0  (cached)
-> installed seq.base
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved sexplib.v0.13.0  (cached)
-> retrieved sexplib0.v0.13.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved unix-type-representations.0.1.2  (https://github.com/yallop/ocaml-unix-type-representations/archive/0.1.2.tar.gz)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed asetmap.0.8.1
-> installed rresult.0.7.0
-> installed unix-type-representations.0.1.2
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed dune.3.15.2
-> installed ppx_derivers.1.2.1
-> installed domain-name.0.4.0
-> installed csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed macaddr.5.5.0
-> installed result.1.5
-> installed sexplib0.v0.13.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed ocaml-compiler-libs.v0.12.4
-> installed cstruct.6.0.1
-> installed ipaddr.5.5.0
-> installed ocplib-endian.1.2
-> installed hex.1.5.0
-> installed ezjsonm.1.3.0
-> installed sha.1.15.4
-> installed ounit2.2.2.7
-> installed ounit.2.2.7
-> installed dune-configurator.3.15.2
-> installed io-page.2.3.0
-> installed io-page-unix.2.3.0
-> installed bigstringaf.0.9.1
-> installed angstrom.0.16.0
-> installed ppx_tools.6.6
-> installed lwt.5.7.0
-> installed uri.4.4.0
-> installed cstruct-lwt.6.0.1
-> installed mirage-block.3.0.2
-> installed mirage-time.3.0.0
-> installed prometheus.1.2
-> installed mirage-block-ramdisk.0.5
-> installed mirage-types.2.8.0
-> installed mirage-types-lwt.2.8.0
-> installed logs.0.7.0
-> installed mirage-block-combinators.3.0.2
-> installed mirage-block-unix.2.14.2
-> installed base.v0.13.2
-> installed parsexp.v0.13.0
-> installed sexplib.v0.13.0
-> installed ppxlib.0.24.0
-> installed ppx_sexp_conv.v0.13.0
-> installed ppx_deriving.5.2.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 04:43.13 ---> saved as "204f22495541991170b7374c6914b839896e9c3590d4c06ffd5ca033e9adc654"


/src: (copy (src .) (dst /src))
2024-05-11 04:43.13 ---> saved as "006505ea3d71de27f870343d696d6befdf10f0b27a0f7049c2c628e382aea738"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/lib && ../generator/gen.exe -o qcow_word_size.ml)
On a 64-bit machine so using 'int' for clusters
(cd _build/default && /home/opam/.opam/4.10/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I lib/.qcow.objs/byte -I /home/opam/.opam/4.10/lib/angstrom -I /home/opam/.opam/4.10/lib/asetmap -I /home/opam/.opam/4.10/lib/astring -I /home/opam/.opam/4.10/lib/base/caml -I /home/opam/.opam/4.10/lib/bigarray-compat -I /home/opam/.opam/4.10/lib/bigstringaf -I /home/opam/.opam/4.10/lib/bytes -I /home/opam/.opam/4.10/lib/cstruct -I /home/opam/.opam/4.10/lib/cstruct-lwt -I /home/opam/.opam/4.10/lib/fmt -I /home/opam/.opam/4.10/lib/io-page -I /home/opam/.opam/4.10/lib/io-page-unix -I /home/opam/.opam/4.10/lib/logs -I /home/opam/.opam/4.10/lib/lwt -I /home/opam/.opam/4.10/lib/lwt/unix -I /home/opam/.opam/4.10/lib/mirage-block -I /home/opam/.opam/4.10/lib/mirage-block-unix -I /home/opam/.opam/4.10/lib/mirage-time -I /home/opam/.opam/4.10/lib/mirage-types -I /home/opam/.opam/4.10/lib/ocaml/threads -I /home/opam/.opam/4.10/lib/ocplib-endian -I /home/opam/.opam/4.10/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.10/lib/parsexp -I /home/opam/.opam/4.10/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.10/lib/prometheus -I /home/opam/.opam/4.10/lib/re -I /home/opam/.opam/4.10/lib/rresult -I /home/opam/.opam/4.10/lib/seq -I /home/opam/.opam/4.10/lib/sexplib -I /home/opam/.opam/4.10/lib/sexplib0 -I /home/opam/.opam/4.10/lib/stdlib-shims -I /home/opam/.opam/4.10/lib/stringext -I /home/opam/.opam/4.10/lib/uri -no-alias-deps -opaque -o lib/.qcow.objs/byte/qcow_error.cmi -c -intf lib/qcow_error.pp.mli)
File "lib/qcow_error.mli", line 20, characters 0-11:
20 | open Result
     ^^^^^^^^^^^
Error (warning 33): unused open Stdlib.Result.
(cd _build/default && /home/opam/.opam/4.10/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I lib/.qcow.objs/byte -I /home/opam/.opam/4.10/lib/angstrom -I /home/opam/.opam/4.10/lib/asetmap -I /home/opam/.opam/4.10/lib/astring -I /home/opam/.opam/4.10/lib/base/caml -I /home/opam/.opam/4.10/lib/bigarray-compat -I /home/opam/.opam/4.10/lib/bigstringaf -I /home/opam/.opam/4.10/lib/bytes -I /home/opam/.opam/4.10/lib/cstruct -I /home/opam/.opam/4.10/lib/cstruct-lwt -I /home/opam/.opam/4.10/lib/fmt -I /home/opam/.opam/4.10/lib/io-page -I /home/opam/.opam/4.10/lib/io-page-unix -I /home/opam/.opam/4.10/lib/logs -I /home/opam/.opam/4.10/lib/lwt -I /home/opam/.opam/4.10/lib/lwt/unix -I /home/opam/.opam/4.10/lib/mirage-block -I /home/opam/.opam/4.10/lib/mirage-block-unix -I /home/opam/.opam/4.10/lib/mirage-time -I /home/opam/.opam/4.10/lib/mirage-types -I /home/opam/.opam/4.10/lib/ocaml/threads -I /home/opam/.opam/4.10/lib/ocplib-endian -I /home/opam/.opam/4.10/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.10/lib/parsexp -I /home/opam/.opam/4.10/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.10/lib/prometheus -I /home/opam/.opam/4.10/lib/re -I /home/opam/.opam/4.10/lib/rresult -I /home/opam/.opam/4.10/lib/seq -I /home/opam/.opam/4.10/lib/sexplib -I /home/opam/.opam/4.10/lib/sexplib0 -I /home/opam/.opam/4.10/lib/stdlib-shims -I /home/opam/.opam/4.10/lib/stringext -I /home/opam/.opam/4.10/lib/uri -no-alias-deps -opaque -o lib/.qcow.objs/byte/qcow_s.cmi -c -intf lib/qcow_s.pp.mli)
File "lib/qcow_s.mli", line 20, characters 0-11:
20 | open Result
     ^^^^^^^^^^^
Error (warning 33): unused open Stdlib.Result.
(cd _build/default && /home/opam/.opam/4.10/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I lib/.qcow.objs/byte -I /home/opam/.opam/4.10/lib/angstrom -I /home/opam/.opam/4.10/lib/asetmap -I /home/opam/.opam/4.10/lib/astring -I /home/opam/.opam/4.10/lib/base/caml -I /home/opam/.opam/4.10/lib/bigarray-compat -I /home/opam/.opam/4.10/lib/bigstringaf -I /home/opam/.opam/4.10/lib/bytes -I /home/opam/.opam/4.10/lib/cstruct -I /home/opam/.opam/4.10/lib/cstruct-lwt -I /home/opam/.opam/4.10/lib/fmt -I /home/opam/.opam/4.10/lib/io-page -I /home/opam/.opam/4.10/lib/io-page-unix -I /home/opam/.opam/4.10/lib/logs -I /home/opam/.opam/4.10/lib/lwt -I /home/opam/.opam/4.10/lib/lwt/unix -I /home/opam/.opam/4.10/lib/mirage-block -I /home/opam/.opam/4.10/lib/mirage-block-unix -I /home/opam/.opam/4.10/lib/mirage-time -I /home/opam/.opam/4.10/lib/mirage-types -I /home/opam/.opam/4.10/lib/ocaml/threads -I /home/opam/.opam/4.10/lib/ocplib-endian -I /home/opam/.opam/4.10/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.10/lib/parsexp -I /home/opam/.opam/4.10/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.10/lib/prometheus -I /home/opam/.opam/4.10/lib/re -I /home/opam/.opam/4.10/lib/rresult -I /home/opam/.opam/4.10/lib/seq -I /home/opam/.opam/4.10/lib/sexplib -I /home/opam/.opam/4.10/lib/sexplib0 -I /home/opam/.opam/4.10/lib/stdlib-shims -I /home/opam/.opam/4.10/lib/stringext -I /home/opam/.opam/4.10/lib/uri -intf-suffix .ml -no-alias-deps -opaque -o lib/.qcow.objs/byte/qcow_bitmap.cmo -c -impl lib/qcow_bitmap.pp.ml)
File "lib/qcow_bitmap.ml", line 41, characters 23-34:
41 |   let bytes_required = Cstruct.len t.buf in
                            ^^^^^^^^^^^
Error (alert deprecated): Cstruct.len
len is deprecated, you should use length instead.
File "lib/qcow_bitmap.ml", line 58, characters 30-41:
58 |   Cstruct.blit t.buf 0 buf 0 (Cstruct.len t.buf);
                                   ^^^^^^^^^^^
Error (alert deprecated): Cstruct.len
len is deprecated, you should use length instead.
(cd _build/default && /home/opam/.opam/4.10/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I lib/.qcow.objs/byte -I /home/opam/.opam/4.10/lib/angstrom -I /home/opam/.opam/4.10/lib/asetmap -I /home/opam/.opam/4.10/lib/astring -I /home/opam/.opam/4.10/lib/base/caml -I /home/opam/.opam/4.10/lib/bigarray-compat -I /home/opam/.opam/4.10/lib/bigstringaf -I /home/opam/.opam/4.10/lib/bytes -I /home/opam/.opam/4.10/lib/cstruct -I /home/opam/.opam/4.10/lib/cstruct-lwt -I /home/opam/.opam/4.10/lib/fmt -I /home/opam/.opam/4.10/lib/io-page -I /home/opam/.opam/4.10/lib/io-page-unix -I /home/opam/.opam/4.10/lib/logs -I /home/opam/.opam/4.10/lib/lwt -I /home/opam/.opam/4.10/lib/lwt/unix -I /home/opam/.opam/4.10/lib/mirage-block -I /home/opam/.opam/4.10/lib/mirage-block-unix -I /home/opam/.opam/4.10/lib/mirage-time -I /home/opam/.opam/4.10/lib/mirage-types -I /home/opam/.opam/4.10/lib/ocaml/threads -I /home/opam/.opam/4.10/lib/ocplib-endian -I /home/opam/.opam/4.10/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.10/lib/parsexp -I /home/opam/.opam/4.10/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.10/lib/prometheus -I /home/opam/.opam/4.10/lib/re -I /home/opam/.opam/4.10/lib/rresult -I /home/opam/.opam/4.10/lib/seq -I /home/opam/.opam/4.10/lib/sexplib -I /home/opam/.opam/4.10/lib/sexplib0 -I /home/opam/.opam/4.10/lib/stdlib-shims -I /home/opam/.opam/4.10/lib/stringext -I /home/opam/.opam/4.10/lib/uri -intf-suffix .ml -no-alias-deps -opaque -o lib/.qcow.objs/byte/qcow_cstructs.cmo -c -impl lib/qcow_cstructs.pp.ml)
File "lib/qcow_cstructs.ml", line 25, characters 39-50:
25 | let len = List.fold_left (fun acc c -> Cstruct.len c + acc) 0
                                            ^^^^^^^^^^^
Error (alert deprecated): Cstruct.len
len is deprecated, you should use length instead.
File "lib/qcow_cstructs.ml", line 37, characters 15-26:
37 |       let y' = Cstruct.len y in
                    ^^^^^^^^^^^
Error (alert deprecated): Cstruct.len
len is deprecated, you should use length instead.
File "lib/qcow_cstructs.ml", line 54, characters 25-36:
54 |       let to_take = min (Cstruct.len t) n in
                              ^^^^^^^^^^^
Error (alert deprecated): Cstruct.len
len is deprecated, you should use length instead.
File "lib/qcow_cstructs.ml", line 72, characters 7-18:
72 |     if Cstruct.len x >= len
            ^^^^^^^^^^^
Error (alert deprecated): Cstruct.len
len is deprecated, you should use length instead.
File "lib/qcow_cstructs.ml", line 77, characters 11-22:
77 |         if Cstruct.len remaining > 0
                ^^^^^^^^^^^
Error (alert deprecated): Cstruct.len
len is deprecated, you should use length instead.
File "lib/qcow_cstructs.ml", line 82, characters 31-42:
82 |             let to_copy = min (Cstruct.len x) (Cstruct.len remaining) in
                                    ^^^^^^^^^^^
Error (alert deprecated): Cstruct.len
len is deprecated, you should use length instead.
File "lib/qcow_cstructs.ml", line 82, characters 47-58:
82 |             let to_copy = min (Cstruct.len x) (Cstruct.len remaining) in
                                                    ^^^^^^^^^^^
Error (alert deprecated): Cstruct.len
len is deprecated, you should use length instead.
(cd _build/default && /home/opam/.opam/4.10/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I lib/.qcow.objs/byte -I lib/.qcow.objs/native -I /home/opam/.opam/4.10/lib/angstrom -I /home/opam/.opam/4.10/lib/asetmap -I /home/opam/.opam/4.10/lib/astring -I /home/opam/.opam/4.10/lib/base/caml -I /home/opam/.opam/4.10/lib/bigarray-compat -I /home/opam/.opam/4.10/lib/bigstringaf -I /home/opam/.opam/4.10/lib/bytes -I /home/opam/.opam/4.10/lib/cstruct -I /home/opam/.opam/4.10/lib/cstruct-lwt -I /home/opam/.opam/4.10/lib/fmt -I /home/opam/.opam/4.10/lib/io-page -I /home/opam/.opam/4.10/lib/io-page-unix -I /home/opam/.opam/4.10/lib/logs -I /home/opam/.opam/4.10/lib/lwt -I /home/opam/.opam/4.10/lib/lwt/unix -I /home/opam/.opam/4.10/lib/mirage-block -I /home/opam/.opam/4.10/lib/mirage-block-unix -I /home/opam/.opam/4.10/lib/mirage-time -I /home/opam/.opam/4.10/lib/mirage-types -I /home/opam/.opam/4.10/lib/ocaml/threads -I /home/opam/.opam/4.10/lib/ocplib-endian -I /home/opam/.opam/4.10/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.10/lib/parsexp -I /home/opam/.opam/4.10/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.10/lib/prometheus -I /home/opam/.opam/4.10/lib/re -I /home/opam/.opam/4.10/lib/rresult -I /home/opam/.opam/4.10/lib/seq -I /home/opam/.opam/4.10/lib/sexplib -I /home/opam/.opam/4.10/lib/sexplib0 -I /home/opam/.opam/4.10/lib/stdlib-shims -I /home/opam/.opam/4.10/lib/stringext -I /home/opam/.opam/4.10/lib/uri -intf-suffix .ml -no-alias-deps -opaque -o lib/.qcow.objs/native/qcow_cstructs.cmx -c -impl lib/qcow_cstructs.pp.ml)
File "lib/qcow_cstructs.ml", line 25, characters 39-50:
25 | let len = List.fold_left (fun acc c -> Cstruct.len c + acc) 0
                                            ^^^^^^^^^^^
Error (alert deprecated): Cstruct.len
len is deprecated, you should use length instead.
File "lib/qcow_cstructs.ml", line 37, characters 15-26:
37 |       let y' = Cstruct.len y in
                    ^^^^^^^^^^^
Error (alert deprecated): Cstruct.len
len is deprecated, you should use length instead.
File "lib/qcow_cstructs.ml", line 54, characters 25-36:
54 |       let to_take = min (Cstruct.len t) n in
                              ^^^^^^^^^^^
Error (alert deprecated): Cstruct.len
len is deprecated, you should use length instead.
File "lib/qcow_cstructs.ml", line 72, characters 7-18:
72 |     if Cstruct.len x >= len
            ^^^^^^^^^^^
Error (alert deprecated): Cstruct.len
len is deprecated, you should use length instead.
File "lib/qcow_cstructs.ml", line 77, characters 11-22:
77 |         if Cstruct.len remaining > 0
                ^^^^^^^^^^^
Error (alert deprecated): Cstruct.len
len is deprecated, you should use length instead.
File "lib/qcow_cstructs.ml", line 82, characters 31-42:
82 |             let to_copy = min (Cstruct.len x) (Cstruct.len remaining) in
                                    ^^^^^^^^^^^
Error (alert deprecated): Cstruct.len
len is deprecated, you should use length instead.
File "lib/qcow_cstructs.ml", line 82, characters 47-58:
82 |             let to_copy = min (Cstruct.len x) (Cstruct.len remaining) in
                                                    ^^^^^^^^^^^
Error (alert deprecated): Cstruct.len
len is deprecated, you should use length instead.
(cd _build/default && /home/opam/.opam/4.10/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I lib/.qcow.objs/byte -I lib/.qcow.objs/native -I /home/opam/.opam/4.10/lib/angstrom -I /home/opam/.opam/4.10/lib/asetmap -I /home/opam/.opam/4.10/lib/astring -I /home/opam/.opam/4.10/lib/base/caml -I /home/opam/.opam/4.10/lib/bigarray-compat -I /home/opam/.opam/4.10/lib/bigstringaf -I /home/opam/.opam/4.10/lib/bytes -I /home/opam/.opam/4.10/lib/cstruct -I /home/opam/.opam/4.10/lib/cstruct-lwt -I /home/opam/.opam/4.10/lib/fmt -I /home/opam/.opam/4.10/lib/io-page -I /home/opam/.opam/4.10/lib/io-page-unix -I /home/opam/.opam/4.10/lib/logs -I /home/opam/.opam/4.10/lib/lwt -I /home/opam/.opam/4.10/lib/lwt/unix -I /home/opam/.opam/4.10/lib/mirage-block -I /home/opam/.opam/4.10/lib/mirage-block-unix -I /home/opam/.opam/4.10/lib/mirage-time -I /home/opam/.opam/4.10/lib/mirage-types -I /home/opam/.opam/4.10/lib/ocaml/threads -I /home/opam/.opam/4.10/lib/ocplib-endian -I /home/opam/.opam/4.10/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.10/lib/parsexp -I /home/opam/.opam/4.10/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.10/lib/prometheus -I /home/opam/.opam/4.10/lib/re -I /home/opam/.opam/4.10/lib/rresult -I /home/opam/.opam/4.10/lib/seq -I /home/opam/.opam/4.10/lib/sexplib -I /home/opam/.opam/4.10/lib/sexplib0 -I /home/opam/.opam/4.10/lib/stdlib-shims -I /home/opam/.opam/4.10/lib/stringext -I /home/opam/.opam/4.10/lib/uri -intf-suffix .ml -no-alias-deps -opaque -o lib/.qcow.objs/native/qcow_bitmap.cmx -c -impl lib/qcow_bitmap.pp.ml)
File "lib/qcow_bitmap.ml", line 41, characters 23-34:
41 |   let bytes_required = Cstruct.len t.buf in
                            ^^^^^^^^^^^
Error (alert deprecated): Cstruct.len
len is deprecated, you should use length instead.
File "lib/qcow_bitmap.ml", line 58, characters 30-41:
58 |   Cstruct.blit t.buf 0 buf 0 (Cstruct.len t.buf);
                                   ^^^^^^^^^^^
Error (alert deprecated): Cstruct.len
len is deprecated, you should use length instead.
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-11 04:43.19: Job failed: Failed: Build failed