2026-01-17 01:30.58: New job: test ocurrent/ocaml-version https://github.com/ocurrent/ocaml-version.git#refs/heads/master (3bb1c5d559d7a0f22954919f0ada769850bdeb0a) (linux-riscv64:debian-13-5.4_riscv64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fedOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/ocaml-version.git" -b "master" && cd "ocaml-version" && git reset --hard 3bb1c5d5cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4@sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fed# debian-13-5.4_riscv64_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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.0 dune.3.21.0 fmt.0.11.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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-01-17 01:30.58: Using cache hint "ocurrent/ocaml-version-ocaml/opam:debian-13-ocaml-5.4@sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fed-debian-13-5.4_riscv64_opam-2.5-29ce1286d44cdc7f950735b4e3337431"2026-01-17 01:30.58: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fed)(comment debian-13-5.4_riscv64_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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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 (network host)(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.0 dune.3.21.0 fmt.0.11.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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-01-17 01:30.58: Waiting for resource in pool OCluster2026-01-19 05:31.10: Waiting for worker…2026-01-19 17:10.29: Got resource from pool OClusterBuilding on riscv-bm-04.sw.ci.devAll commits already cachedHEAD is now at 3bb1c5d Update CHANGES.md before release(from ocaml/opam:debian-13-ocaml-5.4@sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fed)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fed' locallydocker.io/ocaml/opam@sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fed: Pulling from ocaml/opamaaf3ef12aa0c: Already existsa34acde99ba4: Already exists4293ae448ba9: Already exists72d1df5950c6: Already exists22502c1a8adc: Already existsb2bf4abe4dd0: Already exists8f17f09baf89: Already exists6a4f174a3c4f: Already exists1a0138d62f52: Already exists76aa171569db: Already exists5e607c57fa10: Already existsff6fc947f462: Already existsaff935c2599f: Already exists26f7966e40f3: Already exists626fa36de9ad: Already exists8735944aca80: Already existsa6abb4978a3d: Already exists408672e1d804: Already exists8cfa50ef517c: Already exists8681f5d4967e: Already exists8f286f90917f: Already exists6c5ee43c4f55: Already exists4f4fb700ef54: Already exists57a911dc2123: Already exists7a2b42fa2014: Already exists2b0d233bf499: Already existse252534f56b8: Already existsa73321b29080: Already exists8b2af40b3f81: Already exists3fa514be847f: Already exists0e40e791ed5f: Already exists1f05844481c1: Already exists984de9c75519: Already exists3bd5877a7c8d: Already existsb351fa832479: Already exists76339ec42270: Already exists4aef5176a1c1: Already exists9c61627241b4: Already exists1f42b8230038: Already existsf890ce5e02aa: Already existsd37dd929f794: Already exists7c8b03539c3b: Pulling fs layer71a411cfe0f8: Pulling fs layer3d55c25a0882: Pulling fs layerbedaefcf3d63: Pulling fs layerd5b57655f943: Pulling fs layer1514a87a5d59: Pulling fs layerf341a178edd4: Pulling fs layerbedaefcf3d63: Waiting1514a87a5d59: Waitingf341a178edd4: Waitingd5b57655f943: Waiting3d55c25a0882: Verifying Checksum3d55c25a0882: Download complete7c8b03539c3b: Verifying Checksum7c8b03539c3b: Download complete71a411cfe0f8: Verifying Checksum71a411cfe0f8: Download complete7c8b03539c3b: Pull completed5b57655f943: Verifying Checksumd5b57655f943: Download complete1514a87a5d59: Verifying Checksum1514a87a5d59: Download completef341a178edd4: Verifying Checksumf341a178edd4: Download complete71a411cfe0f8: Pull complete3d55c25a0882: Pull completebedaefcf3d63: Verifying Checksumbedaefcf3d63: Download completebedaefcf3d63: Pull completed5b57655f943: Pull complete1514a87a5d59: Pull completef341a178edd4: Pull completeDigest: sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fedStatus: Downloaded newer image for ocaml/opam@sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fed2026-01-19 17:10.30 ---> using "14a3aafbd053f90f80456868928e361883d2c7f606038c39984bee02944df3c5" from cache/: (comment debian-13-5.4_riscv64_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-01-19 17:10.30 ---> using "1069d6d00ae181c67648d4359800b423774ffc2670961d6a9657135373dd2300" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-19 17:10.30 ---> using "4d1ec418290fd875e93a91b34e099cba10e49134936226ada46bab1c825bcce8" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.10.113-scw1The OCaml toplevel, version 5.4.02.5.02026-01-19 17:10.30 ---> using "241b65d4b95f11d4d2c19cb104bbad73e9444306dd2a7ff3e60fb4b19eabe6b1" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-19 17:10.30 ---> using "a44e6d4f266c7a67e8afe18f31e2098a8039a70ab804709f07c75e6ac33bcd3e" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADa6b2f19780..882924392d master -> origin/master873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-01-19 17:10.30 ---> using "814301570a263910f70a56efc278bb25dd1612f2cf48655d7c81cb70ddce28a7" from cache/src: (copy (src ocaml-version.opam) (dst ./))2026-01-19 17:10.31 ---> saved as "d178f79d075f9355abb2b8fae0f717701ea3218cdbf6f4ddc3dcc62a7a31d8f9"/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-01-19 17:10.39 ---> saved as "996790149b49a7534856a71f4c36336ec4689d427e48b1cf0617e4671fdca657"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-19 17:10.39 ---> saved as "6de84ed78d8342e9a1db660175f43ba9790871221bdf9f989dcf3a6b9ed27254"/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.0 dune.3.21.0 fmt.0.11.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [88.5 kB]- Fetched 179 kB in 0s (394 kB/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.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-01-19 17:11.28 ---> saved as "8e3005a4e56cbfb6c887ae678d1461ac55e51f61275c61f8e9c22f126a67b478"/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.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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.0- install dune 3.21.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.0 (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.21.0 (cached)-> installed ocamlfind.1.9.8-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed astring.0.8.5-> installed uutf.1.0.4-> installed dune.3.21.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-01-19 17:17.33 ---> saved as "fac039ff17c80d879847efafeef4912e9223cbe5b81d50f31d707fcf3297f861"/src: (copy (src .) (dst /src))2026-01-19 17:17.34 ---> saved as "695978c946177550ad3725d24be44866b854fb219bd364f84ffb592d09927c23"/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 `4MJSHFY7'.[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.002s. 6 tests run.2026-01-19 17:17.40 ---> saved as "2e4a46ff787cd3f95012bc310b2c1c305ccc5c60b9894dd6959eafb39d89220c"Job succeeded2026-01-19 17:17.40: Job succeeded