2025-10-09 20:54.53: New job: test mirage/mirage-skeleton https://github.com/mirage/mirage-skeleton.git#refs/heads/main (395229ba90b6338e3e2b10bd70f8a6e5b402f63c) (linux-x86_64:fedora-42-5.3_opam-2.4) Base: ocaml/opam:fedora-42-ocaml-5.3@sha256:1692973f106bce89bdc8a714ce1cc5a8ade9999a1ca0e0e27ec14024efbe1e05 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/mirage-skeleton.git" -b "main" && cd "mirage-skeleton" && git reset --hard 395229ba cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-42-ocaml-5.3@sha256:1692973f106bce89bdc8a714ce1cc5a8ade9999a1ca0e0e27ec14024efbe1e05 # fedora-42-5.3_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils 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 2c0fc5a232cae12e3d9f24c907b6603097ed85b2 || git fetch origin master) && git reset -q --hard 2c0fc5a232cae12e3d9f24c907b6603097ed85b2 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 mirage-skeleton.opam ./ RUN opam pin add -yn mirage-skeleton.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.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 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 macaddr.5.6.1 mirage.4.10.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 opam-monorepo.0.4.3 pecu.0.7 rresult.0.7.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-skeleton.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:54.53: Using cache hint "mirage/mirage-skeleton-ocaml/opam:fedora-42-ocaml-5.3@sha256:1692973f106bce89bdc8a714ce1cc5a8ade9999a1ca0e0e27ec14024efbe1e05-fedora-42-5.3_opam-2.4-b4ec7a7fb22770f9a74596edbd87ac5b" 2025-10-09 20:54.53: Using OBuilder spec: ((from ocaml/opam:fedora-42-ocaml-5.3@sha256:1692973f106bce89bdc8a714ce1cc5a8ade9999a1ca0e0e27ec14024efbe1e05) (comment fedora-42-5.3_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (network host) (shell "sudo dnf install -y findutils")) (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 2c0fc5a232cae12e3d9f24c907b6603097ed85b2 || git fetch origin master) && git reset -q --hard 2c0fc5a232cae12e3d9f24c907b6603097ed85b2 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src mirage-skeleton.opam) (dst ./)) (run (network host) (shell "opam pin add -yn mirage-skeleton.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.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 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 macaddr.5.6.1 mirage.4.10.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 opam-monorepo.0.4.3 pecu.0.7 rresult.0.7.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-skeleton.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:54.53: Waiting for resource in pool OCluster 2025-10-09 21:30.59: Waiting for worker… 2025-10-09 21:35.57: Got resource from pool OCluster Building on eumache All commits already cached HEAD is now at 395229b Merge pull request #412 from hannesm/prep-410 (from ocaml/opam:fedora-42-ocaml-5.3@sha256:1692973f106bce89bdc8a714ce1cc5a8ade9999a1ca0e0e27ec14024efbe1e05) Unable to find image 'ocaml/opam:fedora-42-ocaml-5.3@sha256:1692973f106bce89bdc8a714ce1cc5a8ade9999a1ca0e0e27ec14024efbe1e05' locally docker.io/ocaml/opam@sha256:1692973f106bce89bdc8a714ce1cc5a8ade9999a1ca0e0e27ec14024efbe1e05: Pulling from ocaml/opam e909c7ea073f: Already exists Digest: sha256:1692973f106bce89bdc8a714ce1cc5a8ade9999a1ca0e0e27ec14024efbe1e05 Status: Downloaded newer image for ocaml/opam@sha256:1692973f106bce89bdc8a714ce1cc5a8ade9999a1ca0e0e27ec14024efbe1e05 2025-10-09 21:35.57 ---> using "35eb8746178ea8e003a48b9dd0b81f90508d2a71d9005f1bcd0e69f5de88cc13" from cache /: (comment fedora-42-5.3_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (network host) (shell "sudo dnf install -y findutils")) Updating and loading repositories: Fedora 42 - x86_64 100% | 59.8 KiB/s | 24.8 KiB | 00m00s Fedora 42 openh264 (From Cisco) - x86_ 100% | 3.8 KiB/s | 986.0 B | 00m00s Fedora 42 - x86_64 - Updates 100% | 106.4 KiB/s | 16.9 KiB | 00m00s Repositories loaded. Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed. Nothing to do. 2025-10-09 21:35.57 ---> using "b0e77004ee099bb9fe12e33c2e1ea70482bad9e995ba64ceeb51051dceaa729e" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-10-09 21:35.57 ---> using "a44ecb165e5aea81bb94efd3b9b67001d23bd39195970313532e12ea75d44458" 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-10-09 21:35.57 ---> using "d795850288ae2a4c3da39162feb3921ebb5df1309cb4f2009f41deae01c79353" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-131-generic The OCaml toplevel, version 5.3.0 2.4.1 2025-10-09 21:35.57 ---> using "44449ec79e84a37bc3223965c7837e04944ba665fd4314e72e7e2b55ff0479ec" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-10-09 21:35.57 ---> using "8820c8b7c78317a5ebf8828a528cea212ef4052197ce99b09843ce2b8a9c0101" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 2c0fc5a232cae12e3d9f24c907b6603097ed85b2 || git fetch origin master) && git reset -q --hard 2c0fc5a232cae12e3d9f24c907b6603097ed85b2 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD bcac5d1731..38a1469dbb master -> origin/master 2c0fc5a232 Merge pull request #28645 from hannesm/release-mirage-v4.10.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-base-compiler.5.4.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 21:35.57 ---> using "2671db76af313d6c8ae656932d8efbe590414a7116016298136305b6e189a266" from cache /src: (copy (src mirage-skeleton.opam) (dst ./)) 2025-10-09 21:35.57 ---> saved as "067943eca5d19babde0ed33806c5bb4319eae62f71a4b447ca75ada9d351c863" /src: (run (network host) (shell "opam pin add -yn mirage-skeleton.dev './'")) [NOTE] Package mirage-skeleton does not exist in opam repositories registered in the current switch. [mirage-skeleton.dev] synchronised (file:///src) [WARNING] Failed checks on mirage-skeleton package definition from source at file:///src: warning 68: Missing field 'license' mirage-skeleton is now pinned to file:///src (version dev) 2025-10-09 21:35.59 ---> saved as "6b7eb1e10f4fe03c4f4a20b90c2726eba336c11b906018758147a674ca658919" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-10-09 21:35.59 ---> saved as "b5f91a730314f9740de5847fdde6642623561490c31527478ac737e9033e35cc" /src: (env DEPS "angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.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 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 macaddr.5.6.1 mirage.4.10.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 opam-monorepo.0.4.3 pecu.0.7 rresult.0.7.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-skeleton.dev $DEPS")) + /usr/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Repositories loaded. - Metadata cache created. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [mirage-skeleton.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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 2025-10-09 21:36.13 ---> saved as "b2c2a33f6b86ffa76d1c6e0efb888da59550e2e7d1f2db45ec6796a0a64a9988" /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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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 28 packages - install angstrom 0.16.1 - install astring 0.8.5 - 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 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 macaddr 5.6.1 - install mirage 4.10.2 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install opam-monorepo 0.4.3 - install pecu 0.7 - install rresult 0.7.0 - install stringext 1.6.0 - install topkg 1.1.0 - install uri 4.4.0 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved angstrom.0.16.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved base64.3.5.2 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved bos.0.2.1 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cmdliner.2.0.0 (cached) -> installed conf-pkg-config.4 -> 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 ocamlbuild.0.16.1 (cached) -> retrieved mirage.4.10.2 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved pecu.0.7 (cached) -> retrieved rresult.0.7.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 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 logs.0.9.0 -> installed bos.0.2.1 -> installed dune.3.20.2 -> installed base64.3.5.2 -> 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 stringext.1.6.0 -> installed ipaddr.5.6.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 opam-monorepo.0.4.3 -> installed mirage.4.10.2 Done. # To update the current shell environment, run: eval $(opam env) 2025-10-09 21:37.26 ---> saved as "8eb46d1ed5a846dac84d65dbece5a042ba5258ec7e2c5e7e5156caac22f7250d" /src: (copy (src .) (dst /src)) 2025-10-09 21:37.27 ---> saved as "0b5064c7c2efefcb3221f793a77cd2d7607cd6823cde1225d20e6218303f0ef8" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-10-09 21:37.28 ---> saved as "2f474ad713fbbfb63130ca9a23ec3469ab9b1339677dff51e863517d9f49d98e" Job succeeded 2025-10-09 21:37.28: Job succeeded