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:9cd6cebf93cdb85b803e2a9b3543614af6b78638dc9c3371d2a8d59f61193a08 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocurrent/ocaml-version.git" -b "master" && cd "ocaml-version" && git reset --hard 81a9af6d cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:9cd6cebf93cdb85b803e2a9b3543614af6b78638dc9c3371d2a8d59f61193a08 # ubuntu-25.10-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && 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-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 $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-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 OCluster 2026-06-15 18:25.36: Waiting for worker… 2026-06-15 18:25.36: Got resource from pool OCluster Building on laodoke.caelum.ci.dev HEAD is now at 039c226 Add 4.14.4 to all_patches list and update CHANGES HEAD 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' locally docker.io/ocaml/opam@sha256:9cd6cebf93cdb85b803e2a9b3543614af6b78638dc9c3371d2a8d59f61193a08: Pulling from ocaml/opam 16c195d4c5e9: Already exists 5d5ae59f12bf: Already exists 2a1bdaff57b1: Already exists 4f0da68efc03: Already exists ddae77db6783: Already exists fdb5e27abf0f: Already exists 93a3171e4fee: Already exists dbf7af4bbc5e: Already exists 5f7df1a633be: Already exists 91c5054ad467: Already exists f85e33539fc1: Already exists 60715424f1f3: Already exists 3d928beeeddb: Already exists ad721eb63d8e: Already exists 6423a1c6a219: Already exists 5b5461462268: Already exists d0115271718d: Already exists d0115271718d: Already exists 9fd788776761: Already exists ee0541408fb9: Already exists 3710803c65d7: Already exists ce2c52193d43: Already exists 4f4fb700ef54: Already exists a2f980d0b98b: Already exists 410070a2f222: Already exists d3816a848673: Already exists 7c855ca71d74: Already exists 1528501eaf16: Already exists 23228c2200ea: Already exists 54f128346b20: Already exists 76cf7939a21f: Already exists ebfcf91f683f: Already exists aba3e293a4a1: Already exists 5f6c0c42c902: Already exists 266bc6609d9e: Already exists 3a04eeb47cdb: Pulling fs layer 87a3a470063e: Pulling fs layer 980e2f0cf672: Pulling fs layer b223ec12931a: Pulling fs layer 4f4fb700ef54: Pulling fs layer a87b49f12125: Pulling fs layer f8c6176a5b8d: Pulling fs layer b223ec12931a: Waiting 4f4fb700ef54: Waiting a87b49f12125: Waiting 058bd90780df: Pulling fs layer f8c6176a5b8d: Waiting 058bd90780df: Waiting 4052b20ca083: Pulling fs layer 39d4d6fb10ee: Pulling fs layer 4052b20ca083: Waiting 96d35981e827: Pulling fs layer 2402443c1e53: Pulling fs layer 3cfd602cfb02: Pulling fs layer 39d4d6fb10ee: Waiting 2402443c1e53: Waiting 96d35981e827: Waiting 3cfd602cfb02: Waiting 87a3a470063e: Verifying Checksum 87a3a470063e: Download complete b223ec12931a: Verifying Checksum b223ec12931a: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete a87b49f12125: Verifying Checksum a87b49f12125: Download complete 980e2f0cf672: Verifying Checksum 980e2f0cf672: Download complete 3a04eeb47cdb: Verifying Checksum 3a04eeb47cdb: Download complete f8c6176a5b8d: Verifying Checksum f8c6176a5b8d: Download complete 4052b20ca083: Verifying Checksum 4052b20ca083: Download complete 058bd90780df: Verifying Checksum 058bd90780df: Download complete 96d35981e827: Download complete 2402443c1e53: Verifying Checksum 2402443c1e53: Download complete 3cfd602cfb02: Verifying Checksum 3cfd602cfb02: Download complete 39d4d6fb10ee: Verifying Checksum 39d4d6fb10ee: Download complete 3a04eeb47cdb: Pull complete 87a3a470063e: Pull complete 980e2f0cf672: Pull complete b223ec12931a: Pull complete 4f4fb700ef54: Pull complete a87b49f12125: Pull complete f8c6176a5b8d: Pull complete 058bd90780df: Pull complete 4052b20ca083: Pull complete 39d4d6fb10ee: Pull complete 96d35981e827: Pull complete 2402443c1e53: Pull complete 3cfd602cfb02: Pull complete Digest: sha256:9cd6cebf93cdb85b803e2a9b3543614af6b78638dc9c3371d2a8d59f61193a08 Status: Downloaded newer image for ocaml/opam@sha256:9cd6cebf93cdb85b803e2a9b3543614af6b78638dc9c3371d2a8d59f61193a08 2026-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-fixes 2026-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] y 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. [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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository 2026-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-generic The OCaml toplevel, version 5.4.1 2.5.1 2026-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-repository Everything as up-to-date as possible The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 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-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.1 Done. # 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 cache Job succeeded 2026-06-15 18:25.37: Job succeeded