Build:
  1. 0
2025-12-07 16:17.26: New job: test ppx_parser.0.2.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29031/head (e3a5a492259d0b79f243d7da0a2c67779a8dd8a7)
                              on debian-13-ocaml-4.14-afl/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/29031/head" && git reset --hard e3a5a492
git fetch origin master
git merge --no-edit 2ab7464b16d46be89975bea0595240dd3fccf608
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14-afl@sha256:83fabb1a7d2ccecba15a331038702d34b5a96f876d898ebd9246fac07c098180
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 ppx_parser.0.2.1 0.2.1
RUN opam reinstall ppx_parser.0.2.1; \
    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" != 'ppx_parser.0.2.1' && 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 ppx_parser.0.2.1) || true
RUN opam reinstall --with-test --verbose ppx_parser.0.2.1; \
    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" != 'ppx_parser.0.2.1' && 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 .

2025-12-07 16:17.26: Using cache hint "ocaml/opam:debian-13-ocaml-4.14-afl@sha256:83fabb1a7d2ccecba15a331038702d34b5a96f876d898ebd9246fac07c098180-ppx_parser.0.2.1-e3a5a492259d0b79f243d7da0a2c67779a8dd8a7"
2025-12-07 16:17.26: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14-afl@sha256:83fabb1a7d2ccecba15a331038702d34b5a96f876d898ebd9246fac07c098180)
 (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 ppx_parser.0.2.1 0.2.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ppx_parser.0.2.1;\
             \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\" != 'ppx_parser.0.2.1' && 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 ppx_parser.0.2.1) || true"))
 (run (shell  "opam reinstall --with-test --verbose ppx_parser.0.2.1;\
             \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\" != 'ppx_parser.0.2.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-12-07 16:17.26: Waiting for resource in pool OCluster
2025-12-07 16:17.27: Waiting for worker…
2025-12-07 16:17.30: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 2ab7464b16 Merge pull request #29022 from thatportugueseguy/release-passage-0.3.1
Updating 2ab7464b16..e3a5a49225
Fast-forward
 packages/ppx_parser/ppx_parser.0.2.1/opam | 52 +++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)
 create mode 100644 packages/ppx_parser/ppx_parser.0.2.1/opam

(from ocaml/opam:debian-13-ocaml-4.14-afl@sha256:83fabb1a7d2ccecba15a331038702d34b5a96f876d898ebd9246fac07c098180)
2025-12-07 16:19.20 ---> saved as "e365c6dd693fbaab1a2c8df812a2589ebf89f60a4bb9fb52d096cca111309d13"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-07 16:19.20 ---> saved as "cd01272dc165f4fa9ba1ea4dbc77d7eb67478202abb970a0e3f5e5541192f4c9"

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

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

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-07 16:19.53 ---> saved as "03b6dd2acc05a5f1c3bbb34f164d0b222a1373d5d6380d7d969c907eb2d440d7"

/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       4.14
# invariant            ["ocaml-options-only-afl"]
# compiler-packages    ocaml-option-afl.1, ocaml-options-only-afl.1, ocaml-variants.4.14.2+options
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2+options+afl
2025-12-07 16:19.54 ---> saved as "37f8b425b99428b49a5bada97069e6ba3092b502d9f1df4bd751ca6339232cdf"

/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/"))
2025-12-07 16:20.05 ---> saved as "d624cbbf1ec7659697821e7d05ba9fe817b6220c2d6ca34c48413f975163ac08"

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-07 16:20.13 ---> saved as "879b61f25aaaed9e9c6cc37edd71135e3239f66978a6afc4b071b715eb8f75a1"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-07 16:20.34 ---> saved as "393cf21bd075aaf1de1045a792f06879754c0edbd82c6ca0fbe3ae6f283e79a3"

/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 [81.7 kB]
- Fetched 172 kB in 0s (1692 kB/s)
- Reading package lists...
- 
2025-12-07 16:20.35 ---> saved as "a1f77e2131bfa9a8f75fb16536dc26b62ffa81338f575e21e83f586c9effb526"

/home/opam: (run (shell "opam pin add -k version -yn ppx_parser.0.2.1 0.2.1"))
ppx_parser is now pinned to version 0.2.1
2025-12-07 16:20.36 ---> saved as "e49f9eeceb4d9a8c1862b30c28674948cf36425f2e1704aa75dd66a3f3a4e040"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ppx_parser.0.2.1;\
                        \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\" != 'ppx_parser.0.2.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ppx_parser.0.2.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 7 packages
  - install dune                3.20.2         [required by ppx_parser]
  - install ocaml-compiler-libs v0.12.4        [required by ppxlib]
  - install ppx_derivers        1.2.1          [required by ppxlib]
  - install ppx_parser          0.2.1 (pinned)
  - install ppxlib              0.37.0         [required by ppx_parser]
  - install sexplib0            v0.17.0        [required by ppxlib]
  - install stdlib-shims        0.3.0          [required by ppxlib]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.20.2  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_parser.0.2.1  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed dune.3.20.2
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ppxlib.0.37.0
-> installed ppx_parser.0.2.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-07 16:21.37 ---> saved as "3ef27c32d980fcec9dc50fabcd5f8fb5a1eb5d429794a7040c85bed8ab022f7a"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test ppx_parser.0.2.1) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile ppx_parser         0.2.1 (pinned)
=== install 13 packages
  - install   alcotest           1.9.1          [required by ppx_parser]
  - install   astring            0.8.5          [required by alcotest]
  - install   camlp-streams      5.0.1          [required by ppx_parser]
  - install   cmdliner           2.1.0          [required by alcotest]
  - install   cppo               1.8.0          [required by ppx_deriving]
  - install   fmt                0.11.0         [required by alcotest]
  - install   ocaml-syntax-shims 1.0.0          [required by alcotest]
  - install   ocamlbuild         0.16.1         [required by fmt, astring, uutf]
  - install   ocamlfind          1.9.8          [required by ppx_deriving]
  - install   ppx_deriving       6.1.1          [required by ppx_parser]
  - install   re                 1.14.0         [required by alcotest]
  - install   topkg              1.1.1          [required by fmt, astring, uutf]
  - install   uutf               1.0.4          [required by alcotest]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (https://opam.ocaml.org/cache)
-> retrieved astring.0.8.5  (https://opam.ocaml.org/cache)
-> retrieved camlp-streams.5.0.1  (https://opam.ocaml.org/cache)
-> retrieved cmdliner.2.1.0  (https://opam.ocaml.org/cache)
-> retrieved cppo.1.8.0  (https://opam.ocaml.org/cache)
-> installed camlp-streams.5.0.1
-> retrieved fmt.0.11.0  (https://opam.ocaml.org/cache)
-> retrieved ocaml-syntax-shims.1.0.0  (https://opam.ocaml.org/cache)
-> retrieved ocamlbuild.0.16.1  (https://opam.ocaml.org/cache)
-> retrieved ocamlfind.1.9.8  (https://opam.ocaml.org/cache)
-> retrieved ppx_deriving.6.1.1  (https://opam.ocaml.org/cache)
-> retrieved re.1.14.0  (https://opam.ocaml.org/cache)
-> retrieved topkg.1.1.1  (https://opam.ocaml.org/cache)
-> retrieved uutf.1.0.4  (https://opam.ocaml.org/cache)
-> installed ocaml-syntax-shims.1.0.0
-> installed cppo.1.8.0
-> installed re.1.14.0
-> installed ocamlfind.1.9.8
-> installed cmdliner.2.1.0
-> removed   ppx_parser.0.2.1
-> installed ocamlbuild.0.16.1
-> installed ppx_deriving.6.1.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed alcotest.1.9.1
-> installed ppx_parser.0.2.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-07 16:22.03 ---> saved as "8778ecfe9ef543e8e680a7eea8b5ef4a9023dcd8a2ec9469d4f4c2da1c843797"

/home/opam: (run (shell  "opam reinstall --with-test --verbose ppx_parser.0.2.1;\
                        \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\" != 'ppx_parser.0.2.1' && 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 ppx_parser 0.2.1 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [ppx_parser: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_parser" "-j" "71" "--promote-install-files=false" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ppx_parser.0.2.1)
- (cd _build/default/test && ./test.exe)
- Testing `ppx_parser'.
- This run has ID `O8AK3U1J'.
- 
-   [OK]          %parser          0   empty.
-   [OK]          %parser          1   empty_match.
-   [OK]          %parser          2   bind_stream.
-   [OK]          %parser          3   bind_stream_error.
-   [OK]          %parser          4   pop_any.
-   [OK]          %parser          5   identity.
-   [OK]          %parser          6   seq.
-   [OK]          %parser          7   no_bind_call.
-   [OK]          %let             0   alias.
-   [OK]          %let             1   call_alias.
-   [OK]          %let             2   let_ext.
-   [OK]          %let             3   anom_parser.
-   [OK]          %let             4   let_parser.
-   [OK]          %let             5   multi_bind.
-   [OK]          %let             6   multi_bind_w_args.
-   [OK]          %let             7   parser_calls.
-   [OK]          %let             8   or_pat_alias.
-   [OK]          %let             9   bind_pats.
-   [OK]          %let            10   peek_call_alternate.
-   [OK]          calc1            0   1+8+3.
-   [OK]          calc1            1   2*3*6.
-   [OK]          calc1            2   1+4*3+6+2+5*2.
-   [OK]          calc1            3   1+3^2*2^3.
-   [OK]          calc2            0   1 + 2 - 5 + 3.
-   [OK]          calc2            1   (1 + 2 + 3 * 4) - 567.
-   [OK]          calc2            2   1 + (3 * 2 + 1 + 5 / 2) * 8 - 3.
-   [OK]          parsers          0   consume_spaces.
-   [OK]          parsers          1   bind_const.
-   [OK]          parsers          2   count_consumed_spaces.
-   [OK]          parsers          3   consume_spaces_get_char_codes.
-   [OK]          parsers          4   consume_spaces_get_char_code_anonymous_p...
-   [OK]          parsers          5   consume_spaces_get_char_code_let_parser.
-   [OK]          parsers          6   split_tuples.
-   [OK]          parsers          7   split_record_tuple_fields.
-   [OK]          parsers          8   guards.
- 
- Full test results in `~/.opam/4.14/.opam-switch/build/ppx_parser.0.2.1/_build/default/test/_build/_tests/ppx_parser'.
- Test Successful in 0.006s. 35 tests run.
Processing  2/4: [ppx_parser: dune install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "ppx_parser" "--create-install-files" "ppx_parser" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ppx_parser.0.2.1)
-> compiled  ppx_parser.0.2.1
-> removed   ppx_parser.0.2.1
-> installed ppx_parser.0.2.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-07 16:22.12 ---> saved as "56e902f9da09dfa8670c454eec64ed25ced159a9d2a51ed3a8017781abdd5f0a"
Job succeeded
2025-12-07 16:22.21: Job succeeded