- github
- ocaml
- opam-repository
- 618587
- extras,ocaml-5.4-flambda,ppxlib-tools.0.38.0,tests
(not at the head of any monitored branch or PR)
2026-03-20 10:10.45: New job: test ppxlib-tools.0.38.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29563/head (6185871ccd68c72dd8f6902c863f0554508a6764)
on debian-13-ocaml-5.4-flambda/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29563/head" && git reset --hard 6185871c
git fetch origin master
git merge --no-edit 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7c0891fd8beae10290a2658a0474b5895aff790d4909224a497eb8e69cd96c1d
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn ppxlib-tools.0.38.0 0.38.0
RUN opam reinstall ppxlib-tools.0.38.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ppxlib-tools.0.38.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test ppxlib-tools.0.38.0) || true
RUN opam reinstall --with-test --verbose ppxlib-tools.0.38.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ppxlib-tools.0.38.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-03-20 10:10.45: Using cache hint "ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7c0891fd8beae10290a2658a0474b5895aff790d4909224a497eb8e69cd96c1d-ppxlib-tools.0.38.0-6185871ccd68c72dd8f6902c863f0554508a6764"
2026-03-20 10:10.45: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7c0891fd8beae10290a2658a0474b5895aff790d4909224a497eb8e69cd96c1d)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn ppxlib-tools.0.38.0 0.38.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ppxlib-tools.0.38.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ppxlib-tools.0.38.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (network host)
(shell "(opam reinstall --with-test ppxlib-tools.0.38.0) || true"))
(run (shell "opam reinstall --with-test --verbose ppxlib-tools.0.38.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ppxlib-tools.0.38.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-20 10:10.45: Waiting for resource in pool OCluster
2026-03-20 10:10.45: Waiting for worker…
2026-03-20 10:10.48: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0
Updating 9f189ca4f9..6185871ccd
Fast-forward
Auto packing the repository in the background for optimum performance.
See "git help gc" for manual housekeeping.
warning: The last gc run reported the following. Please correct the root cause
and remove .git/gc.log
Automatic cleanup will not be performed until the file is removed.
warning: There are too many unreachable loose objects; run 'git prune' to remove them.
packages/ppxlib-tools/ppxlib-tools.0.38.0/opam | 47 +++++++++++++++++++
packages/ppxlib/ppxlib.0.38.0/opam | 64 ++++++++++++++++++++++++++
2 files changed, 111 insertions(+)
create mode 100644 packages/ppxlib-tools/ppxlib-tools.0.38.0/opam
create mode 100644 packages/ppxlib/ppxlib.0.38.0/opam
(from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7c0891fd8beae10290a2658a0474b5895aff790d4909224a497eb8e69cd96c1d)
2026-03-20 10:12.00 ---> using "b55e6c75cd3e8053866e4459977add5a75875074668e87228d5137df1d1d0c8a" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-20 10:12.00 ---> using "24078f698e249320f871d9180db343a7ee7bc21c73578fb180eab6e09c7abd0f" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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
2026-03-20 10:12.31 ---> saved as "36badae868645acbe44c3490b81c1cabf663e611f03f9c98077db7b1995ff464"
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-variants" {= "5.4.0+options"}]
# compiler-packages ocaml-compiler.5.4.0, ocaml-option-flambda.1, ocaml-options-only-flambda.1, ocaml-variants.5.4.0+options
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0+options+flambda
2026-03-20 10:12.32 ---> saved as "e1f629f1f781341675d01a80405ab30de7933ca7f3c9dbde5fba16da4b4a82f1"
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2026-03-20 10:12.45 ---> saved as "ec22a0db5465ecd60ade74a7450ad0c501d7a35b42534d9256127ad6bfdfa329"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-20 10:13.16 ---> saved as "978eb9bd9f3c21f7489b1db96dffab362c001d29d7f51adf7653659717358ca6"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-20 10:13.41 ---> saved as "8167e702479a275b4176c6d68dbd6e636c9d9b7bfd43414bd102965541783c87"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [116 kB]
- Fetched 207 kB in 0s (1819 kB/s)
- Reading package lists...
-
2026-03-20 10:13.43 ---> saved as "a2e5d92cd6d71c89a600d6bf5d56421e5c39bc0ffd3d0791181f829b61302212"
/home/opam: (run (shell "opam pin add -k version -yn ppxlib-tools.0.38.0 0.38.0"))
ppxlib-tools is now pinned to version 0.38.0
2026-03-20 10:13.46 ---> saved as "ba0151b0e1e4fd70432c513a3395383acf9623b90084189cc0a02e62d8b26e93"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ppxlib-tools.0.38.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ppxlib-tools.0.38.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ppxlib-tools.0.38.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 9 packages
- install cmdliner 2.1.0 [required by ppxlib-tools]
- install dune 3.22.0 [required by ppxlib-tools]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.38.0 [required by ppxlib-tools]
- install ppxlib-tools 0.38.0 (pinned)
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install yojson 3.0.0 [required by ppxlib-tools]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.2.1.0 (cached)
-> retrieved dune.3.22.0 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.38.0, ppxlib-tools.0.38.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved yojson.3.0.0 (cached)
-> installed cmdliner.2.1.0
-> installed dune.3.22.0
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed yojson.3.0.0
-> installed ppxlib.0.38.0
-> installed ppxlib-tools.0.38.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-20 10:15.17 ---> saved as "791b2bf3d63ab1aa962a2aa02ac75f0aad928142d0defbe4742d50d9686800cd"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test ppxlib-tools.0.38.0) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile ppxlib-tools 0.38.0 (pinned)
=== install 2 packages
- install cinaps v0.15.1 [required by ppxlib-tools]
- install re 1.14.0 [required by cinaps]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cinaps.v0.15.1 (https://opam.ocaml.org/cache)
-> retrieved re.1.14.0 (https://opam.ocaml.org/cache)
-> removed ppxlib-tools.0.38.0
-> installed re.1.14.0
-> installed cinaps.v0.15.1
-> installed ppxlib-tools.0.38.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-20 10:15.32 ---> saved as "892a09b69a1e59699fa167459057dd8ef0d41934eec15d11754672532c90489b"
/home/opam: (run (shell "opam reinstall --with-test --verbose ppxlib-tools.0.38.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ppxlib-tools.0.38.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
The following actions will be performed:
=== recompile 1 package
- recompile ppxlib-tools 0.38.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [ppxlib-tools: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppxlib-tools" "-j" "71" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.opam-switch/build/ppxlib-tools.0.38.0)
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -24 -I test/expect/.cinaps.8c99f1e2/.cinaps.eobjs/byte -I test/expect/.cinaps.8c99f1e2/.cinaps.eobjs/native -I /home/opam/.opam/5.4/lib/cinaps/runtime -I src/cinaps/.ppxlib_cinaps_helpers.objs/byte -I src/cinaps/.ppxlib_cinaps_helpers.objs/native -cmi-file test/expect/.cinaps.8c99f1e2/.cinaps.eobjs/byte/dune__exe__Cinaps.cmi -no-alias-deps -o test/expect/.cinaps.8c99f1e2/.cinaps.eobjs/native/dune__exe__Cinaps.cmx -c -impl test/expect/.cinaps.8c99f1e2/cinaps.ml-gen)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include:
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -g -I test/504_migrations/longident-locs/.driver.eobjs/byte -I test/504_migrations/longident-locs/.driver.eobjs/native -I /home/opam/.opam/5.4/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.4/lib/ocaml/compiler-libs -I /home/opam/.opam/5.4/lib/ppxlib -I /home/opam/.opam/5.4/lib/ppxlib/ast -cmi-file test/504_migrations/longident-locs/.driver.eobjs/byte/dune__exe__Driver.cmi -no-alias-deps -o test/504_migrations/longident-locs/.driver.eobjs/native/dune__exe__Driver.cmx -c -impl test/504_migrations/longident-locs/driver.ml)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module
- Astlib__Ast_502, and its interface was not compiled with -opaque
-
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Stdppx,
- and its interface was not compiled with -opaque
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -g -I examples/simple-extension-rewriter/.ppx_get_env.objs/byte -I examples/simple-extension-rewriter/.ppx_get_env.objs/native -I /home/opam/.opam/5.4/lib/ppxlib -I /home/opam/.opam/5.4/lib/ppxlib/ast -cmi-file examples/simple-extension-rewriter/.ppx_get_env.objs/byte/ppx_get_env.cmi -no-alias-deps -o examples/simple-extension-rewriter/.ppx_get_env.objs/native/ppx_get_env.cmx -c -impl examples/simple-extension-rewriter/ppx_get_env.ml)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Stdppx,
- and its interface was not compiled with -opaque
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -g -I test/503_migrations/preserve-effect-downward/.driver.eobjs/byte -I test/503_migrations/preserve-effect-downward/.driver.eobjs/native -I /home/opam/.opam/5.4/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.4/lib/ocaml/compiler-libs -I /home/opam/.opam/5.4/lib/ppxlib -I /home/opam/.opam/5.4/lib/ppxlib/ast -cmi-file test/503_migrations/preserve-effect-downward/.driver.eobjs/byte/dune__exe__Driver.cmi -no-alias-deps -o test/503_migrations/preserve-effect-downward/.driver.eobjs/native/dune__exe__Driver.cmx -c -impl test/503_migrations/preserve-effect-downward/driver.ml)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module
- Astlib__Ast_502, and its interface was not compiled with -opaque
-
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Stdppx,
- and its interface was not compiled with -opaque
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -g -I test/location/attributes/.pp.eobjs/byte -I test/location/attributes/.pp.eobjs/native -I /home/opam/.opam/5.4/lib/ppxlib -I /home/opam/.opam/5.4/lib/ppxlib/ast -cmi-file test/location/attributes/.pp.eobjs/byte/dune__exe__Pp.cmi -no-alias-deps -o test/location/attributes/.pp.eobjs/native/dune__exe__Pp.cmx -c -impl test/location/attributes/pp.ml)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Stdppx,
- and its interface was not compiled with -opaque
-
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Compmisc,
- and its interface was not compiled with -opaque
-
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Location,
- and its interface was not compiled with -opaque
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -g -I examples/simple-deriver/.ppx_deriving_accessors.objs/byte -I examples/simple-deriver/.ppx_deriving_accessors.objs/native -I /home/opam/.opam/5.4/lib/ppxlib -I /home/opam/.opam/5.4/lib/ppxlib/ast -cmi-file examples/simple-deriver/.ppx_deriving_accessors.objs/byte/ppx_deriving_accessors.cmi -no-alias-deps -o examples/simple-deriver/.ppx_deriving_accessors.objs/native/ppx_deriving_accessors.cmx -c -impl examples/simple-deriver/ppx_deriving_accessors.ml)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Stdppx,
- and its interface was not compiled with -opaque
-
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module
- Ppx_derivers, and its interface was not compiled with -opaque
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -g -I test/recursive_replacement/.driver.eobjs/byte -I test/recursive_replacement/.driver.eobjs/native -I /home/opam/.opam/5.4/lib/ppxlib -I /home/opam/.opam/5.4/lib/ppxlib/ast -cmi-file test/recursive_replacement/.driver.eobjs/byte/dune__exe__Driver.cmi -no-alias-deps -o test/recursive_replacement/.driver.eobjs/native/dune__exe__Driver.cmx -c -impl test/recursive_replacement/driver.ml)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module
- Astlib__Location, and its interface was not compiled with -opaque
-
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Stdppx,
- and its interface was not compiled with -opaque
-
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Compmisc,
- and its interface was not compiled with -opaque
-
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Location,
- and its interface was not compiled with -opaque
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -24 -I src/.cinaps.6d0a12df/.cinaps.eobjs/byte -I src/.cinaps.6d0a12df/.cinaps.eobjs/native -I /home/opam/.opam/5.4/lib/cinaps/runtime -I src/cinaps/.ppxlib_cinaps_helpers.objs/byte -I src/cinaps/.ppxlib_cinaps_helpers.objs/native -cmi-file src/.cinaps.6d0a12df/.cinaps.eobjs/byte/dune__exe__Cinaps.cmi -no-alias-deps -o src/.cinaps.6d0a12df/.cinaps.eobjs/native/dune__exe__Cinaps.cmx -c -impl src/.cinaps.6d0a12df/cinaps.ml-gen)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include:
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -g -I bin/.pp_ast.eobjs/byte -I bin/.pp_ast.eobjs/native -I /home/opam/.opam/5.4/lib/cmdliner -I /home/opam/.opam/5.4/lib/ppxlib -I /home/opam/.opam/5.4/lib/ppxlib/ast -I /home/opam/.opam/5.4/lib/ppxlib/astlib -I /home/opam/.opam/5.4/lib/ppxlib/stdppx -I /home/opam/.opam/5.4/lib/yojson -cmi-file bin/.pp_ast.eobjs/byte/dune__exe__Pp_ast.cmi -no-alias-deps -o bin/.pp_ast.eobjs/native/dune__exe__Pp_ast.cmx -c -impl bin/pp_ast.ml)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Location,
- and its interface was not compiled with -opaque
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -24 -I ast/.cinaps.43bc8a3e/.cinaps.eobjs/byte -I ast/.cinaps.43bc8a3e/.cinaps.eobjs/native -I /home/opam/.opam/5.4/lib/cinaps/runtime -I ast/cinaps/.ast_cinaps_helpers.objs/byte -I ast/cinaps/.ast_cinaps_helpers.objs/native -cmi-file ast/.cinaps.43bc8a3e/.cinaps.eobjs/byte/dune__exe__Cinaps.cmi -no-alias-deps -o ast/.cinaps.43bc8a3e/.cinaps.eobjs/native/dune__exe__Cinaps.cmx -c -impl ast/.cinaps.43bc8a3e/cinaps.ml-gen)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module
- Astlib_cinaps_helpers, and its interface was not compiled with -opaque
-
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module
- Supported_version, and its interface was not compiled with -opaque
-
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include:
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -24 -I astlib/.cinaps.fe95b50f/.cinaps.eobjs/byte -I astlib/.cinaps.fe95b50f/.cinaps.eobjs/native -I /home/opam/.opam/5.4/lib/cinaps/runtime -I astlib/cinaps/.astlib_cinaps_helpers.objs/byte -I astlib/cinaps/.astlib_cinaps_helpers.objs/native -cmi-file astlib/.cinaps.fe95b50f/.cinaps.eobjs/byte/dune__exe__Cinaps.cmi -no-alias-deps -o astlib/.cinaps.fe95b50f/.cinaps.eobjs/native/dune__exe__Cinaps.cmx -c -impl astlib/.cinaps.fe95b50f/cinaps.ml-gen)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include:
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -g -I test/attr_replace/.driver.eobjs/byte -I test/attr_replace/.driver.eobjs/native -I /home/opam/.opam/5.4/lib/ppxlib -I /home/opam/.opam/5.4/lib/ppxlib/ast -cmi-file test/attr_replace/.driver.eobjs/byte/dune__exe__Driver.cmi -no-alias-deps -o test/attr_replace/.driver.eobjs/native/dune__exe__Driver.cmx -c -impl test/attr_replace/driver.pp.ml)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Stdppx,
- and its interface was not compiled with -opaque
-
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Compmisc,
- and its interface was not compiled with -opaque
-
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Location,
- and its interface was not compiled with -opaque
-> compiled ppxlib-tools.0.38.0
-> removed ppxlib-tools.0.38.0
-> installed ppxlib-tools.0.38.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-20 10:15.41 ---> saved as "7a57288717898fdb504623446031ca5f7a79d7c1113910b40d4ab78846e13de2"
Job succeeded
2026-03-20 10:15.45: Job succeeded