Organisationsmiragemirageb582a7 ()(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2025-10-09 20:14.28: New job: test mirage/mirage https://github.com/mirage/mirage.git#refs/pull/1618/head (b582a7a2add3e3099b0cae1139ddc59093f8c1c7) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-13-ocaml-4.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage.git" && cd "mirage" && git fetch origin "refs/pull/1618/head" && git reset --hard b582a7a2
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e
# debian-13-4.13_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 4f3dfab98d74a7843149082c62579550d26c9496 || git fetch origin master) && git reset -q --hard 4f3dfab98d74a7843149082c62579550d26c9496 && 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 './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.7.0 angstrom.0.14.0 astring.0.8.5 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.2.0.0 conf-pkg-config.1.0 cppo.1.6.6 domain-name.0.3.0 dune.3.6.2 dune-configurator.2.5.1 dune-private-libs.2.5.1 emile.1.1 fmt.0.10.0 fpath.0.7.3 ipaddr.5.6.0 logs.0.8.0 lwt.5.4.0 macaddr.5.6.0 mmap.1.1.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 opam-monorepo.0.4.0 pecu.0.4 re.1.9.0 result.1.5 rresult.0.7.0 seq.0.3 stdlib-shims.0.1.0 stringext.1.4.0 topkg.1.0.8 uri.4.2.0 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --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


2025-10-09 20:14.28: Using cache hint "mirage/mirage-ocaml/opam:debian-13-ocaml-4.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e-debian-13-4.13_opam-2.4-71d3a18d65484109959228164690959c"
2025-10-09 20:14.28: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e)
(comment debian-13-4.13_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 4f3dfab98d74a7843149082c62579550d26c9496 || git fetch origin master) && git reset -q --hard 4f3dfab98d74a7843149082c62579550d26c9496 && 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 './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.7.0 angstrom.0.14.0 astring.0.8.5 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.2.0.0 conf-pkg-config.1.0 cppo.1.6.6 domain-name.0.3.0 dune.3.6.2 dune-configurator.2.5.1 dune-private-libs.2.5.1 emile.1.1 fmt.0.10.0 fpath.0.7.3 ipaddr.5.6.0 logs.0.8.0 lwt.5.4.0 macaddr.5.6.0 mmap.1.1.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 opam-monorepo.0.4.0 pecu.0.4 re.1.9.0 result.1.5 rresult.0.7.0 seq.0.3 stdlib-shims.0.1.0 stringext.1.4.0 topkg.1.0.8 uri.4.2.0 uutf.1.0.4")
(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.4 --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"))
)


2025-10-09 20:14.28: Waiting for resource in pool OCluster
2025-10-09 20:14.28: Waiting for worker…
2025-10-09 20:15.04: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at b582a7a2 re-add conflict


(from ocaml/opam:debian-13-ocaml-4.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e)
2025-10-09 20:15.05 ---> using "edc61b5613d526714c47ca7477704e6216df8c199e369c488443808988d2a3ba" from cache


/: (comment debian-13-4.13_opam-2.4)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-10-09 20:15.05 ---> using "db0365f9e783ff2c38923d5987189ff7c6b3ea34d00037b79605c8ce09dadc39" 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.2, 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] Initialised
2025-10-09 20:15.05 ---> using "d655376f1b328583c124d5aee788d10f9c4f2593bb39a3e9f1a549b759496a57" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-156-generic
The OCaml toplevel, version 4.13.1
2.4.1
2025-10-09 20:15.05 ---> using "537996ed5dc51738f1bf92750ec11a482391cf41635c886974602ec9c6fcb00f" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-10-09 20:15.05 ---> using "63911a6b594163eaad95d039548bda0913389ae466376dc50b9628593a7aa064" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 4f3dfab98d74a7843149082c62579550d26c9496 || git fetch origin master) && git reset -q --hard 4f3dfab98d74a7843149082c62579550d26c9496 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
bcac5d1731..fb7ce25b7e  master     -> origin/master
4f3dfab98d Merge pull request #28635 from hannesm/alcotest-cmdliner


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+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 at these versions (e.g. "opam upgrade ocaml.5.3.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-10-09 20:15.47 ---> saved as "ff3fc684001c98264604e57b91b73f1e9071ab4f74bb1ca95680d2f5471c9fe9"


/src: (copy (src mirage.opam mirage-runtime.opam) (dst ./))
2025-10-09 20:15.47 ---> saved as "4db9a8574c933c3b9076ac2edcec95e038ecbab0dac1b73f0d2338ae28a0b678"


/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)
2025-10-09 20:15.53 ---> saved as "7fa2190e2665e3f41e266e2483850ad4fbdb19d2ae879fd2c52be85d7a21bbc8"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-09 20:15.54 ---> saved as "656aee4fa42aead1e4fb66cb3196468be64001445f339467849725f983904a43"


