2025-10-18 16:32.09: New job: test ygrek/ocaml-extlib https://github.com/ygrek/ocaml-extlib.git#refs/heads/master (99333426030c6d5a1d782a4193dbb9230e8455ee) (linux-x86_64:debian-13-5.4_opam-2.4)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:219afd660465a4cdf35bbb1e4df7ffa6c984e8d79451af11e9939d6257f7c2b8Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ygrek/ocaml-extlib.git" -b "master" && cd "ocaml-extlib" && git reset --hard 99333426cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4@sha256:219afd660465a4cdf35bbb1e4df7ffa6c984e8d79451af11e9939d6257f7c2b8# debian-13-5.4_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 c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 extlib.opam ./RUN opam pin add -yn extlib.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y extlib.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-18 16:32.09: Using cache hint "ygrek/ocaml-extlib-ocaml/opam:debian-13-ocaml-5.4@sha256:219afd660465a4cdf35bbb1e4df7ffa6c984e8d79451af11e9939d6257f7c2b8-debian-13-5.4_opam-2.4-ec7c1116a19b2ea78764cbdccf14a4bb"2025-10-18 16:32.09: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:219afd660465a4cdf35bbb1e4df7ffa6c984e8d79451af11e9939d6257f7c2b8)(comment debian-13-5.4_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 c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src extlib.opam) (dst ./))(run (network host)(shell "opam pin add -yn extlib.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1")(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 extlib.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-18 16:32.09: Waiting for resource in pool OCluster2025-10-18 16:41.24: Waiting for worker…2025-10-18 16:43.38: Got resource from pool OClusterBuilding on eumachehint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: of your new repositories, which will suppress this warning, call:hint:hint: git config --global init.defaultBranch <name>hint:hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>Initialised empty Git repository in /var/cache/obuilder/ocluster/git/ocaml-extlib.git-69747af1a38fdd07f8058b67fba686e88032d8fe/.git/HEAD is now at 9933342 Add .git-blame-ignore-revs(from ocaml/opam:debian-13-ocaml-5.4@sha256:219afd660465a4cdf35bbb1e4df7ffa6c984e8d79451af11e9939d6257f7c2b8)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:219afd660465a4cdf35bbb1e4df7ffa6c984e8d79451af11e9939d6257f7c2b8' locallydocker.io/ocaml/opam@sha256:219afd660465a4cdf35bbb1e4df7ffa6c984e8d79451af11e9939d6257f7c2b8: Pulling from ocaml/opamcae3b572364a: Already exists820d433882fc: Already exists8f6112f72fa5: Already existsf06108004adb: Already existsf34ea90e6bf7: Already existsb44a65709156: Already exists4c25908bbac9: Already existsf76df728146d: Already exists1fee769dfcf3: Already exists9089a7f69af3: Already exists6f758b47b2a0: Already exists16b225bbb395: Already existsabbf3ec39b68: Already exists1a61521655a9: Already exists6a8565a9e443: Already existsc059a4cbd7b9: Already exists3a00fdc9e291: Already existsa0b62589bd38: Already exists6e8d713bf843: Already existsbca1fd5341ba: Already exists34b9849c2772: Already exists4f4fb700ef54: Already existsd8d3d0744e38: Already exists788c7ce0e0e5: Already existsa297eab0ca3b: Already exists2e79af39acdb: Already exists8858e600236c: Already exists9efe23d1fe7d: Already exists47d185934312: Already exists64a949a6caff: Already existsc9d6a7c18bb1: Already existse4fde4815f0c: Already existsd1f759c16950: Already existsf3dd45bf195f: Already exists3985a6049101: Already existsaae849592418: Already exists6173459dc6b2: Already exists7f16ef63bee0: Already existsfe355de6a899: Already existsb0bc5a15bc9d: Already exists44879a4f7179: Already exists701c48fa4dd7: Already exists2a75638cee2b: Already existsfff3f791a1a2: Already exists089191030f46: Already exists890f11663c72: Already exists32e267b72b77: Already existsDigest: sha256:219afd660465a4cdf35bbb1e4df7ffa6c984e8d79451af11e9939d6257f7c2b8Status: Downloaded newer image for ocaml/opam@sha256:219afd660465a4cdf35bbb1e4df7ffa6c984e8d79451af11e9939d6257f7c2b82025-10-18 16:43.40 ---> using "e779c3a4a56932d907bd71b1f7583592fd9370191ff90cc4f969b989cedfcba1" from cache/: (comment debian-13-5.4_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-18 16:43.40 ---> using "d091935e0bb4d7e87edb49d7582afdbb86f2f4f0eb03f5d0404860aa9e4cdb53" 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-18 16:43.40 ---> using "ddd45b1c6e670843a8bfc2421f689489ad838152154afc849d01d445b15c0191" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-131-genericThe OCaml toplevel, version 5.4.02.4.12025-10-18 16:43.40 ---> using "4401cfdddd49fdc5409d61e78b1644c91f6f15d2008ee9b0d65ae4818363cf5f" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-18 16:43.40 ---> using "76b588348641c3cf79ebe4cd401ce368272aadbebd8d141b06cd8493f6cc3a33" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && git log --no-decorate -n1 --oneline && opam update -u"))c603e596bf Merge pull request #28683 from Octachron/OCaml_5.4.0_release<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-10-18 16:43.40 ---> using "8031f8002dff6afa86dff2112db3dc92beb538b86206ce3f51550f153cdeb502" from cache/src: (copy (src extlib.opam) (dst ./))2025-10-18 16:43.40 ---> saved as "164bd396be875483851ae97bededb063081afc201155f50898c1652bcef422bd"/src: (run (network host)(shell "opam pin add -yn extlib.dev './'"))[extlib.dev] synchronised (file:///src)extlib is now pinned to file:///src (version dev)2025-10-18 16:43.44 ---> saved as "aa64a59684bf64942b1267462702fb295168d3ebe474c6c75839ce698eda5b1f"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-18 16:43.44 ---> saved as "ea12e8ffea2b7e684fcfd3e657e755f482b3087335906d969575a57283f7beac"/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1")/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 extlib.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 [57.7 kB]- Fetched 148 kB in 0s (783 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[extlib.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.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.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-18 16:44.04 ---> saved as "bfec0426e6bbf75bb63ebefe5c324a24f50349b6b1a0a8f3c3cb3fc28f95651e"/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.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.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 2 packages- install cppo 1.8.0- install dune 3.20.2<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cppo.1.8.0 (cached)-> retrieved dune.3.20.2 (cached)-> installed dune.3.20.2-> installed cppo.1.8.0Done.# To update the current shell environment, run: eval $(opam env)2025-10-18 16:45.34 ---> saved as "96aa806c8ee17a24b5752a99494380bb6001adfb3eef927a0ec481a5c4819320"/src: (copy (src .) (dst /src))2025-10-18 16:45.34 ---> saved as "982e5f32ef9f3ff5866693dd19bc5b6423affc458338f6f01dfb9f0954adbd3a"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./runner.exe)Dllistsimple - OKregression_1 - OKregression_2 - OKskip_both_ways - OK4/4 tests succeeded.IObits - OKi8 - OKu8 - OKi16 - OKu16 - OKi31 - OKreal_i32 - OKi32 - OK8/8 tests succeeded.ExtStringstarts_with - OKends_with - OKmap - OKlchop - OKrchop - OKsplit - OKreplace_1 - OKstrip - OKnsplit - OK9/9 tests succeeded.ExtArrayrev - OKrev_in_place - OKfor_all - OKexists - OKmem - OKmemq - OKfind - OKfindi - OKfilter - OKpartition - OKenum - OKmap2 - OK12/12 tests succeeded.DynArraytriv - OKregr_1 - OKinsert - OKsimple_1 - OKsimple_2 - OK5/5 tests succeeded.ExtHashtblmap - OK1/1 tests succeeded.ExtListiteri - OKmapi - OKexceptions - OKfind_exc - OKfindi - OKfold_right - OKfold_right2 - OKmap - OKfind_map_exn - OKmake - OK10/10 tests succeeded.BitSetbasic - OKenum_1 - OKenum_2 - OKenum_3 - OKenum_regr_pz - OKintersect - OKdiff - OKsym_diff - OKrnd_creation - OKempty - OKexceptions - OKcompare - OKcompare_2 - OKcompare_3 - OKset_opers - OKunite - OKintersect_2 - OKdifferentiate - OKdifferentiate_sym - OK19/19 tests succeeded.Overall 68/68 tests succeeded.2025-10-18 16:45.39 ---> saved as "a9f44cbd855222a35ffb617be1471cc329cf6463841ad7ebb290aedff9a264bb"Job succeeded2025-10-18 16:45.39: Job succeeded