(not at the head of any monitored branch or PR)
2026-04-30 02:03.16: New job: test qbf.0.3 with dune.3.23.0~alpha2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29824/head (89a6ae888498500bf7c0fc05361da936fc6acacf)
                              on debian-13-ocaml-5.4/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29824/head" && git reset --hard 89a6ae88
git fetch origin master
git merge --no-edit d1c56642b8ca7e1166c90bfe0c74f38007bbad58
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:00f499d6f7e3b1be41e5b77f79fcd94054ac0247cdd1991aa7156482fe125d44
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 dune.3.23.0~alpha2 3.23.0~alpha2
RUN opam reinstall dune.3.23.0~alpha2; \
    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 "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'dune.3.23.0~alpha2' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN opam reinstall qbf.0.3; \
    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 "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'qbf.0.3' && 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 qbf.0.3) || true
RUN opam reinstall --with-test --verbose qbf.0.3; \
    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 "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'qbf.0.3' && 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-04-30 02:03.16: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:00f499d6f7e3b1be41e5b77f79fcd94054ac0247cdd1991aa7156482fe125d44-dune.3.23.0~alpha2-qbf.0.3-89a6ae888498500bf7c0fc05361da936fc6acacf"
2026-04-30 02:03.16: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:00f499d6f7e3b1be41e5b77f79fcd94054ac0247cdd1991aa7156482fe125d44)
 (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 dune.3.23.0~alpha2 3.23.0~alpha2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall dune.3.23.0~alpha2;\
             \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 \"\\\"debian-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'dune.3.23.0~alpha2' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall qbf.0.3;\
             \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 \"\\\"debian-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'qbf.0.3' && 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 qbf.0.3) || true"))
 (run (shell  "opam reinstall --with-test --verbose qbf.0.3;\
             \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 \"\\\"debian-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'qbf.0.3' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-30 02:03.16: Waiting for resource in pool OCluster
2026-04-30 05:02.20: Waiting for worker…
2026-04-30 05:04.08: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files:  94% (17789/18887)
Updating files:  95% (17943/18887)
Updating files:  96% (18132/18887)
Updating files:  97% (18321/18887)
Updating files:  98% (18510/18887)
Updating files:  99% (18699/18887)
Updating files: 100% (18887/18887)
Updating files: 100% (18887/18887), done.
HEAD is now at d1c56642b8 Merge pull request #29820 from jmid/core-0.17.1-bound
Merge made by the 'ort' strategy.
 .../chrome-trace/chrome-trace.3.23.0~alpha2/opam   | 39 +++++++++++
 .../dune-action-plugin.3.23.0~alpha2/opam          | 52 ++++++++++++++
 .../dune-action-trace.3.23.0~alpha2/opam           | 39 +++++++++++
 .../dune-build-info.3.23.0~alpha2/opam             | 45 ++++++++++++
 .../dune-configurator.3.23.0~alpha2/opam           | 49 +++++++++++++
 packages/dune-glob/dune-glob.3.23.0~alpha2/opam    | 42 ++++++++++++
 .../dune-private-libs.3.23.0~alpha2/opam           | 50 ++++++++++++++
 .../dune-rpc-lwt/dune-rpc-lwt.3.23.0~alpha2/opam   | 41 +++++++++++
 packages/dune-rpc/dune-rpc.3.23.0~alpha2/opam      | 44 ++++++++++++
 packages/dune-site/dune-site.3.23.0~alpha2/opam    | 37 ++++++++++
 packages/dune/dune.3.23.0~alpha2/opam              | 80 ++++++++++++++++++++++
 packages/dyn/dyn.3.23.0~alpha2/opam                | 40 +++++++++++
 packages/fs-io/fs-io.3.23.0~alpha2/opam            | 39 +++++++++++
 packages/ocamlc-loc/ocamlc-loc.3.23.0~alpha2/opam  | 43 ++++++++++++
 packages/ordering/ordering.3.23.0~alpha2/opam      | 38 ++++++++++
 packages/stdune/stdune.3.23.0~alpha2/opam          | 46 +++++++++++++
 .../top-closure/top-closure.3.23.0~alpha2/opam     | 38 ++++++++++
 packages/xdg/xdg.3.23.0~alpha2/opam                | 39 +++++++++++
 18 files changed, 801 insertions(+)
 create mode 100644 packages/chrome-trace/chrome-trace.3.23.0~alpha2/opam
 create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.23.0~alpha2/opam
 create mode 100644 packages/dune-action-trace/dune-action-trace.3.23.0~alpha2/opam
 create mode 100644 packages/dune-build-info/dune-build-info.3.23.0~alpha2/opam
 create mode 100644 packages/dune-configurator/dune-configurator.3.23.0~alpha2/opam
 create mode 100644 packages/dune-glob/dune-glob.3.23.0~alpha2/opam
 create mode 100644 packages/dune-private-libs/dune-private-libs.3.23.0~alpha2/opam
 create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.23.0~alpha2/opam
 create mode 100644 packages/dune-rpc/dune-rpc.3.23.0~alpha2/opam
 create mode 100644 packages/dune-site/dune-site.3.23.0~alpha2/opam
 create mode 100644 packages/dune/dune.3.23.0~alpha2/opam
 create mode 100644 packages/dyn/dyn.3.23.0~alpha2/opam
 create mode 100644 packages/fs-io/fs-io.3.23.0~alpha2/opam
 create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.23.0~alpha2/opam
 create mode 100644 packages/ordering/ordering.3.23.0~alpha2/opam
 create mode 100644 packages/stdune/stdune.3.23.0~alpha2/opam
 create mode 100644 packages/top-closure/top-closure.3.23.0~alpha2/opam
 create mode 100644 packages/xdg/xdg.3.23.0~alpha2/opam

(from ocaml/opam:debian-13-ocaml-5.4@sha256:00f499d6f7e3b1be41e5b77f79fcd94054ac0247cdd1991aa7156482fe125d44)
2026-04-30 05:04.11 ---> using "3ad720629c2266fa8bdd5d2923dac1e3690d78741c5f65fb1eb4d33725df507c" 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-04-30 05:04.11 ---> using "0d128a17914946ba4fe4852d9c905008c6396e0502e54d164cf768f35be583e7" 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-04-30 05:04.11 ---> using "d70296180507e779e1710b2206cbd2ed2063f4f7ba3a5617311725a56ede5942" 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.1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=13
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, 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.1
2026-04-30 05:04.11 ---> using "8495d51697191c14a2d936280d33309feb632049461097708f2914849f49e434" 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-04-30 05:04.11 ---> using "e71fcfd10a966fea9cbc39c81a8170d118ef6c5bc3e82b827a8fc5873a3b02c4" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-30 05:04.12 ---> using "1a95fcfdbe33d3db5ee6da23907452f21ceefede84b20ffd63d9951a0582315e" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-30 05:04.12 ---> using "c06cea79d066df0e24bbd5a14e3fb6af810f6c2510831dea6a3f9b3abe543bc6" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [129 kB]
- Fetched 219 kB in 0s (1815 kB/s)
- Reading package lists...
- 
2026-04-30 05:04.12 ---> using "79dc76009a07376b7d0a125988001bdfe429c021968c950cc37d4850b4405ed8" from cache

/home/opam: (run (shell "opam pin add -k version -yn dune.3.23.0~alpha2 3.23.0~alpha2"))
dune is now pinned to version 3.23.0~alpha2
2026-04-30 05:04.12 ---> using "0fceafb872b30d0895792b4eaa943f03be2c3da266d1c709c5e111c4f9d0ce56" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall dune.3.23.0~alpha2;\
                        \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 \"\\\"debian-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'dune.3.23.0~alpha2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
dune.3.23.0~alpha2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
  - install dune 3.23.0~alpha2 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.23.0~alpha2  (cached)
-> installed dune.3.23.0~alpha2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-30 05:04.12 ---> using "33f3806b768ed3bccb769c14ec85f285cc9a11aedea3160e9b687d42e8d992f8" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall qbf.0.3;\
                        \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 \"\\\"debian-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'qbf.0.3' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
qbf.0.3 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
  - install qbf 0.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved qbf.0.3  (https://opam.ocaml.org/cache)
-> installed qbf.0.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-30 05:04.29 ---> saved as "d608ed644d36c7d4122123dab82c69c2d18d6060473cb546df9791857fe830b5"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test qbf.0.3) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile qbf          0.3
=== install 5 packages
  - install   ocamlfind    1.9.8 [required by ounit]
  - install   ounit        2.2.7 [required by qbf]
  - install   ounit2       2.2.7 [required by ounit]
  - install   seq          base  [required by ounit2]
  - install   stdlib-shims 0.3.0 [required by ounit2]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.8  (https://opam.ocaml.org/cache)
-> retrieved ounit.2.2.7, ounit2.2.2.7  (https://opam.ocaml.org/cache)
-> retrieved qbf.0.3  (https://opam.ocaml.org/cache)
-> retrieved seq.base  (2 extra sources)
-> retrieved seq.base  (2 extra sources)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (https://opam.ocaml.org/cache)
-> installed stdlib-shims.0.3.0
-> installed ounit2.2.2.7
-> removed   qbf.0.3
-> installed ocamlfind.1.9.8
-> installed ounit.2.2.7
[ERROR] The compilation of qbf.0.3 failed at "dune runtest -p qbf -j 71".

#=== ERROR while compiling qbf.0.3 ============================================#
# context              2.5.1 | linux/x86_64 | ocaml-base-compiler.5.4.1 | file:///home/opam/opam-repository
# path                 ~/.opam/5.4/.opam-switch/build/qbf.0.3
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune runtest -p qbf -j 71
# exit-code            1
# env-file             ~/.opam/log/qbf-7-61375e.env
# output-file          ~/.opam/log/qbf-7-61375e.out
### output ###
# File "tests/quantor/dune", lines 1-7, characters 0-98:
# 1 | (rule
# 2 |  (alias runtest)
# 3 |  (deps
# 4 |   (:< test_quantor.exe)
# 5 |   (glob_files **/*))
# 6 |  (action
# 7 |   (run %{<})))
# (cd _build/default/tests/quantor && ./test_quantor.exe)
# EE
# ==============================================================================
# Error: quantor:1:test_quantor_true.
# 
# File "/home/opam/.opam/5.4/.opam-switch/build/qbf.0.3/_build/default/tests/quantor/oUnit-quantor-builder#00.log", line 58, characters 1-1:
# Error: quantor:1:test_quantor_true (in the log).
# 
# Worker stops running: Killed by signal -1
# ------------------------------------------------------------------------------
# ==============================================================================
# Error: quantor:0:test_quantor_false.
# 
# File "/home/opam/.opam/5.4/.opam-switch/build/qbf.0.3/_build/default/tests/quantor/oUnit-quantor-builder#00.log", line 54, characters 1-1:
# Error: quantor:0:test_quantor_false (in the log).
# 
# Worker stops running: Killed by signal -1
# ------------------------------------------------------------------------------
# Ran: 2 tests in: 1.01 seconds.
# FAILED: Cases: 2 Tried: 2 Errors: 2 Failures: 0 Skip:  0 Todo: 0 Timeouts: 0.
# corrupted size vs. prev_size in fastbins
# corrupted size vs. prev_size in fastbins


The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/5.4/.opam-switch/backup/state-20260430050430.export"
Or you can retry to install your package selection with:
    /usr/bin/opam install --restore


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build qbf 0.3
+- 
+- The following changes have been performed
| - remove  qbf          0.3
| - install ocamlfind    1.9.8
| - install ounit        2.2.7
| - install ounit2       2.2.7
| - install seq          base
| - install stdlib-shims 0.3.0
+- 
# To update the current shell environment, run: eval $(opam env)
2026-04-30 05:04.59 ---> saved as "f8475fcd592704dac1f77d4b972467bcfe4de4bbf313726e2cefba246aa60294"

/home/opam: (run (shell  "opam reinstall --with-test --verbose qbf.0.3;\
                        \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 \"\\\"debian-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'qbf.0.3' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
qbf.0.3 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
  - install qbf 0.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/3: [qbf.0.3: extract]
-> retrieved qbf.0.3  (cached)
Processing  2/3: [qbf: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "qbf" "-j" "71" (CWD=/home/opam/.opam/5.4/.opam-switch/build/qbf.0.3)
- (cd _build/default/libs && /usr/bin/make picosat-960/libpicosat.a quantor-3.2/libquantor.a)
- cd picosat-960/; ./configure
- version ... 960
- debug ... no
- log ... no
- stats ... no
- trace ... no
- static ... no
- shared ... no
- targets ... picosat picomcs picomus picogcnf libpicosat.a
- cc ... gcc
- ar ... ar
- ranlib ... ranlib
- cflags ...  -Wall -Wextra -DNDEBUG -O3
- makefile ... done
- cd picosat-960/;\
- make CFLAGS="-fPIC $(grep CFLAGS= makefile | cut -d= -f2)" libpicosat.a;\
- ranlib libpicosat.a
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/qbf.0.3/_build/default/libs/picosat-960'
- gcc -fPIC  -Wall -Wextra -DNDEBUG -O3 -c picosat.c
- rm -f config.h; ./mkconfig > config.h
- gcc -fPIC  -Wall -Wextra -DNDEBUG -O3 -c version.c
- ar rc libpicosat.a picosat.o version.o
- ranlib libpicosat.a
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/qbf.0.3/_build/default/libs/picosat-960'
- cd quantor-3.2/; ./configure --picosat=../picosat-960
- version ... 3.2
- debug ... no
- log ... yes (level 2)
- stats ... yes (level 1)
- check ... no
- fast allocation ... yes
- CC ... gcc
- CC type ... gcc
- ar ... ar
- ranlib ... ranlib
- CC version ... 14
- static ... no
- CFLAGS ... -Wall -W -O3 -DNDEBUG -fno-strict-aliasing
- RAWCFLAGS ... 
- funex ... no (no funex directory found)
- limmat ... no (no limmat directory found)
- nanosat ... no (no nanosat directory found)
- compsat ... no (no compsat directory found)
- booleforce ... no (no booleforce directory found)
- picosat ... yes (in '../picosat-960')
- INC ... -I../picosat-960
- LIB ... -L../picosat-960 -lpicosat
- Word ... unsigned long
- Signature ... unsigned
- signature bits ... 32
- double precision int ... long
- Lit alignment ... 32
- qbfeval usage ... no
- Makefile ... done
- config.h ... done
- cleaning up ... done
- cd quantor-3.2/;\
- make CFLAGS="-fPIC $(grep CFLAGS= Makefile | cut -d= -f2)" libquantor.a
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/qbf.0.3/_build/default/libs/quantor-3.2'
- rm -f options.c; ./genopts < options.sh > options.c
- gcc -fPIC -Wall -W -O3 -DNDEBUG -fno-strict-aliasing -I../picosat-960 -c quantor.c
- ar rc libquantor.a quantor.o
- ranlib libquantor.a
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/qbf.0.3/_build/default/libs/quantor-3.2'
- In function 'simplify_new_clause',
-     inlined from 'add_new_clause.isra' at quantor.c:7138:7:
- quantor.c:5134:13: warning: array subscript 0 is outside array bounds of 'Lit[0]' [-Warray-bounds=]
-  5134 |           v = lit->var;
-       |           ~~^~~~~~~~~~
- In function 'add_new_clause.isra':
- cc1: note: source object is likely at address zero
Processing  2/3: [qbf: dune runtest]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "runtest" "-p" "qbf" "-j" "71" (CWD=/home/opam/.opam/5.4/.opam-switch/build/qbf.0.3)
- File "tests/quantor/dune", lines 1-7, characters 0-98:
- 1 | (rule
- 2 |  (alias runtest)
- 3 |  (deps
- 4 |   (:< test_quantor.exe)
- 5 |   (glob_files **/*))
- 6 |  (action
- 7 |   (run %{<})))
- (cd _build/default/tests/quantor && ./test_quantor.exe)
- EE
- ==============================================================================
- Error: quantor:1:test_quantor_true.
- 
- File "/home/opam/.opam/5.4/.opam-switch/build/qbf.0.3/_build/default/tests/quantor/oUnit-quantor-builder#00.log", line 58, characters 1-1:
- Error: quantor:1:test_quantor_true (in the log).
- 
- Worker stops running: Killed by signal -1
- ------------------------------------------------------------------------------
- ==============================================================================
- Error: quantor:0:test_quantor_false.
- 
- File "/home/opam/.opam/5.4/.opam-switch/build/qbf.0.3/_build/default/tests/quantor/oUnit-quantor-builder#00.log", line 54, characters 1-1:
- Error: quantor:0:test_quantor_false (in the log).
- 
- Worker stops running: Killed by signal -1
- ------------------------------------------------------------------------------
- Ran: 2 tests in: 1.01 seconds.
[ERROR] The compilation of qbf.0.3 failed at "dune runtest -p qbf -j 71".

#=== ERROR while compiling qbf.0.3 ============================================#
# context              2.5.1 | linux/x86_64 | ocaml-base-compiler.5.4.1 | file:///home/opam/opam-repository
# path                 ~/.opam/5.4/.opam-switch/build/qbf.0.3
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune runtest -p qbf -j 71
# exit-code            1
# env-file             ~/.opam/log/qbf-7-eaf441.env
# output-file          ~/.opam/log/qbf-7-eaf441.out
### output ###
# File "tests/quantor/dune", lines 1-7, characters 0-98:
# 1 | (rule
# 2 |  (alias runtest)
# 3 |  (deps
# 4 |   (:< test_quantor.exe)
# 5 |   (glob_files **/*))
# 6 |  (action
# 7 |   (run %{<})))
# (cd _build/default/tests/quantor && ./test_quantor.exe)
# EE
# ==============================================================================
# Error: quantor:1:test_quantor_true.
# 
# File "/home/opam/.opam/5.4/.opam-switch/build/qbf.0.3/_build/default/tests/quantor/oUnit-quantor-builder#00.log", line 58, characters 1-1:
# Error: quantor:1:test_quantor_true (in the log).
# 
# Worker stops running: Killed by signal -1
# ------------------------------------------------------------------------------
# ==============================================================================
# Error: quantor:0:test_quantor_false.
# 
# File "/home/opam/.opam/5.4/.opam-switch/build/qbf.0.3/_build/default/tests/quantor/oUnit-quantor-builder#00.log", line 54, characters 1-1:
# Error: quantor:0:test_quantor_false (in the log).
# 
# Worker stops running: Killed by signal -1
# ------------------------------------------------------------------------------
# Ran: 2 tests in: 1.01 seconds.
# FAILED: Cases: 2 Tried: 2 Errors: 2 Failures: 0 Skip:  0 Todo: 0 Timeouts: 0.
# corrupted size vs. prev_size in fastbins
# corrupted size vs. prev_size in fastbins

- FAILED: Cases: 2 Tried: 2 Errors: 2 Failures: 0 Skip:  0 Todo: 0 Timeouts: 0.
- corrupted size vs. prev_size in fastbins
- corrupted size vs. prev_size in fastbins


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build qbf 0.3
+- 
- No changes have been performed
# To update the current shell environment, run: eval $(opam env)
'opam reinstall --with-test --verbose qbf.0.3' failed.
[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 --with-test --verbose qbf.0.3;
        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 "\"debian-13\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'qbf.0.3' && 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-04-30 05:05.53: Job failed: Failed: Build failed
2026-04-30 05:05.53: Log analysis:
2026-04-30 05:05.53: >>> 
[ERROR] The compilation of qbf.0.3 failed at "dune runtest -p qbf -j 71".
 (score = 20)
2026-04-30 05:05.53: >>> 
# Error: quantor:1:test_quantor_true.
 (score = 48)
2026-04-30 05:05.53: >>> 
# Error: quantor:1:test_quantor_true (in the log).
 (score = 48)
2026-04-30 05:05.53: >>> 
# Error: quantor:0:test_quantor_false.
 (score = 48)
2026-04-30 05:05.53: >>> 
# Error: quantor:0:test_quantor_false (in the log).
 (score = 48)
2026-04-30 05:05.53: >>> 
[ERROR] The compilation of qbf.0.3 failed at "dune runtest -p qbf -j 71".
 (score = 20)
2026-04-30 05:05.53: >>> 
# Error: quantor:1:test_quantor_true.
 (score = 48)
2026-04-30 05:05.53: >>> 
# Error: quantor:1:test_quantor_true (in the log).
 (score = 48)
2026-04-30 05:05.53: >>> 
# Error: quantor:0:test_quantor_false.
 (score = 48)
2026-04-30 05:05.53: >>> 
# Error: quantor:0:test_quantor_false (in the log).
 (score = 48)
2026-04-30 05:05.53: quantor:1:test_quantor_true.