2025-12-08 12:18.33: New job: test mirage/mirage-skeleton https://github.com/mirage/mirage-skeleton.git#refs/pull/418/head (74692ca454e08b1546d8f5fdbd4c93b43c7c984e) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-13-ocaml-4.13@sha256:a4d70502982a3e7beccb27eb01aac4196e3ec2a175c2784cf99423d876367897Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/mirage-skeleton.git" && cd "mirage-skeleton" && git fetch origin "refs/pull/418/head" && git reset --hard 74692ca4cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.13@sha256:a4d70502982a3e7beccb27eb01aac4196e3ec2a175c2784cf99423d876367897# debian-13-4.13_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 f736a66f83aeced5a0c0d90b769613178cd63b26 || git fetch origin master) && git reset -q --hard f736a66f83aeced5a0c0d90b769613178cd63b26 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.14.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 bigstringaf.0.2.0 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.1.0 domain-name.0.3.0 dune.3.6.2 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.6.0 jbuilder.1.0+beta20.1 logs.0.7.0 macaddr.5.6.0 mirage.4.9.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 opam-monorepo.0.4.0 pecu.0.4 result.1.5 rresult.0.7.0 stringext.1.4.0 topkg.1.0.8 uri.4.2.0 uutf.1.0.3"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y mirage-skeleton.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-12-08 12:18.33: Using cache hint "mirage/mirage-skeleton-ocaml/opam:debian-13-ocaml-4.13@sha256:a4d70502982a3e7beccb27eb01aac4196e3ec2a175c2784cf99423d876367897-debian-13-4.13_opam-2.4-cf5137131a84362aa0c17d356beab1bc"2025-12-08 12:18.33: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.13@sha256:a4d70502982a3e7beccb27eb01aac4196e3ec2a175c2784cf99423d876367897)(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 f736a66f83aeced5a0c0d90b769613178cd63b26 || git fetch origin master) && git reset -q --hard f736a66f83aeced5a0c0d90b769613178cd63b26 && 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.14.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 bigstringaf.0.2.0 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.1.0 domain-name.0.3.0 dune.3.6.2 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.6.0 jbuilder.1.0+beta20.1 logs.0.7.0 macaddr.5.6.0 mirage.4.9.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 opam-monorepo.0.4.0 pecu.0.4 result.1.5 rresult.0.7.0 stringext.1.4.0 topkg.1.0.8 uri.4.2.0 uutf.1.0.3")(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-12-08 12:18.33: Waiting for resource in pool OCluster2025-12-08 12:18.33: Waiting for worker…2025-12-08 12:18.33: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 74692ca applications/{git,http}: get dns servers from dhcp(from ocaml/opam:debian-13-ocaml-4.13@sha256:a4d70502982a3e7beccb27eb01aac4196e3ec2a175c2784cf99423d876367897)Unable to find image 'ocaml/opam:debian-13-ocaml-4.13@sha256:a4d70502982a3e7beccb27eb01aac4196e3ec2a175c2784cf99423d876367897' locallydocker.io/ocaml/opam@sha256:a4d70502982a3e7beccb27eb01aac4196e3ec2a175c2784cf99423d876367897: Pulling from ocaml/opam13cc39f8244a: Already existsb27d53669817: Already exists062c909e206e: Already exists265baae72087: Already existsb6b7b385247c: Already existsbfb7bf5b7c6d: Already existsb18c76fc18f2: Already exists6bdbb37ee35f: Already exists84035aa4da2d: Already exists0c3307e14207: Already exists30b92d637d72: Already exists991b07583706: Already existse1d7a79a1495: Already exists6b08d63c6214: Already exists4c7236344711: Already exists12506f41e8b0: Already exists12506f41e8b0: Already exists2330d596aec1: Already existsa48299f5ec62: Already exists04618a577568: Already exists8c4b002d072b: Already exists4f4fb700ef54: Already existsff68f05e2976: Already existsd5543b560a3e: Already exists4a9030bbb1ef: Already existsc59b3bec3411: Already exists85a7c9be9495: Already existsdbc6bd8f2e44: Already exists6680a5133ca2: Already exists470c0056084c: Already exists6b9af56b67cf: Already existsc572cde25fb3: Already exists033b2d405acf: Already exists663cc5b3d424: Already exists840bbd47fded: Already existsfb8f644ba010: Already exists66735543f230: Already exists7896354b8c11: Already existsa0063722d8c2: Already exists7018e4a5881b: Already existsb9fc416556b6: Pulling fs layerf7413e2a9aab: Pulling fs layere585362811e2: Pulling fs layerb9fc416556b6: Waitinge06c8af00d12: Pulling fs layerf7413e2a9aab: Waitinge06c8af00d12: Waitingb9fc416556b6: Verifying Checksumb9fc416556b6: Download completef7413e2a9aab: Download completee585362811e2: Verifying Checksume585362811e2: Download completee06c8af00d12: Verifying Checksume06c8af00d12: Download completeb9fc416556b6: Pull completef7413e2a9aab: Pull completee585362811e2: Pull completee06c8af00d12: Pull completeDigest: sha256:a4d70502982a3e7beccb27eb01aac4196e3ec2a175c2784cf99423d876367897Status: Downloaded newer image for ocaml/opam@sha256:a4d70502982a3e7beccb27eb01aac4196e3ec2a175c2784cf99423d8763678972025-12-08 12:18.33 ---> using "cfee2dbb7c3b53094b10ce8a6a5511cb63fae7bc2641f5dd3c4ab8f4ce94702d" 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-12-08 12:18.33 ---> using "9158c2a1eded196c6b2588085476f3222a8ab152b4cb5015d1d9a886577c8a64" 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-12-08 12:18.33 ---> using "0bae906eedfec94fadb86e1149d9d9c3630717641a1ebf839d277d614fb0ab4b" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.13.12.4.12025-12-08 12:18.33 ---> using "417ae334501a4ab642a2dcbe5bab80c2ddf8e8f7b2e6c1978712544465abcaf9" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-08 12:18.33 ---> using "b1e1ff634f284116085c4c2c0e7d0f6f50d5f4a8af066048dba5788f1b6a08fc" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e f736a66f83aeced5a0c0d90b769613178cd63b26 || git fetch origin master) && git reset -q --hard f736a66f83aeced5a0c0d90b769613178cd63b26 && git log --no-decorate -n1 --oneline && opam update -u"))f736a66f83 Merge pull request #28602 from dbuenzli/cmdliner-incompat<><> 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-12-08 12:18.52 ---> saved as "f8c149109f78d23165abf2e6c609f3360b7287937116762732c2015e82c9044d"/src: (copy (src mirage-skeleton.opam) (dst ./))2025-12-08 12:18.52 ---> saved as "2ef72a5be73f66c34598702198ed47fc1a01c69234c2f6571745b61b6d44618d"/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-12-08 12:18.54 ---> saved as "2f307cbebd1879a750168d2f99b82c49b2854bdba6d1034b7998cbbbfd88f373"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-08 12:18.54 ---> saved as "fa359445cdb94bb0365f48a07b7346517daeb377d2b1ffa098834e328b47ef55"/src: (env DEPS "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.2.0 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.1.0 domain-name.0.3.0 dune.3.6.2 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.6.0 jbuilder.1.0+beta20.1 logs.0.7.0 macaddr.5.6.0 mirage.4.9.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 opam-monorepo.0.4.0 pecu.0.4 result.1.5 rresult.0.7.0 stringext.1.4.0 topkg.1.0.8 uri.4.2.0 uutf.1.0.3")/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/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main amd64 Packages [9670 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [81.7 kB]- Fetched 9983 kB in 22s (453 kB/s)- Reading package lists...<><> 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 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-12-08 12:19.29 ---> saved as "f06aed6b24338560f7d8b98ae4db21c3e8b81e64e6374caa6090f7382f56c1b8"/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 28 packages- install angstrom 0.14.0- install astring 0.8.5- install base-bytes base- install base64 3.0.0- install bigstringaf 0.2.0- install bos 0.2.1- install cmdliner 1.3.0- install conf-pkg-config 1.0- install domain-name 0.3.0- install dune 3.6.2- install emile 1.1- install fmt 0.9.0- install fpath 0.7.3- install ipaddr 5.6.0- install jbuilder 1.0+beta20.1 (deprecated)- install logs 0.7.0- install macaddr 5.6.0- install mirage 4.9.0- install ocamlbuild 0.14.0- install ocamlfind 1.9.1- install opam-monorepo 0.4.0- install pecu 0.4- install result 1.5- install rresult 0.7.0- install stringext 1.4.0- install topkg 1.0.8- install uri 4.2.0- install uutf 1.0.3<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved angstrom.0.14.0 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base64.3.0.0 (cached)-> retrieved bigstringaf.0.2.0 (cached)-> installed conf-pkg-config.1.0-> retrieved domain-name.0.3.0 (cached)-> retrieved bos.0.2.1 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved emile.1.1 (cached)-> retrieved fmt.0.9.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved ipaddr.5.6.0, macaddr.5.6.0 (cached)-> retrieved logs.0.7.0 (cached)-> retrieved mirage.4.9.0 (cached)-> retrieved jbuilder.1.0+beta20.1 (cached)-> retrieved ocamlbuild.0.14.0 (cached)-> retrieved dune.3.6.2 (cached)-> retrieved ocamlfind.1.9.1 (cached)-> retrieved opam-monorepo.0.4.0 (cached)-> retrieved pecu.0.4 (cached)-> retrieved result.1.5 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved stringext.1.4.0 (cached)-> retrieved uutf.1.0.3 (cached)-> retrieved topkg.1.0.8 (cached)-> installed cmdliner.1.3.0-> retrieved uri.4.2.0 (cached)-> installed ocamlfind.1.9.1-> installed base-bytes.base-> installed ocamlbuild.0.14.0-> installed jbuilder.1.0+beta20.1-> installed bigstringaf.0.2.0-> installed topkg.1.0.8-> installed stringext.1.4.0-> installed astring.0.8.5-> installed fmt.0.9.0-> installed rresult.0.7.0-> installed uutf.1.0.3-> installed dune.3.6.2-> installed fpath.0.7.3-> installed logs.0.7.0-> installed domain-name.0.3.0-> installed macaddr.5.6.0-> installed result.1.5-> installed pecu.0.4-> installed base64.3.0.0-> installed ipaddr.5.6.0-> installed angstrom.0.14.0-> installed emile.1.1-> installed bos.0.2.1-> installed uri.4.2.0-> installed opam-monorepo.0.4.0-> installed mirage.4.9.0Done.<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>=> Note: This package is deprecated.# To update the current shell environment, run: eval $(opam env)2025-12-08 12:20.18 ---> saved as "ebb8f731f0518a37f50e4748e7ef2fe66a6de74ac46583f7d57eff60d682b8c6"/src: (copy (src .) (dst /src))2025-12-08 12:20.18 ---> saved as "ecd1c27c822469391dd2f6ae358ba3d8eef6679c8b52201598f0e77eef565497"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2025-12-08 12:20.18 ---> saved as "103f66df2bdc8f0d050d28c67d1628c89ab9532b80d25c7f57197f49223e2998"Job succeeded2025-12-08 12:20.19: Job succeeded