Organisationsocaml-ppxppxlibff6e90 ()fedora-42-4.14_opam-2.4

fedora-42-4.14_opam-2.4

Link Copied
Code Copied

Logs

2025-07-31 07:30.31: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/586/head (ff6e906f45b878e8e38e7ab8e2a4583323a81d94) (linux-x86_64:fedora-42-4.14_opam-2.4)
Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:cdfe1b800838e3272905517b4213786fb9d8576d32cb0ba81295fc5ada242fcd
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/586/head" && git reset --hard ff6e906f
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:cdfe1b800838e3272905517b4213786fb9d8576d32cb0ba81295fc5ada242fcd
# fedora-42-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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && 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.4 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.13.2 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --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


2025-07-31 07:30.31: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:fedora-42-ocaml-4.14@sha256:cdfe1b800838e3272905517b4213786fb9d8576d32cb0ba81295fc5ada242fcd-fedora-42-4.14_opam-2.4-b68e9df276868c41024ba0e8680a3274"
2025-07-31 07:30.31: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:cdfe1b800838e3272905517b4213786fb9d8576d32cb0ba81295fc5ada242fcd)
(comment fedora-42-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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && 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 (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.13.2 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.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.4 --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"))
)


2025-07-31 07:30.31: Waiting for resource in pool OCluster
2025-07-31 09:48.33: Waiting for worker…
2025-07-31 09:50.08: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at ff6e906f Fix pprintast for 5.2 AST


(from ocaml/opam:fedora-42-ocaml-4.14@sha256:cdfe1b800838e3272905517b4213786fb9d8576d32cb0ba81295fc5ada242fcd)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:cdfe1b800838e3272905517b4213786fb9d8576d32cb0ba81295fc5ada242fcd' locally
docker.io/ocaml/opam@sha256:cdfe1b800838e3272905517b4213786fb9d8576d32cb0ba81295fc5ada242fcd: Pulling from ocaml/opam
8fe5e06310fd: Already exists
660edf3af839: Pulling fs layer
5319165655e2: Pulling fs layer
3b65a9250b46: Pulling fs layer
8edbe4eedeaa: Pulling fs layer
3b65a9250b46: Waiting
8edbe4eedeaa: Waiting
5319165655e2: Waiting
660edf3af839: Waiting
660edf3af839: Verifying Checksum
5319165655e2: Download complete
3b65a9250b46: Verifying Checksum
3b65a9250b46: Download complete
8edbe4eedeaa: Verifying Checksum
8edbe4eedeaa: Download complete
660edf3af839: Pull complete
5319165655e2: Pull complete
3b65a9250b46: Pull complete
8edbe4eedeaa: Pull complete
Digest: sha256:cdfe1b800838e3272905517b4213786fb9d8576d32cb0ba81295fc5ada242fcd
Status: Downloaded newer image for ocaml/opam@sha256:cdfe1b800838e3272905517b4213786fb9d8576d32cb0ba81295fc5ada242fcd
2025-07-31 09:50.09 ---> using "b0ce0668658f00224ebb11ac03b4a2ca185c2304d2455ae2c7220bc6d1982104" from cache


/: (comment fedora-42-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 42 - x86_64 - Updates           100% |  28.3 KiB/s |  24.7 KiB |  00m01s
Fedora 42 - x86_64 - Updates           100% | 176.5 KiB/s |   3.2 MiB |  00m19s
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.


Nothing to do.
2025-07-31 09:50.09 ---> using "365a7426ed0659cb5657e8e8a0bbc7fc1cdbf5469a3faff8e1648158371002f5" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-07-31 09:50.09 ---> using "4069eaeb525260f49a19ca8ec0e2ebd3f57a20aa2619f6264490011401072441" 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-07-31 09:50.09 ---> using "3b3893ef1c2f8170855b8cd6421ee0a3e71e1fd0a85ae32cdda6cfba0484487a" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-07-31 09:50.09 ---> using "76e8b2c262dc69d953aab61c989094513c0634c53b1410ebdd9e60b77765d1f2" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-07-31 09:50.09 ---> using "906de5953c061b94a0da0cbcfacfb6ed1fb2276f27bced3b6fe79097cb42e837" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u"))
b8021439f8 Merge pull request #28261 from kit-ty-kate/deploy-fix-25819


<><> 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-07-31 09:50.09 ---> using "ee434306dafea9c96d8dfd229008c76e9e1024c5390c9c3adc0b09c8421a8a9b" from cache


/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))
2025-07-31 09:50.09 ---> saved as "f3b0bd076e849a76aeaba15b378b5ad45bfa40440cfa6683339da55c10dd34e2"


/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)
2025-07-31 09:50.14 ---> saved as "fcd4e30ca7372be7f189dac03daaf195d0bf8a9dc4f35542d403fa3de439be2a"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-31 09:50.14 ---> saved as "29f92eab0ba8e645b68eb684145e87bec6b1f63ceb8069655be91384eabcf9ad"


/src: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.13.2 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.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.4 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% |  46.5 KiB/s |   5.8 KiB |  00m00s
-  Fedora 42 - x86_64 - Updates           100% |   1.9 MiB/s |   2.1 MiB |  00m01s
- 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.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-07-31 09:50.36 ---> saved as "6e947bb85cbc024a10a401e15b4343202837275c1b2f0d8c03b78f4061769441"


/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 14 packages
- install base                v0.16.4
- install cinaps              v0.15.1
- install cmdliner            1.3.0
- install csexp               1.5.2
- install dune                3.19.1
- install dune-configurator   3.19.1
- install ocaml-compiler-libs v0.12.4
- install ocamlfind           1.9.8
- install ppx_derivers        1.2.1
- install re                  1.13.2
- install seq                 base
- install sexplib0            v0.16.0
- install stdlib-shims        0.3.0
- install yojson              3.0.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.16.4  (cached)
-> retrieved cinaps.v0.15.1  (cached)
-> retrieved cmdliner.1.3.0  (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 seq.base  (cached)
-> installed seq.base
-> retrieved re.1.13.2  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.8
-> installed dune.3.19.1
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.13.2
-> installed yojson.3.0.0
-> installed cinaps.v0.15.1
-> installed dune-configurator.3.19.1
-> installed base.v0.16.4
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-31 09:52.35 ---> saved as "08a8f5997843f552869899bf1bc71954cf99be268f551864670bd65dbb41ffb3"


/src: (copy (src .) (dst /src))
2025-07-31 09:52.36 ---> saved as "1d7834717ebe6fec843e8a129e40c370f22d67359aaf6e9cb8fd6639f95466cb"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-07-31 09:53.27 ---> saved as "9e28d41c2e6508958bca4d6cdd7cafa1f0a89c7033273dc169042b0b4224792f"
Job succeeded
2025-07-31 09:53.27: Job succeeded