(not at the head of any monitored branch or PR)
2025-07-14 12:34.28: New job: build ppxlib-bench.0.36.1, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28160/head (4deebea6099dbe492b2820180da0b1e729bdf5c6)
                              on ubuntu-24.04-ocaml-4.14/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/28160/head" && git reset --hard 4deebea6
git fetch origin master
git merge --no-edit ab64da8511384eb17e33f1a279f920ed72d7d958
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f3f65550e9f3e18b29e09fb1faacfb9a9e272a16ac8124e52d38ef29879310f5
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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-bench.0.36.1 0.36.1
RUN opam reinstall ppxlib-bench.0.36.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" != 'ppxlib-bench.0.36.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-07-14 12:34.28: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f3f65550e9f3e18b29e09fb1faacfb9a9e272a16ac8124e52d38ef29879310f5-ppxlib-bench.0.36.1-4deebea6099dbe492b2820180da0b1e729bdf5c6"
2025-07-14 12:34.28: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f3f65550e9f3e18b29e09fb1faacfb9a9e272a16ac8124e52d38ef29879310f5)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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-bench.0.36.1 0.36.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ppxlib-bench.0.36.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\" != 'ppxlib-bench.0.36.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-07-14 12:34.28: Waiting for resource in pool OCluster
2025-07-14 12:34.28: Waiting for worker…
2025-07-14 13:42.46: Got resource from pool OCluster
Building on riscv-bm-02.sw.ci.dev
All commits already cached
Updating files:  13% (2334/17847)
Updating files:  14% (2499/17847)
Updating files:  15% (2678/17847)
Updating files:  16% (2856/17847)
Updating files:  17% (3034/17847)
Updating files:  18% (3213/17847)
Updating files:  19% (3391/17847)
Updating files:  20% (3570/17847)
Updating files:  21% (3748/17847)
Updating files:  22% (3927/17847)
Updating files:  23% (4105/17847)
Updating files:  24% (4284/17847)
Updating files:  25% (4462/17847)
Updating files:  26% (4641/17847)
Updating files:  26% (4729/17847)
Updating files:  27% (4819/17847)
Updating files:  28% (4998/17847)
Updating files:  29% (5176/17847)
Updating files:  30% (5355/17847)
Updating files:  31% (5533/17847)
Updating files:  32% (5712/17847)
Updating files:  33% (5890/17847)
Updating files:  34% (6068/17847)
Updating files:  35% (6247/17847)
Updating files:  36% (6425/17847)
Updating files:  37% (6604/17847)
Updating files:  38% (6782/17847)
Updating files:  39% (6961/17847)
Updating files:  39% (6987/17847)
Updating files:  40% (7139/17847)
Updating files:  41% (7318/17847)
Updating files:  42% (7496/17847)
Updating files:  43% (7675/17847)
Updating files:  44% (7853/17847)
Updating files:  45% (8032/17847)
Updating files:  46% (8210/17847)
Updating files:  47% (8389/17847)
Updating files:  48% (8567/17847)
Updating files:  49% (8746/17847)
Updating files:  50% (8924/17847)
Updating files:  51% (9102/17847)
Updating files:  51% (9208/17847)
Updating files:  52% (9281/17847)
Updating files:  53% (9459/17847)
Updating files:  54% (9638/17847)
Updating files:  55% (9816/17847)
Updating files:  56% (9995/17847)
Updating files:  57% (10173/17847)
Updating files:  58% (10352/17847)
Updating files:  59% (10530/17847)
Updating files:  60% (10709/17847)
Updating files:  61% (10887/17847)
Updating files:  62% (11066/17847)
Updating files:  63% (11244/17847)
Updating files:  64% (11423/17847)
Updating files:  64% (11474/17847)
Updating files:  65% (11601/17847)
Updating files:  66% (11780/17847)
Updating files:  67% (11958/17847)
Updating files:  68% (12136/17847)
Updating files:  69% (12315/17847)
Updating files:  70% (12493/17847)
Updating files:  71% (12672/17847)
Updating files:  72% (12850/17847)
Updating files:  73% (13029/17847)
Updating files:  74% (13207/17847)
Updating files:  75% (13386/17847)
Updating files:  76% (13564/17847)
Updating files:  76% (13728/17847)
Updating files:  77% (13743/17847)
Updating files:  78% (13921/17847)
Updating files:  79% (14100/17847)
Updating files:  80% (14278/17847)
Updating files:  81% (14457/17847)
Updating files:  82% (14635/17847)
Updating files:  83% (14814/17847)
Updating files:  84% (14992/17847)
Updating files:  85% (15170/17847)
Updating files:  86% (15349/17847)
Updating files:  87% (15527/17847)
Updating files:  88% (15706/17847)
Updating files:  89% (15884/17847)
Updating files:  89% (15972/17847)
Updating files:  90% (16063/17847)
Updating files:  91% (16241/17847)
Updating files:  92% (16420/17847)
Updating files:  93% (16598/17847)
Updating files:  94% (16777/17847)
Updating files:  95% (16955/17847)
Updating files:  96% (17134/17847)
Updating files:  97% (17312/17847)
Updating files:  98% (17491/17847)
Updating files:  99% (17669/17847)
Updating files: 100% (17847/17847)
Updating files: 100% (17847/17847), done.
HEAD is now at ab64da8511 Merge pull request #28162 from vbmithr/release-logs-async-1.4
Merge made by the 'ort' strategy.
 packages/ppxlib-bench/ppxlib-bench.0.36.1/opam | 45 ++++++++++++++++++
 packages/ppxlib-tools/ppxlib-tools.0.36.1/opam | 46 ++++++++++++++++++
 packages/ppxlib/ppxlib.0.36.1/opam             | 64 ++++++++++++++++++++++++++
 3 files changed, 155 insertions(+)
 create mode 100644 packages/ppxlib-bench/ppxlib-bench.0.36.1/opam
 create mode 100644 packages/ppxlib-tools/ppxlib-tools.0.36.1/opam
 create mode 100644 packages/ppxlib/ppxlib.0.36.1/opam

