2025-09-29 07:24.05: New job: test ygrek/ocaml-extlib https://github.com/ygrek/ocaml-extlib.git#refs/heads/master (99333426030c6d5a1d782a4193dbb9230e8455ee) (linux-x86_64:opensuse-15.6-4.14_opam-2.4) Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18 Opam project build To reproduce locally: git clone --recursive "https://github.com/ygrek/ocaml-extlib.git" -b "master" && cd "ocaml-extlib" && git reset --hard 99333426 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18 # opensuse-15.6-4.14_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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u COPY --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-threads.base base-unix.base cppo.1.8.0 dune.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y extlib.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-29 07:24.05: Using cache hint "ygrek/ocaml-extlib-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18-opensuse-15.6-4.14_opam-2.4-14938538f9463dcaaacd210797c7dad8" 2025-09-29 07:24.05: Using OBuilder spec: ((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18) (comment opensuse-15.6-4.14_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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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-threads.base base-unix.base cppo.1.8.0 dune.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-09-29 07:24.05: Waiting for resource in pool OCluster 2025-09-29 07:50.02: Waiting for worker… 2025-09-29 07:51.37: Got resource from pool OCluster Building on eumache All commits already cached HEAD is now at 9933342 Add .git-blame-ignore-revs (from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18) Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18' locally docker.io/ocaml/opam@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18: Pulling from ocaml/opam af8041d15c6a: Already exists b6c3054bc5c0: Already exists 707310e7afd2: Already exists 0139fb8752b0: Already exists f204ff72fe65: Already exists Digest: sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18 Status: Downloaded newer image for ocaml/opam@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18 2025-09-29 07:51.38 ---> using "22a8831ad63c0b56dbeda9544b4139acb767520e6e499618398c1640126dadfb" from cache /: (comment opensuse-15.6-4.14_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-29 07:51.38 ---> using "36adc53d24b93cf133517581dd078c51dd85e5cb16e625ccf79aa0a22d684970" 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-09-29 07:51.42 ---> saved as "7ab1b118a5f5536a34210f23df0b816b54be91936b87476d29580b7aac95932b" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-131-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-09-29 07:51.42 ---> saved as "3f978d4d65d5e8f24db4a7e9820535ac2f19689152e5378c579230c066547a29" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-29 07:51.43 ---> saved as "665cd5588eda9bb41559e24e57236ee2b579ee6b8d2d8db42f13beb76f392942" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD bcac5d1731..3c6a0f524c master -> origin/master 6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc <><> 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-29 07:52.09 ---> saved as "18530b9a48028fd32b2fafbd64150c31944527d988b8428ae806c00a430cb9f8" /src: (copy (src extlib.opam) (dst ./)) 2025-09-29 07:52.10 ---> saved as "1807d688b9bbb372f35a4e727d5538b4915a66c245f78a3066b175c6678d7688" /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-09-29 07:52.12 ---> saved as "4aa6d13819b02b2f01cc420a5e296681ca73b35c481574ac7e65901d10f8c3d3" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-29 07:52.13 ---> saved as "e9212931b6f4bc17d40f81f27197b66b19624ed82f2cc69cc08394f14926cd59" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 "zypper" "--non-interactive" "refresh" - Retrieving repository 'Update repository of openSUSE Backports' metadata [.. - - Looking for gpg keys in repository Update repository of openSUSE Backports. - gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key - ........ - ......... - ......done] - Building repository 'Update repository of openSUSE Backports' cache [.. - ..done] - Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.. - Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15. - gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key - ........ - ........... - ........ - ........ - ........ - ........ - ........ - ......... - ........ - ........ - .............. - ........ - ........ - ........ - ........ - ....... - ......... - ....... - ......... - ....... - ......... - ........ - ........ - ........ - ....... - ......... - ......... - ......... - ........ - ......... - ........ - ........ - ........ - ....... - ......... - ........ - ......... - ..... - ....... - ....... - ........ - ........ - ........ - ........ - ...... - ....... - ....... - ....... - ........ - ......... - ........ - ....... - ........ - ....... - ...... - ....... - ....... - ........ - ....... - ........ - ........ - ........ - ........ - ........ - ........ - ....... - ....... - ...... - ........ - ...... - ........ - ........ - ........ - ....... - ........ - ........ - ...... - ........ - ........ - ........ - ....... - ....... - ....... - ........ - ........ - ........ - ....... - ....... - ........ - ....... - ....... - ....... - .... - ..... - ..... - ...... - ........ - ....... - ...... - ........ - ....... - ....... - ....... - ....... - ...... - ........ - ........ - ........ - ....... - ....... - ....... - ....... - ....... - ......... - ........ - ..... - ....... - ....... - ........ - ....... - ....... - ........ - ........ - ....... - ....... - ....... - ........ - ....... - ......... - ........ - ....... - ........ - ....... - ........ - ....... - ....... - ....... - ...... - ........ - ...... - ....... - ....... - ........ - ....... - ....... - ....... - ...... - ...... - ........ - ...... - ....... - ....... - ........ - ........ - ....... - ..... - ........ - ...... - ........ - ....... - ........ - ...... - ...... - ....... - ....... - ........ - .... - ....... - ....... - ...... - .... - ....... - ...... - ....... - ....... - ....... - ........ - ....... - ........ - ...... - ....... - ........ - ....... - ..... - ........ - ....... - ...... - ........ - ........ - ....... - ....... - ....... - ....... - ....... - ....... - ........ - ...... - ...... - ........ - ......... - ........ - ....... - ........ - ....... - ....... - ........ - ....... - ........ - ........ - ...... - ........ - ....... - ........ - ....... - ........ - ...... - ....... - ........ - ....... - ...... - ........ - ....... - ....... - ....... - ........ - ........ - ....... - ....... - ........ - ....... - ....... - .... - ....... - ...... - ........ - ...... - ...... - ....... - ...... - ....... - ...... - ...... - ........ - ...... - ........ - ....... - ....... - ........ - ........ - ........ - ........ - ....... - ........ - ........ - ..... - ....... - ........ - ....... - ...... - ........ - ........ - ........ - ........ - ....... - ........ - ........ - ....... - ....... - ....... - ........ - ...... - ...... - ........ - ....... - ....... - ........ - ...... - ....... - ..... - ... - ........ - ........ - ........ - ......... - ........ - ....... - ......... - ...... - ........ - ....... - ....... - ......... - ...... - ........ - ....... - ........ - ....... - ........ - ......... - ........ - ......... - ....... - ....... - ....... - ......... - ........ - ........ - ....... - ........ - ....... - ......... - ....... - ........ - ....... - ........ - ....... - ....... - ....... - ...... - ........ - ........ - ....... - ........ - ....... - ........ - ........ - ......... - ...... - ....... - ........ - ......... - ....... - ...... - ....... - ........ - ........ - ........ - ...... - ......... - ........ - ........ - ....... - ........ - ........ - ....... - ........ - ........ - ......... - ........ - ........ - ....... - ......... - ....... - ........ - ....... - ........ - ....... - ........ - ........ - ....... - ........ - ....... - ........ - ........ - ....... - ........ - ......... - ....... - ...... - ........ - ........ - ......... - ......... - ....... - ......... - ....... - ........ - ......... - ........ - ......... - ....... - ........ - ....... - ......... - ......... - ........ - ......... - ....... - ......... - ......... - ......... - ......... - ......... - ........ - ....... - ......... - ........ - ........ - ......... - ....... - ........ - ........ - ......... - ......... - ........ - ....... - ........ - ......... - .......... - ......... - ......... - ......... - ......... - ........ - .......... - ......... - ......... - ......... - .......... - ......... - ......... - ......... - ......... - .......... - ......... - .......... - ......... - .......... - .......... - ......... - ........ - ......... - ......... - ......... - ......... - .......... - ......... - .......... - .......... - ......... - ......... - .......... - ......... - .......... - ......... - ........ - .......... - ......... - ......... - .......... - ......... - ......... - .......... - ......... - .......... - ......... - .......... - ......... - ......... - ......... - .......... - ......... - ......... - .......... - .......... - ......... - .......... - ......... - .......... - ......... - .......... - ......... - ......... - .......... - .......... - ......... - ......... - ......... - ......... - ......... - .......... - ......... - .......... - .......... - ......... - .......... - ......... - .......... - ......... - ......... - ......... - .......... - ......... - .......... - ......... - .......... - ......... - .......... - ......... - .......... - ......... - .......... - ......... - ......... - .......... - ......... - ......... - .......... - .......... - ......... - .......... - ......... - ......... - .......... - ......... - .......... - ........ - ......... - ......... - ......... - ........ - .......... - ......... - ........ - ......... - ......... - ... - ......... - ......... - ......... - .......... - ......... - ......... - ......... - ......... - ........ - ......... - ......... - ......... - ......... - ......... - ......... - ......... - ......... - .......... - ......... - ......... - ......... - .......... - ......... - ....... - .............. - ..... - .......... - ......... - ......... - .......... - .......... - .......... - ......done] - Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [.. - ..done] - Retrieving repository 'Main Update Repository' metadata [. - . - Looking for gpg keys in repository Main Update Repository. - gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key - .. - .. - ........done] - Building repository 'Main Update Repository' cache [....done] - Repository 'Update Repository (Non-Oss)' is up to date. - Repository 'Non-OSS Repository' is up to date. - Repository 'Main Repository' is up to date. - All repositories have been refreshed. <><> 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 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). 2025-09-29 08:06.44 ---> saved as "068af9eb2d3a77e999f338faf14c4b93aa056fc211ebe5c302fd20f3646f73a9" /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 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.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-29 08:07.23 ---> saved as "a8b60f3b387dac63ca3f649baf6e44aeb7faa8da0723e056ff8d49793ba40cff" /src: (copy (src .) (dst /src)) 2025-09-29 08:07.24 ---> saved as "b0907b9c0eeaad6a6347bef62e8e86247369443b2292676085496f01dc9cb7e6" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./runner.exe) Dllist simple - OK regression_1 - OK regression_2 - OK skip_both_ways - OK 4/4 tests succeeded. IO bits - OK i8 - OK u8 - OK i16 - OK u16 - OK i31 - OK real_i32 - OK i32 - OK 8/8 tests succeeded. ExtString starts_with - OK ends_with - OK map - OK lchop - OK rchop - OK split - OK replace_1 - OK strip - OK nsplit - OK 9/9 tests succeeded. ExtArray rev - OK rev_in_place - OK for_all - OK exists - OK mem - OK memq - OK find - OK findi - OK filter - OK partition - OK enum - OK map2 - OK 12/12 tests succeeded. DynArray triv - OK regr_1 - OK insert - OK simple_1 - OK simple_2 - OK 5/5 tests succeeded. ExtHashtbl map - OK 1/1 tests succeeded. ExtList iteri - OK mapi - OK exceptions - OK find_exc - OK findi - OK fold_right - OK fold_right2 - OK map - OK find_map_exn - OK make - OK 10/10 tests succeeded. BitSet basic - OK enum_1 - OK enum_2 - OK enum_3 - OK enum_regr_pz - OK intersect - OK diff - OK sym_diff - OK rnd_creation - OK empty - OK exceptions - OK compare - OK compare_2 - OK compare_3 - OK set_opers - OK unite - OK intersect_2 - OK differentiate - OK differentiate_sym - OK 19/19 tests succeeded. Overall 68/68 tests succeeded. 2025-09-29 08:07.26 ---> saved as "b3117d7100330f6619303e35028ee23bb8f601dc8c1586c61e3df56c104ac265" Job succeeded 2025-09-29 08:07.27: Job succeeded