(not at the head of any monitored branch or PR)
2026-03-02 18:35.33: New job: build chrome-trace.3.22.0~alpha0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29497/head (118a690db616b1df5c53d5fa00eb70791a80ae2c)
                              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/29497/head" && git reset --hard 118a690d
git fetch origin master
git merge --no-edit a7b8d1036328cf727af175b657f3d2b732b4d868
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4796b9387e68ccd22ef2dfb5750484e21c050534958740ab71136cd4679b1c6f
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 chrome-trace.3.22.0~alpha0 3.22.0~alpha0
RUN opam reinstall chrome-trace.3.22.0~alpha0; \
    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" != 'chrome-trace.3.22.0~alpha0' && 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-02 18:35.33: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4796b9387e68ccd22ef2dfb5750484e21c050534958740ab71136cd4679b1c6f-chrome-trace.3.22.0~alpha0-118a690db616b1df5c53d5fa00eb70791a80ae2c"
2026-03-02 18:35.33: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4796b9387e68ccd22ef2dfb5750484e21c050534958740ab71136cd4679b1c6f)
 (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 chrome-trace.3.22.0~alpha0 3.22.0~alpha0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall chrome-trace.3.22.0~alpha0;\
             \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\" != 'chrome-trace.3.22.0~alpha0' && 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-02 18:35.33: Waiting for resource in pool OCluster
2026-03-02 18:35.35: Waiting for worker…
2026-03-02 19:14.46: Got resource from pool OCluster
Building on riscv-bm-03.sw.ci.dev
All commits already cached
Updating files:  14% (2710/18363)
Updating files:  15% (2755/18363)
Updating files:  16% (2939/18363)
Updating files:  17% (3122/18363)
Updating files:  18% (3306/18363)
Updating files:  19% (3489/18363)
Updating files:  20% (3673/18363)
Updating files:  21% (3857/18363)
Updating files:  22% (4040/18363)
Updating files:  23% (4224/18363)
Updating files:  24% (4408/18363)
Updating files:  25% (4591/18363)
Updating files:  26% (4775/18363)
Updating files:  27% (4959/18363)
Updating files:  28% (5142/18363)
Updating files:  28% (5165/18363)
Updating files:  29% (5326/18363)
Updating files:  30% (5509/18363)
Updating files:  31% (5693/18363)
Updating files:  32% (5877/18363)
Updating files:  33% (6060/18363)
Updating files:  34% (6244/18363)
Updating files:  35% (6428/18363)
Updating files:  36% (6611/18363)
Updating files:  37% (6795/18363)
Updating files:  38% (6978/18363)
Updating files:  39% (7162/18363)
Updating files:  40% (7346/18363)
Updating files:  40% (7483/18363)
Updating files:  41% (7529/18363)
Updating files:  42% (7713/18363)
Updating files:  43% (7897/18363)
Updating files:  44% (8080/18363)
Updating files:  45% (8264/18363)
Updating files:  46% (8447/18363)
Updating files:  47% (8631/18363)
Updating files:  48% (8815/18363)
Updating files:  49% (8998/18363)
Updating files:  50% (9182/18363)
Updating files:  51% (9366/18363)
Updating files:  52% (9549/18363)
Updating files:  53% (9733/18363)
Updating files:  53% (9847/18363)
Updating files:  54% (9917/18363)
Updating files:  55% (10100/18363)
Updating files:  56% (10284/18363)
Updating files:  57% (10467/18363)
Updating files:  58% (10651/18363)
Updating files:  59% (10835/18363)
Updating files:  60% (11018/18363)
Updating files:  61% (11202/18363)
Updating files:  62% (11386/18363)
Updating files:  63% (11569/18363)
Updating files:  64% (11753/18363)
Updating files:  65% (11936/18363)
Updating files:  66% (12120/18363)
Updating files:  66% (12135/18363)
Updating files:  67% (12304/18363)
Updating files:  68% (12487/18363)
Updating files:  69% (12671/18363)
Updating files:  70% (12855/18363)
Updating files:  71% (13038/18363)
Updating files:  72% (13222/18363)
Updating files:  73% (13405/18363)
Updating files:  74% (13589/18363)
Updating files:  75% (13773/18363)
Updating files:  76% (13956/18363)
Updating files:  77% (14140/18363)
Updating files:  78% (14324/18363)
Updating files:  78% (14413/18363)
Updating files:  79% (14507/18363)
Updating files:  80% (14691/18363)
Updating files:  81% (14875/18363)
Updating files:  82% (15058/18363)
Updating files:  83% (15242/18363)
Updating files:  84% (15425/18363)
Updating files:  85% (15609/18363)
Updating files:  86% (15793/18363)
Updating files:  87% (15976/18363)
Updating files:  88% (16160/18363)
Updating files:  89% (16344/18363)
Updating files:  90% (16527/18363)
Updating files:  91% (16711/18363)
Updating files:  91% (16769/18363)
Updating files:  92% (16894/18363)
Updating files:  93% (17078/18363)
Updating files:  94% (17262/18363)
Updating files:  95% (17445/18363)
Updating files:  96% (17629/18363)
Updating files:  97% (17813/18363)
Updating files:  98% (17996/18363)
Updating files:  99% (18180/18363)
Updating files: 100% (18363/18363)
Updating files: 100% (18363/18363), done.
HEAD is now at a7b8d10363 Merge pull request #29489 from anuragsoni/opam-publish-kqueue.0.7.0
Updating a7b8d10363..118a690db6
Fast-forward
 .../chrome-trace/chrome-trace.3.22.0~alpha0/opam   | 39 +++++++++++
 .../dune-action-plugin.3.22.0~alpha0/opam          | 52 +++++++++++++++
 .../dune-action-trace.3.22.0~alpha0/opam           | 40 ++++++++++++
 .../dune-build-info.3.22.0~alpha0/opam             | 45 +++++++++++++
 .../dune-configurator.3.22.0~alpha0/opam           | 49 ++++++++++++++
 packages/dune-glob/dune-glob.3.22.0~alpha0/opam    | 42 ++++++++++++
 .../dune-private-libs.3.22.0~alpha0/opam           | 50 +++++++++++++++
 .../dune-rpc-lwt/dune-rpc-lwt.3.22.0~alpha0/opam   | 41 ++++++++++++
 packages/dune-rpc/dune-rpc.3.22.0~alpha0/opam      | 44 +++++++++++++
 packages/dune-site/dune-site.3.22.0~alpha0/opam    | 37 +++++++++++
 packages/dune/dune.3.22.0~alpha0/opam              | 75 ++++++++++++++++++++++
 packages/dyn/dyn.3.22.0~alpha0/opam                | 40 ++++++++++++
 packages/fs-io/fs-io.3.22.0~alpha0/opam            | 39 +++++++++++
 packages/ocamlc-loc/ocamlc-loc.3.22.0~alpha0/opam  | 43 +++++++++++++
 packages/ordering/ordering.3.22.0~alpha0/opam      | 38 +++++++++++
 packages/stdune/stdune.3.22.0~alpha0/opam          | 46 +++++++++++++
 .../top-closure/top-closure.3.22.0~alpha0/opam     | 38 +++++++++++
 packages/xdg/xdg.3.22.0~alpha0/opam                | 39 +++++++++++
 18 files changed, 797 insertions(+)
 create mode 100644 packages/chrome-trace/chrome-trace.3.22.0~alpha0/opam
 create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.22.0~alpha0/opam
 create mode 100644 packages/dune-action-trace/dune-action-trace.3.22.0~alpha0/opam
 create mode 100644 packages/dune-build-info/dune-build-info.3.22.0~alpha0/opam
 create mode 100644 packages/dune-configurator/dune-configurator.3.22.0~alpha0/opam
 create mode 100644 packages/dune-glob/dune-glob.3.22.0~alpha0/opam
 create mode 100644 packages/dune-private-libs/dune-private-libs.3.22.0~alpha0/opam
 create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.22.0~alpha0/opam
 create mode 100644 packages/dune-rpc/dune-rpc.3.22.0~alpha0/opam
 create mode 100644 packages/dune-site/dune-site.3.22.0~alpha0/opam
 create mode 100644 packages/dune/dune.3.22.0~alpha0/opam
 create mode 100644 packages/dyn/dyn.3.22.0~alpha0/opam
 create mode 100644 packages/fs-io/fs-io.3.22.0~alpha0/opam
 create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.22.0~alpha0/opam
 create mode 100644 packages/ordering/ordering.3.22.0~alpha0/opam
 create mode 100644 packages/stdune/stdune.3.22.0~alpha0/opam
 create mode 100644 packages/top-closure/top-closure.3.22.0~alpha0/opam
 create mode 100644 packages/xdg/xdg.3.22.0~alpha0/opam

(from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4796b9387e68ccd22ef2dfb5750484e21c050534958740ab71136cd4679b1c6f)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4796b9387e68ccd22ef2dfb5750484e21c050534958740ab71136cd4679b1c6f' locally
docker.io/ocaml/opam@sha256:4796b9387e68ccd22ef2dfb5750484e21c050534958740ab71136cd4679b1c6f: Pulling from ocaml/opam
f2683d5e2cbe: Already exists
02751ff4abc9: Already exists
e713ceb278b3: Already exists
756895a86a0b: Already exists
1a06c92bb812: Already exists
3c8248524df4: Already exists
69e0b9988875: Already exists
86e3068c9b9c: Already exists
8c27b312abe2: Already exists
daf2913223bd: Already exists
8c34bc9ec7ad: Already exists
cf593a3cf665: Already exists
34b57fe326ab: Already exists
ba2fd5c779ba: Already exists
a485987ec570: Already exists
9d309df9529a: Already exists
0536f64225da: Already exists
0536f64225da: Already exists
ce9e29f4d188: Already exists
a93d42988756: Already exists
28157b6d8c2f: Already exists
41973de8e3d5: Already exists
4f4fb700ef54: Already exists
0f37346a9ccb: Already exists
408fa26e5246: Already exists
abd5ecb90bdb: Already exists
b9b2a4deef0d: Already exists
a765421f304f: Already exists
049386d3400e: Already exists
c72b37197e1f: Already exists
da3f3feedbc9: Already exists
b523f5dfe651: Already exists
4f9bec3428d5: Already exists
8a016a7b87b7: Already exists
1fbad9fb68da: Already exists
fab68fbe84ee: Already exists
b45ea21c8e4b: Already exists
f5c1e4872369: Already exists
1731e0f7b593: Already exists
5d10a06222ab: Already exists
388671f5f76e: Already exists
d9ac3c8b505d: Pulling fs layer
401bae281146: Pulling fs layer
bfb12a31092d: Pulling fs layer
19ce459c9d88: Pulling fs layer
937b15f87b35: Pulling fs layer
6788009aba2e: Pulling fs layer
60d3c2e43dde: Pulling fs layer
19ce459c9d88: Waiting
937b15f87b35: Waiting
6788009aba2e: Waiting
60d3c2e43dde: Waiting
401bae281146: Verifying Checksum
401bae281146: Download complete
d9ac3c8b505d: Verifying Checksum
d9ac3c8b505d: Download complete
d9ac3c8b505d: Pull complete
bfb12a31092d: Download complete
401bae281146: Pull complete
6788009aba2e: Download complete
937b15f87b35: Verifying Checksum
937b15f87b35: Download complete
bfb12a31092d: Pull complete
60d3c2e43dde: Verifying Checksum
60d3c2e43dde: Download complete
19ce459c9d88: Verifying Checksum
19ce459c9d88: Download complete
19ce459c9d88: Pull complete
937b15f87b35: Pull complete
6788009aba2e: Pull complete
60d3c2e43dde: Pull complete
Digest: sha256:4796b9387e68ccd22ef2dfb5750484e21c050534958740ab71136cd4679b1c6f
Status: Downloaded newer image for ocaml/opam@sha256:4796b9387e68ccd22ef2dfb5750484e21c050534958740ab71136cd4679b1c6f
2026-03-02 19:14.57 ---> using "76385a03db456504a6e37d524d79245d3754a26beb363f819833504c982fb276" 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-02 19:14.57 ---> using "7824c59bf72a18b98e2cb7e0da30256272bda6b3d635d1055a8e06c4062534b4" 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
2026-03-02 19:14.57 ---> using "d70979db169908f523885adb8a5f1ea7b718a01ca1bce3fb7030a5b9595e2d25" 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
2026-03-02 19:14.57 ---> using "dcc729a6cdd9dcb3d4af08c76d70a3c70f086f2a5322fe8ee8317b807700a1e4" 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/"))
2026-03-02 19:14.57 ---> using "696169e6abebabe1d9abc62cfdbc71d8e69478283feab58f9dede398511b7bfc" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-02 19:15.02 ---> using "7fc4e5483c014a179e5e60625b67c3891e29364bd65aeee768a929d61858b1a7" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-02 19:15.02 ---> using "5de7440f953835d93cf4107a24732e6be0a65b7ca03716b6140153cc17bf08f3" from cache

/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-security/universe riscv64 Packages [969 kB]
- Fetched 1348 kB in 4s (310 kB/s)
- Reading package lists...
- 
2026-03-02 19:15.02 ---> using "c2fcc24c73805e000c9d862b57d171bc760259e530cffe3437a338fc90ca20ef" from cache

/home/opam: (run (shell "opam pin add -k version -yn chrome-trace.3.22.0~alpha0 3.22.0~alpha0"))
chrome-trace is now pinned to version 3.22.0~alpha0
2026-03-02 19:15.06 ---> saved as "719045dfaf1bc2ebdafac9657ef27f7cc84cc0d706727d1633810dace19c19d1"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall chrome-trace.3.22.0~alpha0;\
                        \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\" != 'chrome-trace.3.22.0~alpha0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
chrome-trace.3.22.0~alpha0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
  - install chrome-trace 3.22.0~alpha0 (pinned)
  - install dune         3.22.0~alpha0          [required by chrome-trace]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved chrome-trace.3.22.0~alpha0, dune.3.22.0~alpha0  (cached)
-> installed dune.3.22.0~alpha0
-> installed chrome-trace.3.22.0~alpha0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-02 19:20.28 ---> saved as "de1c6f47af034626ec660010592c89995a2fcbd325e7770989d6b5aea795b9fe"
Job succeeded
2026-03-02 19:21.20: Job succeeded