(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f3f65550e9f3e18b29e09fb1faacfb9a9e272a16ac8124e52d38ef29879310f5)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f3f65550e9f3e18b29e09fb1faacfb9a9e272a16ac8124e52d38ef29879310f5' locally
docker.io/ocaml/opam@sha256:f3f65550e9f3e18b29e09fb1faacfb9a9e272a16ac8124e52d38ef29879310f5: Pulling from ocaml/opam
4ccdff8fdb11: Already exists
40f2aaa351c7: Already exists
1e6db3c03804: Already exists
5473dc0b7f2f: Already exists
00d558a1b4ca: Already exists
6b3372313064: Already exists
d18b116b1ccb: Already exists
3c9312daea72: Already exists
a379fc7fdeed: Already exists
c45c5ee18bde: Already exists
d508b5fa66d5: Already exists
42415b7bb547: Already exists
aa55a4e508a4: Already exists
eded1cdd34b0: Already exists
0cdaa340a102: Already exists
0cdaa340a102: Already exists
27bd4d38a920: Already exists
1f66ae50c6ee: Already exists
7ac71af6acd0: Already exists
6ab9eec57d98: Already exists
4f4fb700ef54: Already exists
1a5efcd42ea6: Already exists
35b59a353828: Already exists
0c6e32fb8dd1: Already exists
97ed2d6e8768: Already exists
9b8b371be869: Already exists
224a7f052d47: Already exists
eec80b598c60: Already exists
c2c1c8c6cdd4: Already exists
d0a173b2c715: Already exists
68eccb923096: Already exists
3e89842786e6: Already exists
50218ae2f4c5: Already exists
a9162d164036: Already exists
e4a6eec358d6: Already exists
dad0c80f2d44: Already exists
b209865d21bf: Already exists
9701947fe012: Already exists
77285f60c43d: Already exists
751b337cec0f: Pulling fs layer
245e999ce69d: Pulling fs layer
f98ed7e8e186: Pulling fs layer
c8a25bae1109: Pulling fs layer
c8a25bae1109: Waiting
245e999ce69d: Verifying Checksum
245e999ce69d: Download complete
f98ed7e8e186: Verifying Checksum
f98ed7e8e186: Download complete
c8a25bae1109: Verifying Checksum
c8a25bae1109: Download complete
751b337cec0f: Download complete
751b337cec0f: Pull complete
245e999ce69d: Pull complete
f98ed7e8e186: Pull complete
c8a25bae1109: Pull complete
Digest: sha256:f3f65550e9f3e18b29e09fb1faacfb9a9e272a16ac8124e52d38ef29879310f5
Status: Downloaded newer image for ocaml/opam@sha256:f3f65550e9f3e18b29e09fb1faacfb9a9e272a16ac8124e52d38ef29879310f5
2025-07-14 13:42.57 ---> using "cdba1a02b1b4c378eb5a8df340a6fd050e945dccf38f76b5f6b543d02ba3702c" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-07-14 13:42.57 ---> using "954eec54abf48292545f5e4448a4b90a6f901c95bd395803aec3acd061966c52" 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 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-07-14 13:42.57 ---> using "77715ef5ba433b3069bb0fd91f7b66cfee85dba355b06292c925c587262f5b29" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# 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       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# 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
2025-07-14 13:42.57 ---> using "24230d4ff658673eaf91b1775dd1bd07f24bee9e5fba9b541e8bc6362b312fa4" 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-07-14 13:42.57 ---> using "b822ff1719229cdb1835a19358c0d96ad6ecfbefb2d24b25f282a234c1b78f2a" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-07-14 13:43.23 ---> saved as "957d1043d3ea27d4dc5d8dbd5c29efd46e122756663cf9ea7da6be022059842b"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-07-14 13:44.55 ---> saved as "1cd14257e767cbdbc6c0cf3f8f1682a97502d9408f09b87927b756ee4944ca56"

