Organisationsocurrentocaml-version81a9af ()ubuntu-25.10-4.14_opam-2.5

ubuntu-25.10-4.14_opam-2.5

Logs

Show full logs
2026-06-15 18:25.35: New job: test ocurrent/ocaml-version https://github.com/ocurrent/ocaml-version.git#refs/heads/master (81a9af6da06aae6d0ae241d110e24867ec90407f) (linux-x86_64:ubuntu-25.10-4.14_opam-2.5)
Base: ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f8cccf9ca64e5bb01d21ee3cc0f0a551b87dc888080f9be2484840f2e3ddbc75
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocurrent/ocaml-version.git" -b "master" && cd "ocaml-version" && git reset --hard 81a9af6d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f8cccf9ca64e5bb01d21ee3cc0f0a551b87dc888080f9be2484840f2e3ddbc75
# ubuntu-25.10-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN 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.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 $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

2026-06-15 18:25.35: Using cache hint "ocurrent/ocaml-version-ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f8cccf9ca64e5bb01d21ee3cc0f0a551b87dc888080f9be2484840f2e3ddbc75-ubuntu-25.10-4.14_opam-2.5-81e8370595e995469779e431aa822828"
2026-06-15 18:25.35: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f8cccf9ca64e5bb01d21ee3cc0f0a551b87dc888080f9be2484840f2e3ddbc75)
 (comment ubuntu-25.10-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.35: Waiting for resource in pool OCluster
2026-06-15 18:25.36: Waiting for worker…
2026-06-15 18:25.36: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 81a9af6 Merge pull request #91 from Octachron/OCaml_4.14.4

(from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f8cccf9ca64e5bb01d21ee3cc0f0a551b87dc888080f9be2484840f2e3ddbc75)
Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f8cccf9ca64e5bb01d21ee3cc0f0a551b87dc888080f9be2484840f2e3ddbc75' locally
docker.io/ocaml/opam@sha256:f8cccf9ca64e5bb01d21ee3cc0f0a551b87dc888080f9be2484840f2e3ddbc75: Pulling from ocaml/opam
16c195d4c5e9: Already exists
5d5ae59f12bf: Already exists
2a1bdaff57b1: Already exists
4f0da68efc03: Already exists
ddae77db6783: Already exists
fdb5e27abf0f: Already exists
93a3171e4fee: Already exists
dbf7af4bbc5e: Already exists
5f7df1a633be: Already exists
91c5054ad467: Already exists
f85e33539fc1: Already exists
60715424f1f3: Already exists
3d928beeeddb: Already exists
ad721eb63d8e: Already exists
6423a1c6a219: Already exists
5b5461462268: Already exists
d0115271718d: Already exists
d0115271718d: Already exists
9fd788776761: Already exists
ee0541408fb9: Already exists
3710803c65d7: Already exists
ce2c52193d43: Already exists
4f4fb700ef54: Already exists
a2f980d0b98b: Already exists
410070a2f222: Already exists
d3816a848673: Already exists
7c855ca71d74: Already exists
1528501eaf16: Already exists
23228c2200ea: Already exists
54f128346b20: Already exists
76cf7939a21f: Already exists
ebfcf91f683f: Already exists
aba3e293a4a1: Already exists
5f6c0c42c902: Already exists
266bc6609d9e: Already exists
3a04eeb47cdb: Pulling fs layer
87a3a470063e: Pulling fs layer
980e2f0cf672: Pulling fs layer
b223ec12931a: Pulling fs layer
4f4fb700ef54: Pulling fs layer
a87b49f12125: Pulling fs layer
194b3d935326: Pulling fs layer
30f2497f9cbb: Pulling fs layer
b223ec12931a: Waiting
4f4fb700ef54: Waiting
b3ca98dfcbb1: Pulling fs layer
194b3d935326: Waiting
085a014dc3cf: Pulling fs layer
a87b49f12125: Waiting
f68091eaadc1: Pulling fs layer
30f2497f9cbb: Waiting
085a014dc3cf: Waiting
f68091eaadc1: Waiting
b3ca98dfcbb1: Waiting
87a3a470063e: Verifying Checksum
87a3a470063e: Download complete
b223ec12931a: Download complete
4f4fb700ef54: Download complete
a87b49f12125: Download complete
980e2f0cf672: Verifying Checksum
980e2f0cf672: Download complete
3a04eeb47cdb: Verifying Checksum
3a04eeb47cdb: Download complete
b3ca98dfcbb1: Verifying Checksum
b3ca98dfcbb1: Download complete
085a014dc3cf: Verifying Checksum
085a014dc3cf: Download complete
f68091eaadc1: Verifying Checksum
f68091eaadc1: Download complete
194b3d935326: Verifying Checksum
194b3d935326: Download complete
30f2497f9cbb: Verifying Checksum
30f2497f9cbb: Download complete
3a04eeb47cdb: Pull complete
87a3a470063e: Pull complete
980e2f0cf672: Pull complete
b223ec12931a: Pull complete
4f4fb700ef54: Pull complete
a87b49f12125: Pull complete
194b3d935326: Pull complete
30f2497f9cbb: Pull complete
b3ca98dfcbb1: Pull complete
085a014dc3cf: Pull complete
f68091eaadc1: Pull complete
Digest: sha256:f8cccf9ca64e5bb01d21ee3cc0f0a551b87dc888080f9be2484840f2e3ddbc75
Status: Downloaded newer image for ocaml/opam@sha256:f8cccf9ca64e5bb01d21ee3cc0f0a551b87dc888080f9be2484840f2e3ddbc75
2026-06-15 18:25.37 ---> using "a8c6fa3572e8bdd3d9833dc00fbfe296f5516e06a6767e0d1bb50364300cf21d" from cache

/: (comment ubuntu-25.10-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.37 ---> using "50ede96679761a9236c2c5f97edee9a81a4cb5944582140e574fb6d55b7ec26b" 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-fixes
2026-06-15 18:25.37 ---> using "bb9eba304ecf3713d56a90336c735ee7a6af2303b2fe24335fd13af2fc843ecb" 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.

[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 --global
Continue? [Y/n] y
Format 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"
[default] synchronised from git+file:///home/opam/opam-repository
2026-06-15 18:25.37 ---> using "4311119631fce220bd4c8f86336ff6c7d15d33cea4563c3469522ca3f9da46ad" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 7.0.0-22-generic
The OCaml toplevel, version 4.14.3
2.5.1
2026-06-15 18:25.37 ---> using "551ab2e1b0da6f377d1d79b9317250e14585f39215ff33df6b70864dc4f17f96" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-06-15 18:25.37 ---> using "6882fc188c6285e74f546ae8fe5f20553724f93ae075731e0cb895a94dee102f" 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-repository

Everything 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.3
However, 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.37 ---> using "7dc09ddd8eec414d82cff0eada7ebf358dcefdead3ebc066b71e30aea0cda6fe" from cache

/src: (copy (src ocaml-version.opam) (dst ./))
2026-06-15 18:25.37 ---> using "0bcfead088691fb0068c75d7f82878062851a8d6e130bc619fa32498f3ca4c13" 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.37 ---> using "5b8ab1faa6219954ee6b0847bda2b9846bbf2086eafe06a55dd50d49fb0401d5" from cache

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-06-15 18:25.37 ---> using "f5dc95443e9163f881a9347efeab46efb0083b6ebc54431430f863f1e2752281" 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 "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu questing InRelease
- Get:2 http://security.ubuntu.com/ubuntu questing-security InRelease [137 kB]
- Get:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease [138 kB]
- Get:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease [134 kB]
- Get:5 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [330 kB]
- Get:6 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [436 kB]
- Get:7 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [353 kB]
- Get:8 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [368 kB]
- Get:9 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [572 kB]
- Get:10 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [493 kB]
- Get:11 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [22.9 kB]
- Get:12 http://security.ubuntu.com/ubuntu questing-security/multiverse amd64 Packages [19.3 kB]
- Fetched 3003 kB in 0s (10.8 MB/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 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.37 ---> using "e0be35f534b4ae38fc0e282cdeb24be0ec4a9f3de5165508dadd4e6e735d54c0" 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 ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> 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.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-06-15 18:25.37 ---> using "1b59775dbd88643fcf04995a5a55df5df24e2024510f96321fb9fe4c3aaf1bb7" from cache

/src: (copy (src .) (dst /src))
2026-06-15 18:25.37 ---> using "a11ef53aacb5ae3f66a117f51eae830f61f6017e22804e533d13f4c997cba45f" 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 `PVGLSBCJ'.

  [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.37 ---> using "c2cb429c86f577fa3c8c547f65ab88ebfeaa8b74536ca9a5e24a4a8cb3dae8c7" from cache
Job succeeded
2026-06-15 18:25.37: Job succeeded