Organisationsmiragemirageafa12d ()(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-05-10 15:54.57: New job: test mirage/mirage https://github.com/mirage/mirage.git#refs/heads/4.4 (afa12d61d83927ff7b6b415d2503ec64d75aada6) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage.git" -b "4.4" && cd "mirage" && git reset --hard afa12d61
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f
# 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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mirage.opam mirage-runtime.opam functoria.opam functoria-runtime.opam ./
RUN opam pin add -yn mirage.dev './' && \
    opam pin add -yn mirage-runtime.dev './' && \
    opam pin add -yn functoria.dev './' && \
    opam pin add -yn functoria-runtime.dev './'
ENV DEPS="alcotest.1.0.0 angstrom.0.14.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 bigstringaf.0.5.0 bos.0.2.1 cmdliner.1.2.0 conf-m4.1 conf-pkg-config.1.0 cppo.1.6.1 domain-name.0.3.0 dune.3.1.0 emile.1.1 fmt.0.8.10 fpath.0.7.3 ipaddr.5.0.0 jbuilder.1.0+beta20.1 logs.0.6.3 lwt.4.2.0 macaddr.5.0.0 mmap.1.0.2 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.1 opam-monorepo.0.3.2 pecu.0.3 re.1.7.2 result.1.5 rresult.0.7.0 seq.0.2.2 stdlib-shims.0.1.0 stringext.1.4.0 topkg.1.0.3 uchar.0.0.2 uri.4.2.0 uuidm.0.9.6 uutf.1.0.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y mirage.dev mirage-runtime.dev functoria.dev functoria-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-05-10 15:54.57: Using cache hint "mirage/mirage-ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f-debian-12-4.10_opam-2.1-d8c49f42f8bd9c2cf148f2e2f5133864"
2024-05-10 15:54.57: Using OBuilder spec:
((from ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f)
 (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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src mirage.opam mirage-runtime.opam functoria.opam functoria-runtime.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn mirage.dev './' && \
             \nopam pin add -yn mirage-runtime.dev './' && \
             \nopam pin add -yn functoria.dev './' && \
             \nopam pin add -yn functoria-runtime.dev './'"))
 (env DEPS "alcotest.1.0.0 angstrom.0.14.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 bigstringaf.0.5.0 bos.0.2.1 cmdliner.1.2.0 conf-m4.1 conf-pkg-config.1.0 cppo.1.6.1 domain-name.0.3.0 dune.3.1.0 emile.1.1 fmt.0.8.10 fpath.0.7.3 ipaddr.5.0.0 jbuilder.1.0+beta20.1 logs.0.6.3 lwt.4.2.0 macaddr.5.0.0 mmap.1.0.2 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.1 opam-monorepo.0.3.2 pecu.0.3 re.1.7.2 result.1.5 rresult.0.7.0 seq.0.2.2 stdlib-shims.0.1.0 stringext.1.4.0 topkg.1.0.3 uchar.0.0.2 uri.4.2.0 uuidm.0.9.6 uutf.1.0.1")
 (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 functoria.dev functoria-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-05-10 15:54.57: Waiting for resource in pool OCluster
2024-05-11 04:41.16: Waiting for worker…
2024-05-11 04:47.04: Got resource from pool OCluster
Building on x86-bm-c15.sw.ocaml.org
All commits already cached
HEAD is now at afa12d61 changes for 4.4.2


(from ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f)
2024-05-11 04:47.21 ---> saved as "3204dccede4ada7247031416c9a3ce5a65cccadc30366f79b6c482182a97c51f"


/: (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-05-11 04:47.21 ---> saved as "3e57c624baabfd19ffbb7e50c6eecda254001faf897cdcf552f3300f14e619a6"


/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 04:49.18 ---> saved as "4e083d1f4ba1bf2248fc39e691f8442b387fb1a2da8f57ffbaf874743e9c8ee9"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.10.2
2.1.5
2024-05-11 04:49.18 ---> saved as "0f7bbbaf1abbad3c4aed58361344336650bf916ab1c91b95da2bf12d52f65443"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 04:49.18 ---> saved as "1230dedce79894d75ad8974f12c65afda46dad21d15cdb907f7713181db7e9d6"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> 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 04:50.39 ---> saved as "d1f60b5ccc785679ac2269fab79f24ee9819787be03b51cb59a8422530e9ef26"


/src: (copy (src mirage.opam mirage-runtime.opam functoria.opam functoria-runtime.opam)
            (dst ./))
2024-05-11 04:50.40 ---> saved as "50a7ebe5834d8cf21c76a7df27ed9f721fae204ea9a87577ddd17b3c627e5913"


/src: (run (network host)
           (shell  "opam pin add -yn mirage.dev './' && \
                  \nopam pin add -yn mirage-runtime.dev './' && \
                  \nopam pin add -yn functoria.dev './' && \
                  \nopam pin add -yn functoria-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)
[functoria.dev] synchronised (file:///src)
functoria is now pinned to file:///src (version dev)
[functoria-runtime.dev] synchronised (file:///src)
functoria-runtime is now pinned to file:///src (version dev)
2024-05-11 04:50.47 ---> saved as "13bb028ff367b618bb78901204f38b752a58338bb3c4d23f72723e0c624fea4c"


/src: (env DEPS "alcotest.1.0.0 angstrom.0.14.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 bigstringaf.0.5.0 bos.0.2.1 cmdliner.1.2.0 conf-m4.1 conf-pkg-config.1.0 cppo.1.6.1 domain-name.0.3.0 dune.3.1.0 emile.1.1 fmt.0.8.10 fpath.0.7.3 ipaddr.5.0.0 jbuilder.1.0+beta20.1 logs.0.6.3 lwt.4.2.0 macaddr.5.0.0 mmap.1.0.2 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.1 opam-monorepo.0.3.2 pecu.0.3 re.1.7.2 result.1.5 rresult.0.7.0 seq.0.2.2 stdlib-shims.0.1.0 stringext.1.4.0 topkg.1.0.3 uchar.0.0.2 uri.4.2.0 uuidm.0.9.6 uutf.1.0.1")


/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 functoria.dev functoria-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-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 258 kB in 0s (1003 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[functoria.dev] synchronised (no changes)
[functoria-runtime.dev] synchronised (no changes)
[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:
    m4 pkg-config


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


2024-05-11 04:51.07 ---> saved as "f13d6a0ff1adcba6dbab8cb884a114a767e48239ea8e8b11df612a64c4363395"


/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 cmdliner        1.2.0
  - install conf-m4         1
  - install jbuilder        1.0+beta20.1
  - install ocamlbuild      0.14.0
  - install conf-pkg-config 1.0
  - install dune            3.1.0
  - install ocamlfind       1.8.1
  - install uchar           0.0.2
  - install stdlib-shims    0.1.0
  - install seq             0.2.2
  - install result          1.5
  - install opam-monorepo   0.3.2
  - install mmap            1.0.2
  - install macaddr         5.0.0
  - install bigstringaf     0.5.0
  - install topkg           1.0.3
  - install base-bytes      base
  - install angstrom        0.14.0
  - install uutf            1.0.1
  - install rresult         0.7.0
  - install fmt             0.8.10
  - install uuidm           0.9.6
  - install stringext       1.4.0
  - install re              1.7.2
  - install cppo            1.6.1
  - install base64          3.0.0
  - install astring         0.8.2
  - install pecu            0.3
  - install uri             4.2.0
  - install lwt             4.2.0
  - install fpath           0.7.3
  - install domain-name     0.3.0
  - install alcotest        1.0.0
  - install logs            0.6.3
  - install ipaddr          5.0.0
  - install bos             0.2.1
  - install emile           1.1
===== 37 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.2  (cached)
-> retrieved angstrom.0.14.0  (cached)
-> retrieved base64.3.0.0  (cached)
-> retrieved bigstringaf.0.5.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved alcotest.1.0.0  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved cppo.1.6.1  (cached)
-> installed conf-m4.1
-> installed conf-pkg-config.1.0
-> retrieved domain-name.0.3.0  (cached)
-> retrieved emile.1.1  (cached)
-> retrieved fmt.0.8.10  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ipaddr.5.0.0  (cached)
-> retrieved logs.0.6.3  (cached)
-> retrieved lwt.4.2.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved macaddr.5.0.0  (cached)
-> retrieved mmap.1.0.2  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved dune.3.1.0  (cached)
-> retrieved ocamlfind.1.8.1  (cached)
-> retrieved pecu.0.3  (cached)
-> retrieved re.1.7.2  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.0.2.2  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved stringext.1.4.0  (cached)
-> retrieved topkg.1.0.3  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved uuidm.0.9.6  (cached)
-> retrieved uutf.1.0.1  (cached)
-> retrieved uri.4.2.0  (cached)
-> retrieved opam-monorepo.0.3.2  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.8.1
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed uchar.0.0.2
-> installed jbuilder.1.0+beta20.1
-> installed cppo.1.6.1
-> installed re.1.7.2
-> installed stringext.1.4.0
-> installed topkg.1.0.3
-> installed rresult.0.7.0
-> installed uuidm.0.9.6
-> installed uutf.1.0.1
-> installed fmt.0.8.10
-> installed astring.0.8.2
-> installed fpath.0.7.3
-> installed dune.3.1.0
-> installed bigstringaf.0.5.0
-> installed domain-name.0.3.0
-> installed macaddr.5.0.0
-> installed mmap.1.0.2
-> installed result.1.5
-> installed stdlib-shims.0.1.0
-> installed base64.3.0.0
-> installed seq.0.2.2
-> installed pecu.0.3
-> installed angstrom.0.14.0
-> installed ipaddr.5.0.0
-> installed alcotest.1.0.0
-> installed emile.1.1
-> installed uri.4.2.0
-> installed lwt.4.2.0
-> installed logs.0.6.3
-> installed bos.0.2.1
-> installed opam-monorepo.0.3.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 04:52.36 ---> saved as "4c3f0bfcf7f1a0ba3ee197988e751858490738c03e62d3039b80f20fa18af7b1"


/src: (copy (src .) (dst /src))
2024-05-11 04:52.39 ---> saved as "bd80875f0eb38c8aa0ca7dc2ac76f03e94edeb913e3985fa736c710161010b87"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "/home/opam/.opam/4.10/lib/re/re.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.10/lib/re/emacs/re.emacs.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.10/lib/re/glob/re.glob.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.10/lib/re/pcre/re.pcre.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.10/lib/re/perl/re.perl.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.10/lib/re/posix/re.posix.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.10/lib/re/str/re.str.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
(cd _build/default/test/mirage-runtime && ./test.exe)
Testing mirage.
This run has ID `CBD9A1A0-380B-4929-BAEB-EDB6121A6E46`.
[OK]                basic          0   info.
The full test results are available in `/src/_build/default/test/mirage-runtime/_build/_tests/CBD9A1A0-380B-4929-BAEB-EDB6121A6E46`.
Test Successful in 0.000s. 1 test run.
ASSERT name
(cd _build/default/test/functoria && ./test.exe)
Testing functoria.
This run has ID `EEB41E32-DFBE-43A7-8AD0-3AD9814D3D79`.
[OK]                cli              0   read_full_eval.
[OK]                cli              1   configure.
[OK]                cli              2   describe.
[OK]                cli              3   build.
[OK]                cli              4   clean.
[OK]                cli              5   help.
[OK]                cli              6   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.
The full test results are available in `/src/_build/default/test/functoria/_build/_tests/EEB41E32-DFBE-43A7-8AD0-3AD9814D3D79`.
Test Successful in 0.000s. 42 tests run.
ASSERT invalid opt-all argument
(cd _build/default/test/mirage && ./test.exe)
Testing mirage.
This run has ID `CFF9AE0D-2488-4DB9-9F51-DDBD08507B1B`.
[OK]                basic          0   pp.
The full test results are available in `/src/_build/default/test/mirage/_build/_tests/CFF9AE0D-2488-4DB9-9F51-DDBD08507B1B`.
Test Successful in 0.000s. 1 test run.
ASSERT pp
2024-05-11 04:52.46 ---> saved as "a059401a99016ee7a176c5e2e4717142745c08e6d6580d42d77232a804e4a9a0"
Job succeeded
2024-05-11 04:52.46: Job succeeded