Organisationsmiragemirage-fs-unix4cc532 (master)debian-12-4.07_opam-2.1

debian-12-4.07_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 08:35.52: New job: test mirage/mirage-fs-unix https://github.com/mirage/mirage-fs-unix.git#refs/heads/master (4cc532a81264e53ce29e0fcb7259408d9f1a2aeb) (linux-x86_64:debian-12-4.07_opam-2.1)
Base: ocaml/opam@sha256:370cbcee44f8502919cd7f9050120cac59298d527fd05a014a704eeff1d0a3e7
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage-fs-unix.git" -b "master" && cd "mirage-fs-unix" && git reset --hard 4cc532a8
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:370cbcee44f8502919cd7f9050120cac59298d527fd05a014a704eeff1d0a3e7
# debian-12-4.07_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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mirage-fs-unix.opam ./
RUN opam pin add -yn mirage-fs-unix.dev './'
ENV DEPS="alcotest.1.5.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.0.4 cppo.1.6.9 csexp.1.5.2 cstruct.6.0.1 cstruct-lwt.6.0.1 dune.3.15.2 dune-configurator.3.15.2 fmt.0.8.9 lwt.5.5.0 mirage-clock.3.1.0 mirage-clock-unix.3.1.0 mirage-device.2.0.0 mirage-fs.3.0.1 mirage-kv.3.0.1 mmap.1.2.0 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-config.1 ocaml-secondary-compiler.4.08.1-1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ocplib-endian.1.2 ptime.0.8.6 re.1.11.0 result.1.5 rresult.0.6.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y mirage-fs-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-04-30 08:35.52: Using cache hint "mirage/mirage-fs-unix-ocaml/opam@sha256:370cbcee44f8502919cd7f9050120cac59298d527fd05a014a704eeff1d0a3e7-debian-12-4.07_opam-2.1-cee00038a202e35c217f2292a06ce84b"
2024-04-30 08:35.52: Using OBuilder spec:
((from ocaml/opam@sha256:370cbcee44f8502919cd7f9050120cac59298d527fd05a014a704eeff1d0a3e7)
 (comment debian-12-4.07_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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src mirage-fs-unix.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn mirage-fs-unix.dev './'"))
 (env DEPS "alcotest.1.5.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.0.4 cppo.1.6.9 csexp.1.5.2 cstruct.6.0.1 cstruct-lwt.6.0.1 dune.3.15.2 dune-configurator.3.15.2 fmt.0.8.9 lwt.5.5.0 mirage-clock.3.1.0 mirage-clock-unix.3.1.0 mirage-device.2.0.0 mirage-fs.3.0.1 mirage-kv.3.0.1 mmap.1.2.0 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-config.1 ocaml-secondary-compiler.4.08.1-1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ocplib-endian.1.2 ptime.0.8.6 re.1.11.0 result.1.5 rresult.0.6.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 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 mirage-fs-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-04-30 08:35.52: Waiting for resource in pool OCluster
2024-04-30 19:49.34: Waiting for worker…
2024-04-30 19:52.51: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 4cc532a changes


(from ocaml/opam@sha256:370cbcee44f8502919cd7f9050120cac59298d527fd05a014a704eeff1d0a3e7)
2024-04-30 19:52.51 ---> using "806ee51389d0d0b27276ea06607814da90a34f50afdb3fb2005ff5fcd3467b54" from cache


/: (comment debian-12-4.07_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-04-30 19:52.51 ---> using "09c04342bf31ec923ba053d573e6ff2d412202553c52b25881635a4b123865ee" 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-04-30 19:52.51 ---> using "b6841472aef4c9a63ba325bbb235525d9affaa827e5eb82cf487b5efeff5877d" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.07.1
2.1.5
2024-04-30 19:52.51 ---> using "82ce05af440115d77785080055cbe3b5fd6625c715cb9f8db0de1449a9c839a0" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 19:52.51 ---> using "8aea573edecf398a34c5e749ffcf6e9f35856fbce9ec6ab868e2cc250ad11fa7" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c516155a4b..bafea8d973  master     -> origin/master
042d5efee9 [new release] dune (15 packages) (3.15.2)


<><> 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-04-30 19:52.51 ---> using "a10ae788e6be97b72ccb66df6cbe75df90e397088b5d74089bd569b23c2ddc8c" from cache


/src: (copy (src mirage-fs-unix.opam) (dst ./))
2024-04-30 19:52.51 ---> saved as "7d0c761d0e052ddaa8222b2e07dc5b5f6b58811e46124a7b6b39d00d91371df8"


/src: (run (network host)
           (shell "opam pin add -yn mirage-fs-unix.dev './'"))
[mirage-fs-unix.dev] synchronised (file:///src)
mirage-fs-unix is now pinned to file:///src (version dev)
2024-04-30 19:52.53 ---> saved as "2eeeff13834d262ec18400f157af8bef4ee1cc67919687588fa300e436f9a47e"


/src: (env DEPS "alcotest.1.5.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.0.4 cppo.1.6.9 csexp.1.5.2 cstruct.6.0.1 cstruct-lwt.6.0.1 dune.3.15.2 dune-configurator.3.15.2 fmt.0.8.9 lwt.5.5.0 mirage-clock.3.1.0 mirage-clock-unix.3.1.0 mirage-device.2.0.0 mirage-fs.3.0.1 mirage-kv.3.0.1 mmap.1.2.0 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-config.1 ocaml-secondary-compiler.4.08.1-1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ocplib-endian.1.2 ptime.0.8.6 re.1.11.0 result.1.5 rresult.0.6.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 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 mirage-fs-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 bookworm-updates/main amd64 Packages.diff/Index [10.6 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 270 kB in 0s (1207 kB/s)
- Reading package lists...


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


[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.08.1-1).
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.07.1).
[NOTE] Package ocaml is already installed (current version is 4.07.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).
2024-04-30 19:53.05 ---> saved as "f59d53ec104fbf11785fe564e625d18fc0da26636bb34f16515c31ff9e8460a3"


/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.08.1-1).
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.07.1).
[NOTE] Package ocaml is already installed (current version is 4.07.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 ocamlbuild          0.14.3
  - install cmdliner            1.0.4
  - install ocamlfind           1.9.6
  - install seq                 base
  - install topkg               1.0.7
  - install ocamlfind-secondary 1.9.6
  - install base-bytes          base
  - install uutf                1.0.3
  - install ptime               0.8.6
  - install astring             0.8.5
  - install dune                3.15.2
  - install stdlib-shims        0.3.0
  - install result              1.5
  - install re                  1.11.0
  - install ocaml-syntax-shims  1.0.0
  - install mirage-clock        3.1.0
  - install csexp               1.5.2
  - install cppo                1.6.9
  - install bigarray-compat     1.1.0
  - install fmt                 0.8.9
  - install rresult             0.6.0
  - install dune-configurator   3.15.2
  - install ocplib-endian       1.2
  - install mmap                1.2.0
  - install cstruct             6.0.1
  - install alcotest            1.5.0
  - install mirage-clock-unix   3.1.0
  - install lwt                 5.5.0
  - install mirage-device       2.0.0
  - install cstruct-lwt         6.0.1
  - install mirage-kv           3.0.1
  - install mirage-fs           3.0.1
===== 32 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved alcotest.1.5.0  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved cmdliner.1.0.4  (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)
-> retrieved fmt.0.8.9  (cached)
-> retrieved lwt.5.5.0  (cached)
-> retrieved mirage-clock.3.1.0  (cached)
-> retrieved mirage-clock-unix.3.1.0  (cached)
-> retrieved mirage-device.2.0.0  (cached)
-> retrieved mirage-fs.3.0.1  (cached)
-> retrieved mirage-kv.3.0.1  (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  (cached)
-> retrieved ocamlfind-secondary.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ptime.0.8.6  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.6.0  (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved uutf.1.0.3  (cached)
-> installed cmdliner.1.0.4
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed ocamlfind-secondary.1.9.6
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed ptime.0.8.6
-> installed astring.0.8.5
-> installed dune.3.15.2
-> installed mirage-clock.3.1.0
-> installed csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed ocaml-syntax-shims.1.0.0
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed mmap.1.2.0
-> installed cstruct.6.0.1
-> installed ocplib-endian.1.2
-> installed rresult.0.6.0
-> installed fmt.0.8.9
-> installed dune-configurator.3.15.2
-> installed mirage-clock-unix.3.1.0
-> installed alcotest.1.5.0
-> installed lwt.5.5.0
-> installed mirage-device.2.0.0
-> installed cstruct-lwt.6.0.1
-> installed mirage-kv.3.0.1
-> installed mirage-fs.3.0.1
Done.


<><> mirage-fs.3.0.1 installed successfully <><><><><><><><><><><><><><><><><><>
=> This package will be retired in MirageOS 4.0. Please use mirage-kv instead.
# Run eval $(opam env) to update the current shell environment
2024-04-30 19:53.49 ---> saved as "9e0e7f859bccad53f86b5159764ffc2a2971615579a3bb8613385f383016654b"


/src: (copy (src .) (dst /src))
2024-04-30 19:53.49 ---> saved as "171895615ef1596daee81604b9643f174db3dfc77e059c2144f61f93a2022f9d"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.07/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 src/.mirage_fs_unix.objs/byte -I /home/opam/.opam/4.07/lib/bigarray-compat -I /home/opam/.opam/4.07/lib/bytes -I /home/opam/.opam/4.07/lib/cstruct -I /home/opam/.opam/4.07/lib/cstruct-lwt -I /home/opam/.opam/4.07/lib/fmt -I /home/opam/.opam/4.07/lib/lwt -I /home/opam/.opam/4.07/lib/lwt/unix -I /home/opam/.opam/4.07/lib/mirage-device -I /home/opam/.opam/4.07/lib/mirage-fs -I /home/opam/.opam/4.07/lib/mirage-kv -I /home/opam/.opam/4.07/lib/mmap -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/ocplib-endian -I /home/opam/.opam/4.07/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/seq -I /home/opam/.opam/4.07/lib/stdlib-shims -no-alias-deps -opaque -o src/.mirage_fs_unix.objs/byte/fS_unix.cmi -c -intf src/fS_unix.mli)
File "src/fS_unix.mli", line 25, characters 15-30:
Error (warning 3): deprecated: module Mirage_fs
This module will be retired with MirageOS 4.0, use Mirage_kv instead!
File "src/fS_unix.mli", line 26, characters 21-42:
Error (warning 3): deprecated: module Mirage_fs
This module will be retired with MirageOS 4.0, use Mirage_kv instead!
File "src/fS_unix.mli", line 28, characters 8-19:
Error (warning 3): deprecated: module Mirage_fs
This module will be retired with MirageOS 4.0, use Mirage_kv instead!
(cd _build/default && /home/opam/.opam/4.07/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 src/.mirage_fs_unix.objs/byte -I /home/opam/.opam/4.07/lib/bigarray-compat -I /home/opam/.opam/4.07/lib/bytes -I /home/opam/.opam/4.07/lib/cstruct -I /home/opam/.opam/4.07/lib/cstruct-lwt -I /home/opam/.opam/4.07/lib/fmt -I /home/opam/.opam/4.07/lib/lwt -I /home/opam/.opam/4.07/lib/lwt/unix -I /home/opam/.opam/4.07/lib/mirage-device -I /home/opam/.opam/4.07/lib/mirage-fs -I /home/opam/.opam/4.07/lib/mirage-kv -I /home/opam/.opam/4.07/lib/mmap -I /home/opam/.opam/4.07/lib/ocaml/threads -I /home/opam/.opam/4.07/lib/ocplib-endian -I /home/opam/.opam/4.07/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/seq -I /home/opam/.opam/4.07/lib/stdlib-shims -no-alias-deps -opaque -o src/.mirage_fs_unix.objs/byte/fS_common.cmi -c -intf src/fS_common.mli)
File "src/fS_common.mli", line 24, characters 15-30:
Error (warning 3): deprecated: module Mirage_fs
This module will be retired with MirageOS 4.0, use Mirage_kv instead!
File "src/fS_common.mli", line 25, characters 21-42:
Error (warning 3): deprecated: module Mirage_fs
This module will be retired with MirageOS 4.0, use Mirage_kv instead!
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-04-30 19:53.50: Job failed: Failed: Build failed