/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 [1150 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [779 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe riscv64 Packages [27.6 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-backports/main riscv64 Packages [48.7 kB]
- Get:9 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [480 kB]
- Get:10 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [868 kB]
- Fetched 3730 kB in 2s (1652 kB/s)
- Reading package lists...
- 
2025-07-14 13:45.03 ---> saved as "830d156a5d00fdbb0d29c9b119207e16ffd06116fdda192ed9958cef0e1680e3"

/home/opam: (run (shell "opam pin add -k version -yn ppxlib-bench.0.36.1 0.36.1"))
ppxlib-bench is now pinned to version 0.36.1
2025-07-14 13:45.06 ---> saved as "00162ca381597d08c1c717e70413d7529dfc314f7eee792772db30148134a6d3"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ppxlib-bench.0.36.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\" != 'ppxlib-bench.0.36.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ppxlib-bench.0.36.1 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 14 packages
  - install base                v0.16.4         [required by ppxlib-bench]
  - install cinaps              v0.15.1         [required by ppxlib-bench]
  - install csexp               1.5.2           [required by dune-configurator]
  - install dune                3.19.1          [required by ppxlib-bench]
  - install dune-configurator   3.19.1          [required by base]
  - install ocaml-compiler-libs v0.12.4         [required by ppxlib]
  - install ppx_derivers        1.2.1           [required by ppxlib]
  - install ppxlib              0.36.1          [required by ppxlib-bench]
  - install ppxlib-bench        0.36.1 (pinned)
  - install re                  1.13.2          [required by cinaps]
  - install seq                 base            [required by re]
  - install sexplib0            v0.16.0         [required by base, ppxlib]
  - install stdlib-shims        0.3.0           [required by ppxlib]
  - install yojson              3.0.0           [required by ppxlib-bench]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.16.4  (cached)
-> retrieved cinaps.v0.15.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.36.1, ppxlib-bench.0.36.1  (cached)
-> retrieved re.1.13.2  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed dune.3.19.1
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed sexplib0.v0.16.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.13.2
-> installed stdlib-shims.0.3.0
-> installed cinaps.v0.15.1
-> installed yojson.3.0.0
-> installed dune-configurator.3.19.1
-> installed base.v0.16.4
-> installed ppxlib.0.36.1
-> installed ppxlib-bench.0.36.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-14 13:52.29 ---> saved as "88c7389431f9de681f20e60d6881292e3994c7766df454730cee7a59cb7b18f9"
Job succeeded
2025-07-14 13:53.04: Job succeeded