Build:
  1. 0
2025-12-25 08:00.01: New job: test ocamlmerlin-mlx.0.11, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29134/head (79ab5ba09e5dd7817b6fd2ec0117fb0cf7e3bf70)
                              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/29134/head" && git reset --hard 79ab5ba0
git fetch origin master
git merge --no-edit 235b964523a3fb438c9ad050e86b03e07685c4c1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:81755364d526b8448b4cf99ec4f2fb23968d6d0ee7f433700baea7648e5091bc
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 ocamlmerlin-mlx.0.11 0.11
RUN opam reinstall ocamlmerlin-mlx.0.11; \
    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" != 'ocamlmerlin-mlx.0.11' && 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 ocamlmerlin-mlx.0.11) || true
RUN opam reinstall --with-test --verbose ocamlmerlin-mlx.0.11; \
    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" != 'ocamlmerlin-mlx.0.11' && 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-25 08:00.01: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:81755364d526b8448b4cf99ec4f2fb23968d6d0ee7f433700baea7648e5091bc-ocamlmerlin-mlx.0.11-79ab5ba09e5dd7817b6fd2ec0117fb0cf7e3bf70"
2025-12-25 08:00.01: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:81755364d526b8448b4cf99ec4f2fb23968d6d0ee7f433700baea7648e5091bc)
 (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 ocamlmerlin-mlx.0.11 0.11"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ocamlmerlin-mlx.0.11;\
             \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\" != 'ocamlmerlin-mlx.0.11' && 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 ocamlmerlin-mlx.0.11) || true"))
 (run (shell  "opam reinstall --with-test --verbose ocamlmerlin-mlx.0.11;\
             \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\" != 'ocamlmerlin-mlx.0.11' && 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-25 08:00.01: Waiting for resource in pool OCluster
2025-12-25 08:00.01: Waiting for worker…
2025-12-25 08:12.06: Got resource from pool OCluster
Building on riscv-bm-01.sw.ci.dev
All commits already cached
Updating files:  14% (2692/19102)
Updating files:  15% (2866/19102)
Updating files:  16% (3057/19102)
Updating files:  17% (3248/19102)
Updating files:  18% (3439/19102)
Updating files:  19% (3630/19102)
Updating files:  20% (3821/19102)
Updating files:  21% (4012/19102)
Updating files:  22% (4203/19102)
Updating files:  23% (4394/19102)
Updating files:  24% (4585/19102)
Updating files:  25% (4776/19102)
Updating files:  26% (4967/19102)
Updating files:  27% (5158/19102)
Updating files:  27% (5166/19102)
Updating files:  28% (5349/19102)
Updating files:  29% (5540/19102)
Updating files:  30% (5731/19102)
Updating files:  31% (5922/19102)
Updating files:  32% (6113/19102)
Updating files:  33% (6304/19102)
Updating files:  34% (6495/19102)
Updating files:  35% (6686/19102)
Updating files:  36% (6877/19102)
Updating files:  37% (7068/19102)
Updating files:  38% (7259/19102)
Updating files:  39% (7450/19102)
Updating files:  39% (7540/19102)
Updating files:  40% (7641/19102)
Updating files:  41% (7832/19102)
Updating files:  42% (8023/19102)
Updating files:  43% (8214/19102)
Updating files:  44% (8405/19102)
Updating files:  45% (8596/19102)
Updating files:  46% (8787/19102)
Updating files:  47% (8978/19102)
Updating files:  48% (9169/19102)
Updating files:  49% (9360/19102)
Updating files:  50% (9551/19102)
Updating files:  51% (9743/19102)
Updating files:  51% (9865/19102)
Updating files:  52% (9934/19102)
Updating files:  53% (10125/19102)
Updating files:  54% (10316/19102)
Updating files:  55% (10507/19102)
Updating files:  56% (10698/19102)
Updating files:  57% (10889/19102)
Updating files:  58% (11080/19102)
Updating files:  59% (11271/19102)
Updating files:  60% (11462/19102)
Updating files:  61% (11653/19102)
Updating files:  62% (11844/19102)
Updating files:  63% (12035/19102)
Updating files:  63% (12146/19102)
Updating files:  64% (12226/19102)
Updating files:  65% (12417/19102)
Updating files:  66% (12608/19102)
Updating files:  67% (12799/19102)
Updating files:  68% (12990/19102)
Updating files:  69% (13181/19102)
Updating files:  70% (13372/19102)
Updating files:  71% (13563/19102)
Updating files:  72% (13754/19102)
Updating files:  73% (13945/19102)
Updating files:  74% (14136/19102)
Updating files:  75% (14327/19102)
Updating files:  76% (14518/19102)
Updating files:  76% (14563/19102)
Updating files:  77% (14709/19102)
Updating files:  78% (14900/19102)
Updating files:  79% (15091/19102)
Updating files:  80% (15282/19102)
Updating files:  81% (15473/19102)
Updating files:  82% (15664/19102)
Updating files:  83% (15855/19102)
Updating files:  84% (16046/19102)
Updating files:  85% (16237/19102)
Updating files:  86% (16428/19102)
Updating files:  87% (16619/19102)
Updating files:  88% (16810/19102)
Updating files:  88% (16960/19102)
Updating files:  89% (17001/19102)
Updating files:  90% (17192/19102)
Updating files:  91% (17383/19102)
Updating files:  92% (17574/19102)
Updating files:  93% (17765/19102)
Updating files:  94% (17956/19102)
Updating files:  95% (18147/19102)
Updating files:  96% (18338/19102)
Updating files:  97% (18529/19102)
Updating files:  98% (18720/19102)
Updating files:  99% (18911/19102)
Updating files:  99% (19005/19102)
Updating files: 100% (19102/19102)
Updating files: 100% (19102/19102), done.
HEAD is now at 235b964523 Merge pull request #29129 from dx3mod/master
Updating 235b964523..79ab5ba09e
Fast-forward
 packages/mlx/mlx.0.11/opam                         | 41 +++++++++++++++++++++
 packages/ocamlmerlin-mlx/ocamlmerlin-mlx.0.11/opam | 42 ++++++++++++++++++++++
 2 files changed, 83 insertions(+)
 create mode 100644 packages/mlx/mlx.0.11/opam
 create mode 100644 packages/ocamlmerlin-mlx/ocamlmerlin-mlx.0.11/opam

(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:81755364d526b8448b4cf99ec4f2fb23968d6d0ee7f433700baea7648e5091bc)
2025-12-25 08:12.18 ---> using "dbc9a262ce515c4786e12627a89a98edff691cfdb3e813c396d61f7479e57374" 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-25 08:12.18 ---> using "e4e939f30064186632de64992f2d8bfb7961d49ccbf18bc7ca083fa015a3f533" 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-25 08:12.18 ---> using "b280780ec3a5fd4d77325960a7bcdf10dd03db10060b6dfbb26e53dd7ca25074" 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       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-12-25 08:12.18 ---> using "332abaee65a2a66c9bfb5be256b1fd0b83c1d84896c8c75e9c052b2da9eb90a3" 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-25 08:12.18 ---> using "d38dfdbf43870a8038b500af340e8ab2c0d16ba607f40c9e42b8075c53bc1bf4" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-25 08:12.25 ---> using "93902c5c89405731c33cada1e7dfb01043bdfd333bcc93a65dc3290fb0c56d44" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-25 08:12.25 ---> using "29ccc6f2aff8fd17173e69285ffdc30fc8fb03668bfca11449971d9a5b2f1e83" 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-updates/main riscv64 Packages [900 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted riscv64 Packages [9786 B]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1465 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe riscv64 Packages [29.2 kB]
- Get:9 http://ports.ubuntu.com/ubuntu-ports noble-backports/main riscv64 Packages [49.4 kB]
- Get:10 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [921 kB]
- Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [576 kB]
- Fetched 4328 kB in 2s (1745 kB/s)
- Reading package lists...
- 
2025-12-25 08:12.25 ---> using "93eea36c59cf0766025f9a87f46d068340fb051434fa455c0eb2bbee49d416aa" from cache

/home/opam: (run (shell "opam pin add -k version -yn ocamlmerlin-mlx.0.11 0.11"))
ocamlmerlin-mlx is now pinned to version 0.11
2025-12-25 08:12.25 ---> using "3af30b9c5bbae1df7029bb330936ccda94baa508011b18f53591e1a638c9f3f7" from cache

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.20.2  (cached)
-> retrieved merlin-lib.4.19-414  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlmerlin-mlx.0.11  (https://github.com/ocaml-mlx/mlx/releases/download/0.11/mlx-0.11.tbz)
-> retrieved ppx_derivers.1.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 csexp.1.5.2
-> installed ppx_derivers.1.2.1
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed merlin-lib.4.19-414
-> installed ppxlib.0.37.0
-> installed ocamlmerlin-mlx.0.11
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-25 08:12.25 ---> using "0d39b2280c86f758b8d9a46621b5cad2c20b134d81764e5ca9109bc1272c9711" from cache

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test ocamlmerlin-mlx.0.11) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile ocamlmerlin-mlx 0.11 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed   ocamlmerlin-mlx.0.11
-> installed ocamlmerlin-mlx.0.11
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-25 08:14.31 ---> saved as "1679755322016ff2da2d61ec2e4eb16107c43fc763fc7851a9742f2ebdd0f4b7"

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [ocamlmerlin-mlx: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocamlmerlin-mlx" "-j" "3" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ocamlmerlin-mlx.0.11)
-> compiled  ocamlmerlin-mlx.0.11
-> removed   ocamlmerlin-mlx.0.11
-> installed ocamlmerlin-mlx.0.11
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-25 08:16.35 ---> saved as "d975dc65c01aa77ea0e267110b25819a1891dbf2754eaa2760bc11cd39d36b7d"
Job succeeded
2025-12-25 08:17.09: Job succeeded