Build:
  1. 0
2025-12-07 16:17.26: New job: build ppx_parser.0.2.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29031/head (e3a5a492259d0b79f243d7da0a2c67779a8dd8a7)
                              on ubuntu-24.04-ocaml-5.4/riscv64

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:ubuntu-24.04-ocaml-5.4@sha256:6fcdbd75c3adc6c75c3526e52e518d9a53a4805cb605c1ff0fd0d7c2d4dc3788
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 "\"ubuntu-24.04\""; 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:ubuntu-24.04-ocaml-5.4@sha256:6fcdbd75c3adc6c75c3526e52e518d9a53a4805cb605c1ff0fd0d7c2d4dc3788-ppx_parser.0.2.1-e3a5a492259d0b79f243d7da0a2c67779a8dd8a7"
2025-12-07 16:17.26: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:6fcdbd75c3adc6c75c3526e52e518d9a53a4805cb605c1ff0fd0d7c2d4dc3788)
 (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 \"\\\"ubuntu-24.04\\\"\"; 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.27: Got resource from pool OCluster
Building on riscv-bm-01.sw.ci.dev
Updating files:  14% (2663/18981)
Updating files:  15% (2848/18981)
Updating files:  16% (3037/18981)
Updating files:  17% (3227/18981)
Updating files:  18% (3417/18981)
Updating files:  19% (3607/18981)
Updating files:  20% (3797/18981)
Updating files:  21% (3987/18981)
Updating files:  22% (4176/18981)
Updating files:  23% (4366/18981)
Updating files:  24% (4556/18981)
Updating files:  25% (4746/18981)
Updating files:  26% (4936/18981)
Updating files:  27% (5125/18981)
Updating files:  27% (5145/18981)
Updating files:  28% (5315/18981)
Updating files:  29% (5505/18981)
Updating files:  30% (5695/18981)
Updating files:  31% (5885/18981)
Updating files:  32% (6074/18981)
Updating files:  33% (6264/18981)
Updating files:  34% (6454/18981)
Updating files:  35% (6644/18981)
Updating files:  36% (6834/18981)
Updating files:  37% (7023/18981)
Updating files:  38% (7213/18981)
Updating files:  39% (7403/18981)
Updating files:  40% (7593/18981)
Updating files:  40% (7721/18981)
Updating files:  41% (7783/18981)
Updating files:  42% (7973/18981)
Updating files:  43% (8162/18981)
Updating files:  44% (8352/18981)
Updating files:  45% (8542/18981)
Updating files:  46% (8732/18981)
Updating files:  47% (8922/18981)
Updating files:  48% (9111/18981)
Updating files:  49% (9301/18981)
Updating files:  50% (9491/18981)
Updating files:  51% (9681/18981)
Updating files:  52% (9871/18981)
Updating files:  53% (10060/18981)
Updating files:  53% (10084/18981)
Updating files:  54% (10250/18981)
Updating files:  55% (10440/18981)
Updating files:  56% (10630/18981)
Updating files:  57% (10820/18981)
Updating files:  58% (11009/18981)
Updating files:  59% (11199/18981)
Updating files:  60% (11389/18981)
Updating files:  61% (11579/18981)
Updating files:  62% (11769/18981)
Updating files:  63% (11959/18981)
Updating files:  64% (12148/18981)
Updating files:  65% (12338/18981)
Updating files:  65% (12422/18981)
Updating files:  66% (12528/18981)
Updating files:  67% (12718/18981)
Updating files:  68% (12908/18981)
Updating files:  69% (13097/18981)
Updating files:  70% (13287/18981)
Updating files:  71% (13477/18981)
Updating files:  72% (13667/18981)
Updating files:  73% (13857/18981)
Updating files:  74% (14046/18981)
Updating files:  75% (14236/18981)
Updating files:  76% (14426/18981)
Updating files:  77% (14616/18981)
Updating files:  77% (14711/18981)
Updating files:  78% (14806/18981)
Updating files:  79% (14995/18981)
Updating files:  80% (15185/18981)
Updating files:  81% (15375/18981)
Updating files:  82% (15565/18981)
Updating files:  83% (15755/18981)
Updating files:  84% (15945/18981)
Updating files:  85% (16134/18981)
Updating files:  86% (16324/18981)
Updating files:  87% (16514/18981)
Updating files:  88% (16704/18981)
Updating files:  89% (16894/18981)
Updating files:  90% (17083/18981)
Updating files:  90% (17115/18981)
Updating files:  91% (17273/18981)
Updating files:  92% (17463/18981)
Updating files:  93% (17653/18981)
Updating files:  94% (17843/18981)
Updating files:  95% (18032/18981)
Updating files:  96% (18222/18981)
Updating files:  97% (18412/18981)
Updating files:  98% (18602/18981)
Updating files:  99% (18792/18981)
Updating files: 100% (18981/18981)
Updating files: 100% (18981/18981), done.
HEAD is now at 4ef7835fad [new release] melange-testing-library (0.2.0)
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:ubuntu-24.04-ocaml-5.4@sha256:6fcdbd75c3adc6c75c3526e52e518d9a53a4805cb605c1ff0fd0d7c2d4dc3788)
2025-12-07 16:17.46 ---> using "2d348813fb31542ae6409f81b4e47609d36b0f63fa2fd15dff6e1444a3d4ae74" from cache

/: (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:17.46 ---> using "ffa1851908a15e052f9fca35b82569bc34e9d84e6b96e0289623d6dc4edad89d" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-07 16:17.46 ---> using "04dba14952ee71da587db58405173208dd8175f6cc149bda253e81176c352d1a" from cache

/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=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 3
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# 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
2025-12-07 16:17.46 ---> using "b0865b5eb08857b08ebbfb92c38b29579aca4b2b111a1c702a71a87415cce37b" from cache

/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:17.46 ---> using "67b65d84470795e7f17bfa25bef1efac019dffe195549643194239defa2a2cc5" from cache

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1461 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [888 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe riscv64 Packages [28.8 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [920 kB]
- Get:9 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [567 kB]
- Fetched 4243 kB in 2s (1928 kB/s)
- Reading package lists...
- 
2025-12-07 16:19.57 ---> saved as "88345aa51817642354a11101235828e336aad22fb7468a18efc4aa87c9bfd976"

/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:19.59 ---> saved as "359912fd2e519aa17b6e816072654ad060ddea1fdf7e2ac3d566b905900bea80"

/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 \"\\\"ubuntu-24.04\\\"\"; 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.17.0        [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.17.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_parser.0.2.1  (https://github.com/NielsMommen/ppx_parser/releases/download/0.2.1/ppx_parser-0.2.1.tbz)
-> 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.17.0
-> 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:27.44 ---> saved as "6bff7b08319a5d5a47af20b3d83e4962f62a18014f263929236c0d0bb8382c0d"
Job succeeded
2025-12-07 16:28.18: Job succeeded