Organisationsmiragemirage-block-unix98efe7 (main)debian-12-4.06_opam-2.2

debian-12-4.06_opam-2.2

Link Copied
Code Copied

Logs

2024-09-13 12:40.41: New job: test mirage/mirage-block-unix https://github.com/mirage/mirage-block-unix.git#refs/heads/main (98efe7ad179994cbae5eba4549dd92c486731bcf) (linux-x86_64:debian-12-4.06_opam-2.2)
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 2d4ed1d357476c1cef4ba85ee4e76e9dfb81f2ee || git fetch origin master) && git reset -q --hard 2d4ed1d357476c1cef4ba85ee4e76e9dfb81f2ee && 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="angstrom.0.16.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 bigstringaf.0.8.0 conf-linux-libc-dev.0 conf-pkg-config.3 cppo.1.7.0 csexp.1.5.2 cstruct.6.0.1 cstruct-lwt.6.0.1 diet.0.4 dune.3.16.0 dune-configurator.3.16.0 fmt.0.8.9 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 lwt.5.5.0 mirage-block.2.0.1 mirage-device.2.0.0 mmap.1.2.0 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ocplib-endian.1.2 ounit2.2.2.7 result.1.5 rresult.0.6.0 seq.0.3.1 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 uri.4.2.0"
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-13 12:40.41: Using cache hint "mirage/mirage-block-unix-ocaml/opam:debian-12-ocaml-4.06@sha256:a3a7f67002e83f2112695268695cf15dea5c2b7713a0f4213a13edbe815966fd-debian-12-4.06_opam-2.2-525d315be87b01f0b96c1a1108893cb6"
2024-09-13 12:40.41: 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 2d4ed1d357476c1cef4ba85ee4e76e9dfb81f2ee || git fetch origin master) && git reset -q --hard 2d4ed1d357476c1cef4ba85ee4e76e9dfb81f2ee && 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 "angstrom.0.16.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 bigstringaf.0.8.0 conf-linux-libc-dev.0 conf-pkg-config.3 cppo.1.7.0 csexp.1.5.2 cstruct.6.0.1 cstruct-lwt.6.0.1 diet.0.4 dune.3.16.0 dune-configurator.3.16.0 fmt.0.8.9 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 lwt.5.5.0 mirage-block.2.0.1 mirage-device.2.0.0 mmap.1.2.0 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ocplib-endian.1.2 ounit2.2.2.7 result.1.5 rresult.0.6.0 seq.0.3.1 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 uri.4.2.0")
 (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-13 12:40.41: Waiting for resource in pool OCluster
2024-09-13 14:31.40: Waiting for worker…
2024-09-13 14:33.38: Got resource from pool OCluster
Building on x86-bm-c4.sw.ocaml.org
All commits already cached
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-13 14:36.10 ---> saved as "f1d77c4d39ddcf1bae1340c9ce22cdf048eae814b90b8bbd76b1e26247ecc38d"


/: (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-13 14:36.10 ---> saved as "fbd4b28b64d0da3c6f05dbe2dccd24595dd4738e288bcbd81421d5fb5558682e"


/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-13 14:38.00 ---> saved as "3b7a23d7efa46e78461d2105161a8b6db0ec19f8af3d030e883a2dc88e9b828f"


/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-13 14:38.01 ---> saved as "1be4423f0e116591f756a92858cc1db3c84befb9c493def01e273180028c5e72"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-09-13 14:38.01 ---> saved as "65fc2236ee9e8094c7788d9f2d3ba592511f39199e53eb6f89d540f81cdcd7db"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 2d4ed1d357476c1cef4ba85ee4e76e9dfb81f2ee || git fetch origin master) && git reset -q --hard 2d4ed1d357476c1cef4ba85ee4e76e9dfb81f2ee && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   e89899ac28..2d4ed1d357  master     -> origin/master
2d4ed1d357 Merge pull request #26555 from seliopou/angstrom.0.16.1


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


The following actions will be performed:
=== upgrade 1 package
  - upgrade ocaml-secondary-compiler 4.08.1-1 to 4.14.2
=== install 2 packages
  - install host-arch-x86_64         1
  - install host-system-other        1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> retrieved ocaml-secondary-compiler.4.14.2  (cached)
-> removed   ocaml-secondary-compiler.4.08.1-1
-> installed ocaml-secondary-compiler.4.14.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-13 14:44.48 ---> saved as "937cee03e64cdc95182d2226c0d1c98af6d545ea200d86e6b51f7fac7347e0e9"


/src: (copy (src mirage-block-unix.opam) (dst ./))
2024-09-13 14:44.48 ---> saved as "697cf0bb5ba131a52d58deb2c3e59fd47df37ae7c65153cdb6a7aecc8bc67b5e"


/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-13 14:44.50 ---> saved as "fcfbb5264d36f5d76d1238176291f9ca2fb8b942d63820e217430c5a0fd180d1"


/src: (env DEPS "angstrom.0.16.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 bigstringaf.0.8.0 conf-linux-libc-dev.0 conf-pkg-config.3 cppo.1.7.0 csexp.1.5.2 cstruct.6.0.1 cstruct-lwt.6.0.1 diet.0.4 dune.3.16.0 dune-configurator.3.16.0 fmt.0.8.9 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 lwt.5.5.0 mirage-block.2.0.1 mirage-device.2.0.0 mmap.1.2.0 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ocplib-endian.1.2 ounit2.2.2.7 result.1.5 rresult.0.6.0 seq.0.3.1 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 uri.4.2.0")


/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 bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
- Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
- Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
- Get:7 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
- Fetched 9233 kB in 2s (6154 kB/s)
- Reading package lists...
- 


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


[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.14.2).
[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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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:
    pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed


2024-09-13 14:45.19 ---> saved as "a0b2c61efcb89950366d618fe468a4df363d9d6120ea50d6c5b73858862d2241"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.14.2).
[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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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 32 packages
  - install angstrom            0.16.1
  - install base-bytes          base
  - install bigarray-compat     1.1.0
  - install bigstringaf         0.8.0
  - install conf-linux-libc-dev 0
  - install conf-pkg-config     3
  - install cppo                1.7.0
  - install csexp               1.5.2
  - install cstruct             6.0.1
  - install cstruct-lwt         6.0.1
  - install diet                0.4
  - install dune                3.16.0
  - install dune-configurator   3.16.0
  - install fmt                 0.8.9
  - install logs                0.7.0
  - install lwt                 5.5.0
  - install mirage-block        2.0.1
  - install mirage-device       2.0.0
  - install mmap                1.2.0
  - install ocaml-syntax-shims  1.0.0
  - install ocamlbuild          0.14.3
  - install ocamlfind           1.9.6
  - install ocamlfind-secondary 1.9.6
  - install ocplib-endian       1.2
  - install ounit2              2.2.7
  - install result              1.5
  - install rresult             0.6.0
  - install seq                 0.3.1
  - install stdlib-shims        0.3.0
  - install stringext           1.6.0
  - install topkg               1.0.7
  - install uri                 4.2.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved bigstringaf.0.8.0  (cached)
-> retrieved angstrom.0.16.1  (cached)
-> retrieved cppo.1.7.0  (cached)
-> installed conf-pkg-config.3
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.0.1, cstruct-lwt.6.0.1  (cached)
-> retrieved diet.0.4  (cached)
-> installed conf-linux-libc-dev.0
-> retrieved fmt.0.8.9  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved mirage-block.2.0.1  (cached)
-> retrieved mirage-device.2.0.0  (cached)
-> retrieved lwt.5.5.0  (cached)
-> retrieved mmap.1.2.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6, ocamlfind-secondary.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.6.0  (cached)
-> retrieved seq.0.3.1  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uri.4.2.0  (cached)
-> retrieved dune.3.16.0, dune-configurator.3.16.0  (cached)
-> installed ocamlbuild.0.14.3
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlfind-secondary.1.9.6
-> installed topkg.1.0.7
-> installed dune.3.16.0
-> installed result.1.5
-> installed bigarray-compat.1.1.0
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed cppo.1.7.0
-> installed ocaml-syntax-shims.1.0.0
-> installed seq.0.3.1
-> installed stringext.1.6.0
-> installed rresult.0.6.0
-> installed bigstringaf.0.8.0
-> installed cstruct.6.0.1
-> installed mmap.1.2.0
-> installed diet.0.4
-> installed ocplib-endian.1.2
-> installed angstrom.0.16.1
-> installed fmt.0.8.9
-> installed ounit2.2.2.7
-> installed dune-configurator.3.16.0
-> installed uri.4.2.0
-> installed lwt.5.5.0
-> installed mirage-device.2.0.0
-> installed cstruct-lwt.6.0.1
-> installed mirage-block.2.0.1
-> installed logs.0.7.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-13 14:46.45 ---> saved as "e55f3e72f43f7115bfeba2d0a3812cf4f55475fae97fb75614a11e79a7d45a83"


/src: (copy (src .) (dst /src))
2024-09-13 14:46.46 ---> saved as "c10e4054148d8532d38e9a8507dfb5125387d7732a794e2229196f8294db8f50"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/lib_test && ./test.exe -runner sequential)
...........
Ran: 11 tests in: 0.06 seconds.
OK
test.exe: [ERROR] connect /tmp/build_31ec87_dune/mirage-block-test.105.0: failed to open file
rm /tmp/build_31ec87_dune/mirage-block-test.105.2
rm /tmp/build_31ec87_dune/mirage-block-test.105.2
rm /tmp/build_31ec87_dune/mirage-block-test.105.2
(cd _build/default/lib_test && ./stress.exe)
-.......-..........-.....-.-..............--...-...............
2024-09-13 14:46.48 ---> saved as "8869e9c2671f17317c7ea4a27832fa0542835b86ab506b65f070e4d21179bf20"
Job succeeded
2024-09-13 14:46.49: Job succeeded