Organisationsmiragemirage-block-unix98efe7 (main)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-05-10 22:06.58: New job: test mirage/mirage-block-unix https://github.com/mirage/mirage-block-unix.git#refs/heads/main (98efe7ad179994cbae5eba4549dd92c486731bcf) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage-block-unix.git" -b "main" && cd "mirage-block-unix" && git reset --hard 98efe7ad
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 mirage-block-unix.opam ./
RUN opam pin add -yn mirage-block-unix.dev './'
ENV DEPS="base.v0.12.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 conf-linux-libc-dev.0 conf-m4.1 cppo.1.4.1 cstruct.6.0.0 cstruct-lwt.3.4.0 diet.0.4 dune.2.0.1 dune-configurator.2.0.1 dune-private-libs.2.0.1 fmt.0.8.0 jbuilder.1.0+beta7 logs.0.6.2 lwt.5.4.2 mirage-block.2.0.1 mirage-device.2.0.0 mmap.1.1.0 num.1.0 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-compiler-libs.v0.12.0 ocaml-config.1 ocaml-migrate-parsetree.1.2.0 ocaml-syntax-shims.1.0.0 ocamlbuild.0.9.1 ocamlfind.1.7.3 ocplib-endian.1.0 ounit2.2.2.0 parsexp.v0.12.0 ppx_derivers.1.0 ppx_sexp_conv.v0.12.0 ppxlib.0.5.0 re.1.3.0 result.1.0 rresult.0.4.0 seq.0.1 sexplib.v0.12.0 sexplib0.v0.12.0 stdio.v0.12.0 stdlib-shims.0.1.0 stringext.1.4.0 topkg.0.7.5 uri.1.9.5"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y mirage-block-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-05-10 22:06.58: Using cache hint "mirage/mirage-block-unix-ocaml/opam@sha256:434b29677edb35b6cb3940408299d70ed7b10632b1122e5b92902d4e32e0b260-debian-12-4.06_opam-2.1-2135bdd721696790cc7b649b9823ade0"
2024-05-10 22:06.58: 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 mirage-block-unix.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn mirage-block-unix.dev './'"))
 (env DEPS "base.v0.12.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 conf-linux-libc-dev.0 conf-m4.1 cppo.1.4.1 cstruct.6.0.0 cstruct-lwt.3.4.0 diet.0.4 dune.2.0.1 dune-configurator.2.0.1 dune-private-libs.2.0.1 fmt.0.8.0 jbuilder.1.0+beta7 logs.0.6.2 lwt.5.4.2 mirage-block.2.0.1 mirage-device.2.0.0 mmap.1.1.0 num.1.0 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-compiler-libs.v0.12.0 ocaml-config.1 ocaml-migrate-parsetree.1.2.0 ocaml-syntax-shims.1.0.0 ocamlbuild.0.9.1 ocamlfind.1.7.3 ocplib-endian.1.0 ounit2.2.2.0 parsexp.v0.12.0 ppx_derivers.1.0 ppx_sexp_conv.v0.12.0 ppxlib.0.5.0 re.1.3.0 result.1.0 rresult.0.4.0 seq.0.1 sexplib.v0.12.0 sexplib0.v0.12.0 stdio.v0.12.0 stdlib-shims.0.1.0 stringext.1.4.0 topkg.0.7.5 uri.1.9.5")
 (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-block-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-05-10 22:06.58: Waiting for resource in pool OCluster
2024-05-11 12:44.55: Waiting for worker…
2024-05-11 12:50.30: Got resource from pool OCluster
Building on x86-bm-c13.sw.ocaml.org
All commits already cached
HEAD is now at 98efe7a CHANGES for 2.14.2


(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:50.30 ---> 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:50.30 ---> using "e47f485891503cb0e5d103b0e01a5495a94f6323ae2185ffb1e88bc155347da7" 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 12:50.30 ---> 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:50.30 ---> using "87188233f0fd5a18ddfae1bad560620237af3fe8f77e4ae5cbf63cb0ef649f3c" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 12:50.30 ---> 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:51.44 ---> saved as "6ec044fe91329e5ccbc1d1fa01aaaa1368a30c7843e874e0747e9faeffbbbe91"


/src: (copy (src mirage-block-unix.opam) (dst ./))
2024-05-11 12:51.44 ---> saved as "075ca99cab2a9a7f2952f282abd1f58b10de18ae11e892f7e194035b22679402"


/src: (run (network host)
           (shell "opam pin add -yn mirage-block-unix.dev './'"))
[mirage-block-unix.dev] synchronised (file:///src)
mirage-block-unix is now pinned to file:///src (version dev)
2024-05-11 12:51.46 ---> saved as "d6c622129da145892e30a14e41f849044d2af0d3b2cbeee4a83193b55fbc7678"


/src: (env DEPS "base.v0.12.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 conf-linux-libc-dev.0 conf-m4.1 cppo.1.4.1 cstruct.6.0.0 cstruct-lwt.3.4.0 diet.0.4 dune.2.0.1 dune-configurator.2.0.1 dune-private-libs.2.0.1 fmt.0.8.0 jbuilder.1.0+beta7 logs.0.6.2 lwt.5.4.2 mirage-block.2.0.1 mirage-device.2.0.0 mmap.1.1.0 num.1.0 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-compiler-libs.v0.12.0 ocaml-config.1 ocaml-migrate-parsetree.1.2.0 ocaml-syntax-shims.1.0.0 ocamlbuild.0.9.1 ocamlfind.1.7.3 ocplib-endian.1.0 ounit2.2.2.0 parsexp.v0.12.0 ppx_derivers.1.0 ppx_sexp_conv.v0.12.0 ppxlib.0.5.0 re.1.3.0 result.1.0 rresult.0.4.0 seq.0.1 sexplib.v0.12.0 sexplib0.v0.12.0 stdio.v0.12.0 stdlib-shims.0.1.0 stringext.1.4.0 topkg.0.7.5 uri.1.9.5")


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


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-block-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-05-11 12:52.02 ---> saved as "f7d41d87e05553265fa0bc613c1b931e209b56d5ac9e55d1e3d2b2c9643ea388"


/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 conf-m4                 1
  - install result                  1.0
  - install conf-linux-libc-dev     0
  - install dune                    2.0.1
  - install ocamlbuild              0.9.1
  - install ocamlfind               1.7.3
  - install stdlib-shims            0.1.0
  - install sexplib0                v0.12.0
  - install ocaml-syntax-shims      1.0.0
  - install ocaml-compiler-libs     v0.12.0
  - install mmap                    1.1.0
  - install dune-private-libs       2.0.1
  - install bigarray-compat         1.0.0
  - install topkg                   0.7.5
  - install seq                     0.1
  - install num                     1.0
  - install jbuilder                1.0+beta7
  - install base-bytes              base
  - install diet                    0.4
  - install base                    v0.12.0
  - install dune-configurator       2.0.1
  - install cstruct                 6.0.0
  - install rresult                 0.4.0
  - install fmt                     0.8.0
  - install ppx_derivers            1.0
  - install stringext               1.4.0
  - install re                      1.3.0
  - install ounit2                  2.2.0
  - install cppo                    1.4.1
  - install stdio                   v0.12.0
  - install parsexp                 v0.12.0
  - install ocaml-migrate-parsetree 1.2.0
  - install ocplib-endian           1.0
  - install sexplib                 v0.12.0
  - install ppxlib                  0.5.0
  - install lwt                     5.4.2
  - install ppx_sexp_conv           v0.12.0
  - install mirage-device           2.0.0
  - install logs                    0.6.2
  - install cstruct-lwt             3.4.0
  - install uri                     1.9.5
  - install mirage-block            2.0.1
===== 42 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.12.0  (cached)
-> retrieved bigarray-compat.1.0.0  (cached)
-> retrieved cppo.1.4.1  (cached)
-> installed conf-m4.1
-> retrieved diet.0.4  (cached)
-> retrieved cstruct.6.0.0  (cached)
-> retrieved cstruct-lwt.3.4.0  (cached)
-> installed conf-linux-libc-dev.0
-> retrieved dune.2.0.1  (cached)
-> retrieved dune-configurator.2.0.1  (cached)
-> retrieved dune-private-libs.2.0.1  (cached)
-> retrieved fmt.0.8.0  (cached)
-> retrieved jbuilder.1.0+beta7  (cached)
-> retrieved logs.0.6.2  (cached)
-> retrieved lwt.5.4.2  (cached)
-> retrieved mirage-block.2.0.1  (cached)
-> retrieved mirage-device.2.0.0  (cached)
-> retrieved mmap.1.1.0  (cached)
-> retrieved num.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.9.1  (cached)
-> retrieved ocaml-migrate-parsetree.1.2.0  (cached)
-> retrieved ocamlfind.1.7.3  (cached)
-> retrieved ocplib-endian.1.0  (cached)
-> retrieved ounit2.2.2.0  (cached)
-> retrieved parsexp.v0.12.0  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved ppx_sexp_conv.v0.12.0  (cached)
-> retrieved re.1.3.0  (cached)
-> retrieved result.1.0  (cached)
-> retrieved rresult.0.4.0  (cached)
-> retrieved ppxlib.0.5.0  (cached)
-> retrieved seq.0.1  (cached)
-> retrieved sexplib.v0.12.0  (cached)
-> retrieved sexplib0.v0.12.0  (cached)
-> retrieved stdio.v0.12.0  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved stringext.1.4.0  (cached)
-> retrieved topkg.0.7.5  (cached)
-> installed result.1.0
-> retrieved uri.1.9.5  (cached)
-> installed ocamlfind.1.7.3
-> installed base-bytes.base
-> installed ocamlbuild.0.9.1
-> installed seq.0.1
-> installed cppo.1.4.1
-> installed num.1.0
-> installed stringext.1.4.0
-> installed jbuilder.1.0+beta7
-> installed ocplib-endian.1.0
-> installed dune.2.0.1
-> installed ppx_derivers.1.0
-> installed re.1.3.0
-> installed bigarray-compat.1.0.0
-> installed mmap.1.1.0
-> installed ocaml-compiler-libs.v0.12.0
-> installed ocaml-syntax-shims.1.0.0
-> installed sexplib0.v0.12.0
-> installed stdlib-shims.0.1.0
-> installed topkg.0.7.5
-> installed diet.0.4
-> installed cstruct.6.0.0
-> installed rresult.0.4.0
-> installed fmt.0.8.0
-> installed dune-private-libs.2.0.1
-> installed ounit2.2.2.0
-> installed ocaml-migrate-parsetree.1.2.0
-> installed dune-configurator.2.0.1
-> installed lwt.5.4.2
-> installed mirage-device.2.0.0
-> installed cstruct-lwt.3.4.0
-> installed base.v0.12.0
-> installed mirage-block.2.0.1
-> installed logs.0.6.2
-> installed stdio.v0.12.0
-> installed parsexp.v0.12.0
-> installed sexplib.v0.12.0
-> installed ppxlib.0.5.0
-> installed ppx_sexp_conv.v0.12.0
-> installed uri.1.9.5
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 12:53.37 ---> saved as "ea2c2f6db13d137a8130fda70b3209a22eca933c50e657555d6d01535cc504c0"


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


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
        test alias lib_test/runtest
test.exe: [ERROR] connect /tmp/mirage-block-test.121.0: failed to open file
...rm /tmp/mirage-block-test.121.2
....rm /tmp/mirage-block-test.121.2
.rm /tmp/mirage-block-test.121.2
...
Ran: 11 tests in: 0.06 seconds.
OK
      stress alias lib_test/runtest
-.......-..........-.....-.-..............--...-...............
2024-05-11 12:53.41 ---> saved as "5116be57f3418475b942eb0d3acb02cf99f7273685ce122a8fd7671901b42b89"
Job succeeded
2024-05-11 12:53.41: Job succeeded