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

(lower-bound)

Link Copied
Code Copied

Logs

2024-09-01 14:15.00: 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:debian-12-ocaml-4.06@sha256:a3a7f67002e83f2112695268695cf15dea5c2b7713a0f4213a13edbe815966fd
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:debian-12-ocaml-4.06@sha256:a3a7f67002e83f2112695268695cf15dea5c2b7713a0f4213a13edbe815966fd
# debian-12-4.06_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /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 4795e0895b44aa27b6ee67583148aee756966a60 || git fetch origin master) && git reset -q --hard 4795e0895b44aa27b6ee67583148aee756966a60 && 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.2 --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-09-01 14:15.00: Using cache hint "mirage/mirage-block-unix-ocaml/opam:debian-12-ocaml-4.06@sha256:a3a7f67002e83f2112695268695cf15dea5c2b7713a0f4213a13edbe815966fd-debian-12-4.06_opam-2.2-2135bdd721696790cc7b649b9823ade0"
2024-09-01 14:15.00: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.06@sha256:a3a7f67002e83f2112695268695cf15dea5c2b7713a0f4213a13edbe815966fd)
 (comment debian-12-4.06_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.2 /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 4795e0895b44aa27b6ee67583148aee756966a60 || git fetch origin master) && git reset -q --hard 4795e0895b44aa27b6ee67583148aee756966a60 && 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.2 --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-09-01 14:15.00: Waiting for resource in pool OCluster
2024-09-01 19:04.05: Waiting for worker…
2024-09-01 19:07.20: Got resource from pool OCluster
Building on x86-bm-c6.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/mirage-block-unix.git-0df9e245863c468cb19fb3a9d6f12680d76cfc41/.git/
HEAD is now at 98efe7a CHANGES for 2.14.2


(from ocaml/opam:debian-12-ocaml-4.06@sha256:a3a7f67002e83f2112695268695cf15dea5c2b7713a0f4213a13edbe815966fd)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.06@sha256:a3a7f67002e83f2112695268695cf15dea5c2b7713a0f4213a13edbe815966fd' locally
docker.io/ocaml/opam@sha256:a3a7f67002e83f2112695268695cf15dea5c2b7713a0f4213a13edbe815966fd: Pulling from ocaml/opam
6dfe55121d25: Pulling fs layer
6dfe55121d25: Verifying Checksum
6dfe55121d25: Download complete
6dfe55121d25: Pull complete
Digest: sha256:a3a7f67002e83f2112695268695cf15dea5c2b7713a0f4213a13edbe815966fd
Status: Downloaded newer image for ocaml/opam@sha256:a3a7f67002e83f2112695268695cf15dea5c2b7713a0f4213a13edbe815966fd
2024-09-01 19:07.21 ---> using "f1d77c4d39ddcf1bae1340c9ce22cdf048eae814b90b8bbd76b1e26247ecc38d" from cache


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


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-09-01 19:07.21 ---> using "fbd4b28b64d0da3c6f05dbe2dccd24595dd4738e288bcbd81421d5fb5558682e" 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=39 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-01 19:07.21 ---> using "3b7a23d7efa46e78461d2105161a8b6db0ec19f8af3d030e883a2dc88e9b828f" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-119-generic
The OCaml toplevel, version 4.06.1
2.2.1
2024-09-01 19:07.21 ---> using "1be4423f0e116591f756a92858cc1db3c84befb9c493def01e273180028c5e72" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-09-01 19:07.21 ---> using "65fc2236ee9e8094c7788d9f2d3ba592511f39199e53eb6f89d540f81cdcd7db" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 4795e0895b44aa27b6ee67583148aee756966a60 || git fetch origin master) && git reset -q --hard 4795e0895b44aa27b6ee67583148aee756966a60 && git log --no-decorate -n1 --oneline && opam update -u"))
4795e0895b Merge pull request #26339 from mtelvers/macos-m4


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


The following actions will be performed:
=== downgrade 1 package
  - downgrade opam-depext 1.2.3 to 1.2.1-1 [no longer available]


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   opam-depext.1.2.3
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-09-01 19:08.30 ---> saved as "37b01d86768ea7e48a23c650eb1ec72cb9a1ddceb5a3f9ea595e541b9833d39c"


