2026-06-25 14:41.54: New job: test ocurrent/ocaml-version https://github.com/ocurrent/ocaml-version.git#refs/heads/master (de164f480705dd214cd406bbd762d3da2d3612b5) (linux-x86_64:fedora-44-4.14_opam-2.5) Base: ocaml/opam:fedora-44-ocaml-4.14@sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce350 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocurrent/ocaml-version.git" -b "master" && cd "ocaml-version" && git reset --hard de164f48 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-44-ocaml-4.14@sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce350 # fedora-44-4.14_opam-2.5 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.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e fa4294b92f08ab37c30a1292aac58b5f0405b90b || git fetch origin master) && git reset -q --hard fa4294b92f08ab37c30a1292aac58b5f0405b90b && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN opam update -u COPY --chown=1000:1000 ocaml-version.opam ./ RUN opam pin add -yn ocaml-version.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 ocaml.4.14.4 ocaml-base-compiler.4.14.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ocaml-version.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 2026-06-25 14:41.54: Using cache hint "ocurrent/ocaml-version-ocaml/opam:fedora-44-ocaml-4.14@sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce350-fedora-44-4.14_opam-2.5-c864ff5f95638cbae2164c011db60309" 2026-06-25 14:41.54: Using OBuilder spec: ((from ocaml/opam:fedora-44-ocaml-4.14@sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce350) (comment fedora-44-4.14_opam-2.5) (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.5 /usr/bin/opam")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e fa4294b92f08ab37c30a1292aac58b5f0405b90b || git fetch origin master) && git reset -q --hard fa4294b92f08ab37c30a1292aac58b5f0405b90b && git log --no-decorate -n1 --oneline")) (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 "opam update -u")) (copy (src ocaml-version.opam) (dst ./)) (run (network host) (shell "opam pin add -yn ocaml-version.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 ocaml.4.14.4 ocaml-base-compiler.4.14.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 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.5 --depext-only -y ocaml-version.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")) ) 2026-06-25 14:41.54: Waiting for resource in pool OCluster 2026-06-25 15:20.30: Connecting to build cluster… 2026-06-25 15:28.44: Waiting for worker… 2026-06-25 15:30.32: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at de164f4 Merge pull request #92 from Octachron/OCaml_5.5.0 (from ocaml/opam:fedora-44-ocaml-4.14@sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce350) Unable to find image 'ocaml/opam:fedora-44-ocaml-4.14@sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce350' locally docker.io/ocaml/opam@sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce350: Pulling from ocaml/opam 4dd84e24b4eb: Already exists c855aef692e0: Already exists d5db3ed9ed6c: Already exists 91473e4b2845: Already exists 6423b7893863: Already exists 68389201b7e3: Already exists ea2f6b01b9ca: Already exists 6070ebf1b19b: Already exists ed277bfd2fff: Already exists 10a4adf14481: Already exists 9282feaa3026: Already exists 1619cacdb462: Already exists 050ff808f0c8: Already exists 75d5447db8eb: Already exists e5435a7e206e: Already exists e5435a7e206e: Already exists 79abb75016fb: Already exists 36dcf63969d6: Already exists 5a58fba3b55e: Already exists 1aed4ee0db8c: Already exists 4f4fb700ef54: Already exists 74b39a71999b: Already exists 0f8139e3e078: Already exists c18524ece9d1: Already exists dc94c79af00f: Already exists 6894fa1e8dd5: Already exists 519a583e051f: Already exists ef65a66dc206: Already exists 9b0fc41cdcd8: Already exists b361b14d12ee: Already exists 6d1ddf02f483: Already exists 729f0c275cf6: Already exists 553958ba7135: Already exists 4ca2f8c8b3d6: Already exists f508247d566e: Already exists 33c89018572c: Already exists aae9b8b87fd3: Already exists ae57ac75a71b: Already exists 6c9249e03224: Already exists 389e26235972: Pulling fs layer d7481ffa811a: Pulling fs layer cb88921181c3: Pulling fs layer e9971572a615: Pulling fs layer 6a25e83ffc04: Pulling fs layer 389e26235972: Waiting d7481ffa811a: Waiting cb88921181c3: Waiting e9971572a615: Waiting 6a25e83ffc04: Waiting cb88921181c3: Download complete e9971572a615: Verifying Checksum e9971572a615: Download complete 6a25e83ffc04: Verifying Checksum 6a25e83ffc04: Download complete d7481ffa811a: Verifying Checksum d7481ffa811a: Download complete 389e26235972: Verifying Checksum 389e26235972: Download complete 389e26235972: Pull complete d7481ffa811a: Pull complete cb88921181c3: Pull complete e9971572a615: Pull complete 6a25e83ffc04: Pull complete Digest: sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce350 Status: Downloaded newer image for ocaml/opam@sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce350 2026-06-25 15:30.32 ---> using "59160c8e30f51ffba2a9060d9c2079ea1a0818d97311aa5d4d8d8ef3b72a71ee" from cache /: (comment fedora-44-4.14_opam-2.5) /: (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 44 - x86_64 - Updates 100% | 15.9 KiB/s | 17.9 KiB | 00m01s Fedora 44 - x86_64 100% | 92.2 KiB/s | 18.9 KiB | 00m00s Repositories loaded. Package "findutils-1:4.10.0-7.fc44.x86_64" is already installed. Nothing to do. 2026-06-25 15:30.32 ---> using "15517bc46a019ac2126eed35d3c3e71e8715eb0cdb95a212de5b12e3cad0dccb" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-06-25 15:30.32 ---> using "102a2ff81499b6cb7aae3e871609934284478b97443e096a517f434c0c3c0f7b" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e fa4294b92f08ab37c30a1292aac58b5f0405b90b || git fetch origin master) && git reset -q --hard fa4294b92f08ab37c30a1292aac58b5f0405b90b && git log --no-decorate -n1 --oneline")) fa4294b92f Merge pull request #30067 from hannesm/ocaml-4-14-4-no-avoid 2026-06-25 15:30.32 ---> using "8f5774e6537dc60e79b71a064913fdad260772c0cb3a36640b4cee58d9401603" 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.1 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 1 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=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "ocaml-patches-overlay": "/usr/sbin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com" [default] synchronised from git+file:///home/opam/opam-repository 2026-06-25 15:30.32 ---> using "a8fd3ffb268ec3c087859ab92301525623eeb97401a3a438f27acdeac2ae94f1" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 7.0.0-22-generic The OCaml toplevel, version 4.14.4 2.5.1 2026-06-25 15:30.32 ---> using "5b7b8e6322bc3ec4c31c7d3a4136c90b0e5000c8ad3fb18bfea79ab9d7711493" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-06-25 15:30.32 ---> using "05f47092f50143a215606b37c52a3b7de6f94919a0609fa83a4c654ad05e0718" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches [default] no changes from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 - ocaml-config.3 However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.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) 2026-06-25 15:30.32 ---> using "12914f542bdc867d5e6105b94e0ddef9641af0b5b2a145bf5d22ee53aa2ee21c" from cache /src: (copy (src ocaml-version.opam) (dst ./)) 2026-06-25 15:30.32 ---> saved as "6284c4d381bf32f36d5ab21f6bd857e820387b56428619ce321107f4d6d36f56" /src: (run (network host) (shell "opam pin add -yn ocaml-version.dev './'")) [ocaml-version.dev] synchronised (file:///src) ocaml-version is now pinned to file:///src (version dev) 2026-06-25 15:30.34 ---> saved as "d8c197391b242af7543804aa2eb6ef72efa26a2df173ab307ad2a8ca1a6e13e1" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-06-25 15:30.34 ---> saved as "c12557f00187368a08242d8c791c3b2eb4b3b88fa9d462d27403aec06f3c808d" /src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 ocaml.4.14.4 ocaml-base-compiler.4.14.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 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.5 --depext-only -y ocaml-version.dev $DEPS")) + /usr/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Repositories loaded. - Metadata cache created. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ocaml-version.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.4). [NOTE] Package ocaml is already installed (current version is 4.14.4). [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). # To update the current shell environment, run: eval $(opam env) 2026-06-25 15:30.49 ---> saved as "bd4af0fa40a606dea47513c69420585c6c698d8f38ab987552ad2ca41698a75c" /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.4). [NOTE] Package ocaml is already installed (current version is 4.14.4). [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 12 packages - install alcotest 1.9.1 - install astring 0.8.5 - install cmdliner 2.1.1 - install dune 3.23.1 - install fmt 0.11.0 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install re 1.14.0 - install stdlib-shims 0.3.0 - install topkg 1.1.1 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved alcotest.1.9.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved cmdliner.2.1.1 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved re.1.14.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved dune.3.23.1 (cached) -> installed cmdliner.2.1.1 -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.1 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed dune.3.23.1 -> installed stdlib-shims.0.3.0 -> installed ocaml-syntax-shims.1.0.0 -> installed re.1.14.0 -> installed alcotest.1.9.1 Done. # To update the current shell environment, run: eval $(opam env) 2026-06-25 15:32.09 ---> saved as "f45fc8ec1663c8d0919aa3fd403f4fe9d5288f34e32951f56c3d5be17ebc79fd" /src: (copy (src .) (dst /src)) 2026-06-25 15:32.09 ---> saved as "2fa2e8439a8bc489bae9be7c9cfd144ac4e6e6759274b7c956d43cfd62a92772" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test_unit.exe) Testing `ocaml-version'. This run has ID `4MUJVJQ1'. [OK] Compiler_variants 0 Multicore not on 4.12 x86-64. [OK] Compiler_variants 1 Multicore not on 4.10 i386. [OK] Compiler_variants 2 Multicore not on 4.12 xi386. [OK] Configure_options 0 FP on last 4.07. [OK] Configure_options 1 FP on first 4.08. [OK] Configure_options 2 FP on 3.12. Full test results in `/src/_build/default/test/_build/_tests/ocaml-version'. Test Successful in 0.001s. 6 tests run. 2026-06-25 15:32.11 ---> saved as "e535f2167a6c34a55e9b10bba787fc8b3e5111f94b780697ba51a8bf783fdd86" Job succeeded 2026-06-25 15:32.11: Job succeeded