2026-06-15 18:25.35: New job: test ocurrent/ocaml-version https://github.com/ocurrent/ocaml-version.git#refs/heads/master (81a9af6da06aae6d0ae241d110e24867ec90407f) (linux-x86_64:ubuntu-25.10-5.4_opam-2.5)Base: ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:9cd6cebf93cdb85b803e2a9b3543614af6b78638dc9c3371d2a8d59f61193a08Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/ocaml-version.git" -b "master" && cd "ocaml-version" && git reset --hard 81a9af6dcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:9cd6cebf93cdb85b803e2a9b3543614af6b78638dc9c3371d2a8d59f61193a08# ubuntu-25.10-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-06-15 18:25.35: Using cache hint "ocurrent/ocaml-version-ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:9cd6cebf93cdb85b803e2a9b3543614af6b78638dc9c3371d2a8d59f61193a08-ubuntu-25.10-5.4_opam-2.5-c72cd5b7fd8d2a6ac2eb2c37f7a1571c"2026-06-15 18:25.35: Using OBuilder spec:((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:9cd6cebf93cdb85b803e2a9b3543614af6b78638dc9c3371d2a8d59f61193a08)(comment ubuntu-25.10-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(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 c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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-15 18:25.35: Waiting for resource in pool OCluster2026-06-15 18:25.36: Waiting for worker…2026-06-15 18:25.36: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devHEAD is now at 039c226 Add 4.14.4 to all_patches list and update CHANGESHEAD is now at 81a9af6 Merge pull request #91 from Octachron/OCaml_4.14.4(from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:9cd6cebf93cdb85b803e2a9b3543614af6b78638dc9c3371d2a8d59f61193a08)Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:9cd6cebf93cdb85b803e2a9b3543614af6b78638dc9c3371d2a8d59f61193a08' locallydocker.io/ocaml/opam@sha256:9cd6cebf93cdb85b803e2a9b3543614af6b78638dc9c3371d2a8d59f61193a08: Pulling from ocaml/opam16c195d4c5e9: Already exists5d5ae59f12bf: Already exists2a1bdaff57b1: Already exists4f0da68efc03: Already existsddae77db6783: Already existsfdb5e27abf0f: Already exists93a3171e4fee: Already existsdbf7af4bbc5e: Already exists5f7df1a633be: Already exists91c5054ad467: Already existsf85e33539fc1: Already exists60715424f1f3: Already exists3d928beeeddb: Already existsad721eb63d8e: Already exists6423a1c6a219: Already exists5b5461462268: Already existsd0115271718d: Already existsd0115271718d: Already exists9fd788776761: Already existsee0541408fb9: Already exists3710803c65d7: Already existsce2c52193d43: Already exists4f4fb700ef54: Already existsa2f980d0b98b: Already exists410070a2f222: Already existsd3816a848673: Already exists7c855ca71d74: Already exists1528501eaf16: Already exists23228c2200ea: Already exists54f128346b20: Already exists76cf7939a21f: Already existsebfcf91f683f: Already existsaba3e293a4a1: Already exists5f6c0c42c902: Already exists266bc6609d9e: Already exists3a04eeb47cdb: Pulling fs layer87a3a470063e: Pulling fs layer980e2f0cf672: Pulling fs layerb223ec12931a: Pulling fs layer4f4fb700ef54: Pulling fs layera87b49f12125: Pulling fs layerf8c6176a5b8d: Pulling fs layerb223ec12931a: Waiting4f4fb700ef54: Waitinga87b49f12125: Waiting058bd90780df: Pulling fs layerf8c6176a5b8d: Waiting058bd90780df: Waiting4052b20ca083: Pulling fs layer39d4d6fb10ee: Pulling fs layer4052b20ca083: Waiting96d35981e827: Pulling fs layer2402443c1e53: Pulling fs layer3cfd602cfb02: Pulling fs layer39d4d6fb10ee: Waiting2402443c1e53: Waiting96d35981e827: Waiting3cfd602cfb02: Waiting87a3a470063e: Verifying Checksum87a3a470063e: Download completeb223ec12931a: Verifying Checksumb223ec12931a: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completea87b49f12125: Verifying Checksuma87b49f12125: Download complete980e2f0cf672: Verifying Checksum980e2f0cf672: Download complete3a04eeb47cdb: Verifying Checksum3a04eeb47cdb: Download completef8c6176a5b8d: Verifying Checksumf8c6176a5b8d: Download complete4052b20ca083: Verifying Checksum4052b20ca083: Download complete058bd90780df: Verifying Checksum058bd90780df: Download complete96d35981e827: Download complete2402443c1e53: Verifying Checksum2402443c1e53: Download complete3cfd602cfb02: Verifying Checksum3cfd602cfb02: Download complete39d4d6fb10ee: Verifying Checksum39d4d6fb10ee: Download complete3a04eeb47cdb: Pull complete87a3a470063e: Pull complete980e2f0cf672: Pull completeb223ec12931a: Pull complete4f4fb700ef54: Pull completea87b49f12125: Pull completef8c6176a5b8d: Pull complete058bd90780df: Pull complete4052b20ca083: Pull complete39d4d6fb10ee: Pull complete96d35981e827: Pull complete2402443c1e53: Pull complete3cfd602cfb02: Pull completeDigest: sha256:9cd6cebf93cdb85b803e2a9b3543614af6b78638dc9c3371d2a8d59f61193a08Status: Downloaded newer image for ocaml/opam@sha256:9cd6cebf93cdb85b803e2a9b3543614af6b78638dc9c3371d2a8d59f61193a082026-06-15 18:25.37 ---> using "3b4cdc02ed2fccff801b3913fdf03d4b91cc199042c7110c0e4d02910df715e6" from cache/: (comment ubuntu-25.10-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-06-15 18:25.37 ---> using "62a6da5ab515c1c6ae1a14f459346643496198f225adc8b1ba33c6976c900576" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))c180e16309 Merge pull request #29907 from dra27/host-arch-fixes2026-06-15 18:25.37 ---> using "8471ea7baac6c44426c83c370b46e415a829251c4169f2c5d8683207a72c12d4" 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.Continue? [Y/n] yThis 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.[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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-06-15 18:25.37 ---> using "49b704ae1ac147f5c6ff52be5d234e5e289a871940dbdea032d37472c9bb739b" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-22-genericThe OCaml toplevel, version 5.4.12.5.12026-06-15 18:25.37 ---> using "3f293caa2639e5b992ddf03836a58598cb85f0869c9e1bf8034123c609bde40b" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-15 18:25.37 ---> using "9f52992c46d5ccf9800e16e9e17f30743064e6018f45ab102e7e72e3ff5d5c08" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0However, 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-15 18:25.37 ---> using "5b9c64c2589e3715b159ad2dba49f8a5173fb5c62fd5b84dd38c64709ea4544e" from cache/src: (copy (src ocaml-version.opam) (dst ./))2026-06-15 18:25.37 ---> using "bd6f3e18b1bca663938d9cbdf8add34605d74768e72acf4b04aef779dc0f5029" from cache/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-15 18:25.37 ---> using "2a87b4f7bbdb12645b9e83889ce894373660de8db45c357c2de1a1428849188e" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-15 18:25.37 ---> using "71f28f7ebb498684ffc13bfd09dae5f55d3e6e6ec0c0bf6b19947e912387b268" from cache/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu questing InRelease- Get:2 http://security.ubuntu.com/ubuntu questing-security InRelease [137 kB]- Get:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease [138 kB]- Get:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease [134 kB]- Get:5 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [330 kB]- Get:6 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [572 kB]- Get:7 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [368 kB]- Get:8 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [436 kB]- Get:9 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [493 kB]- Get:10 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [353 kB]- Fetched 2961 kB in 0s (10.6 MB/s)- Reading package lists...-<><> 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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.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-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).# To update the current shell environment, run: eval $(opam env)2026-06-15 18:25.37 ---> using "223797a9448bf8abd59c1976bafdf1246d58940fe55b64e9b50383a9abff403f" from cache/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.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.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-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 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 ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (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.1Done.# To update the current shell environment, run: eval $(opam env)2026-06-15 18:25.37 ---> using "563a424da2b1644786b6ffc9fee669962c94fc75ed0f920c183501b78f72909d" from cache/src: (copy (src .) (dst /src))2026-06-15 18:25.37 ---> using "692a0c9f6668fa8c4e47d241c62451c999ea127da279676991c026cadfd27ffe" from cache/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 `HPYDISAB'.[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.000s. 6 tests run.2026-06-15 18:25.37 ---> using "73c894d301fa0b930431f531dd52f70abbb049cc96c7bfce35a6931cbc6889b9" from cacheJob succeeded2026-06-15 18:25.37: Job succeeded