2025-10-10 12:29.12: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/main (df39675d8ff0c3490ece8157c681691cfb67fdaf) (linux-x86_64:fedora-42-4.14_opam-2.4)
Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard df39675d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d
# 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 dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 || git fetch origin master) && git reset -q --hard dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 && 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.0.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-10-10 12:29.12: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d-fedora-42-4.14_opam-2.4-5d05309b40e33ba20f94e1fd632e479b"
2025-10-10 12:29.12: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d)
(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 dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 || git fetch origin master) && git reset -q --hard dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 && 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.0.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-10-10 12:29.12: Waiting for resource in pool OCluster
2025-10-10 12:29.12: Waiting for worker…
2025-10-10 12:29.12: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at df39675d Release 0.37.0
(from ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d' locally
docker.io/ocaml/opam@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d: Pulling from ocaml/opam
547641975f96: Already exists
b6223ca0397b: Already exists
c88e95ea09ea: Already exists
b43d6df84e10: Already exists
38797415f476: Already exists
ea1ccf6ef272: Already exists
a4d131bfd45e: Already exists
53e40a84d9e4: Already exists
b8fa4b80027d: Already exists
84365ccee7ad: Already exists
85b21d6abc9b: Already exists
a20b9576cc04: Already exists
c924f2c04050: Already exists
96912334e16d: Already exists
306bf1df8cdc: Already exists
a0357cad2b43: Already exists
856921988f7d: Already exists
8dc84ea72184: Already exists
ecdd0ca05718: Already exists
b28e911b41a4: Already exists
4f4fb700ef54: Already exists
05616bcc80ee: Already exists
68b897da4468: Already exists
2583ba7818a9: Already exists
6fc895f34b74: Already exists
e6ef6caa4663: Already exists
9c70aa04ece2: Already exists
f5cb4a38127b: Already exists
89d5e872f6fb: Already exists
6c25405fe545: Already exists
943293daff0a: Already exists
e061e14fbee0: Already exists
c166f792c849: Already exists
a7b2afffa380: Already exists
a1ec5145f36e: Already exists
ca4961de5036: Already exists
ef59d4736497: Already exists
69173793b245: Already exists
7e397c036289: Already exists
132bff4d5c7a: Already exists
2fc74dd97611: Already exists
3117652a3c6a: Already exists
7a9483eb8779: Already exists
Digest: sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d
Status: Downloaded newer image for ocaml/opam@sha256:88bfd46851cf12ca634f0b6676766ef1f736a2924e42e5f092c9e9d6c116c33d
2025-10-10 12:29.13 ---> using "e21b0f9762b6e571e0b89dbde098ca6c6fb19e60b42fe0d3ffaaac130921345d" 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% | 62.7 KiB/s | 24.8 KiB | 00m00s
Fedora 42 openh264 (From Cisco) - x86_ 100% | 3.7 KiB/s | 986.0 B | 00m00s
Fedora 42 - x86_64 - Updates 100% | 105.1 KiB/s | 16.9 KiB | 00m00s
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.
Nothing to do.
2025-10-10 12:29.13 ---> using "fbfb2ad48691720b6564db4b736e1d4be93ea986229fef73b6538dc2384bed48" from cache
/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-10-10 12:29.13 ---> using "d6fefd342841eef68581b250046862288602132baa8f77a52b8053fbfc9c3ec4" 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.
Continue? [Y/n] y
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.
[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-10-10 12:29.13 ---> using "1f716f63107930869881713bc9e9a8cc20fd1fe9bacd1f0c77b8137994885460" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-10-10 12:29.13 ---> using "fa1e3c371e077a77bfdd7e9b675fc264609c257b2d763469ce7b5322c62d39ae" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-10-10 12:29.13 ---> using "acf79e4c87892220a9d53132c50886ac38fc2795f41dc7e57b282fbc576050ff" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 || git fetch origin master) && git reset -q --hard dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
bcac5d1731..1b2e16586e master -> origin/master
dbd126f1b3 Merge pull request #28599 from dbuenzli/b0-publish-cmdliner.2.0.0
<><> 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-10 12:29.37 ---> saved as "218b9ff72f56bc34e80b2d1da7241aa70618caca6adca4af755e89bd76bab081"
/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))
2025-10-10 12:29.37 ---> saved as "c7ca91be14882e5a7383e36bd37ffc081dc21d705d2dd44e01ab04f4aa4210c1"
/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-10-10 12:29.40 ---> saved as "d3d975860e4be125496b1d8a4147a474efd3085ac4c965d5cedd6bc38587476a"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-10 12:29.40 ---> saved as "855a9aa2e458dc68d6c027c413956cfd526ce38b622e9a112204ca0c7c27f4d7"
/src: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.0.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"
- Updating and loading repositories:
- Fedora 42 - x86_64 - Updates 100% | 54.9 KiB/s | 5.2 KiB | 00m00s
- 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-10-10 12:30.00 ---> saved as "c507d9e8a044dd28edb5bc446dcbc47d99d4128963ef22a62d53f45fa5f02b95"
/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 13 packages
- install base v0.16.4
- install cinaps v0.15.1
- install cmdliner 2.0.0
- install csexp 1.5.2
- install dune 3.20.2
- install dune-configurator 3.20.2
- 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 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.2.0.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 re.1.14.0 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved yojson.3.0.0 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> installed cmdliner.2.0.0
-> installed ocamlfind.1.9.8
-> installed dune.3.20.2
-> 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 stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed cinaps.v0.15.1
-> installed dune-configurator.3.20.2
-> installed base.v0.16.4
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-10 12:30.48 ---> saved as "9f956a607253bd9df42422a971ed4c0780a77108c1d11dafcc688a0fd37577df"
/src: (copy (src .) (dst /src))
2025-10-10 12:30.49 ---> saved as "cac92d01e2f87d9e8d97de1c9e01e2f2806e410d1a6fd027cce8965a2fdc9eca"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-10-10 12:31.14 ---> saved as "8d569ae467ebd467d480aea51b612da280826cd5baa5d274b296f05e588d05ed"
Job succeeded
2025-10-10 12:31.14: Job succeeded