2025-10-18 16:36.59: New job: test ocurrent/ocaml-version https://github.com/ocurrent/ocaml-version.git#refs/heads/master (3bb1c5d559d7a0f22954919f0ada769850bdeb0a) (linux-x86_64:fedora-43-4.14_opam-2.4)
Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocurrent/ocaml-version.git" -b "master" && cd "ocaml-version" && git reset --hard 3bb1c5d5
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52
# fedora-43-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && 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-threads.base base-unix.base cmdliner.2.0.0 dune.3.20.2 fmt.0.11.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.0 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --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
2025-10-18 16:36.59: Using cache hint "ocurrent/ocaml-version-ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52-fedora-43-4.14_opam-2.4-7548e71b01ffd5a593669d4bbb90a83b"
2025-10-18 16:36.59: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52)
(comment fedora-43-4.14_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && 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-threads.base base-unix.base cmdliner.2.0.0 dune.3.20.2 fmt.0.11.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.0 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.4 --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"))
)
2025-10-18 16:36.59: Waiting for resource in pool OCluster
2025-10-18 18:11.56: Waiting for worker…
2025-10-18 18:14.33: Got resource from pool OCluster
Building on phoebe
All commits already cached
HEAD is now at 3bb1c5d Update CHANGES.md before release
(from ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52)
Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52' locally
docker.io/ocaml/opam@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52: Pulling from ocaml/opam
3a6ccf50917d: Already exists
698b8d1610af: Already exists
7e5b745a56a4: Already exists
e8859609bfb8: Already exists
51242d36b3fd: Already exists
61958fadfb74: Already exists
04578677ff3f: Already exists
01b19b859bd1: Already exists
47b008c442e7: Already exists
434ff16e8a1b: Already exists
e2e8d2ec1110: Already exists
bb8f1dbb2acd: Already exists
c914fb01d9b0: Already exists
acbc7d112060: Already exists
7b0ca93f3f54: Already exists
5a223856338a: Already exists
ace6a731f305: Already exists
a6230b7fafa0: Already exists
917f9b8155b5: Already exists
8f7a3b7d908f: Already exists
4f4fb700ef54: Already exists
7af8a72dec52: Already exists
9565a36b4e3a: Already exists
a1ba7d9452a1: Already exists
24a9095bda75: Already exists
16c026bd2ca7: Already exists
6b821f07d597: Already exists
afd0175f27f4: Already exists
88ab18f654c7: Already exists
be69a91a3ef7: Already exists
ce8a4e53f5e3: Already exists
3e2bdc6df5e4: Already exists
ff986d64677f: Already exists
9c9f7117b120: Already exists
8bc6797e23fc: Already exists
07b81fe7312a: Already exists
43fc65bb52eb: Already exists
a5d75845130a: Already exists
1eec13083f65: Already exists
502b0eef2b39: Pulling fs layer
c1a5e9a62af8: Pulling fs layer
13ca68c1356e: Pulling fs layer
b02e3b0a0c41: Pulling fs layer
b02e3b0a0c41: Waiting
c1a5e9a62af8: Verifying Checksum
c1a5e9a62af8: Download complete
13ca68c1356e: Verifying Checksum
13ca68c1356e: Download complete
b02e3b0a0c41: Verifying Checksum
b02e3b0a0c41: Download complete
502b0eef2b39: Verifying Checksum
502b0eef2b39: Download complete
502b0eef2b39: Pull complete
c1a5e9a62af8: Pull complete
13ca68c1356e: Pull complete
b02e3b0a0c41: Pull complete
Digest: sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52
Status: Downloaded newer image for ocaml/opam@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52
2025-10-18 18:14.46 ---> using "eff1ce5e32c7f8b8343a5c02e7f09c1f2495c9a1c7103f693d04375f30e30d11" from cache
/: (comment fedora-43-4.14_opam-2.4)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 43 - x86_64 - Updates 100% | 106.4 KiB/s | 23.9 KiB | 00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.
Nothing to do.
2025-10-18 18:14.46 ---> using "539b6860d861916654a676969490f4b634b158f259c18d3ac592c3c997eba783" from cache
/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-10-18 18:14.46 ---> using "e12cefea2f2f5b469e179585d2c765ac2baf9332734082a245c7c52002bc9c65" 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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-10-18 18:14.46 ---> using "b2bbe53b4d2b95275e2c0bbaf344efd40767d651ade22efbcfb773f281af0097" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-84-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-10-18 18:14.46 ---> using "2a9a612fdb4247c5cf9861b29cc7abeaa727473dda457b6ddcd5e0a27cc54521" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-10-18 18:14.46 ---> using "b7cd289f8f3fabdf5bb02ef230944cf9bf6d73f3ebc44c0711329c4bea2cde87" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -u"))
241aae26db Merge pull request #28629 from dinosaure/release-alcotest-1.9.1
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.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)
2025-10-18 18:14.46 ---> using "bc7f1c7ac1dc758cb92920741da10c98cf77abddc76cd35684996ebc30ac7c7d" from cache
/src: (copy (src ocaml-version.opam) (dst ./))
2025-10-18 18:14.47 ---> saved as "beff1c833b24268384c0e484889cb6e015960375c4c50380aa6ace836abb0924"
/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)
2025-10-18 18:14.49 ---> saved as "71592262c07a4cdae8d2022d2912a1d240ebc79b661f936a99c5beb40c283f19"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-18 18:14.49 ---> saved as "6ca4ff0f60890a69cc7f11b04e345a78661be188e69b483b45a3857bdc7c44c8"
/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.0.0 dune.3.20.2 fmt.0.11.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.0 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.4 --depext-only -y ocaml-version.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.
<><> 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.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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).
2025-10-18 18:15.06 ---> saved as "62dd0b5442d6bab8d90d71c8248253c55ec9cc4ded13d7a9dcb4b49b55a31fa8"
/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.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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.0.0
- install dune 3.20.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.0
- install uutf 1.0.4
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved cmdliner.2.0.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.0 (cached)
-> retrieved dune.3.20.2 (cached)
-> installed cmdliner.2.0.0
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.0
-> installed uutf.1.0.4
-> installed astring.0.8.5
-> installed fmt.0.11.0
-> installed dune.3.20.2
-> 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)
2025-10-18 18:16.54 ---> saved as "2bafbe6dec7a217360bac54f6cbae15d6f949f444f532df0168cad9c614884b4"
/src: (copy (src .) (dst /src))
2025-10-18 18:16.54 ---> saved as "8f059dfd061e3ff5a06806a8c248ec362ec963220d23963bb6675fc0f15255e7"
/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 `KY87HSLU'.
[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.004s. 6 tests run.
2025-10-18 18:16.56 ---> saved as "1f0b0bc86aafd3e48cc2c767c86d8c3f02f9bb461e98dd7cc21dee42dbf11e21"
Job succeeded
2025-10-18 18:16.56: Job succeeded