2025-09-27 13:30.21: New job: test dinosaure/spoke https://github.com/dinosaure/spoke.git#refs/heads/main (61266df2b93c087873c50f0c9fd72adbf1249983) (linux-x86_64:(lower-bound)) Base: ocaml/opam:debian-13-ocaml-4.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e Opam project build To reproduce locally: git clone --recursive "https://github.com/dinosaure/spoke.git" -b "main" && cd "spoke" && git reset --hard 61266df2 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e # debian-13-4.13_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 f736a66f83aeced5a0c0d90b769613178cd63b26 || git fetch origin master) && git reset -q --hard f736a66f83aeced5a0c0d90b769613178cd63b26 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 spoke.opam ./ RUN opam pin add -yn spoke.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="angstrom.0.14.0 arp.3.1.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 bigarray-compat.1.0.0 bigstringaf.0.9.0 cmdliner.1.3.0 conf-pkg-config.1.0 cppo.1.6.1 csexp.1.3.1 cstruct.6.0.0 cstruct-lwt.3.7.0 digestif.0.9.0 domain-name.0.3.0 dune.2.9.3 dune-configurator.2.9.3 duration.0.2.1 encore.0.8 eqaf.0.8 ethernet.3.2.0 fmt.0.8.8 hxd.0.3.2 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 jbuilder.1.0+beta20.1 ke.0.1 logs.0.7.0 lru.0.3.0 lwt.5.6.1 lwt-dllist.1.0.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mimic.0.0.7 mirage-clock.4.2.0 mirage-crypto.2.0.1 mirage-flow.5.0.0 mirage-net.4.0.0 mirage-random.3.0.0 mirage-time.3.0.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 ocplib-endian.1.0 psq.0.2.0 randomconv.0.1.3 result.1.5 rresult.0.6.0 seq.0.3 stdlib-shims.0.1.0 tcpip.8.1.0 topkg.1.0.8" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y spoke.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-27 13:30.21: Using cache hint "dinosaure/spoke-ocaml/opam:debian-13-ocaml-4.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e-debian-13-4.13_opam-2.4-f95d25d939d8350a69c856a37323be82" 2025-09-27 13:30.21: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e) (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 spoke.opam) (dst ./)) (run (network host) (shell "opam pin add -yn spoke.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "angstrom.0.14.0 arp.3.1.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 bigarray-compat.1.0.0 bigstringaf.0.9.0 cmdliner.1.3.0 conf-pkg-config.1.0 cppo.1.6.1 csexp.1.3.1 cstruct.6.0.0 cstruct-lwt.3.7.0 digestif.0.9.0 domain-name.0.3.0 dune.2.9.3 dune-configurator.2.9.3 duration.0.2.1 encore.0.8 eqaf.0.8 ethernet.3.2.0 fmt.0.8.8 hxd.0.3.2 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 jbuilder.1.0+beta20.1 ke.0.1 logs.0.7.0 lru.0.3.0 lwt.5.6.1 lwt-dllist.1.0.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mimic.0.0.7 mirage-clock.4.2.0 mirage-crypto.2.0.1 mirage-flow.5.0.0 mirage-net.4.0.0 mirage-random.3.0.0 mirage-time.3.0.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 ocplib-endian.1.0 psq.0.2.0 randomconv.0.1.3 result.1.5 rresult.0.6.0 seq.0.3 stdlib-shims.0.1.0 tcpip.8.1.0 topkg.1.0.8") (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 spoke.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-27 13:30.21: Waiting for resource in pool OCluster 2025-09-27 14:02.48: Waiting for worker… 2025-09-27 15:28.02: Got resource from pool OCluster Building on clete All commits already cached HEAD is now at 61266df Fix the OPAM file (from ocaml/opam:debian-13-ocaml-4.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e) 2025-09-27 15:28.47 ---> saved as "edc61b5613d526714c47ca7477704e6216df8c199e369c488443808988d2a3ba" /: (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-09-27 15:28.47 ---> saved as "db0365f9e783ff2c38923d5987189ff7c6b3ea34d00037b79605c8ce09dadc39" /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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-09-27 15:29.33 ---> saved as "d655376f1b328583c124d5aee788d10f9c4f2593bb39a3e9f1a549b759496a57" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-84-generic The OCaml toplevel, version 4.13.1 2.4.1 2025-09-27 15:29.34 ---> saved as "537996ed5dc51738f1bf92750ec11a482391cf41635c886974602ec9c6fcb00f" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-27 15:29.34 ---> saved as "63911a6b594163eaad95d039548bda0913389ae466376dc50b9628593a7aa064" /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")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD bcac5d1731..f736a66f83 master -> origin/master f736a66f83 Merge pull request #28602 from dbuenzli/cmdliner-incompat <><> 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-27 15:30.16 ---> saved as "2986bbfb30fe710eac36d53659412b5ae8342f2ab782fb2a8644dc9827855930" /src: (copy (src spoke.opam) (dst ./)) 2025-09-27 15:30.16 ---> saved as "7fe94c6c93e9193f88886d95e9bbb278371da7916cc64961c913f5a246892a1d" /src: (run (network host) (shell "opam pin add -yn spoke.dev './'")) [spoke.dev] synchronised (file:///src) spoke is now pinned to file:///src (version dev) 2025-09-27 15:30.20 ---> saved as "24e48725a34af9e0ad516aef53379ad67692c0b49e51274615991828d183c98c" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-27 15:30.21 ---> saved as "eaa0ffa490a5b3130013702de0ce047daf4cf25e262d9bac0ccde7456e7c090f" /src: (env DEPS "angstrom.0.14.0 arp.3.1.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.0.0 bigarray-compat.1.0.0 bigstringaf.0.9.0 cmdliner.1.3.0 conf-pkg-config.1.0 cppo.1.6.1 csexp.1.3.1 cstruct.6.0.0 cstruct-lwt.3.7.0 digestif.0.9.0 domain-name.0.3.0 dune.2.9.3 dune-configurator.2.9.3 duration.0.2.1 encore.0.8 eqaf.0.8 ethernet.3.2.0 fmt.0.8.8 hxd.0.3.2 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 jbuilder.1.0+beta20.1 ke.0.1 logs.0.7.0 lru.0.3.0 lwt.5.6.1 lwt-dllist.1.0.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mimic.0.0.7 mirage-clock.4.2.0 mirage-crypto.2.0.1 mirage-flow.5.0.0 mirage-net.4.0.0 mirage-random.3.0.0 mirage-time.3.0.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 ocplib-endian.1.0 psq.0.2.0 randomconv.0.1.3 result.1.5 rresult.0.6.0 seq.0.3 stdlib-shims.0.1.0 tcpip.8.1.0 topkg.1.0.8") /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 spoke.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 amd64 Packages [46.2 kB] - Fetched 137 kB in 0s (657 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [spoke.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-09-27 15:30.47 ---> saved as "bbf22872df64eb3c31eeae727e8e11e4682d422a6b2681730d587f04904a9aa2" /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 52 packages - install angstrom 0.14.0 - install arp 3.1.1 - install astring 0.8.5 - install base-bytes base - install base64 3.0.0 - install bigarray-compat 1.0.0 - install bigstringaf 0.9.0 - install cmdliner 1.3.0 - install conf-pkg-config 1.0 - install cppo 1.6.1 - install csexp 1.3.1 - install cstruct 6.0.0 - install cstruct-lwt 3.7.0 - install digestif 0.9.0 - install domain-name 0.3.0 - install dune 2.9.3 - install dune-configurator 2.9.3 - install duration 0.2.1 - install encore 0.8 - install eqaf 0.8 - install ethernet 3.2.0 - install fmt 0.8.8 - install hxd 0.3.2 - install ipaddr 5.6.0 - install ipaddr-cstruct 5.6.0 - install jbuilder 1.0+beta20.1 (deprecated) - install ke 0.1 - install logs 0.7.0 - install lru 0.3.0 - install lwt 5.6.1 - install lwt-dllist 1.0.0 - install macaddr 5.6.0 - install macaddr-cstruct 5.6.0 - install metrics 0.4.1 - install mimic 0.0.7 - install mirage-clock 4.2.0 - install mirage-crypto 2.0.1 - install mirage-flow 5.0.0 - install mirage-net 4.0.0 - install mirage-random 3.0.0 (deprecated) - install mirage-time 3.0.0 - install ocamlbuild 0.14.0 - install ocamlfind 1.9.1 - install ocplib-endian 1.0 - install psq 0.2.0 - install randomconv 0.1.3 - install result 1.5 - install rresult 0.6.0 - install seq 0.3 - install stdlib-shims 0.1.0 - install tcpip 8.1.0 - install topkg 1.0.8 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved angstrom.0.14.0 (cached) -> retrieved arp.3.1.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved bigarray-compat.1.0.0 (cached) -> retrieved bigstringaf.0.9.0 (cached) -> installed conf-pkg-config.1.0 -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.6.1 (cached) -> retrieved base64.3.0.0 (https://opam.ocaml.org/cache) -> retrieved csexp.1.3.1 (cached) -> retrieved cstruct-lwt.3.7.0 (cached) -> retrieved domain-name.0.3.0 (cached) -> retrieved cstruct.6.0.0 (cached) -> retrieved duration.0.2.1 (cached) -> retrieved encore.0.8 (cached) -> retrieved eqaf.0.8 (cached) -> retrieved ethernet.3.2.0 (cached) -> retrieved fmt.0.8.8 (cached) -> retrieved hxd.0.3.2 (cached) -> retrieved ipaddr.5.6.0, ipaddr-cstruct.5.6.0, macaddr.5.6.0, macaddr-cstruct.5.6.0 (cached) -> retrieved jbuilder.1.0+beta20.1 (cached) -> retrieved digestif.0.9.0 (cached) -> retrieved dune.2.9.3, dune-configurator.2.9.3 (cached) -> retrieved ke.0.1 (cached) -> retrieved logs.0.7.0 (cached) -> retrieved lru.0.3.0 (cached) -> retrieved lwt-dllist.1.0.0 (cached) -> retrieved metrics.0.4.1 (cached) -> retrieved lwt.5.6.1 (cached) -> retrieved mimic.0.0.7 (cached) -> retrieved mirage-clock.4.2.0 (cached) -> retrieved mirage-flow.5.0.0 (cached) -> retrieved mirage-net.4.0.0 (cached) -> retrieved mirage-random.3.0.0 (cached) -> retrieved mirage-time.3.0.0 (cached) -> retrieved ocamlbuild.0.14.0 (cached) -> retrieved ocamlfind.1.9.1 (cached) -> retrieved ocplib-endian.1.0 (cached) -> retrieved psq.0.2.0 (cached) -> retrieved randomconv.0.1.3 (cached) -> retrieved result.1.5 (cached) -> retrieved rresult.0.6.0 (cached) -> retrieved seq.0.3 (cached) -> retrieved stdlib-shims.0.1.0 (cached) -> retrieved mirage-crypto.2.0.1 (cached) -> retrieved tcpip.8.1.0 (cached) -> retrieved topkg.1.0.8 (cached) -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.1 -> installed base-bytes.base -> installed ocamlbuild.0.14.0 -> installed jbuilder.1.0+beta20.1 -> installed cppo.1.6.1 -> installed topkg.1.0.8 -> installed astring.0.8.5 -> installed dune.2.9.3 -> installed mirage-clock.4.2.0 -> installed duration.0.2.1 -> installed stdlib-shims.0.1.0 -> installed seq.0.3 -> installed bigstringaf.0.9.0 -> installed bigarray-compat.1.0.0 -> installed macaddr.5.6.0 -> installed result.1.5 -> installed base64.3.0.0 -> installed ocplib-endian.1.0 -> installed angstrom.0.14.0 -> installed csexp.1.3.1 -> installed cstruct.6.0.0 -> installed fmt.0.8.8 -> installed psq.0.2.0 -> installed rresult.0.6.0 -> installed mirage-random.3.0.0 -> installed macaddr-cstruct.5.6.0 -> installed randomconv.0.1.3 -> installed domain-name.0.3.0 -> installed metrics.0.4.1 -> installed lru.0.3.0 -> installed encore.0.8 -> installed ke.0.1 -> installed eqaf.0.8 -> installed ipaddr.5.6.0 -> installed ipaddr-cstruct.5.6.0 -> installed dune-configurator.2.9.3 -> installed digestif.0.9.0 -> installed mirage-crypto.2.0.1 -> installed lwt.5.6.1 -> installed mirage-net.4.0.0 -> installed mirage-time.3.0.0 -> installed cstruct-lwt.3.7.0 -> installed mirage-flow.5.0.0 -> installed lwt-dllist.1.0.0 -> installed hxd.0.3.2 -> installed logs.0.7.0 -> installed ethernet.3.2.0 -> installed mimic.0.0.7 -> installed arp.3.1.1 -> installed tcpip.8.1.0 Done. <><> mirage-random.3.0.0 installed successfully <><><><><><><><><><><><><><><><> => Note: This package is deprecated. => mirage-random is deprecated <><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><> => Note: This package is deprecated. # To update the current shell environment, run: eval $(opam env) 2025-09-27 15:31.55 ---> saved as "58e763c3b66bb5ee9cb21897a3640e2a15784b7a0170a85ececbfc8f89de1f6b" /src: (copy (src .) (dst /src)) 2025-09-27 15:31.56 ---> saved as "08b137268317b7d8a75b27ade2d6b44593633880073acb1bc90db18cedc011f7" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-09-27 16:28.02: Cancelling: Timeout (60.0 minutes) Job cancelled 2025-09-27 16:28.02: Timeout (60.0 minutes)