2025-10-03 14:27.21: New job: test mirage/mirage https://github.com/mirage/mirage.git#refs/pull/1615/head (0738c8eca9627575fc5645d6dbf7a9c1394208da) (linux-s390x:debian-13-4.14_s390x_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2cOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/mirage.git" && cd "mirage" && git fetch origin "refs/pull/1615/head" && git reset --hard 0738c8eccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2c# debian-13-4.14_s390x_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-03 14:27.21: Using cache hint "mirage/mirage-ocaml/opam:debian-13-ocaml-4.14@sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2c-debian-13-4.14_s390x_opam-2.4-6df2c7f52e58ae476fbb67c231e6bc88"2025-10-03 14:27.21: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2c)(comment debian-13-4.14_s390x_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-03 14:27.21: Waiting for resource in pool OCluster2025-10-03 14:27.21: Waiting for worker…2025-10-03 14:28.26: Got resource from pool OClusterBuilding on s390x-worker-01.marist.ci.devAll commits already cachedHEAD is now at 0738c8ec Re-add a way to provide a network and a gateway to generic_stackv4v6(from ocaml/opam:debian-13-ocaml-4.14@sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2c)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2c' locallydocker.io/ocaml/opam@sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2c: Pulling from ocaml/opam28eee642962f: Already existsa3da74fabe44: Already exists954a4b28c4ac: Already exists33f722f84002: Already exists22230ea145a1: Already existsfecf6f44f284: Already exists217bd4fede6a: Already existsa33647dc2e72: Already existsd79780697501: Already exists9e23f7ffff2e: Already existseb75e063aff4: Already exists388fcd98e415: Already existsc1d354e88d38: Already existsa0f5e7e96636: Already existsba5ff5ec60bd: Already exists9aaa23f50bbc: Already existsd10db0662178: Already existscd6f63b0f0f8: Already existsac5365aa1a11: Already exists6587968fd88d: Already existse588d084fdc6: Already exists4f4fb700ef54: Already exists4a5997d73c6d: Already existse541ac1e928e: Already exists728b5511169a: Already exists959e36346cbe: Already exists1b8a5fe2cec2: Already existse74fadbc5d0b: Already existsed67b78ce4dd: Already exists427304383c22: Already exists3463eb278ac2: Already exists5f56c9cf090b: Already existsdbb81f611d3c: Already exists06c3f641d2b9: Already existsf910b4833e6f: Already existsb3a11d4a0fca: Already exists0031525c35e8: Already exists007ec72ca1b8: Already existsb29860215095: Already existsc167a5bdeab6: Already exists9d6b0ab18c79: Pulling fs layer9b09c37533d2: Pulling fs layer9a6fc8f6dbc3: Pulling fs layer22d23a9afaf6: Pulling fs layer22d23a9afaf6: Waiting9a6fc8f6dbc3: Verifying Checksum9a6fc8f6dbc3: Download complete9b09c37533d2: Verifying Checksum9b09c37533d2: Download complete22d23a9afaf6: Verifying Checksum22d23a9afaf6: Download complete9d6b0ab18c79: Verifying Checksum9d6b0ab18c79: Download complete9d6b0ab18c79: Pull complete9b09c37533d2: Pull complete9a6fc8f6dbc3: Pull complete22d23a9afaf6: Pull completeDigest: sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2cStatus: Downloaded newer image for ocaml/opam@sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2c2025-10-03 14:28.27 ---> using "21924fd223900ba9548db9ff2d14288448a6b2c6b9a6ac7a343fb5704bfa759b" from cache/: (comment debian-13-4.14_s390x_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-03 14:28.27 ---> using "bec4a1f2b2ef3becd3f88a0205dbddf83f3b9d59c6c94db02b19cf4e4fd1f3da" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-03 14:28.27 ---> using "b60d5333ae50d5e0338ae63562d05940ddf8ed76202433b81b177f8598325024" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-71-genericThe OCaml toplevel, version 4.14.22.4.12025-10-03 14:28.27 ---> using "236e344f13fe86a0467ef486d55818e18cab9e6abbbe49d55128ad6b2b8a6939" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-03 14:28.27 ---> using "334ea4a1bc0602e46fb9a0b52268e87a12fb3ca3e4141b6c086222e2dfb9f605" 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..241aae26db 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-03 14:28.27 ---> using "11efb0557877d603a46e0de68dbd70efc9b374e1c760e5093667fe215e10c44e" from cache/src: (copy (src mirage.opam mirage-runtime.opam) (dst ./))2025-10-03 14:28.27 ---> using "257836e2cf6c464e021063861ce637d74a382b66d282856109e5c5cd60e0aebc" from cache/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-03 14:28.27 ---> using "755c08db0cb1fd0cc90e5f18a1438e6f394311ac2477f378f17524014c33c6b1" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-03 14:28.27 ---> using "238a7e4977fe72848d6afc04c99e1f69f92cec5cf1fbe229ce9550925f0333fc" from cache/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 "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 s390x Packages [42.6 kB]- Fetched 133 kB in 0s (422 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.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 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:s390x.- (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 ... 20381 files and directories currently installed.)- Preparing to unpack .../libpkgconf3_1.8.1-4_s390x.deb ...- Unpacking libpkgconf3:s390x (1.8.1-4) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../pkgconf-bin_1.8.1-4_s390x.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:s390x.- Preparing to unpack .../pkgconf_1.8.1-4_s390x.deb ...- Unpacking pkgconf:s390x (1.8.1-4) ...- Selecting previously unselected package pkg-config:s390x.- Preparing to unpack .../pkg-config_1.8.1-4_s390x.deb ...- Unpacking pkg-config:s390x (1.8.1-4) ...- Setting up libpkgconf3:s390x (1.8.1-4) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up pkgconf:s390x (1.8.1-4) ...- Setting up pkg-config:s390x (1.8.1-4) ...- Processing triggers for libc-bin (2.41-12) ...2025-10-03 14:28.27 ---> using "32e735e56ec91d277b84c21a7d5967a2e7f5772d33057bcefdddef26b1e02844" from cache/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 bos.0.2.1 (cached)-> installed conf-pkg-config.4-> retrieved bigstringaf.0.10.0 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved domain-name.0.4.1 (cached)-> retrieved emile.1.1 (cached)-> retrieved fmt.0.11.0 (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 dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved opam-monorepo.0.4.3 (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)-> installed cmdliner.2.0.0-> installed ocamlbuild.0.16.1-> retrieved uutf.1.0.4 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.0-> installed fmt.0.11.0-> installed astring.0.8.5-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed fpath.0.7.3-> installed dune.3.20.2-> installed base64.3.5.2-> installed csexp.1.5.2-> installed domain-name.0.4.1-> installed cppo.1.8.0-> installed macaddr.5.6.1-> installed ocplib-endian.1.2-> installed ocaml-syntax-shims.1.0.0-> installed dune-configurator.3.20.2-> installed ipaddr.5.6.1-> installed pecu.0.7-> installed bigstringaf.0.10.0-> installed re.1.14.0-> installed angstrom.0.16.1-> installed stdlib-shims.0.3.0-> installed emile.1.1-> installed lwt.5.9.2-> installed stringext.1.6.0-> installed alcotest.1.9.1-> installed logs.0.9.0-> installed uri.4.4.0-> installed bos.0.2.1-> installed opam-monorepo.0.4.3Done.# To update the current shell environment, run: eval $(opam env)2025-10-03 14:28.27 ---> using "27e61a437b5a5895a047888b0b25dd13c8024553264dc114ce3e0b8934e65c0f" from cache/src: (copy (src .) (dst /src))2025-10-03 14:28.32 ---> saved as "5ec00ce71f59f64ab2a183310ccde94cd9a1a1a2400ccd98422b40e4d2d286f6"/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 `84AOGRLF'.[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 `VIOYN1N3'.[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-03 14:28.43 ---> saved as "05100e66c54d39be864160584c27393375832e01f0ec939b43e78ab77de43179"Job succeeded2025-10-03 14:28.44: Job succeeded