/src: (copy (src mirage-block-unix.opam) (dst ./))
2024-09-01 19:08.30 ---> saved as "aeb8905f484016d07bf8a2577991bf1cf4b24cd449be6f366bd120cdbf54c0a7"


/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-09-01 19:08.32 ---> saved as "1b8c4b90f6fec543fa6ee718ac70d7f3a05419abc0dddd5bbed0c9611e5b66b1"


/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.2 --depext-only -y mirage-block-unix.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- 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 bookworm/main amd64 Packages [8787 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
- Fetched 9221 kB in 1s (6316 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-09-01 19:08.51 ---> saved as "7259f8214eb6a27b1d234d946944a52932839d2c6f2b3546370d520859f8a0cd"


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


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.0.0  (cached)
-> installed conf-m4.1
-> retrieved base.v0.12.0  (cached)
-> retrieved cstruct.6.0.0  (cached)
-> installed conf-linux-libc-dev.0
-> retrieved cstruct-lwt.3.4.0  (cached)
-> retrieved diet.0.4  (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 cppo.1.4.1  (https://github.com/mjambon/cppo/archive/v1.4.1.tar.gz)
-> retrieved dune.2.0.1, dune-configurator.2.0.1, dune-private-libs.2.0.1  (cached)
-> retrieved mirage-device.2.0.0  (cached)
-> retrieved mmap.1.1.0  (cached)
-> retrieved mirage-block.2.0.1  (https://github.com/mirage/mirage-block/releases/download/v2.0.1/mirage-block-v2.0.1.tbz)
-> 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 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 ocamlfind.1.7.3  (http://download.camlcity.org/download/findlib-1.7.3.tar.gz)
-> 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.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)
-> retrieved ppxlib.0.5.0  (https://github.com/ocaml-ppx/ppxlib/releases/download/0.5.0/ppxlib-0.5.0.tbz)
-> retrieved ocaml-migrate-parsetree.1.2.0  (https://github.com/ocaml-ppx/ocaml-migrate-parsetree/releases/download/v1.2.0/ocaml-migrate-parsetree-v1.2.0.tbz)
-> 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 ppx_derivers.1.0
-> installed re.1.3.0
-> installed dune.2.0.1
-> installed topkg.0.7.5
-> installed bigarray-compat.1.0.0
-> installed mmap.1.1.0
-> installed stdlib-shims.0.1.0
-> installed sexplib0.v0.12.0
-> installed rresult.0.4.0
-> installed cstruct.6.0.0
-> installed diet.0.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.12.0
-> installed fmt.0.8.0
-> installed ounit2.2.2.0
-> installed dune-private-libs.2.0.1
-> installed ocaml-migrate-parsetree.1.2.0
-> installed dune-configurator.2.0.1
-> installed base.v0.12.0
-> installed stdio.v0.12.0
-> installed parsexp.v0.12.0
-> installed lwt.5.4.2
-> installed mirage-device.2.0.0
-> installed cstruct-lwt.3.4.0
-> installed sexplib.v0.12.0
-> installed mirage-block.2.0.1
-> installed logs.0.6.2
-> installed ppxlib.0.5.0
-> installed ppx_sexp_conv.v0.12.0
-> installed uri.1.9.5
Done.


<><> ocaml-migrate-parsetree.1.2.0 installed successfully <><><><><><><><><><><>
=> Note: This package is deprecated.
# Run eval $(opam env) to update the current shell environment
2024-09-01 19:10.40 ---> saved as "c9911968f4da5ba44a9fa0fb2340073a829a62b563082ac834918f8cdf812340"


/src: (copy (src .) (dst /src))
2024-09-01 19:10.40 ---> saved as "efeee25ec0be3fb7250b5dc6bbd2bcf346daa01adfcb9fb65b5952c7096ee92e"


/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.119.0: failed to open file
...rm /tmp/mirage-block-test.119.2
....rm /tmp/mirage-block-test.119.2
.rm /tmp/mirage-block-test.119.2
...
Ran: 11 tests in: 0.04 seconds.
OK
      stress alias lib_test/runtest
-.......-..........-.....-.-..............--...-...............
2024-09-01 19:10.42 ---> saved as "6e7f6eced93044d8186543a47980e2a43a34b1779aa7d03bd9034cafc714503b"
Job succeeded
2024-09-01 19:10.43: Job succeeded