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:opensuse-15.6-4.14_opam-2.4)Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/mirage.git" && cd "mirage" && git fetch origin "refs/pull/1618/head" && git reset --hard b582a7a2cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18# opensuse-15.6-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 cmdliner.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 domain-name.0.4.1 dune.3.20.2 dune-configurator.3.20.2 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.14.0 rresult.0.7.0 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-10-09 20:14.28: Using cache hint "mirage/mirage-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18-opensuse-15.6-4.14_opam-2.4-6df2c7f52e58ae476fbb67c231e6bc88"2025-10-09 20:14.28: Using OBuilder spec:((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18)(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 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && 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.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 cmdliner.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 domain-name.0.4.1 dune.3.20.2 dune-configurator.3.20.2 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.14.0 rresult.0.7.0 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-10-09 20:14.28: Waiting for resource in pool OCluster2025-10-09 20:14.28: Waiting for worker…2025-10-09 20:14.39: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at b582a7a2 re-add conflict(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18)2025-10-09 20:14.40 ---> using "22a8831ad63c0b56dbeda9544b4139acb767520e6e499618398c1640126dadfb" 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-10-09 20:14.40 ---> using "36adc53d24b93cf133517581dd078c51dd85e5cb16e625ccf79aa0a22d684970" 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 255 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=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-09 20:14.40 ---> using "7ab1b118a5f5536a34210f23df0b816b54be91936b87476d29580b7aac95932b" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-156-genericThe OCaml toplevel, version 4.14.22.4.12025-10-09 20:14.40 ---> using "3f978d4d65d5e8f24db4a7e9820535ac2f19689152e5378c579230c066547a29" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-09 20:14.40 ---> using "665cd5588eda9bb41559e24e57236ee2b579ee6b8d2d8db42f13beb76f392942" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADbcac5d1731..fb7ce25b7e master -> origin/master241aae26db Merge pull request #28629 from dinosaure/release-alcotest-1.9.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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.18 ---> saved as "af6d7ca935c2bb5e1075aea16cf117ca2b9fb839e3969fd8ffc2dd88f00b477a"/src: (copy (src mirage.opam mirage-runtime.opam) (dst ./))2025-10-09 20:15.18 ---> saved as "a386deeeed2f234dc2a8baf14a09855e4a6abfc24ed965e66fcd7d3c29d507fe"/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.21 ---> saved as "afdd71ac4a5106dae473273a072a8c1b30fd71293eb4e4a20959c3e2a2030a6d"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-09 20:15.22 ---> saved as "2ab127e5648a9ed8d900ec2ddde7e4c2873047b1ada5cfa75c4ba5ad833870eb"/src: (env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 cmdliner.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 domain-name.0.4.1 dune.3.20.2 dune-configurator.3.20.2 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.14.0 rresult.0.7.0 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-10-09 20:16.38 ---> saved as "4002ca71d3e6a607db9d572e4270afd2e977f6df85a0b127f99380594b47c2ca"/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 34 packages- install alcotest 1.9.1- install angstrom 0.16.1- install astring 0.8.5- install base-bytes base- install base64 3.5.2- install bigstringaf 0.10.0- install bos 0.2.1- install cmdliner 2.0.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.20.2- install dune-configurator 3.20.2- 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.14.0- install rresult 0.7.0- 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.1 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> installed conf-pkg-config.4-> retrieved bos.0.2.1 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.2.0.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 ocaml-syntax-shims.1.0.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved pecu.0.7 (cached)-> retrieved re.1.14.0 (cached)-> retrieved rresult.0.7.0 (cached)-> 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.20.2, dune-configurator.3.20.2 (cached)-> retrieved opam-monorepo.0.4.3 (cached)-> installed cmdliner.2.0.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.20.2-> installed base64.3.5.2-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed domain-name.0.4.1-> installed macaddr.5.6.1-> installed ocaml-syntax-shims.1.0.0-> installed pecu.0.7-> installed stdlib-shims.0.3.0-> installed stringext.1.6.0-> installed ocplib-endian.1.2-> installed re.1.14.0-> installed ipaddr.5.6.1-> installed alcotest.1.9.1-> installed dune-configurator.3.20.2-> 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 bos.0.2.1-> installed opam-monorepo.0.4.3Done.# To update the current shell environment, run: eval $(opam env)2025-10-09 20:19.18 ---> saved as "ef6befd734a169a0de9b2b660687c7b1d382f50d3ed21c70f64bf76094840ef8"/src: (copy (src .) (dst /src))2025-10-09 20:19.18 ---> saved as "1583ade5ba639014738196e39859f0cfc4606f441e1b6e84d89ed88ac77e2958"/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 `2WUM3JXR'.[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.009s. 41 tests run.(cd _build/default/test/mirage && ./test.exe)Testing `mirage'.This run has ID `AQMKQO5O'.[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.39 ---> saved as "548464d73e472c483a743a379489869d427c7706071dc18783e3a0f38742bc40"Job succeeded2025-10-09 20:19.39: Job succeeded