2025-09-07 19:32.43: New job: test mirage/mirage https://github.com/mirage/mirage.git#refs/pull/1611/head (8182915f0e8071efdeede116615335ba90858dcd) (linux-x86_64:opensuse-15.6-4.14_opam-2.4) Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/mirage.git" && cd "mirage" && git fetch origin "refs/pull/1611/head" && git reset --hard 8182915f cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd # opensuse-15.6-4.14_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 53c7f25306cd512b69b4c845f4f1e0d210c49129 || git fetch origin master) && git reset -q --hard 53c7f25306cd512b69b4c845f4f1e0d210c49129 && 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.9.0 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 domain-name.0.4.1 dune.3.19.1 dune-configurator.3.19.1 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 opam-monorepo.0.4.3 pecu.0.7 re.1.13.2 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.0 uri.4.4.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-09-07 19:32.43: Using cache hint "mirage/mirage-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd-opensuse-15.6-4.14_opam-2.4-f23bce92f0209c2fa3818cc3615d5911" 2025-09-07 19:32.43: Using OBuilder spec: ((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd) (comment opensuse-15.6-4.14_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 53c7f25306cd512b69b4c845f4f1e0d210c49129 || git fetch origin master) && git reset -q --hard 53c7f25306cd512b69b4c845f4f1e0d210c49129 && 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.9.0 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 domain-name.0.4.1 dune.3.19.1 dune-configurator.3.19.1 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 opam-monorepo.0.4.3 pecu.0.7 re.1.13.2 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.0 uri.4.4.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-09-07 19:32.43: Waiting for resource in pool OCluster 2025-09-07 19:32.44: Waiting for worker… 2025-09-07 19:32.44: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at 8182915f apply review comments (from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd) Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd' locally docker.io/ocaml/opam@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd: Pulling from ocaml/opam 00b1d65d02fb: Pulling fs layer 00b1d65d02fb: Verifying Checksum 00b1d65d02fb: Download complete 00b1d65d02fb: Pull complete Digest: sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd Status: Downloaded newer image for ocaml/opam@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd 2025-09-07 19:32.45 ---> using "1a99a4fa2b22a5ddfdc055ef8b0a89929fb705f376c98cfd746d241bec785819" from cache /: (comment opensuse-15.6-4.14_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-09-07 19:32.45 ---> using "1293171ff685d91b0f5dc4fa5f962fccde85a94a85de976b087d856432f07457" 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 [NOTE] The 'jobs' option was reset, its value was 71 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=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-09-07 19:32.45 ---> using "31781b9568029bbbf85cb18f103b72b67aa5e7fdc365220bcbe1ddd22e43a4fc" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-142-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-09-07 19:32.45 ---> using "35db6a2970114995ffd848de592176c95ef1af46640c7a7cb8ad76a972ac62b5" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-07 19:32.45 ---> using "d2a2c4e333aefc86c9246be6a0a8ba2c4e1d8c12f01857609904cf1f121bc789" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 53c7f25306cd512b69b4c845f4f1e0d210c49129 || git fetch origin master) && git reset -q --hard 53c7f25306cd512b69b4c845f4f1e0d210c49129 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD ee24528071..9c3d4d2c45 master -> origin/master 53c7f25306 Merge pull request #28384 from raphael-proust/opam-publish-lwt.5.9.2 <><> 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-09-07 19:33.03 ---> saved as "af35139091261bb681f3a2e5e90d01e83455bb1f565a37d3ee95120d8edb8aaa" /src: (copy (src mirage.opam mirage-runtime.opam) (dst ./)) 2025-09-07 19:33.03 ---> saved as "90567dd75e9ba145bcf06e092b2bebd5dae276bc82b29177ced51d6c6173aaf4" /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-09-07 19:33.05 ---> saved as "e8bbb1762cf65d7088855f9d328b26b81288aafb9f341d0adc433c7dc1c19544" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-07 19:33.05 ---> saved as "053c342ed4612a3f0ef1483af18f716d4b4faeef3f1796862a4f0d56fd3c4eae" /src: (env DEPS "alcotest.1.9.0 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 domain-name.0.4.1 dune.3.19.1 dune-configurator.3.19.1 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 opam-monorepo.0.4.3 pecu.0.7 re.1.13.2 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.0 uri.4.4.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 "zypper" "--non-interactive" "refresh" - Retrieving repository 'Update repository of openSUSE Backports' metadata [.. - Looking for gpg keys in repository Update repository of openSUSE Backports. - gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key - . - .... - ....... - ......... - ..... - ........ - ....... - .......... - ....done] - Building repository 'Update repository of openSUSE Backports' cache [....done] - Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.. - Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15. - gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key - .... - ......... - ....... - ........ - ........ - ...... - ......done] - Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [.. - ..done] - Retrieving repository 'Main Update Repository' metadata [.. - Looking for gpg keys in repository Main Update Repository. - gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key - ........ - ..done] - Building repository 'Main Update Repository' cache [....done] - Repository 'Update Repository (Non-Oss)' is up to date. - Repository 'Non-OSS Repository' is up to date. - Repository 'Main Repository' is up to date. - All repositories have been refreshed. <><> 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.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.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). 2025-09-07 19:33.41 ---> saved as "31bb7289a446130fdaa41ef1dc1a2bdcffc42abc91a9a06287e79855b93883b8" /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.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.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 35 packages - install alcotest 1.9.0 - install angstrom 0.16.1 - install astring 0.8.5 - install base-bytes base - install base64 3.5.1 - install bigstringaf 0.10.0 - install bos 0.2.1 - install cmdliner 1.3.0 - install conf-pkg-config 4 - install cppo 1.8.0 - install csexp 1.5.2 - install domain-name 0.4.1 - install dune 3.19.1 - install dune-configurator 3.19.1 - install emile 1.1 - install fmt 0.11.0 - install fpath 0.7.3 - install ipaddr 5.6.1 - install logs 0.9.0 - install lwt 5.9.2 - install macaddr 5.6.1 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install opam-monorepo 0.4.3 - install pecu 0.7 - install re 1.13.2 - install rresult 0.7.0 - install seq base - install stdlib-shims 0.3.0 - install stringext 1.6.0 - install topkg 1.1.0 - install uri 4.4.0 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved alcotest.1.9.0 (cached) -> retrieved angstrom.0.16.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved base64.3.5.1 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved bos.0.2.1 (cached) -> installed conf-pkg-config.4 -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved domain-name.0.4.1 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved emile.1.1 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved ipaddr.5.6.1, macaddr.5.6.1 (cached) -> retrieved logs.0.9.0 (cached) -> retrieved lwt.5.9.2 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved pecu.0.7 (cached) -> retrieved re.1.13.2 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved stringext.1.6.0 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved uri.4.4.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached) -> retrieved opam-monorepo.0.4.3 (cached) -> installed cmdliner.1.3.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.1.0 -> installed rresult.0.7.0 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed dune.3.19.1 -> installed base64.3.5.1 -> installed cppo.1.8.0 -> installed csexp.1.5.2 -> installed domain-name.0.4.1 -> installed macaddr.5.6.1 -> installed ocaml-syntax-shims.1.0.0 -> installed pecu.0.7 -> installed re.1.13.2 -> installed stdlib-shims.0.3.0 -> installed stringext.1.6.0 -> installed ocplib-endian.1.2 -> installed ipaddr.5.6.1 -> installed alcotest.1.9.0 -> installed dune-configurator.3.19.1 -> installed bigstringaf.0.10.0 -> installed angstrom.0.16.1 -> installed emile.1.1 -> installed uri.4.4.0 -> installed lwt.5.9.2 -> installed logs.0.9.0 -> installed opam-monorepo.0.4.3 -> installed bos.0.2.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-07 19:34.21 ---> saved as "7944efaa657502dc7e2ad07b4465e44007c238f639500a39b20d29711e3966e7" /src: (copy (src .) (dst /src)) 2025-09-07 19:34.21 ---> saved as "732b26cc1a30eb0afe2493ac8c4921ee6e1f847e3a042c91bb662502deafd0dd" /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 `FDIOZJDE'. [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.005s. 41 tests run. (cd _build/default/test/mirage && ./test.exe) Testing `mirage'. This run has ID `YXDCLL2G'. [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-09-07 19:34.28 ---> saved as "0832b42f694f2038aa94fe4884d1d45769a1dc66a840bb05a4be18310cc361e2" Job succeeded 2025-09-07 19:34.28: Job succeeded