2026-06-15 18:25.36: New job: test ocurrent/ocaml-version https://github.com/ocurrent/ocaml-version.git#refs/heads/master (81a9af6da06aae6d0ae241d110e24867ec90407f) (linux-x86_64:alpine-3.23-4.14_opam-2.5)Base: ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387Opam 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:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387# alpine-3.23-4.14_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-threads.base base-unix.base cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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 $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.36: Using cache hint "ocurrent/ocaml-version-ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387-alpine-3.23-4.14_opam-2.5-81e8370595e995469779e431aa822828"2026-06-15 18:25.36: Using OBuilder spec:((from ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387)(comment alpine-3.23-4.14_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-threads.base base-unix.base cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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-15 18:25.36: Waiting for resource in pool OCluster2026-06-15 18:25.36: Waiting for worker…2026-06-15 18:25.37: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 81a9af6 Merge pull request #91 from Octachron/OCaml_4.14.4(from ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387)Unable to find image 'ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387' locallydocker.io/ocaml/opam@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387: Pulling from ocaml/opam6a0ac1617861: Already existsc7f7861ee488: Already exists242907bdbe26: Already exists3352270e10b0: Already exists47c18f475101: Already exists9e65bd6c7317: Already exists2801e5e13c88: Already exists018ccadd5bf7: Already exists2e273f2aabdd: Already existse348a3504fd1: Already exists37f6ed8f41db: Already existse4dee05632b5: Already existscc7d1e48a817: Already exists2afc109d933b: Already existsc8b994fd4978: Already exists94d6ee139c18: Already exists33b9b3d1317d: Already exists4f4fb700ef54: Already exists48061712d8ec: Already exists9379b5d8c279: Already existsda5d751f6c1f: Already existsded3ed35f70f: Already exists9d95cd3602ab: Already existse5ec97e88805: Already exists8fa9502c7636: Already existsd2ada6e134f3: Already existsde9c4f786308: Already exists74907ca98ac8: Already existsd97c011a0188: Already exists5e3139447bb2: Already exists0abf1764e2f7: Pulling fs layercabb3cb070af: Pulling fs layer8567d9bd2ef5: Pulling fs layer6355f795b23f: Pulling fs layerd56470579452: Pulling fs layer0abf1764e2f7: Waiting5e09940486c0: Pulling fs layer8567d9bd2ef5: Waitingcabb3cb070af: Waitinga233b1024b15: Pulling fs layer6355f795b23f: Waitingd56470579452: Waiting5e09940486c0: Waiting2c1661b8dd39: Pulling fs layera233b1024b15: Waiting2806c619d596: Pulling fs layer2c1661b8dd39: Waiting831867293e0e: Pulling fs layer2806c619d596: Waitingd78a7a35988b: Pulling fs layer831867293e0e: Waitingd78a7a35988b: Waitingcabb3cb070af: Verifying Checksumcabb3cb070af: Download completed56470579452: Verifying Checksumd56470579452: Download complete5e09940486c0: Verifying Checksum5e09940486c0: Download complete8567d9bd2ef5: Verifying Checksum8567d9bd2ef5: Download complete2c1661b8dd39: Verifying Checksum2c1661b8dd39: Download complete2806c619d596: Verifying Checksum2806c619d596: Download complete831867293e0e: Verifying Checksum831867293e0e: Download completed78a7a35988b: Download complete0abf1764e2f7: Download completea233b1024b15: Verifying Checksuma233b1024b15: Download complete0abf1764e2f7: Pull completecabb3cb070af: Pull complete8567d9bd2ef5: Pull complete6355f795b23f: Pull completed56470579452: Pull complete5e09940486c0: Pull completea233b1024b15: Pull complete2c1661b8dd39: Pull complete2806c619d596: Pull complete831867293e0e: Pull completed78a7a35988b: Pull completeDigest: sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387Status: Downloaded newer image for ocaml/opam@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e0263872026-06-15 18:25.39 ---> using "645db74cf2f6617db2ad81b0e818e4f1f9c438bf86fc197e2b1f68b1d3dfdf29" from cache/: (comment alpine-3.23-4.14_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.39 ---> using "cf8a7eb63fdaa4274d5ee8634b4a7b94f9670fcdafb4f064aa00246fcc10cd06" 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.39 ---> using "a218be502030aa9bb7f549b3ce1a3ae2557dd57f02075fadfc67380f505ae4ad" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com (Could not contact DNS servers)"[default] synchronised from git+file:///home/opam/opam-repository2026-06-15 18:25.39 ---> using "4f523c7d4745fce438a54b36da96f723989e2e5d4ec70c21de877c0cdc177935" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-22-genericThe OCaml toplevel, version 4.14.32.5.12026-06-15 18:25.39 ---> using "7949df54ce6970c564a4bf56d43ea82ed8285a3985c52812abb95e52dedffc44" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-15 18:25.39 ---> using "e3756b85b4c17d4e5ed9bed65403d563aab03a7f8a591074112948d13345d3bd" 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-repositoryEverything 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.3However, 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.39 ---> using "93cd4ee304db1fd84732798229edd34654aa56cf7a5998999d544ac3c636fd6d" from cache/src: (copy (src ocaml-version.opam) (dst ./))2026-06-15 18:25.39 ---> using "166cb2fa58db0e1e36e9c8eef612f57ca0b3e8c801d5348517005125c163afd0" 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.39 ---> using "ba56203255f115c25da0bf763f2a4897f6aeaed3bcab154e9f65e8ffdfba153e" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-15 18:25.39 ---> using "8fbe168107eb28abf062ce8e57eed103609ea687accf428e47c4f9f7f45947b2" from cache/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.3 ocaml-base-compiler.4.14.3 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/bin/sudo "apk" "update"- v3.23.4-378-g8dac5373128 [https://dl-cdn.alpinelinux.org/alpine/v3.23/main]- v3.23.4-377-gcb206250bc6 [https://dl-cdn.alpinelinux.org/alpine/v3.23/community]- v3.24.0-294-g05234ef7de0 [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v3.24.0-285-g481551adb61 [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v3.24.0-278-g8b6f91ba6fc [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- OK: 62443 distinct packages available<><> 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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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-15 18:25.39 ---> using "0af561469b78cc6e01e69299f8a0eed5120d86491ee36a16cd1c6ac564a1bad3" 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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 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.39 ---> using "58de5e4e380027c077950a536aedb27f6d44bd03a884a3f03f0c06fd53ab5e9e" from cache/src: (copy (src .) (dst /src))2026-06-15 18:25.39 ---> using "d53773a7d3e0b679a96c4e8af60199a20d25e5229013dff26a7fc2e767505554" 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 `PNJT1T51'.[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-15 18:25.39 ---> using "dccc04811bb3f7db1718e56e9c54c3ca0859a4b6bdaff25a09cdbe5b52bbf81d" from cacheJob succeeded2026-06-15 18:25.40: Job succeeded