(not at the head of any monitored branch or PR)
2026-03-19 09:38.25: New job: test ppxlib.0.38.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29563/head (387e2f5b0d8ca5a51f4ba81536f829fd909dafd1)
                              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 387e2f5b
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.0.38.0 0.38.0
RUN opam reinstall ppxlib.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.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.0.38.0) || true
RUN opam reinstall --with-test --verbose ppxlib.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.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-19 09:38.25: Using cache hint "ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7c0891fd8beae10290a2658a0474b5895aff790d4909224a497eb8e69cd96c1d-ppxlib.0.38.0-387e2f5b0d8ca5a51f4ba81536f829fd909dafd1"
2026-03-19 09:38.25: 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.0.38.0 0.38.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ppxlib.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.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.0.38.0) || true"))
 (run (shell  "opam reinstall --with-test --verbose ppxlib.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.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-19 09:38.25: Waiting for resource in pool OCluster
2026-03-19 09:39.11: Waiting for worker…
2026-03-19 09:41.58: 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..387e2f5b0d
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 | 46 +++++++++++++++++++
 packages/ppxlib/ppxlib.0.38.0/opam             | 63 ++++++++++++++++++++++++++
 2 files changed, 109 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-19 09:42.03 ---> 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-19 09:42.03 ---> using "24078f698e249320f871d9180db343a7ee7bc21c73578fb180eab6e09c7abd0f" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
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.

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.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-19 09:42.24 ---> 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-19 09:42.25 ---> 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-19 09:42.37 ---> saved as "ec22a0db5465ecd60ade74a7450ad0c501d7a35b42534d9256127ad6bfdfa329"

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-19 09:43.05 ---> saved as "8002c88bff7ceebf366ef9d9fa98273cb916c2a22e40f1885424af44ecba3354"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-19 09:43.30 ---> saved as "fbd160256618d870430a2938cd0941c58bf56d80fd4fc2f0b3b18e11cab56851"

/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 [115 kB]
- Fetched 206 kB in 0s (1800 kB/s)
- Reading package lists...
- 
2026-03-19 09:43.33 ---> saved as "84bba0991f424cbfa7c32329a3f90e60da34c64df3f71d04653e87eabc8e50b3"

/home/opam: (run (shell "opam pin add -k version -yn ppxlib.0.38.0 0.38.0"))
ppxlib is now pinned to version 0.38.0
2026-03-19 09:43.34 ---> saved as "5904933c411664e86543226b8bf987c8bbc1041e191596ee5c84512d962e193e"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ppxlib.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.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.0.38.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 6 packages
  - install dune                3.22.0          [required by ppxlib]
  - install ocaml-compiler-libs v0.17.0         [required by ppxlib]
  - install ppx_derivers        1.2.1           [required by ppxlib]
  - install ppxlib              0.38.0 (pinned)
  - install sexplib0            v0.17.0         [required by ppxlib]
  - install stdlib-shims        0.3.0           [required by ppxlib]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> 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  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> 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 ppxlib.0.38.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-19 09:45.27 ---> saved as "ed8dd980479131bd4a8a2da80dcad56a0dd0d9562e061e31932d31025749fa37"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test ppxlib.0.38.0) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile ppxlib    0.38.0 (pinned)
=== install 3 packages
  - install   cinaps    v0.15.1         [required by ppxlib]
  - install   ocamlfind 1.9.8           [required by ppxlib]
  - install   re        1.14.0          [required by ppxlib]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cinaps.v0.15.1  (https://opam.ocaml.org/cache)
-> retrieved ocamlfind.1.9.8  (https://opam.ocaml.org/cache)
-> retrieved ppxlib.0.38.0  (https://github.com/ocaml-ppx/ppxlib/archive/f7ffcd60a04f22ba85caefbde7f1eb4af6dba4ea.tar.gz)
-> retrieved re.1.14.0  (https://opam.ocaml.org/cache)
-> installed re.1.14.0
-> installed cinaps.v0.15.1
-> removed   ppxlib.0.38.0
-> installed ocamlfind.1.9.8
-> installed ppxlib.0.38.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-19 09:46.49 ---> saved as "b7c7defe8f08824381bfc99425ba65518c51a7b9f70005e92e24a076fd9d8e2d"

/home/opam: (run (shell  "opam reinstall --with-test --verbose ppxlib.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.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 0.38.0 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/4: [ppxlib.0.38.0: extract]
-> retrieved ppxlib.0.38.0  (cached)
Processing  2/4: [ppxlib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppxlib" "-j" "71" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.opam-switch/build/ppxlib.0.38.0)
- File "dune-project", line 23, characters 2-42:
- 23 |   (sexplib0 (and :with-test (>= "v0.15"))) ; Printexc.register_printer in sexplib0 changed
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning: Duplicate dependency on package (sexplib0 (and :with-test (>=
- v0.15))) in 'depends' field. If you want to specify multiple constraints,
- combine them using (and ...).
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (duplicate_deps disabled))
- (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 -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 -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 -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 -40 -g -I test/driver/run_as_ppx_rewriter_preserve_version/.print_magic_number.eobjs/byte -I test/driver/run_as_ppx_rewriter_preserve_version/.print_magic_number.eobjs/native -I astlib/.astlib.objs/byte -I astlib/.astlib.objs/native -cmi-file test/driver/run_as_ppx_rewriter_preserve_version/.print_magic_number.eobjs/byte/dune__exe__Print_magic_number.cmi -no-alias-deps -o test/driver/run_as_ppx_rewriter_preserve_version/.print_magic_number.eobjs/native/dune__exe__Print_magic_number.cmx -c -impl test/driver/run_as_ppx_rewriter_preserve_version/print_magic_number.ml)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Config,
-   and its interface was not compiled with -opaque
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -g -I test/driver/standalone-supports-old-binary-ast/.print_magic_number.eobjs/byte -I test/driver/standalone-supports-old-binary-ast/.print_magic_number.eobjs/native -I astlib/.astlib.objs/byte -I astlib/.astlib.objs/native -cmi-file test/driver/standalone-supports-old-binary-ast/.print_magic_number.eobjs/byte/dune__exe__Print_magic_number.cmi -no-alias-deps -o test/driver/standalone-supports-old-binary-ast/.print_magic_number.eobjs/native/dune__exe__Print_magic_number.cmx -c -impl test/driver/standalone-supports-old-binary-ast/print_magic_number.ml)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Config,
-   and its interface was not compiled with -opaque
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -safe-string -w -9-27-32 -g -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I /home/opam/.opam/5.4/lib/stdlib-shims -I astlib/.astlib.objs/byte -I astlib/.astlib.objs/native -cmi-file ast/.ppxlib_ast.objs/byte/ppxlib_ast__Ast_helper_lite.cmi -no-alias-deps -open Ppxlib_ast__ -o ast/.ppxlib_ast.objs/native/ppxlib_ast__Ast_helper_lite.cmx -c -impl ast/ast_helper_lite.ml)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module
-   Format_doc, 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
- 
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Warnings,
-   and its interface was not compiled with -opaque
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -safe-string -w -9-27-32 -g -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I /home/opam/.opam/5.4/lib/stdlib-shims -I astlib/.astlib.objs/byte -I astlib/.astlib.objs/native -cmi-file ast/.ppxlib_ast.objs/byte/ppxlib_ast__Import.cmi -no-alias-deps -open Ppxlib_ast__ -o ast/.ppxlib_ast.objs/native/ppxlib_ast__Import.cmx -c -impl ast/import.ml)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Parse, and
-   its interface was not compiled with -opaque
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -safe-string -w -9-27-32 -g -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I /home/opam/.opam/5.4/lib/stdlib-shims -I astlib/.astlib.objs/byte -I astlib/.astlib.objs/native -cmi-file ast/.ppxlib_ast.objs/byte/ppxlib_ast__Location_error.cmi -no-alias-deps -open Ppxlib_ast__ -o ast/.ppxlib_ast.objs/native/ppxlib_ast__Location_error.cmx -c -impl ast/location_error.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 -40 -safe-string -g -I src/gen/.gen_ast_pattern.eobjs/byte -I src/gen/.gen_ast_pattern.eobjs/native -I /home/opam/.opam/5.4/lib/stdlib-shims -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I astlib/.astlib.objs/byte -I astlib/.astlib.objs/native -I stdppx/.stdppx.objs/byte -I stdppx/.stdppx.objs/native -I traverse_builtins/.ppxlib_traverse_builtins.objs/byte -I traverse_builtins/.ppxlib_traverse_builtins.objs/native -cmi-file src/gen/.gen_ast_pattern.eobjs/byte/dune__exe__Import.cmi -no-alias-deps -open Dune__exe -o src/gen/.gen_ast_pattern.eobjs/native/dune__exe__Import.cmx -c -impl src/gen/import.ml)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Warnings,
-   and its interface was not compiled with -opaque
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -safe-string -g -I src/gen/.gen_ast_pattern.eobjs/byte -I src/gen/.gen_ast_pattern.eobjs/native -I /home/opam/.opam/5.4/lib/stdlib-shims -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I astlib/.astlib.objs/byte -I astlib/.astlib.objs/native -I stdppx/.stdppx.objs/byte -I stdppx/.stdppx.objs/native -I traverse_builtins/.ppxlib_traverse_builtins.objs/byte -I traverse_builtins/.ppxlib_traverse_builtins.objs/native -cmi-file src/gen/.gen_ast_pattern.eobjs/byte/dune__exe__Gen_ast_pattern.cmi -no-alias-deps -open Dune__exe -o src/gen/.gen_ast_pattern.eobjs/native/dune__exe__Gen_ast_pattern.cmx -c -impl src/gen/gen_ast_pattern.ml)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Warnings,
-   and its interface was not compiled with -opaque
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -safe-string -g -I src/gen/.gen_ast_pattern.eobjs/byte -I src/gen/.gen_ast_pattern.eobjs/native -I /home/opam/.opam/5.4/lib/stdlib-shims -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I astlib/.astlib.objs/byte -I astlib/.astlib.objs/native -I stdppx/.stdppx.objs/byte -I stdppx/.stdppx.objs/native -I traverse_builtins/.ppxlib_traverse_builtins.objs/byte -I traverse_builtins/.ppxlib_traverse_builtins.objs/native -cmi-file src/gen/.gen_ast_pattern.eobjs/byte/dune__exe__Gen_ast_builder.cmi -no-alias-deps -open Dune__exe -o src/gen/.gen_ast_pattern.eobjs/native/dune__exe__Gen_ast_builder.cmx -c -impl src/gen/gen_ast_builder.ml)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Warnings,
-   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 test/driver/run_as_ppx_rewriter_preserve_version/.identity_standalone.eobjs/byte -I test/driver/run_as_ppx_rewriter_preserve_version/.identity_standalone.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/driver/run_as_ppx_rewriter_preserve_version/.identity_standalone.eobjs/byte/dune__exe__Identity_standalone.cmi -no-alias-deps -o test/driver/run_as_ppx_rewriter_preserve_version/.identity_standalone.eobjs/native/dune__exe__Identity_standalone.cmx -c -impl test/driver/run_as_ppx_rewriter_preserve_version/identity_standalone.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 -40 -g -I test/driver/parse_error_locations/.identity_standalone.eobjs/byte -I test/driver/parse_error_locations/.identity_standalone.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/driver/parse_error_locations/.identity_standalone.eobjs/byte/dune__exe__Identity_standalone.cmi -no-alias-deps -o test/driver/parse_error_locations/.identity_standalone.eobjs/native/dune__exe__Identity_standalone.cmx -c -impl test/driver/parse_error_locations/identity_standalone.ml)
- 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 test/driver/standalone-supports-old-binary-ast/.identity_standalone.eobjs/byte -I test/driver/standalone-supports-old-binary-ast/.identity_standalone.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/driver/standalone-supports-old-binary-ast/.identity_standalone.eobjs/byte/dune__exe__Identity_standalone.cmi -no-alias-deps -o test/driver/standalone-supports-old-binary-ast/.identity_standalone.eobjs/native/dune__exe__Identity_standalone.cmx -c -impl test/driver/standalone-supports-old-binary-ast/identity_standalone.ml)
- 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 test/encoding/503/migrations/.id_driver.eobjs/byte -I test/encoding/503/migrations/.id_driver.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/encoding/503/migrations/.id_driver.eobjs/byte/dune__exe__Id_driver.cmi -no-alias-deps -o test/encoding/503/migrations/.id_driver.eobjs/native/dune__exe__Id_driver.cmx -c -impl test/encoding/503/migrations/id_driver.ml)
- 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 test/driver/source-quotation-in-errors/.identity_driver.eobjs/byte -I test/driver/source-quotation-in-errors/.identity_driver.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/driver/source-quotation-in-errors/.identity_driver.eobjs/byte/dune__exe__Identity_driver.cmi -no-alias-deps -o test/driver/source-quotation-in-errors/.identity_driver.eobjs/native/dune__exe__Identity_driver.cmx -c -impl test/driver/source-quotation-in-errors/identity_driver.ml)
- 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 test/driver/error_embedding/.raiser.eobjs/byte -I test/driver/error_embedding/.raiser.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/driver/error_embedding/.raiser.eobjs/byte/dune__exe__Pp.cmi -no-alias-deps -open Dune__exe -o test/driver/error_embedding/.raiser.eobjs/native/dune__exe__Pp.cmx -c -impl test/driver/error_embedding/pp.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
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -g -I test/driver/stdin_input/.identity_driver.eobjs/byte -I test/driver/stdin_input/.identity_driver.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/driver/stdin_input/.identity_driver.eobjs/byte/dune__exe__Identity_driver.cmi -no-alias-deps -o test/driver/stdin_input/.identity_driver.eobjs/native/dune__exe__Identity_driver.cmx -c -impl test/driver/stdin_input/identity_driver.ml)
- 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 test/driver/keywords-option/.driver.eobjs/byte -I test/driver/keywords-option/.driver.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/driver/keywords-option/.driver.eobjs/byte/dune__exe__Driver.cmi -no-alias-deps -o test/driver/keywords-option/.driver.eobjs/native/dune__exe__Driver.cmx -c -impl test/driver/keywords-option/driver.ml)
- 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 test/encoding/504/migrations/.id_driver.eobjs/byte -I test/encoding/504/migrations/.id_driver.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/encoding/504/migrations/.id_driver.eobjs/byte/dune__exe__Id_driver.cmi -no-alias-deps -o test/encoding/504/migrations/.id_driver.eobjs/native/dune__exe__Id_driver.cmx -c -impl test/encoding/504/migrations/id_driver.ml)
- 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 -safe-string -g -I runner_as_ppx/.ppxlib_runner_as_ppx.objs/byte -I runner_as_ppx/.ppxlib_runner_as_ppx.objs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file runner_as_ppx/.ppxlib_runner_as_ppx.objs/byte/ppxlib_runner_as_ppx__Ppx_driver_runner_as_ppx.cmi -no-alias-deps -open Ppxlib_runner_as_ppx -o runner_as_ppx/.ppxlib_runner_as_ppx.objs/native/ppxlib_runner_as_ppx__Ppx_driver_runner_as_ppx.cmx -c -impl runner_as_ppx/ppx_driver_runner_as_ppx.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 -40 -safe-string -g -I runner/.ppxlib_runner.objs/byte -I runner/.ppxlib_runner.objs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file runner/.ppxlib_runner.objs/byte/ppxlib_runner__Ppx_driver_runner.cmi -no-alias-deps -open Ppxlib_runner -o runner/.ppxlib_runner.objs/native/ppxlib_runner__Ppx_driver_runner.cmx -c -impl runner/ppx_driver_runner.ml)
- 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 ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -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/driver/standalone_run_as_ppx/.print_stuff.eobjs/byte -I test/driver/standalone_run_as_ppx/.print_stuff.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/driver/standalone_run_as_ppx/.print_stuff.eobjs/byte/dune__exe__Print_stuff.cmi -no-alias-deps -o test/driver/standalone_run_as_ppx/.print_stuff.eobjs/native/dune__exe__Print_stuff.cmx -c -impl test/driver/standalone_run_as_ppx/print_stuff.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 test/driver/exception_handling/.whole_file_exception.eobjs/byte -I test/driver/exception_handling/.whole_file_exception.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/driver/exception_handling/.whole_file_exception.eobjs/byte/dune__exe__Whole_file_exception.cmi -no-alias-deps -open Dune__exe -o test/driver/exception_handling/.whole_file_exception.eobjs/native/dune__exe__Whole_file_exception.cmx -c -impl test/driver/exception_handling/whole_file_exception.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 test/driver/source-quotation-in-errors/.raising_driver.eobjs/byte -I test/driver/source-quotation-in-errors/.raising_driver.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/driver/source-quotation-in-errors/.raising_driver.eobjs/byte/dune__exe__Raising_driver.cmi -no-alias-deps -o test/driver/source-quotation-in-errors/.raising_driver.eobjs/native/dune__exe__Raising_driver.cmx -c -impl test/driver/source-quotation-in-errors/raising_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 -40 -g -I test/driver/exception_handling/.whole_file_exception.eobjs/byte -I test/driver/exception_handling/.whole_file_exception.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/driver/exception_handling/.whole_file_exception.eobjs/byte/dune__exe__Constant_type.cmi -no-alias-deps -open Dune__exe -o test/driver/exception_handling/.whole_file_exception.eobjs/native/dune__exe__Constant_type.cmx -c -impl test/driver/exception_handling/constant_type.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 -40 -g -I test/driver/exception_handling/.whole_file_exception.eobjs/byte -I test/driver/exception_handling/.whole_file_exception.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/driver/exception_handling/.whole_file_exception.eobjs/byte/dune__exe__Special_functions.cmi -no-alias-deps -open Dune__exe -o test/driver/exception_handling/.whole_file_exception.eobjs/native/dune__exe__Special_functions.cmx -c -impl test/driver/exception_handling/special_functions.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 -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 ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -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 test/driver/exception_handling/.whole_file_exception.eobjs/byte -I test/driver/exception_handling/.whole_file_exception.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/driver/exception_handling/.whole_file_exception.eobjs/byte/dune__exe__Whole_file_located_error.cmi -no-alias-deps -open Dune__exe -o test/driver/exception_handling/.whole_file_exception.eobjs/native/dune__exe__Whole_file_located_error.cmx -c -impl test/driver/exception_handling/whole_file_located_error.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 -40 -g -I test/driver/error_embedding/.raiser.eobjs/byte -I test/driver/error_embedding/.raiser.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/driver/error_embedding/.raiser.eobjs/byte/dune__exe__Raiser.cmi -no-alias-deps -open Dune__exe -o test/driver/error_embedding/.raiser.eobjs/native/dune__exe__Raiser.cmx -c -impl test/driver/error_embedding/raiser.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 -40 -g -I test/error_embedding/.extender.eobjs/byte -I test/error_embedding/.extender.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/error_embedding/.extender.eobjs/byte/dune__exe__Deriver.cmi -no-alias-deps -open Dune__exe -o test/error_embedding/.extender.eobjs/native/dune__exe__Deriver.cmx -c -impl test/error_embedding/deriver.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
- 
- 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 test/location/attributes/.pp.eobjs/byte -I test/location/attributes/.pp.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -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 test/502_migrations/.driver.eobjs/byte -I test/502_migrations/.driver.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/502_migrations/.driver.eobjs/byte/dune__exe__Driver.cmi -no-alias-deps -o test/502_migrations/.driver.eobjs/native/dune__exe__Driver.cmx -c -impl test/502_migrations/driver.ml)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module
-   Astlib__Ast_501, 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
-   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
- 
- 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 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 ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -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/error_embedding/.extender.eobjs/byte -I test/error_embedding/.extender.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/error_embedding/.extender.eobjs/byte/dune__exe__Extender.cmi -no-alias-deps -open Dune__exe -o test/error_embedding/.extender.eobjs/native/dune__exe__Extender.cmx -c -impl test/error_embedding/extender.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 test/deriving/inline/foo-deriver/.ppx_foo_deriver.objs/byte -I test/deriving/inline/foo-deriver/.ppx_foo_deriver.objs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/deriving/inline/foo-deriver/.ppx_foo_deriver.objs/byte/ppx_foo_deriver.cmi -no-alias-deps -o test/deriving/inline/foo-deriver/.ppx_foo_deriver.objs/native/ppx_foo_deriver.cmx -c -impl test/deriving/inline/foo-deriver/ppx_foo_deriver.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/driver/exception_handling/.whole_file_exception.eobjs/byte -I test/driver/exception_handling/.whole_file_exception.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/driver/exception_handling/.whole_file_exception.eobjs/byte/dune__exe__Whole_file_multiple_errors.cmi -no-alias-deps -open Dune__exe -o test/driver/exception_handling/.whole_file_exception.eobjs/native/dune__exe__Whole_file_multiple_errors.cmx -c -impl test/driver/exception_handling/whole_file_multiple_errors.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 -40 -g -I test/driver/exception_handling/.whole_file_exception.eobjs/byte -I test/driver/exception_handling/.whole_file_exception.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/driver/exception_handling/.whole_file_exception.eobjs/byte/dune__exe__Deriver.cmi -no-alias-deps -open Dune__exe -o test/driver/exception_handling/.whole_file_exception.eobjs/native/dune__exe__Deriver.cmx -c -impl test/driver/exception_handling/deriver.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
-   Ppx_derivers, 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 test/driver/exception_handling/.whole_file_exception.eobjs/byte -I test/driver/exception_handling/.whole_file_exception.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/driver/exception_handling/.whole_file_exception.eobjs/byte/dune__exe__Extender.cmi -no-alias-deps -open Dune__exe -o test/driver/exception_handling/.whole_file_exception.eobjs/native/dune__exe__Extender.cmx -c -impl test/driver/exception_handling/extender.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 -40 -g -I test/driver/exception_handling/.whole_file_exception.eobjs/byte -I test/driver/exception_handling/.whole_file_exception.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/driver/exception_handling/.whole_file_exception.eobjs/byte/dune__exe__Whole_file_extension_point.cmi -no-alias-deps -open Dune__exe -o test/driver/exception_handling/.whole_file_exception.eobjs/native/dune__exe__Whole_file_extension_point.cmx -c -impl test/driver/exception_handling/whole_file_extension_point.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-extension-rewriter/.ppx_get_env.objs/byte -I examples/simple-extension-rewriter/.ppx_get_env.objs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -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/recursive_replacement/.driver.eobjs/byte -I test/recursive_replacement/.driver.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -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 -40 -g -I test/driver/ocaml-ppx-context-load-path-migration/.driver.eobjs/byte -I test/driver/ocaml-ppx-context-load-path-migration/.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 ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I astlib/.astlib.objs/byte -I astlib/.astlib.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/driver/ocaml-ppx-context-load-path-migration/.driver.eobjs/byte/dune__exe__Driver.cmi -no-alias-deps -o test/driver/ocaml-ppx-context-load-path-migration/.driver.eobjs/native/dune__exe__Driver.cmx -c -impl test/driver/ocaml-ppx-context-load-path-migration/driver.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/expansion_context/.register_print_ctxt.objs/byte -I test/expansion_context/.register_print_ctxt.objs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -I stdppx/.stdppx.objs/byte -I stdppx/.stdppx.objs/native -cmi-file test/expansion_context/.register_print_ctxt.objs/byte/register_print_ctxt.cmi -no-alias-deps -o test/expansion_context/.register_print_ctxt.objs/native/register_print_ctxt.cmx -c -impl test/expansion_context/register_print_ctxt.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
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -g -I test/expansion_context/.standalone_print_ctxt.eobjs/byte -I test/expansion_context/.standalone_print_ctxt.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -I test/expansion_context/.register_print_ctxt.objs/byte -I test/expansion_context/.register_print_ctxt.objs/native -cmi-file test/expansion_context/.standalone_print_ctxt.eobjs/byte/dune__exe__Standalone_print_ctxt.cmi -no-alias-deps -o test/expansion_context/.standalone_print_ctxt.eobjs/native/dune__exe__Standalone_print_ctxt.cmx -c -impl test/expansion_context/standalone_print_ctxt.ml)
- 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 test/expansion_context/.map_structure_print_ctxt.eobjs/byte -I test/expansion_context/.map_structure_print_ctxt.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -I test/expansion_context/.register_print_ctxt.objs/byte -I test/expansion_context/.register_print_ctxt.objs/native -cmi-file test/expansion_context/.map_structure_print_ctxt.eobjs/byte/dune__exe__Map_structure_print_ctxt.cmi -no-alias-deps -o test/expansion_context/.map_structure_print_ctxt.eobjs/native/dune__exe__Map_structure_print_ctxt.cmx -c -impl test/expansion_context/map_structure_print_ctxt.ml)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Parse, 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
-   Ast_mapper, and its interface was not compiled with -opaque
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -safe-string -g -I metaquot/.ppxlib_metaquot.objs/byte -I metaquot/.ppxlib_metaquot.objs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I astlib/.astlib.objs/byte -I astlib/.astlib.objs/native -I metaquot_lifters/.ppxlib_metaquot_lifters.objs/byte -I metaquot_lifters/.ppxlib_metaquot_lifters.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -I traverse_builtins/.ppxlib_traverse_builtins.objs/byte -I traverse_builtins/.ppxlib_traverse_builtins.objs/native -cmi-file metaquot/.ppxlib_metaquot.objs/byte/ppxlib_metaquot.cmi -no-alias-deps -o metaquot/.ppxlib_metaquot.objs/native/ppxlib_metaquot.cmx -c -impl metaquot/ppxlib_metaquot.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/metaquot/.driver.eobjs/byte -I test/metaquot/.driver.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I metaquot/.ppxlib_metaquot.objs/byte -I metaquot/.ppxlib_metaquot.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/metaquot/.driver.eobjs/byte/dune__exe__Driver.cmi -no-alias-deps -o test/metaquot/.driver.eobjs/native/dune__exe__Driver.cmx -c -impl test/metaquot/driver.ml)
- 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 test/driver/run_as_ppx_rewriter/.print_greetings.eobjs/byte -I test/driver/run_as_ppx_rewriter/.print_greetings.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/driver/run_as_ppx_rewriter/.print_greetings.eobjs/byte/dune__exe__Print_greetings.cmi -no-alias-deps -o test/driver/run_as_ppx_rewriter/.print_greetings.eobjs/native/dune__exe__Print_greetings.cmx -c -impl test/driver/run_as_ppx_rewriter/print_greetings.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 Location,
-   and its interface was not compiled with -opaque
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -g -I test/driver/flag_cookie/.print_cookie_driver.eobjs/byte -I test/driver/flag_cookie/.print_cookie_driver.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/driver/flag_cookie/.print_cookie_driver.eobjs/byte/dune__exe__Print_cookie_driver.cmi -no-alias-deps -o test/driver/flag_cookie/.print_cookie_driver.eobjs/native/dune__exe__Print_cookie_driver.cmx -c -impl test/driver/flag_cookie/print_cookie_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
- (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 ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -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
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -g -I test/deriving_warning/.driver.eobjs/byte -I test/deriving_warning/.driver.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/deriving_warning/.driver.eobjs/byte/dune__exe__Driver.cmi -no-alias-deps -o test/deriving_warning/.driver.eobjs/native/dune__exe__Driver.cmx -c -impl test/deriving_warning/driver.pp.ml)
- 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
- 
- 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 test/extensions_and_deriving/floating_attr/.ppx.eobjs/byte -I test/extensions_and_deriving/floating_attr/.ppx.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file test/extensions_and_deriving/floating_attr/.ppx.eobjs/byte/dune__exe__Ppx.cmi -no-alias-deps -o test/extensions_and_deriving/floating_attr/.ppx.eobjs/native/dune__exe__Ppx.cmx -c -impl test/extensions_and_deriving/floating_attr/ppx.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 dev/gencopy/.gencopy.eobjs/byte -I dev/gencopy/.gencopy.eobjs/native -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I astlib/.astlib.objs/byte -I astlib/.astlib.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -cmi-file dev/gencopy/.gencopy.eobjs/byte/dune__exe__Gencopy.cmi -no-alias-deps -o dev/gencopy/.gencopy.eobjs/native/dune__exe__Gencopy.cmx -c -impl dev/gencopy/gencopy.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
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -safe-string -g -I traverse/.ppxlib_traverse.objs/byte -I traverse/.ppxlib_traverse.objs/native -I /home/opam/.opam/5.4/lib/stdlib-shims -I ast/.ppxlib_ast.objs/byte -I ast/.ppxlib_ast.objs/native -I src/.ppxlib.objs/byte -I src/.ppxlib.objs/native -I stdppx/.stdppx.objs/byte -I stdppx/.stdppx.objs/native -I traverse_builtins/.ppxlib_traverse_builtins.objs/byte -I traverse_builtins/.ppxlib_traverse_builtins.objs/native -cmi-file traverse/.ppxlib_traverse.objs/byte/ppxlib_traverse.cmi -no-alias-deps -o traverse/.ppxlib_traverse.objs/native/ppxlib_traverse.cmx -c -impl traverse/ppxlib_traverse.pp.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
-   Ppx_derivers, and its interface was not compiled with -opaque
-> compiled  ppxlib.0.38.0
-> removed   ppxlib.0.38.0
-> installed ppxlib.0.38.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-19 09:47.32 ---> saved as "c03e1d1e172b8353630e49e37bd0ce39984ec06587ece22b7dfdd93714fff90a"
Job succeeded
2026-03-19 09:47.40: Job succeeded