Organisationspatricoferrisppxlibdd2e53 ()debian-12-5.3+flambda_opam-2.3

debian-12-5.3+flambda_opam-2.3

Link Copied
Code Copied

Logs

2025-04-19 10:14.04: New job: test patricoferris/ppxlib https://github.com/patricoferris/ppxlib.git#refs/heads/ci (dd2e536f5c4aa7758d5e8c2af6f8c86901b46205) (linux-x86_64:debian-12-5.3+flambda_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.3-flambda@sha256:57510d9b6938a222428a355776c0cf3887f50a22fd5d3a5132de1081d191d2d1
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/patricoferris/ppxlib.git" -b "ci" && cd "ppxlib" && git reset --hard dd2e536f
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3-flambda@sha256:57510d9b6938a222428a355776c0cf3887f50a22fd5d3a5132de1081d191d2d1
# debian-12-5.3+flambda_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 442eddb8a363418dcb02e519972818da08bb7cd4 || git fetch origin master) && git reset -q --hard 442eddb8a363418dcb02e519972818da08bb7cd4 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam ./
RUN opam pin add -yn ppxlib.dev './' && \
opam pin add -yn ppxlib-tools.dev './' && \
opam pin add -yn ppxlib-bench.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base.v0.17.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.18.1 dune-configurator.3.18.1 ocaml.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-variants.5.3.0+options ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2025-04-19 10:14.04: Using cache hint "patricoferris/ppxlib-ocaml/opam:debian-12-ocaml-5.3-flambda@sha256:57510d9b6938a222428a355776c0cf3887f50a22fd5d3a5132de1081d191d2d1-debian-12-5.3+flambda_opam-2.3-68e1af29f663c184b4ea320fbe10eee9"
2025-04-19 10:14.04: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3-flambda@sha256:57510d9b6938a222428a355776c0cf3887f50a22fd5d3a5132de1081d191d2d1)
(comment debian-12-5.3+flambda_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 442eddb8a363418dcb02e519972818da08bb7cd4 || git fetch origin master) && git reset -q --hard 442eddb8a363418dcb02e519972818da08bb7cd4 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn ppxlib.dev './' && \
\nopam pin add -yn ppxlib-tools.dev './' && \
\nopam pin add -yn ppxlib-bench.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base.v0.17.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.18.1 dune-configurator.3.18.1 ocaml.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-variants.5.3.0+options ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.2.2.2")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2025-04-19 10:14.04: Waiting for resource in pool OCluster
2025-04-19 10:14.05: Waiting for worker…
2025-04-19 10:14.05: Got resource from pool OCluster
Building on x86-bm-c1.sw.ocaml.org
HEAD is now at 68af533 Bump trunk CI to 5.4.0
HEAD is now at dd2e536 Support OCaml 5.4


(from ocaml/opam:debian-12-ocaml-5.3-flambda@sha256:57510d9b6938a222428a355776c0cf3887f50a22fd5d3a5132de1081d191d2d1)
2025-04-19 10:14.51 ---> saved as "b4d48ba3f105cc4ab134fcca7b86bf8f107b0861360fe5d86acca1be5b903fe3"


/: (comment debian-12-5.3+flambda_opam-2.3)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-04-19 10:14.51 ---> saved as "83f3f64d5439920398c03d8908a2063afc7cacbb6f3ae886d7313ef284c71f3a"


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.


This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-04-19 10:15.26 ---> saved as "71c3a0802e45e209b267bf0076f16566b5c2e92bda053abbce0efae66e10a791"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-04-19 10:15.26 ---> saved as "e9811792301985d6311e08dc8533656a1527132a8d65e6684bed5ab47ddd3fa1"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-04-19 10:15.26 ---> saved as "bb7f6448901defd058f042d2ff138086769c27539139d6f5512fe96a7739f97b"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 442eddb8a363418dcb02e519972818da08bb7cd4 || git fetch origin master) && git reset -q --hard 442eddb8a363418dcb02e519972818da08bb7cd4 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
da74d7829f..999bff3ed8  master     -> origin/master
442eddb8a3 Merge pull request #27761 from maiste/release-dune-3.18.1


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-04-19 10:16.02 ---> saved as "09478316d568f244ba55e944116efe09770bf3b7b9b2f0892baa46009b99313c"


