Organisationsocaml-ppxppxlib06cb2a ()fedora-43-4.14_opam-2.5

fedora-43-4.14_opam-2.5

Logs

Show full logs
2026-05-29 09:09.24: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/main (06cb2ad3e41538344363e72804fbe551ea85ae9b) (linux-x86_64:fedora-43-4.14_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:67c8cdbd54aa18ea7bd0edc1370cc22d3ae364f35587f5d9ffe6441e6d9e0523
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard 06cb2ad3
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:67c8cdbd54aa18ea7bd0edc1370cc22d3ae364f35587f5d9ffe6441e6d9e0523
# fedora-43-4.14_opam-2.5
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.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 ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam ./
RUN opam pin add -yn ppxlib.dev './' && \
    opam pin add -yn ppxlib-tools.dev './' && \
    opam pin add -yn ppxlib-bench.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base.v0.16.5 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.0 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.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-05-29 09:09.24: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:fedora-43-ocaml-4.14@sha256:67c8cdbd54aa18ea7bd0edc1370cc22d3ae364f35587f5d9ffe6441e6d9e0523-fedora-43-4.14_opam-2.5-b6845581f92920747431b0604845e618"
2026-05-29 09:09.24: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:67c8cdbd54aa18ea7bd0edc1370cc22d3ae364f35587f5d9ffe6441e6d9e0523)
 (comment fedora-43-4.14_opam-2.5)
 (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.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 ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn ppxlib.dev './' && \
             \nopam pin add -yn ppxlib-tools.dev './' && \
             \nopam pin add -yn ppxlib-bench.dev './'"))
 (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.0 yojson.3.0.0")
 (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 ppxlib.dev ppxlib-tools.dev ppxlib-bench.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-29 09:09.24: Waiting for resource in pool OCluster
2026-05-29 09:09.24: Waiting for worker…
2026-05-29 09:11.44: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at 06cb2ad3 Merge pull request #640 from patricoferris/migration-errors

(from ocaml/opam:fedora-43-ocaml-4.14@sha256:67c8cdbd54aa18ea7bd0edc1370cc22d3ae364f35587f5d9ffe6441e6d9e0523)
Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:67c8cdbd54aa18ea7bd0edc1370cc22d3ae364f35587f5d9ffe6441e6d9e0523' locally
docker.io/ocaml/opam@sha256:67c8cdbd54aa18ea7bd0edc1370cc22d3ae364f35587f5d9ffe6441e6d9e0523: Pulling from ocaml/opam
50ce27f2221c: Already exists
3ccb16ecd06a: Already exists
18a377ee2211: Already exists
24696ad16a7d: Already exists
8744e7b07a32: Already exists
7bb3c32a1cba: Already exists
407809b63881: Already exists
93e4376c7f0b: Already exists
a9781f583df7: Already exists
6a612b43d6db: Already exists
dc75ae048963: Already exists
35cbd27d0514: Already exists
22141018b4f2: Already exists
b88d98f22507: Already exists
1ccefcc2ece8: Already exists
4b4d0cfd5290: Already exists
63fddb858358: Already exists
168eefde11ec: Already exists
d43a1a2ad4c2: Already exists
0633fabe4ce0: Already exists
4f4fb700ef54: Already exists
d05a2a92d8f7: Already exists
da5a1948f35d: Already exists
2403e2a2896b: Already exists
f3a145d0fc03: Already exists
f0937c333384: Already exists
5df5e3a70f0f: Already exists
ee6c4434e3e1: Already exists
5fb00e330173: Already exists
20bbedf126b4: Already exists
90488d4c4d0f: Already exists
73f23c0cf8dc: Already exists
a0803eefe864: Already exists
7ddf6bdb86f4: Already exists
c211357ca529: Already exists
754c7b41bb02: Already exists
3bf8fe8afe28: Already exists
924d806d8f3a: Already exists
221cb26b7b33: Already exists
1385b63fd262: Pulling fs layer
98ab957ef285: Pulling fs layer
03f86ea406a6: Pulling fs layer
8b9b58f71646: Pulling fs layer
13b56a5f3d15: Pulling fs layer
8b9b58f71646: Waiting
13b56a5f3d15: Waiting
03f86ea406a6: Verifying Checksum
03f86ea406a6: Download complete
8b9b58f71646: Verifying Checksum
8b9b58f71646: Download complete
13b56a5f3d15: Download complete
98ab957ef285: Verifying Checksum
98ab957ef285: Download complete
1385b63fd262: Verifying Checksum
1385b63fd262: Download complete
1385b63fd262: Pull complete
98ab957ef285: Pull complete
03f86ea406a6: Pull complete
8b9b58f71646: Pull complete
13b56a5f3d15: Pull complete
Digest: sha256:67c8cdbd54aa18ea7bd0edc1370cc22d3ae364f35587f5d9ffe6441e6d9e0523
Status: Downloaded newer image for ocaml/opam@sha256:67c8cdbd54aa18ea7bd0edc1370cc22d3ae364f35587f5d9ffe6441e6d9e0523
2026-05-29 09:12.48 ---> saved as "c353afb04d93da11e1fdd46abe077b386246663043527f72bb8d5408ae6da19a"

/: (comment fedora-43-4.14_opam-2.5)

/: (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                     100% |  48.2 KiB/s |  19.5 KiB |  00m00s
 Fedora 43 openh264 (From Cisco) - x86_ 100% |   3.7 KiB/s | 986.0   B |  00m00s
 Fedora 43 - x86_64 - Updates           100% |  42.6 KiB/s |   6.6 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.

Nothing to do.
2026-05-29 09:12.57 ---> saved as "a5d23d84f0705ef83373ddd1e3f59b321bb87a99256ddb4b76a132ec7f41ab3d"

/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-05-29 09:12.58 ---> saved as "01bdac67244fd9922f61e7a58a6f1eb24e58f2fe15907b2f862de1c79fcf295d"

/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"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   fc08333d1b..d6a960ed95  master     -> origin/master
c180e16309 Merge pull request #29907 from dra27/host-arch-fixes
2026-05-29 09:29.09 ---> saved as "15f83ee2a147ec8d129280c962ad5f6509acd7912f6706d0b7b2d00a35683096"

/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.

Continue? [Y/n] y
[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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/sbin/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-05-29 09:29.25 ---> saved as "f10017cd577896667d11542889056ae13ef55ed6cf86c54fe7b3c210381e25af"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-111-generic
The OCaml toplevel, version 4.14.3
2.5.1
2026-05-29 09:29.27 ---> saved as "249e1094972501b95879096d9a876ff2e468aaaa485ea69ed9b7e2e5bdf28ee1"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-05-29 09:29.29 ---> saved as "2723d0fa52fef05d783c38b94c2b9b0915ffa89d5ad5e3dab63d7a8727a39107"

/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-05-29 09:29.47 ---> saved as "053c707c8b89cb8e54beccbb7f335f9a813f0f7a96363d1bbef5ad71362a1e5a"

/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))
2026-05-29 09:29.49 ---> saved as "81d8ceb147e308e98d572f101267012f45014f6701e6fd62235c230461ebe763"

/src: (run (network host)
           (shell  "opam pin add -yn ppxlib.dev './' && \
                  \nopam pin add -yn ppxlib-tools.dev './' && \
                  \nopam pin add -yn ppxlib-bench.dev './'"))
[ppxlib.dev] synchronised (file:///src)
ppxlib is now pinned to file:///src (version dev)
[ppxlib-tools.dev] synchronised (file:///src)
ppxlib-tools is now pinned to file:///src (version dev)
[NOTE] Package ppxlib-bench does not exist in opam repositories registered in the current switch.
[ppxlib-bench.dev] synchronised (file:///src)
ppxlib-bench is now pinned to file:///src (version dev)
2026-05-29 09:29.55 ---> saved as "98b89cf83139152353c1073d9ab715fb1e0313f8e25993fd0a9908592b5fb87f"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-05-29 09:29.57 ---> saved as "3b06df87629ce969a483275e1a099cfea00d77141f21049f1f6338482c96f133"

/src: (env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.0 yojson.3.0.0")

/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 ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppxlib.dev] synchronised (file:///src)
[ppxlib-bench.dev] synchronised (file:///src)
[ppxlib-tools.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-05-29 09:30.18 ---> saved as "a0d8728b2432e7e6ab847b67d58533bae777312151207f550dc0b10c31d6d927"

/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 base                v0.16.5
  - install cinaps              v0.15.1
  - install cmdliner            2.1.1
  - install csexp               1.5.2
  - install dune                3.23.1
  - install dune-configurator   3.23.1
  - install ocaml-compiler-libs v0.12.4
  - install ocamlfind           1.9.8
  - install ppx_derivers        1.2.1
  - install re                  1.14.0
  - install sexplib0            v0.16.0
  - install yojson              3.0.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.16.5  (cached)
-> retrieved cinaps.v0.15.1  (cached)
-> retrieved cmdliner.2.1.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved dune.3.23.1, dune-configurator.3.23.1  (cached)
-> installed cmdliner.2.1.1
-> installed ocamlfind.1.9.8
-> installed dune.3.23.1
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed yojson.3.0.0
-> installed cinaps.v0.15.1
-> installed dune-configurator.3.23.1
-> installed base.v0.16.5
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-29 09:31.40 ---> saved as "28c07b19dec25ca2dc391478669a2a79d5bd9fc92b3e7b703775cf2d7882a034"

/src: (copy (src .) (dst /src))
2026-05-29 09:31.42 ---> saved as "67d46586118e191f87d14626bceb157b78bdd4b26eaa9f0b27f04d245406b995"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-05-29 09:32.10 ---> saved as "c4b000fa3c7083bc5613fef81526617004c8f66a73fe66dd1e867fb95154dbc3"
Job succeeded
2026-05-29 09:32.11: Job succeeded