2026-05-12 09:31.56: New job: test ocurrent/ocaml-version https://github.com/ocurrent/ocaml-version.git#refs/heads/master (4564e8b0399ef1e1c46cf0e06e9010a8e6cb2704) (linux-x86_64:ubuntu-25.04-5.4_opam-2.5)Base: ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/ocaml-version.git" -b "master" && cd "ocaml-version" && git reset --hard 4564e8b0cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691# ubuntu-25.04-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 opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && 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.0 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-05-12 09:31.56: Using cache hint "ocurrent/ocaml-version-ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691-ubuntu-25.04-5.4_opam-2.5-bb7d11b64240ba0c45c6f544e914ca16"2026-05-12 09:31.56: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691)(comment ubuntu-25.04-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 (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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && 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.0 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-05-12 09:31.56: Waiting for resource in pool OCluster2026-05-12 09:31.56: Waiting for worker…2026-05-12 09:34.01: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 4564e8b Merge pull request #90 from mtelvers/remove-4.08-from-significant(from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691)Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691' locallydocker.io/ocaml/opam@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691: Pulling from ocaml/opamc62190a9ab61: Pulling fs layerf1b90cdcec88: Pulling fs layerf8127a040c1d: Pulling fs layerf1b90cdcec88: Waitingc62190a9ab61: Waiting2447f562704f: Pulling fs layerf8127a040c1d: Waiting0d0f3574c57a: Pulling fs layeraced54db9227: Pulling fs layer2447f562704f: Waiting0d0f3574c57a: Waiting628811db6b3c: Pulling fs layerd98318ee8cc2: Pulling fs layeraced54db9227: Waitingb4056aeacb3c: Pulling fs layer628811db6b3c: Waitingd98318ee8cc2: Waiting318cc58f031e: Pulling fs layerb4056aeacb3c: Waitinge3395b2326bd: Pulling fs layer506a26e021f3: Pulling fs layer318cc58f031e: Waitinge3395b2326bd: Waiting9586cad45233: Pulling fs layerff737bcc8afd: Pulling fs layer506a26e021f3: Waiting9586cad45233: Waiting97c90c908f2c: Pulling fs layere3e492fc5cff: Pulling fs layerff737bcc8afd: Waiting6dc572fd729f: Pulling fs layer97c90c908f2c: Waitinge3e492fc5cff: Waiting823b417e9c08: Pulling fs layer6dc572fd729f: Waitingf96f3df0bcd1: Pulling fs layer823b417e9c08: Waitinge87ce6e2ce9c: Pulling fs layere87ce6e2ce9c: Waitingaacf312e7271: Pulling fs layer4f4fb700ef54: Pulling fs layer5890479a716c: Pulling fs layerb5227f4fe3ac: Pulling fs layer68ef80443855: Pulling fs layer5890479a716c: Waiting552579538854: Pulling fs layere6ed7c3a752f: Pulling fs layerb5227f4fe3ac: Waiting4f4fb700ef54: Waitingaacf312e7271: Waiting552579538854: Waiting68ef80443855: Waiting365e137a0aa5: Pulling fs layere58e7ad04a6a: Pulling fs layere6ed7c3a752f: Waiting3cc1cd29089f: Pulling fs layera0521c40c1eb: Pulling fs layere58e7ad04a6a: Waitinga1dc524408e1: Pulling fs layer3cc1cd29089f: Waiting1f1d80e028b5: Pulling fs layera0521c40c1eb: Waiting9a99205de717: Pulling fs layer1f1d80e028b5: Waiting37e5ec0ffedd: Pulling fs layera1dc524408e1: Waiting9a99205de717: Waitingb570147adb8a: Pulling fs layer620a0584243b: Pulling fs layerae1ae5589352: Pulling fs layerb570147adb8a: Waitinga9b28e13afbf: Pulling fs layer37e5ec0ffedd: Waiting82ac02c3438f: Pulling fs layer63de1911d408: Pulling fs layerae1ae5589352: Waitingd068a121e87b: Pulling fs layer620a0584243b: Waiting82ac02c3438f: Waiting63de1911d408: Waitingecc208f29136: Pulling fs layera9b28e13afbf: Waiting226eb74151c6: Pulling fs layerd068a121e87b: Waiting468808489549: Pulling fs layer226eb74151c6: Waiting6f5b63162ee4: Pulling fs layerecc208f29136: Waiting5fea2b7079e1: Pulling fs layer468808489549: Waiting5fea2b7079e1: Waiting6f5b63162ee4: Waitingc62190a9ab61: Verifying Checksumc62190a9ab61: Download completef1b90cdcec88: Download completef8127a040c1d: Download completec62190a9ab61: Pull completef1b90cdcec88: Pull completef8127a040c1d: Pull complete2447f562704f: Verifying Checksum2447f562704f: Download complete2447f562704f: Pull complete0d0f3574c57a: Verifying Checksum0d0f3574c57a: Download complete0d0f3574c57a: Pull complete628811db6b3c: Verifying Checksum628811db6b3c: Download completed98318ee8cc2: Verifying Checksumd98318ee8cc2: Download complete318cc58f031e: Verifying Checksum318cc58f031e: Download completeb4056aeacb3c: Verifying Checksumb4056aeacb3c: Download completee3395b2326bd: Verifying Checksume3395b2326bd: Download completeaced54db9227: Verifying Checksumaced54db9227: Download completeff737bcc8afd: Verifying Checksumff737bcc8afd: Download complete506a26e021f3: Verifying Checksum506a26e021f3: Download complete9586cad45233: Verifying Checksum9586cad45233: Download complete97c90c908f2c: Download completee3e492fc5cff: Verifying Checksume3e492fc5cff: Download complete823b417e9c08: Download complete6dc572fd729f: Verifying Checksum6dc572fd729f: Download completeaacf312e7271: Download completee87ce6e2ce9c: Download completef96f3df0bcd1: Verifying Checksumf96f3df0bcd1: Download complete4f4fb700ef54: Download complete5890479a716c: Verifying Checksum5890479a716c: Download completeb5227f4fe3ac: Verifying Checksume6ed7c3a752f: Verifying Checksume6ed7c3a752f: Download complete552579538854: Download complete68ef80443855: Download completeaced54db9227: Pull complete628811db6b3c: Pull completed98318ee8cc2: Pull completeb4056aeacb3c: Pull complete365e137a0aa5: Verifying Checksum365e137a0aa5: Download completea0521c40c1eb: Verifying Checksuma0521c40c1eb: Download completee58e7ad04a6a: Verifying Checksume58e7ad04a6a: Download complete3cc1cd29089f: Verifying Checksum3cc1cd29089f: Download complete318cc58f031e: Pull complete9a99205de717: Download completee3395b2326bd: Pull completea1dc524408e1: Verifying Checksuma1dc524408e1: Download complete1f1d80e028b5: Verifying Checksum1f1d80e028b5: Download complete506a26e021f3: Pull completeb570147adb8a: Verifying Checksumb570147adb8a: Download complete9586cad45233: Pull completeff737bcc8afd: Pull complete97c90c908f2c: Pull completee3e492fc5cff: Pull complete6dc572fd729f: Pull completeae1ae5589352: Download complete823b417e9c08: Pull completef96f3df0bcd1: Pull completee87ce6e2ce9c: Pull completeaacf312e7271: Pull complete4f4fb700ef54: Pull complete5890479a716c: Pull completeb5227f4fe3ac: Pull complete68ef80443855: Pull complete552579538854: Pull completee6ed7c3a752f: Pull complete365e137a0aa5: Pull completee58e7ad04a6a: Pull complete3cc1cd29089f: Pull completea0521c40c1eb: Pull completea1dc524408e1: Pull complete1f1d80e028b5: Pull complete9a99205de717: Pull completea9b28e13afbf: Download complete620a0584243b: Verifying Checksum620a0584243b: Download complete37e5ec0ffedd: Verifying Checksum37e5ec0ffedd: Download completed068a121e87b: Verifying Checksumd068a121e87b: Download complete82ac02c3438f: Verifying Checksum82ac02c3438f: Download complete63de1911d408: Verifying Checksum63de1911d408: Download completeecc208f29136: Verifying Checksumecc208f29136: Download complete6f5b63162ee4: Verifying Checksum6f5b63162ee4: Download complete468808489549: Verifying Checksum468808489549: Download complete5fea2b7079e1: Verifying Checksum5fea2b7079e1: Download complete37e5ec0ffedd: Pull completeb570147adb8a: Pull complete226eb74151c6: Verifying Checksum226eb74151c6: Download complete620a0584243b: Pull completeae1ae5589352: Pull completea9b28e13afbf: Pull complete82ac02c3438f: Pull complete63de1911d408: Pull completed068a121e87b: Pull completeecc208f29136: Pull complete226eb74151c6: Pull complete468808489549: Pull complete6f5b63162ee4: Pull complete5fea2b7079e1: Pull completeDigest: sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691Status: Downloaded newer image for ocaml/opam@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b1296912026-05-12 09:34.01 ---> using "f5e318b4f7827354c80e01f5eb08623f14d26dfa9c8f46d7e4a7dc1dd9ab7d51" from cache/: (comment ubuntu-25.04-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-05-12 09:34.01 ---> using "c9f84644fcc821060258035ba30dfb4315e5df38a445f49836385c483d31f3a8" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-05-12 09:34.01 ---> using "f27a52b673e6e3229d278370091ff6620c479075b9adc6b6ca721f257c891299" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 5.4.12.5.02026-05-12 09:34.01 ---> using "63d0aa07c2e13f7fb08e30a71f13a7a028dcde32b34e098fd5a3a3bb36803634" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-12 09:34.01 ---> using "6ccde9157983d8bdc8449890dbf5280f5a1b54008b8dfa81011feef78f5cee9f" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..fe76276e14 master -> origin/mastera70af20c71 Merge pull request #29844 from shonfeder/release-dune-3.23.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositorydefault (at git+file:///home/opam/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at git+file:///home/opam/opam-repository):[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)Everything as up-to-date as possibleHowever, 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-05-12 09:34.01 ---> using "34b8aafafbd63e20b17346e4d039200f75944a7209e7e3000d8170575b78bb40" from cache/src: (copy (src ocaml-version.opam) (dst ./))2026-05-12 09:34.01 ---> using "05494af52cf64a3556ee18eae6ad1832cc37220e50429e09b0176113aa8f5955" 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-05-12 09:34.01 ---> using "3f6af7faeb2858f78aefb1ed1d9bd5b51be5fb35087f355525fe9b839b861831" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-12 09:34.01 ---> using "343242242e51d93d861195c6c29faa1ed5464135fe16e7748a04492003f344fc" 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.0 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 plucky InRelease- Hit:2 http://security.ubuntu.com/ubuntu plucky-security InRelease- Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease- Hit:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease- 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-05-12 09:34.01 ---> using "ef2f8741ee5fc9d7cbb31d1cb79aa6f7c9a13cb67a96358d1126ef36132d87b0" 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.0- 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.0 (cached)-> installed ocamlfind.1.9.8-> installed cmdliner.2.1.1-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed uutf.1.0.4-> installed astring.0.8.5-> installed dune.3.23.0-> 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-05-12 09:34.01 ---> using "1703c7167064e8e4a67b703408c5ef9ab75d050687339c776a5148f48add4fc8" from cache/src: (copy (src .) (dst /src))2026-05-12 09:34.01 ---> using "6ebf70119a7cd2c220946b0a1df87245e6ed7b275772b0037cf690b40f2f6bce" 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 `IO46H5MJ'.[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-05-12 09:34.01 ---> using "0e3f509e2fc477129a2c4c9bd61312c2dc014631c6b4704da6051d9bfaa2f2e2" from cacheJob succeeded2026-05-12 09:34.01: Job succeeded