/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))
2025-04-19 10:16.02 ---> saved as "df140d2cca33283000202de49657fb40c228d73d94723ed422f4d6f532231324"


/src: (run (network host)
(shell  "opam pin add -yn ppxlib.dev './' && \
\nopam pin add -yn ppxlib-tools.dev './' && \
\nopam pin add -yn ppxlib-bench.dev './'"))
[ppxlib.dev] synchronised (file:///src)
ppxlib is now pinned to file:///src (version dev)
[ppxlib-tools.dev] synchronised (file:///src)
ppxlib-tools is now pinned to file:///src (version dev)
Package ppxlib-bench does not exist, create as a NEW package? [y/n] y
[ppxlib-bench.dev] synchronised (file:///src)
ppxlib-bench is now pinned to file:///src (version dev)
2025-04-19 10:16.07 ---> saved as "5218a97ed25e022cba44adf32fbf42af1c18b295c6952583b242a29355328aaa"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-04-19 10:16.07 ---> saved as "3a6e562074e0117e324a41bedc5943479d47db936f3c3024fcfb81341b4641fe"


/src: (env DEPS "base.v0.17.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.18.1 dune-configurator.3.18.1 ocaml.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-variants.5.3.0+options ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.2.2.2")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [255 kB]
- Fetched 359 kB in 0s (1192 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppxlib.dev] synchronised (file:///src)
[ppxlib-bench.dev] synchronised (file:///src)
[ppxlib-tools.dev] synchronised (file:///src)


[NOTE] Package ocaml-variants is already installed (current version is 5.3.0+options).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-04-19 10:16.21 ---> saved as "d4c06d107df64874a632238810b33f1dc518ed7605d303a7e378d2f2bf7c3597"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-variants is already installed (current version is 5.3.0+options).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 15 packages
- install base                    v0.17.1
- install cinaps                  v0.15.1
- install cmdliner                1.3.0
- install csexp                   1.5.2
- install dune                    3.18.1
- install dune-configurator       3.18.1
- install ocaml-compiler-libs     v0.17.0
- install ocaml_intrinsics_kernel v0.17.1
- install ocamlfind               1.9.8
- install ppx_derivers            1.2.1
- install re                      1.12.0
- install seq                     base
- install sexplib0                v0.17.0
- install stdlib-shims            0.3.0
- install yojson                  2.2.2


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cinaps.v0.15.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved base.v0.17.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.12.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved yojson.2.2.2  (cached)
-> retrieved dune.3.18.1, dune-configurator.3.18.1  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.8
-> installed dune.3.18.1
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed re.1.12.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed yojson.2.2.2
-> installed cinaps.v0.15.1
-> installed dune-configurator.3.18.1
-> installed base.v0.17.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-04-19 10:17.26 ---> saved as "4701f5f2663236a641f1ddcd06de851fefb865869a0eec5f4deacb524e6ea269"


/src: (copy (src .) (dst /src))
2025-04-19 10:17.27 ---> saved as "f3af76972ecfbfe64e5b168adcd2a448efb902691265c99147f5a9171e7f0a66"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlopt.opt -w -24 -I test/expect/.cinaps.683f2d1e/.cinaps.eobjs/byte -I test/expect/.cinaps.683f2d1e/.cinaps.eobjs/native -I /home/opam/.opam/5.3/lib/cinaps/runtime -I src/cinaps/.ppxlib_cinaps_helpers.objs/byte -I src/cinaps/.ppxlib_cinaps_helpers.objs/native -intf-suffix .ml-gen -no-alias-deps -o test/expect/.cinaps.683f2d1e/.cinaps.eobjs/native/dune__exe__Cinaps.cmx -c -impl test/expect/.cinaps.683f2d1e/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.3/bin/ocamlopt.opt -w -24 -I ast/.cinaps.5e30bf3c/.cinaps.eobjs/byte -I ast/.cinaps.5e30bf3c/.cinaps.eobjs/native -I /home/opam/.opam/5.3/lib/cinaps/runtime -I ast/cinaps/.ast_cinaps_helpers.objs/byte -I ast/cinaps/.ast_cinaps_helpers.objs/native -intf-suffix .ml-gen -no-alias-deps -o ast/.cinaps.5e30bf3c/.cinaps.eobjs/native/dune__exe__Cinaps.cmx -c -impl ast/.cinaps.5e30bf3c/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.3/bin/ocamlopt.opt -w -24 -I src/.cinaps.ec2be898/.cinaps.eobjs/byte -I src/.cinaps.ec2be898/.cinaps.eobjs/native -I /home/opam/.opam/5.3/lib/cinaps/runtime -I src/cinaps/.ppxlib_cinaps_helpers.objs/byte -I src/cinaps/.ppxlib_cinaps_helpers.objs/native -intf-suffix .ml-gen -no-alias-deps -o src/.cinaps.ec2be898/.cinaps.eobjs/native/dune__exe__Cinaps.cmx -c -impl src/.cinaps.ec2be898/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.3/bin/ocamlopt.opt -w -24 -I astlib/.cinaps.1c02fb77/.cinaps.eobjs/byte -I astlib/.cinaps.1c02fb77/.cinaps.eobjs/native -I /home/opam/.opam/5.3/lib/cinaps/runtime -I astlib/cinaps/.astlib_cinaps_helpers.objs/byte -I astlib/cinaps/.astlib_cinaps_helpers.objs/native -intf-suffix .ml-gen -no-alias-deps -o astlib/.cinaps.1c02fb77/.cinaps.eobjs/native/dune__exe__Cinaps.cmx -c -impl astlib/.cinaps.1c02fb77/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).
File "test/driver/error_embedding/test.t/run.t", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/203fd406fffb961f2adb2048f8e20637/default/test/driver/error_embedding/test.t/run.t _build/.sandbox/203fd406fffb961f2adb2048f8e20637/default/test/driver/error_embedding/test.t/run.t.corrected
diff --git a/_build/.sandbox/203fd406fffb961f2adb2048f8e20637/default/test/driver/error_embedding/test.t/run.t b/_build/.sandbox/203fd406fffb961f2adb2048f8e20637/default/test/driver/error_embedding/test.t/run.t.corrected
index dafee10..938bbbe 100644
--- a/_build/.sandbox/203fd406fffb961f2adb2048f8e20637/default/test/driver/error_embedding/test.t/run.t
+++ b/_build/.sandbox/203fd406fffb961f2adb2048f8e20637/default/test/driver/error_embedding/test.t/run.t.corrected
@@ -14,8 +14,11 @@ The same is true when using the `-as-ppx` mode (note that the error is reported
by ocaml itself)


$ ocaml -ppx '../raiser.exe -as-ppx' impl.ml
-  File "./impl.ml", line 1, characters 8-16:
-  Error: Raising inside the rewriter
+  Segmentation fault
+  File "./impl.ml", line 1:
+  Error: Error while running external preprocessor
+  Command line: ../raiser.exe -as-ppx '/tmp/build_e4e765_dune/camlppx8ef1b9' '/tmp/build_e4e765_dune/camlppxf79370'
+  
[2]


Also exceptions raised in a preprocessor get embedded into an AST(while the
File "test/driver/stdin_input/test.t/run.t", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/28c6c40589b4edaf3fda4e4474e2cee4/default/test/driver/stdin_input/test.t/run.t _build/.sandbox/28c6c40589b4edaf3fda4e4474e2cee4/default/test/driver/stdin_input/test.t/run.t.corrected
diff --git a/_build/.sandbox/28c6c40589b4edaf3fda4e4474e2cee4/default/test/driver/stdin_input/test.t/run.t b/_build/.sandbox/28c6c40589b4edaf3fda4e4474e2cee4/default/test/driver/stdin_input/test.t/run.t.corrected
index d385654..7bc5379 100644
--- a/_build/.sandbox/28c6c40589b4edaf3fda4e4474e2cee4/default/test/driver/stdin_input/test.t/run.t
+++ b/_build/.sandbox/28c6c40589b4edaf3fda4e4474e2cee4/default/test/driver/stdin_input/test.t/run.t.corrected
@@ -17,4 +17,5 @@ We generate a binary AST file...
... and ensure the driver can also read it from stdin


$ cat binary_ast | ../identity_driver.exe -impl -
-  let b = 2
+  Segmentation fault
+  [139]
File "test/driver/source-quotation-in-errors/run.t", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/4108214573457e2db6d944ef8380de37/default/test/driver/source-quotation-in-errors/run.t _build/.sandbox/4108214573457e2db6d944ef8380de37/default/test/driver/source-quotation-in-errors/run.t.corrected
diff --git a/_build/.sandbox/4108214573457e2db6d944ef8380de37/default/test/driver/source-quotation-in-errors/run.t b/_build/.sandbox/4108214573457e2db6d944ef8380de37/default/test/driver/source-quotation-in-errors/run.t.corrected
index e644f3f..18283e2 100644
--- a/_build/.sandbox/4108214573457e2db6d944ef8380de37/default/test/driver/source-quotation-in-errors/run.t
+++ b/_build/.sandbox/4108214573457e2db6d944ef8380de37/default/test/driver/source-quotation-in-errors/run.t.corrected
@@ -38,8 +38,5 @@ We then call our raising driver on the binary AST, it should be able to report t
error with source quotation:


$ ./raising_driver.exe -impl file.pp.ml
-  File "file.ml", line 1, characters 8-16:
-  1 | let x = [%raise]
-              ^^^^^^^^
-  Error: An exception, raise be!
-  [1]
+  Segmentation fault
+  [139]
File "test/driver/standalone_run_as_ppx/run.t", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/a6447f160a96a55d8ac6e6c3d4775479/default/test/driver/standalone_run_as_ppx/run.t _build/.sandbox/a6447f160a96a55d8ac6e6c3d4775479/default/test/driver/standalone_run_as_ppx/run.t.corrected
diff --git a/_build/.sandbox/a6447f160a96a55d8ac6e6c3d4775479/default/test/driver/standalone_run_as_ppx/run.t b/_build/.sandbox/a6447f160a96a55d8ac6e6c3d4775479/default/test/driver/standalone_run_as_ppx/run.t.corrected
index e36c4bf..af79421 100644
--- a/_build/.sandbox/a6447f160a96a55d8ac6e6c3d4775479/default/test/driver/standalone_run_as_ppx/run.t
+++ b/_build/.sandbox/a6447f160a96a55d8ac6e6c3d4775479/default/test/driver/standalone_run_as_ppx/run.t.corrected
@@ -6,7 +6,12 @@ The rewriter gets applied when using `--as-ppx`


$ echo "let _ = [%print_hi]" > impl.ml
$ ocaml -ppx './print_stuff.exe --as-ppx' impl.ml
-  hi
+  Segmentation fault
+  File "./impl.ml", line 1:
+  Error: Error while running external preprocessor
+  Command line: ./print_stuff.exe --as-ppx '/tmp/build_e4e765_dune/camlppxceaaa0' '/tmp/build_e4e765_dune/camlppx04f410'
+  
+  [2]


If a non-compatible file gets fed, the file name is reported correctly


@@ -20,18 +25,31 @@ The ocaml.ppx.context attribute gets parsed correctly; in particular, the tool n


$ echo "let _ = [%print_tool_name]" > impl.ml
$ ocaml -ppx './print_stuff.exe --as-ppx' impl.ml
-  ocaml
+  Segmentation fault
+  File "./impl.ml", line 1:
+  Error: Error while running external preprocessor
+  Command line: ./print_stuff.exe --as-ppx '/tmp/build_e4e765_dune/camlppx47bbd1' '/tmp/build_e4e765_dune/camlppxb03694'
+  
+  [2]


The driver's `shared_args` arguments are taken into account. For example, `-loc-filename`


$ echo "let _ = [%print_fname]" > impl.ml
$ ocaml -ppx './print_stuff.exe --as-ppx -loc-filename new_fn.ml' impl.ml
-  new_fn.ml
+  Segmentation fault
+  File "./impl.ml", line 1:
+  Error: Error while running external preprocessor
+  Command line: ./print_stuff.exe --as-ppx -loc-filename new_fn.ml '/tmp/build_e4e765_dune/camlppxf09f2f' '/tmp/build_e4e765_dune/camlppx716f91'
+  
+  [2]


or `dont-apply`


$ echo "let _ = [%print_hi]" > impl.ml
$ ocaml -ppx './print_stuff.exe --as-ppx -dont-apply test' impl.ml
-  File "./impl.ml", line 1, characters 10-18:
-  Error: Uninterpreted extension 'print_hi'.
+  Segmentation fault
+  File "./impl.ml", line 1:
+  Error: Error while running external preprocessor
+  Command line: ./print_stuff.exe --as-ppx -dont-apply test '/tmp/build_e4e765_dune/camlppx30af89' '/tmp/build_e4e765_dune/camlppx98b3ad'
+  
[2]
File "test/driver/flag_cookie/run.t", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/180312921913bb7a788d93905ec6d37c/default/test/driver/flag_cookie/run.t _build/.sandbox/180312921913bb7a788d93905ec6d37c/default/test/driver/flag_cookie/run.t.corrected
diff --git a/_build/.sandbox/180312921913bb7a788d93905ec6d37c/default/test/driver/flag_cookie/run.t b/_build/.sandbox/180312921913bb7a788d93905ec6d37c/default/test/driver/flag_cookie/run.t.corrected
index d6c3fa5..def57e7 100644
--- a/_build/.sandbox/180312921913bb7a788d93905ec6d37c/default/test/driver/flag_cookie/run.t
+++ b/_build/.sandbox/180312921913bb7a788d93905ec6d37c/default/test/driver/flag_cookie/run.t.corrected
@@ -7,4 +7,9 @@ The cookie flag is taken into account, both by the main standalone
...and by the `-as-ppx` standalone


$ ocaml -ppx './print_cookie_driver.exe --as-ppx -cookie x=1' impl.ml
-  Value of cookie x: 1
+  Segmentation fault
+  File "./impl.ml", line 1:
+  Error: Error while running external preprocessor
+  Command line: ./print_cookie_driver.exe --as-ppx -cookie x=1 '/tmp/build_e4e765_dune/camlppx2570de' '/tmp/build_e4e765_dune/camlppxa6ef91'
+  
+  [2]
File "test/driver/run_as_ppx_rewriter/run.t", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/08f349b87c9bca9c93b775caa83790e2/default/test/driver/run_as_ppx_rewriter/run.t _build/.sandbox/08f349b87c9bca9c93b775caa83790e2/default/test/driver/run_as_ppx_rewriter/run.t.corrected
diff --git a/_build/.sandbox/08f349b87c9bca9c93b775caa83790e2/default/test/driver/run_as_ppx_rewriter/run.t b/_build/.sandbox/08f349b87c9bca9c93b775caa83790e2/default/test/driver/run_as_ppx_rewriter/run.t.corrected
index a9a0d71..afadc5c 100644
--- a/_build/.sandbox/08f349b87c9bca9c93b775caa83790e2/default/test/driver/run_as_ppx_rewriter/run.t
+++ b/_build/.sandbox/08f349b87c9bca9c93b775caa83790e2/default/test/driver/run_as_ppx_rewriter/run.t.corrected
@@ -10,23 +10,32 @@ The registered rewriters get applied when using `run_as_ppx_rewriter` as entry p
> let () = [%print_bye]
> EOF
$ ocaml -ppx './print_greetings.exe' file.ml
-  hi
-  bye
+  Segmentation fault
+  File "./file.ml", line 1:
+  Error: Error while running external preprocessor
+  Command line: ./print_greetings.exe '/tmp/build_e4e765_dune/camlppxcf9535' '/tmp/build_e4e765_dune/camlppx5ca909'
+  
+  [2]


The driver's `shared_args` are taken into account, such as `-apply`...


$ ocaml -ppx './print_greetings.exe -apply print_hi' file.ml
-  hi
-  File "./file.ml", line 2, characters 11-20:
-  Error: Uninterpreted extension 'print_bye'.
+  Segmentation fault
+  File "./file.ml", line 1:
+  Error: Error while running external preprocessor
+  Command line: ./print_greetings.exe -apply print_hi '/tmp/build_e4e765_dune/camlppxd92929' '/tmp/build_e4e765_dune/camlppx69bdfa'
+  
[2]


... and `-check`


$ echo "[@@@attr non_registered_attr]" > attribute_file.ml
$ ocaml -ppx './print_greetings.exe -check' attribute_file.ml
-  File "./attribute_file.ml", line 1, characters 4-8:
-  Error: Attribute `attr' was not used
+  Segmentation fault
+  File "./attribute_file.ml", line 1:
+  Error: Error while running external preprocessor
+  Command line: ./print_greetings.exe -check '/tmp/build_e4e765_dune/camlppx04c65e' '/tmp/build_e4e765_dune/camlppx667d9e'
+  
[2]


"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-04-19 10:17.58: Job failed: Failed: Build failed