2026-04-16 16:40.35: New job: test ocurrent/ocaml-version https://github.com/ocurrent/ocaml-version.git#refs/heads/add-sig (c1cd1832273b7fc49d1e178375f004d8a453963b) (linux-x86_64:debian-13-5.4+flambda_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:eb5ed8d5d9e07fac2b9956de5da07948168d714f829b64b17f5a186a39c9742aOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/ocaml-version.git" -b "add-sig" && cd "ocaml-version" && git reset --hard c1cd1832cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:eb5ed8d5d9e07fac2b9956de5da07948168d714f829b64b17f5a186a39c9742a# debian-13-5.4+flambda_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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.22.2 fmt.0.11.0 ocaml.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.4.1+options 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-04-16 16:40.35: Using cache hint "ocurrent/ocaml-version-ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:eb5ed8d5d9e07fac2b9956de5da07948168d714f829b64b17f5a186a39c9742a-debian-13-5.4+flambda_opam-2.5-808c44552c7e6ab997036f23f897062e"2026-04-16 16:40.35: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:eb5ed8d5d9e07fac2b9956de5da07948168d714f829b64b17f5a186a39c9742a)(comment debian-13-5.4+flambda_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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.0 dune.3.22.2 fmt.0.11.0 ocaml.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.4.1+options 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-04-16 16:40.35: Waiting for resource in pool OCluster2026-04-16 17:45.58: Waiting for worker…2026-04-16 17:50.43: Got resource from pool OClusterBuilding on phoebe.caelum.ci.devAll commits already cachedHEAD is now at c1cd183 tweak to automate last two, suggestion from @gasche(from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:eb5ed8d5d9e07fac2b9956de5da07948168d714f829b64b17f5a186a39c9742a)2026-04-16 17:50.44 ---> using "b3b8f63b0dd4bfe7cbdf034c73eae4bc32b27d6c0fed74c34aad48145296ea60" from cache/: (comment debian-13-5.4+flambda_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-04-16 17:50.44 ---> using "d6c60ed53902af98e35d69df1009efa3a6995cf6d10dc29620cd4453bb41c09a" 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.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Format upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-16 17:50.44 ---> using "b8851c62a9895f1dbcefd2a76081e79a64c48f1bf068e14bc7360cf0d294e0ee" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 5.4.12.5.02026-04-16 17:50.44 ---> using "8626fe3b9ddfcd4bf561373e1b3056d0046d0d2b4fde6488e638c1d7a26c3551" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-16 17:50.44 ---> using "1180efb32860fd26307010c0e347229d3d16ed89f0d6484774fa9210e83de384" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..0b0acbee05 master -> origin/master5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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-04-16 17:50.44 ---> using "50ee331a405648a52fc1d67e182fe8488ce7d1c34aa6dcb98455326a37538f0b" from cache/src: (copy (src ocaml-version.opam) (dst ./))2026-04-16 17:50.44 ---> using "1f5519de3a9387ef9cb819bea82321b0749bcd4876e090a5985a3094aecdf82d" 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-04-16 17:50.44 ---> using "ce39eccd13f79345b8c25820c9429d7a13d22e2381f4db7f5031f804af1f18d6" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-16 17:50.44 ---> using "6f53f4490193e3d554661a1e6dfe1217ea091fc2432574c10a42889991e50ed8" 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.0 dune.3.22.2 fmt.0.11.0 ocaml.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.4.1+options 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 amd64 Packages [123 kB]- Fetched 213 kB in 0s (867 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ocaml-version.dev] synchronised (file:///src)[NOTE] Package ocaml-variants is already installed (current version is 5.4.1+options).[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 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-04-16 17:51.00 ---> saved as "550e817df9aef3b57427104dbac540166172bbe994938ea6a24d5cccfd36fd41"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-variants is already installed (current version is 5.4.1+options).[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 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.0- install dune 3.22.2- 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.22.2 (cached)-> installed ocamlfind.1.9.8-> installed cmdliner.2.1.0-> 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.22.2-> 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-04-16 17:54.12 ---> saved as "94da95bb105430edf8ae3bd64a81a64363fc4d3ea0534000ffcfc2d1c2a74b4d"/src: (copy (src .) (dst /src))2026-04-16 17:54.13 ---> saved as "2f877198ff9de8457bbc88f7a2b8085a3644a480fc4fec951764dce4ef2813ae"/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 `D6EKM0WI'.[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-04-16 17:54.15 ---> saved as "eac6fe12e67a4887b0964f8dad746b5dcaa799829701cea3c6ef782b8b261c23"Job succeeded2026-04-16 17:54.15: Job succeeded