(not at the head of any monitored branch or PR)
2026-01-20 13:21.06: New job: build rowex.0.0.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29251/head (118451ed7eae40a1da968e9e6c9a1ead45da0e36)
                              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/29251/head" && git reset --hard 118451ed
git fetch origin master
git merge --no-edit 1c997ec9e6ebc6ea699547000cb8dfa44e52efaa
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f20ef09e777da135c4ee8d0398873c087223035afd7a128f8bfd33dd9b8f4966
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 rowex.0.0.1 0.0.1
RUN opam reinstall rowex.0.0.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" != 'rowex.0.0.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 .

2026-01-20 13:21.06: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f20ef09e777da135c4ee8d0398873c087223035afd7a128f8bfd33dd9b8f4966-rowex.0.0.1-118451ed7eae40a1da968e9e6c9a1ead45da0e36"
2026-01-20 13:21.06: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f20ef09e777da135c4ee8d0398873c087223035afd7a128f8bfd33dd9b8f4966)
 (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 rowex.0.0.1 0.0.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall rowex.0.0.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\" != 'rowex.0.0.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-01-20 13:21.06: Waiting for resource in pool OCluster
2026-01-20 13:21.06: Waiting for worker…
2026-01-20 15:20.05: Got resource from pool OCluster
Building on riscv-bm-04.sw.ci.dev
All commits already cached
Updating files:  14% (2718/19235)
Updating files:  15% (2886/19235)
Updating files:  16% (3078/19235)
Updating files:  17% (3270/19235)
Updating files:  18% (3463/19235)
Updating files:  19% (3655/19235)
Updating files:  20% (3847/19235)
Updating files:  21% (4040/19235)
Updating files:  22% (4232/19235)
Updating files:  23% (4425/19235)
Updating files:  24% (4617/19235)
Updating files:  25% (4809/19235)
Updating files:  26% (5002/19235)
Updating files:  27% (5194/19235)
Updating files:  27% (5273/19235)
Updating files:  28% (5386/19235)
Updating files:  29% (5579/19235)
Updating files:  30% (5771/19235)
Updating files:  31% (5963/19235)
Updating files:  32% (6156/19235)
Updating files:  33% (6348/19235)
Updating files:  34% (6540/19235)
Updating files:  35% (6733/19235)
Updating files:  36% (6925/19235)
Updating files:  37% (7117/19235)
Updating files:  38% (7310/19235)
Updating files:  39% (7502/19235)
Updating files:  40% (7694/19235)
Updating files:  41% (7887/19235)
Updating files:  41% (7958/19235)
Updating files:  42% (8079/19235)
Updating files:  43% (8272/19235)
Updating files:  44% (8464/19235)
Updating files:  45% (8656/19235)
Updating files:  46% (8849/19235)
Updating files:  47% (9041/19235)
Updating files:  48% (9233/19235)
Updating files:  49% (9426/19235)
Updating files:  50% (9618/19235)
Updating files:  51% (9810/19235)
Updating files:  52% (10003/19235)
Updating files:  53% (10195/19235)
Updating files:  54% (10387/19235)
Updating files:  54% (10464/19235)
Updating files:  55% (10580/19235)
Updating files:  56% (10772/19235)
Updating files:  57% (10964/19235)
Updating files:  58% (11157/19235)
Updating files:  59% (11349/19235)
Updating files:  60% (11541/19235)
Updating files:  61% (11734/19235)
Updating files:  62% (11926/19235)
Updating files:  63% (12119/19235)
Updating files:  64% (12311/19235)
Updating files:  65% (12503/19235)
Updating files:  66% (12696/19235)
Updating files:  66% (12758/19235)
Updating files:  67% (12888/19235)
Updating files:  68% (13080/19235)
Updating files:  69% (13273/19235)
Updating files:  70% (13465/19235)
Updating files:  71% (13657/19235)
Updating files:  72% (13850/19235)
Updating files:  73% (14042/19235)
Updating files:  74% (14234/19235)
Updating files:  75% (14427/19235)
Updating files:  76% (14619/19235)
Updating files:  77% (14811/19235)
Updating files:  78% (15004/19235)
Updating files:  78% (15024/19235)
Updating files:  79% (15196/19235)
Updating files:  80% (15388/19235)
Updating files:  81% (15581/19235)
Updating files:  82% (15773/19235)
Updating files:  83% (15966/19235)
Updating files:  84% (16158/19235)
Updating files:  85% (16350/19235)
Updating files:  86% (16543/19235)
Updating files:  87% (16735/19235)
Updating files:  88% (16927/19235)
Updating files:  89% (17120/19235)
Updating files:  90% (17312/19235)
Updating files:  90% (17396/19235)
Updating files:  91% (17504/19235)
Updating files:  92% (17697/19235)
Updating files:  93% (17889/19235)
Updating files:  94% (18081/19235)
Updating files:  95% (18274/19235)
Updating files:  96% (18466/19235)
Updating files:  97% (18658/19235)
Updating files:  98% (18851/19235)
Updating files:  99% (19043/19235)
Updating files: 100% (19235/19235)
Updating files: 100% (19235/19235), done.
HEAD is now at 1c997ec9e6 Merge pull request #29241 from polytypic/release-multicore-magic-2.3.2
Updating 1c997ec9e6..118451ed7e
Fast-forward
 packages/bancos/bancos.0.0.1/opam | 36 ++++++++++++++++++++++++++++++++++++
 packages/bank/bank.0.0.1/opam     | 32 ++++++++++++++++++++++++++++++++
 packages/rowex/rowex.0.0.1/opam   | 29 +++++++++++++++++++++++++++++
 3 files changed, 97 insertions(+)
 create mode 100644 packages/bancos/bancos.0.0.1/opam
 create mode 100644 packages/bank/bank.0.0.1/opam
 create mode 100644 packages/rowex/rowex.0.0.1/opam

(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f20ef09e777da135c4ee8d0398873c087223035afd7a128f8bfd33dd9b8f4966)
2026-01-20 15:24.33 ---> saved as "4626d4a5a131a88d02479f5c3b21defc447f75fbe8e0dea7762a8bf70d192939"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-20 15:24.34 ---> saved as "2cf77de0c9217b9f307fb96292f7e750553dddea1ae1c3af3d877c5064cd48be"

/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-01-20 15:26.29 ---> saved as "e97b1f5b3923c1d4406517373572055c44243d2c7e5d515860195f8caac29ab2"

/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
2026-01-20 15:26.32 ---> saved as "7446a1617c0a540a3bcb1fa66767241aea48568e6441847fecb4c62276a88c16"

/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-01-20 15:27.11 ---> saved as "6a1c59d3cd71ed778ec1a09ca3f6c9b8135cf735686be40ac73fa2d2fb3e5849"

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-20 15:27.39 ---> saved as "da8159ccd56cd48b8ae9571e46efed713fdc539f7ba6cb56b4dbbfa103965ac7"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-20 15:29.12 ---> saved as "a85d485c891ac92c67978a6c585916735b78663f2d396d739d807bd27fb3d809"

/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 [908 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1479 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [585 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [931 kB]
- Fetched 4282 kB in 2s (2148 kB/s)
- Reading package lists...
- 
2026-01-20 15:29.20 ---> saved as "59e6560ff1e4a143ef7b7cabfb99b5316147f7b990ee48365f9ce0b78dd36564"

/home/opam: (run (shell "opam pin add -k version -yn rowex.0.0.1 0.0.1"))
rowex is now pinned to version 0.0.1
2026-01-20 15:29.23 ---> saved as "2d78c7bf4584f5f27950ab96f50aeb0be7ff2151443af417c52efbb3e4517467"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall rowex.0.0.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\" != 'rowex.0.0.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
rowex.0.0.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 9 packages
  - install csexp             1.5.2          [required by dune-configurator]
  - install dune              3.21.0         [required by rowex]
  - install dune-configurator 3.21.0         [required by rowex]
  - install fmt               0.11.0         [required by rowex]
  - install logs              0.10.0         [required by rowex]
  - install ocamlbuild        0.16.1         [required by fmt, logs]
  - install ocamlfind         1.9.8          [required by fmt, logs]
  - install rowex             0.0.1 (pinned)
  - install topkg             1.1.1          [required by fmt, logs]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.21.0, dune-configurator.3.21.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved rowex.0.0.1  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed logs.0.10.0
-> installed dune.3.21.0
-> installed csexp.1.5.2
-> installed dune-configurator.3.21.0
[ERROR] The compilation of rowex.0.0.1 failed at "dune build -p rowex -j 3".

#=== ERROR while compiling rowex.0.0.1 ========================================#
# context              2.5.0 | linux/riscv64 | ocaml-base-compiler.4.14.2 | pinned(https://github.com/robur-coop/bancos/releases/download/v0.0.1/bancos-0.0.1.tbz)
# path                 ~/.opam/4.14/.opam-switch/build/rowex.0.0.1
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p rowex -j 3
# exit-code            1
# env-file             ~/.opam/log/rowex-7-255f31.env
# output-file          ~/.opam/log/rowex-7-255f31.out
### output ###
# File "lib/dune", line 23, characters 9-14:
# 23 |   (names rowex)))
#               ^^^^^
# (cd _build/default/lib && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -std=c11 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/logs -I . -o rowex.o -c rowex.c)
# rowex.c:76:2: error: #error "Unsupported target. You must support SSE2."
#    76 | #error "Unsupported target. You must support SSE2."
#       |  ^~~~~
# rowex.c: In function 'ml_n16_get_child':
# rowex.c:82:3: error: unknown type name '__m128i'
#    82 |   __m128i cmp = _mm_cmpeq_epi8(_mm_set1_epi8(k ^ 128),
#       |   ^~~~~~~
# rowex.c:82:17: warning: implicit declaration of function '_mm_cmpeq_epi8' [-Wimplicit-function-declaration]
#    82 |   __m128i cmp = _mm_cmpeq_epi8(_mm_set1_epi8(k ^ 128),
#       |                 ^~~~~~~~~~~~~~
# rowex.c:82:32: warning: implicit declaration of function '_mm_set1_epi8' [-Wimplicit-function-declaration]
#    82 |   __m128i cmp = _mm_cmpeq_epi8(_mm_set1_epi8(k ^ 128),
#       |                                ^~~~~~~~~~~~~
# rowex.c:83:32: warning: implicit declaration of function '_mm_loadu_si128' [-Wimplicit-function-declaration]
#    83 |                                _mm_loadu_si128((const __m128i *)(keys)));
#       |                                ^~~~~~~~~~~~~~~
# rowex.c:83:55: error: unknown type name '__m128i'
#    83 |                                _mm_loadu_si128((const __m128i *)(keys)));
#       |                                                       ^~~~~~~
# rowex.c:84:23: warning: implicit declaration of function '_mm_movemask_epi8' [-Wimplicit-function-declaration]
#    84 |   unsigned bitfield = _mm_movemask_epi8(cmp) & ((1 << compact_count) - 1);
#       |                       ^~~~~~~~~~~~~~~~~



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build rowex 0.0.1
+- 
+- The following changes have been performed
| - install csexp             1.5.2
| - install dune              3.21.0
| - install dune-configurator 3.21.0
| - install fmt               0.11.0
| - install logs              0.10.0
| - install ocamlbuild        0.16.1
| - install ocamlfind         1.9.8
| - install topkg             1.1.1
+- 
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20260120152925.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall rowex.0.0.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" != 'rowex.0.0.1' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 1
2026-01-20 15:34.48: Job failed: Failed: Build failed
2026-01-20 15:34.48: Log analysis:
2026-01-20 15:34.48: >>> 
[ERROR] The compilation of rowex.0.0.1 failed at "dune build -p rowex -j 3".
 (score = 20)
2026-01-20 15:34.48: >>> 
# rowex.c:76:2: error: #error "Unsupported target. You must support SSE2."
 (score = 30)
2026-01-20 15:34.48: >>> 
# rowex.c:82:3: error: unknown type name '__m128i'
 (score = 30)
2026-01-20 15:34.48: >>> 
# rowex.c:83:55: error: unknown type name '__m128i'
 (score = 30)
2026-01-20 15:34.48: #error "Unsupported target. You must support SSE2."