/src: (env DEPS "alcotest.1.7.0 angstrom.0.14.0 astring.0.8.5 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.2.0.0 conf-pkg-config.1.0 cppo.1.6.6 domain-name.0.3.0 dune.3.6.2 dune-configurator.2.5.1 dune-private-libs.2.5.1 emile.1.1 fmt.0.10.0 fpath.0.7.3 ipaddr.5.6.0 logs.0.8.0 lwt.5.4.0 macaddr.5.6.0 mmap.1.1.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 opam-monorepo.0.4.0 pecu.0.4 re.1.9.0 result.1.5 rresult.0.7.0 seq.0.3 stdlib-shims.0.1.0 stringext.1.4.0 topkg.1.0.8 uri.4.2.0 uutf.1.0.4")


/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.4 --depext-only -y mirage.dev mirage-runtime.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [52.2 kB]
- Fetched 143 kB in 0s (767 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage.dev] synchronised (file:///src)
[mirage-runtime.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.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"
- Selecting previously unselected package libpkgconf3:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20622 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12) ...
2025-10-09 20:16.20 ---> saved as "349328c737ec75d042c124a02439c1c35712a94882fa064797943724311945cb"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.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 37 packages
- install alcotest           1.7.0
- install angstrom           0.14.0
- install astring            0.8.5
- install base-bytes         base
- install base64             3.0.0
- install bigstringaf        0.5.0
- install bos                0.2.1
- install cmdliner           2.0.0
- install conf-pkg-config    1.0
- install cppo               1.6.6
- install domain-name        0.3.0
- install dune               3.6.2
- install dune-configurator  2.5.1
- install dune-private-libs  2.5.1
- install emile              1.1
- install fmt                0.10.0
- install fpath              0.7.3
- install ipaddr             5.6.0
- install logs               0.8.0
- install lwt                5.4.0
- install macaddr            5.6.0
- install mmap               1.1.0
- install ocaml-syntax-shims 1.0.0
- install ocamlbuild         0.14.0
- install ocamlfind          1.9.1
- install ocplib-endian      1.0
- install opam-monorepo      0.4.0
- install pecu               0.4
- install re                 1.9.0
- install result             1.5
- install rresult            0.7.0
- install seq                0.3
- install stdlib-shims       0.1.0
- install stringext          1.4.0
- install topkg              1.0.8
- install uri                4.2.0
- install uutf               1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.7.0  (cached)
-> retrieved angstrom.0.14.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base64.3.0.0  (cached)
-> retrieved bigstringaf.0.5.0  (cached)
-> installed conf-pkg-config.1.0
-> retrieved bos.0.2.1  (cached)
-> retrieved cppo.1.6.6  (cached)
-> retrieved cmdliner.2.0.0  (cached)
-> retrieved domain-name.0.3.0  (cached)
-> retrieved emile.1.1  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ipaddr.5.6.0, macaddr.5.6.0  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved lwt.5.4.0  (cached)
-> retrieved mmap.1.1.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.9.1  (cached)
-> retrieved ocplib-endian.1.0  (cached)
-> retrieved dune-configurator.2.5.1, dune-private-libs.2.5.1  (cached)
-> retrieved dune.3.6.2  (cached)
-> retrieved opam-monorepo.0.4.0  (cached)
-> retrieved pecu.0.4  (cached)
-> retrieved re.1.9.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.0.3  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved stringext.1.4.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved uri.4.2.0  (cached)
-> installed cmdliner.2.0.0
-> installed ocamlfind.1.9.1
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed stringext.1.4.0
-> installed topkg.1.0.8
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.6.2
-> installed bigstringaf.0.5.0
-> installed cppo.1.6.6
-> installed domain-name.0.3.0
-> installed macaddr.5.6.0
-> installed mmap.1.1.0
-> installed seq.0.3
-> installed ocaml-syntax-shims.1.0.0
-> installed result.1.5
-> installed stdlib-shims.0.1.0
-> installed pecu.0.4
-> installed base64.3.0.0
-> installed ipaddr.5.6.0
-> installed angstrom.0.14.0
-> installed re.1.9.0
-> installed emile.1.1
-> installed alcotest.1.7.0
-> installed uri.4.2.0
-> installed dune-private-libs.2.5.1
-> installed ocplib-endian.1.0
-> installed dune-configurator.2.5.1
-> installed lwt.5.4.0
-> installed logs.0.8.0
-> installed bos.0.2.1
-> installed opam-monorepo.0.4.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-09 20:19.11 ---> saved as "61c4629ddbd7cc00aee43763ea92d674f89111973085827f0b7cdbe5af9d8ffd"


/src: (copy (src .) (dst /src))
2025-10-09 20:19.12 ---> saved as "c23e8666e8dd68220b5d784945ae39a4f3d59ca8ab8a30183b356b8be243ef2b"


/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 `ESYFZJ9A'.


[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.023s. 41 tests run.
(cd _build/default/test/mirage && ./test.exe)
Testing `mirage'.
This run has ID `OJQJ2BN5'.


[OK]          basic          0   pp.


Full test results in `/src/_build/default/test/mirage/_build/_tests/mirage'.
Test Successful in 0.000s. 1 test run.
2025-10-09 20:19.35 ---> saved as "cf1cbac3135c0e4a72e19e779b3063d5a06c6e8ceba61463c0f10b65f24c3ade"
Job succeeded
2025-10-09 20:19.35: Job succeeded