Organisationsmiragemirage60d5a6 ()debian-12-4.10_opam-2.1

debian-12-4.10_opam-2.1

Link Copied
Code Copied

Logs

2024-04-26 12:03.56: New job: test mirage/mirage https://github.com/mirage/mirage.git#refs/pull/1524/head (60d5a6f46576fa15073594b6bd90996f369dc199) (linux-x86_64:debian-12-4.10_opam-2.1)
Base: ocaml/opam@sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage.git" && cd "mirage" && git fetch origin "refs/pull/1524/head" && git reset --hard 60d5a6f4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc
# 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 9cbee1880f0d7cd285a141cbebf5af38e7375edb || git fetch origin master) && git reset -q --hard 9cbee1880f0d7cd285a141cbebf5af38e7375edb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mirage.opam mirage-runtime.opam ./
RUN opam pin add -yn mirage.dev './' && \
    opam pin add -yn mirage-runtime.dev './'
ENV DEPS="alcotest.1.7.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 bos.0.2.1 cmdliner.1.2.0 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 domain-name.0.4.0 dune.3.15.0 dune-configurator.3.15.0 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.5.0 logs.0.7.0 lwt.5.7.0 macaddr.5.5.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 opam-monorepo.0.4.0 pecu.0.7 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 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 mirage.dev mirage-runtime.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-26 12:03.56: Using cache hint "mirage/mirage-ocaml/opam@sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc-debian-12-4.10_opam-2.1-e07b39c2be5bfe0b2251500e49581e07"
2024-04-26 12:03.56: Using OBuilder spec:
((from ocaml/opam@sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc)
 (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 9cbee1880f0d7cd285a141cbebf5af38e7375edb || git fetch origin master) && git reset -q --hard 9cbee1880f0d7cd285a141cbebf5af38e7375edb && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src mirage.opam mirage-runtime.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn mirage.dev './' && \
             \nopam pin add -yn mirage-runtime.dev './'"))
 (env DEPS "alcotest.1.7.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 bos.0.2.1 cmdliner.1.2.0 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 domain-name.0.4.0 dune.3.15.0 dune-configurator.3.15.0 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.5.0 logs.0.7.0 lwt.5.7.0 macaddr.5.5.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 opam-monorepo.0.4.0 pecu.0.7 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 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 mirage.dev mirage-runtime.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-26 12:03.56: Waiting for resource in pool OCluster
2024-04-26 12:03.56: Waiting for worker…
2024-04-26 12:10.43: Got resource from pool OCluster
Building on x86-bm-c8.sw.ocaml.org
All commits already cached
HEAD is now at 60d5a6f4 functoria: Better type-error for the start function


(from ocaml/opam@sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc)
Unable to find image 'ocaml/opam@sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc' locally
docker.io/ocaml/opam@sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc: Pulling from ocaml/opam
cc92f44cf2b1: Pulling fs layer
cc92f44cf2b1: Download complete
cc92f44cf2b1: Pull complete
Digest: sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc
Status: Downloaded newer image for ocaml/opam@sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc
2024-04-26 12:13.01 ---> saved as "92e4b6a8d0c7972eb60e5f83a96dcca892980fd73dcd629e841b4d640bd075e2"


/: (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-04-26 12:13.02 ---> saved as "a7d32f04952394effcd7c350d1ed2d798caedafb4cd4e2763e86e1b9d3770d1f"


/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-26 12:14.39 ---> saved as "70d178b5842c6abb1b5ed154b6274041b43527cf3eb7e79fe103cb28c09c58e3"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-105-generic
The OCaml toplevel, version 4.10.2
2.1.5
2024-04-26 12:14.39 ---> saved as "4630cfc3f8dc0559bc345c96312de1222e8a9c8093f2cfa30ff45c54b41099ec"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-26 12:14.39 ---> saved as "6f21386de2c048c4769e2eb70003c7ce8c8c1035cfbf4e080d8ce5e1606ab0e3"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 9cbee1880f0d7cd285a141cbebf5af38e7375edb || git fetch origin master) && git reset -q --hard 9cbee1880f0d7cd285a141cbebf5af38e7375edb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c516155a4b..01db0f1d8c  master     -> origin/master
9cbee1880f Merge pull request #25615 from Leonidas-from-XIV/release-dune-3.15.0


<><> 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-26 12:16.05 ---> saved as "7d3829e04846ea72f94d1faa598fb22cf48418f1e61ffee24b019a3c4f0f4ebd"


/src: (copy (src mirage.opam mirage-runtime.opam) (dst ./))
2024-04-26 12:16.05 ---> saved as "c57e0ccefbebca6a0adb29f1b79c09e744ae728f8b7de6e905d0c3a0d962e12a"


/src: (run (network host)
           (shell  "opam pin add -yn mirage.dev './' && \
                  \nopam pin add -yn mirage-runtime.dev './'"))
[mirage.dev] synchronised (file:///src)
mirage is now pinned to file:///src (version dev)
[mirage-runtime.dev] synchronised (file:///src)
mirage-runtime is now pinned to file:///src (version dev)
2024-04-26 12:16.09 ---> saved as "0113bdb42e771926103115b6be58bb2eb40c157dfbbaa7d15bf8b4fe156e9726"


/src: (env DEPS "alcotest.1.7.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 bos.0.2.1 cmdliner.1.2.0 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 domain-name.0.4.0 dune.3.15.0 dune-configurator.3.15.0 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.5.0 logs.0.7.0 lwt.5.7.0 macaddr.5.5.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 opam-monorepo.0.4.0 pecu.0.7 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 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 mirage.dev mirage-runtime.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 (947 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage.dev] synchronised (no changes)
[mirage-runtime.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).


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-04-26 12:16.36 ---> saved as "9ea719365a834476fb1b2150d499ef2ac24940ef8bc1ad2e18e69b679d097d0c"


/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 dune               3.15.0
  - install cmdliner           1.2.0
  - install ocamlfind          1.9.6
  - install seq                base
  - install conf-pkg-config    3
  - install stringext          1.6.0
  - install stdlib-shims       0.3.0
  - install pecu               0.7
  - install ocaml-syntax-shims 1.0.0
  - install macaddr            5.5.0
  - install domain-name        0.4.0
  - install csexp              1.5.2
  - install cppo               1.6.9
  - install base64             3.5.1
  - install topkg              1.0.7
  - install base-bytes         base
  - install re                 1.11.0
  - install opam-monorepo      0.4.0
  - install ipaddr             5.5.0
  - install dune-configurator  3.15.0
  - install uutf               1.0.3
  - install rresult            0.7.0
  - install fmt                0.9.0
  - install astring            0.8.5
  - install ocplib-endian      1.2
  - install bigstringaf        0.9.1
  - install fpath              0.7.3
  - install alcotest           1.7.0
  - install lwt                5.7.0
  - install angstrom           0.16.0
  - install logs               0.7.0
  - install uri                4.4.0
  - install emile              1.1
  - install bos                0.2.1
===== 35 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigstringaf.0.9.1  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-pkg-config.3
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved emile.1.1  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ipaddr.5.5.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved macaddr.5.5.0  (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 dune.3.15.0  (cached)
-> retrieved dune-configurator.3.15.0  (cached)
-> retrieved opam-monorepo.0.4.0  (cached)
-> retrieved pecu.0.7  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved uri.4.4.0  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.15.0
-> installed base64.3.5.1
-> installed csexp.1.5.2
-> installed domain-name.0.4.0
-> installed macaddr.5.5.0
-> installed pecu.0.7
-> installed stringext.1.6.0
-> installed ocaml-syntax-shims.1.0.0
-> installed stdlib-shims.0.3.0
-> installed cppo.1.6.9
-> installed ipaddr.5.5.0
-> installed re.1.11.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.15.0
-> installed alcotest.1.7.0
-> installed bigstringaf.0.9.1
-> installed angstrom.0.16.0
-> installed emile.1.1
-> installed uri.4.4.0
-> installed lwt.5.7.0
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed opam-monorepo.0.4.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-26 12:18.02 ---> saved as "4bdf49758686103cd62d0d79cf172b32ffcb1e5709f2cd6566cab7f0641b4036"


/src: (copy (src .) (dst /src))
2024-04-26 12:18.02 ---> saved as "b392a4719c535744df0d2fb2882ea4c88e7100da8ab46d00da24751a4cf7151f"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/functoria && ./test.exe)
Testing `functoria'.
This run has ID `I341WSBK'.


  [OK]          cli              0   read_full_eval.
  [OK]          cli              1   configure.
  [OK]          cli              2   describe.
  [OK]          cli              3   clean.
  [OK]          cli              4   help.
  [OK]          cli              5   default.
  [OK]          package          0   merge.
  [OK]          package          1   pp.
  [OK]          package          2   invalid names.
  [OK]          graph            0   var_name.
  [OK]          graph            1   impl_name.
  [OK]          graph            2   test_graph.
  [OK]          action           0   bind.
  [OK]          action           1   seq.
  [OK]          action           2   rm.
  [OK]          action           3   mkdir.
  [OK]          action           4   rmdir.
  [OK]          action           5   with_dir.
  [OK]          action           6   pwd.
  [OK]          action           7   is_file.
  [OK]          action           8   is_dir.
  [OK]          action           9   size_of.
  [OK]          action          10   set_var.
  [OK]          action          11   get_var.
  [OK]          action          12   run_cmd.
  [OK]          action          13   run_cmd_out.
  [OK]          action          14   write_file.
  [OK]          action          15   tmp_file.
  [OK]          action          16   ls.
  [OK]          action          17   with_output.
  [OK]          key              0   equal.
  [OK]          key              1   eval.
  [OK]          key              2   get.
  [OK]          key              3   find.
  [OK]          key              4   merge.
  [OK]          key              5   cmdliner.
  [OK]          key              6   opt-all.
  [OK]          version          0   failed_to_parse comments.
  [OK]          version          1   bad comment.
  [OK]          version          2   good comment.
  [OK]          version          3   unmet comment.


Full test results in `/src/_build/default/test/functoria/_build/_tests/functoria'.
Test Successful in 0.006s. 41 tests run.
(cd _build/default/test/mirage && ./test.exe)
Testing `mirage'.
This run has ID `9SE91JCU'.


  [OK]          basic          0   pp.


Full test results in `/src/_build/default/test/mirage/_build/_tests/mirage'.
Test Successful in 0.000s. 1 test run.
2024-04-26 12:18.10 ---> saved as "9500b7fbec176085abb88b77d6a40cd6a2a58af28779aebe7db8b0cb295365f5"
Job succeeded
2024-04-26 12:18.10: Job succeeded