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

fedora-42-4.14_opam-2.4

Link Copied
Code Copied

Logs

2025-12-04 13:31.57: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/main (7a89a696c6833d5042caa4f6b1c63540a2e29daf) (linux-x86_64:fedora-42-4.14_opam-2.4)
Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:3e49e3f53e9da26abef1c864a69c160a685605340f51e37176e1065a7f9f0761
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard 7a89a696
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:3e49e3f53e9da26abef1c864a69c160a685605340f51e37176e1065a7f9f0761
# 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 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && 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.2.1.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 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.14.0 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-12-04 13:31.57: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:fedora-42-ocaml-4.14@sha256:3e49e3f53e9da26abef1c864a69c160a685605340f51e37176e1065a7f9f0761-fedora-42-4.14_opam-2.4-53a5637229def483f6f5e1606905002f"
2025-12-04 13:31.57: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:3e49e3f53e9da26abef1c864a69c160a685605340f51e37176e1065a7f9f0761)
(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 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && 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.2.1.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 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.14.0 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-12-04 13:31.57: Waiting for resource in pool OCluster
2025-12-04 13:31.57: Waiting for worker…
2025-12-04 13:31.58: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 7a89a696 Merge pull request #606 from patricoferris/ci-trunk


(from ocaml/opam:fedora-42-ocaml-4.14@sha256:3e49e3f53e9da26abef1c864a69c160a685605340f51e37176e1065a7f9f0761)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:3e49e3f53e9da26abef1c864a69c160a685605340f51e37176e1065a7f9f0761' locally
docker.io/ocaml/opam@sha256:3e49e3f53e9da26abef1c864a69c160a685605340f51e37176e1065a7f9f0761: Pulling from ocaml/opam
de3dcf771dab: Pulling fs layer
de3dcf771dab: Waiting
de3dcf771dab: Verifying Checksum
de3dcf771dab: Download complete
de3dcf771dab: Pull complete
Digest: sha256:3e49e3f53e9da26abef1c864a69c160a685605340f51e37176e1065a7f9f0761
Status: Downloaded newer image for ocaml/opam@sha256:3e49e3f53e9da26abef1c864a69c160a685605340f51e37176e1065a7f9f0761
2025-12-04 13:32.02 ---> using "6a83e27c50df4299be445e0a2c9e84032cd135e4865b6a595953d396a2bd6f66" 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                     100% |  37.7 KiB/s |  23.8 KiB |  00m01s
Fedora 42 - x86_64 - Updates           100% |  68.3 KiB/s |  19.6 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.


Nothing to do.
2025-12-04 13:32.02 ---> using "e72cbb2a9321e495e5d6621ed89698212ff66690fcceeffcc9082784a3cd2738" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-12-04 13:32.02 ---> using "26d3bf8fe3bec0cad2d70b750975a39213ba23045224636c2ef018923bb69d34" 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
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-04 13:32.02 ---> using "a1c1dcafa7660908d892e2491a15849ed90bdf232daf8c4368e9bbc9e0b2805f" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-12-04 13:32.02 ---> using "3d53d9909bdbe55239f05c41c6dbfb0bae458d70eeba71c92fe0e842343e0117" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-12-04 13:32.02 ---> using "a70dc37240221af2a78bf5dd5457fbb4dac634fa5bebbe553cdf3bb31b9e024e" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 8a324a5b9945e0e515da441ede437f3756caa83d || git fetch origin master) && git reset -q --hard 8a324a5b9945e0e515da441ede437f3756caa83d && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ee3428377a..3e41859015  master     -> origin/master
8a324a5b99 Add: cmdliner.2.1.0 (#28962)


<><> 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.4.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-12-04 13:32.21 ---> saved as "2e136481daaa303f12be6619ccf5482787d3674c41f29a51df53005f3df15eab"


/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))
2025-12-04 13:32.21 ---> saved as "e7a2c31fbb04ef26e20184224635b5398cc330cd84066ff48ded59a8cc1d150d"


/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-12-04 13:32.23 ---> saved as "a027083e4aa1ecb35110c5d436e7d86b2434c9fd21fbcfc0a2499b88dc369ac1"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-12-04 13:32.23 ---> saved as "5144b573591405bd21d9f936fbb1d1d739ecc5546e8a2c40aea87a69a79f7e40"


/src: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 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.14.0 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"
2025-12-04 13:32.24: Cancelling: Auto-cancelling job because it is no longer needed
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% |  62.1 KiB/s |   6.6 KiB |  00m00s
Job cancelled