(not at the head of any monitored branch or PR)
2026-03-23 10:31.38: New job: test ortac-dune.0.8.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29564/head (8afc60ff3217de99b86954a6affb39ff08ce4c60)
                              on archlinux-ocaml-4.14/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/29564/head" && git reset --hard 8afc60ff
git fetch origin master
git merge --no-edit 63b7ba71be83567e54bb667df0f2bb374d74fb61
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:archlinux-ocaml-4.14@sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299
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 ortac-dune.0.8.0 0.8.0
RUN opam reinstall ortac-dune.0.8.0; \
    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 "\"archlinux\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ortac-dune.0.8.0' && 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 ortac-dune.0.8.0) || true
RUN opam reinstall --with-test --verbose ortac-dune.0.8.0; \
    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 "\"archlinux\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ortac-dune.0.8.0' && 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-23 10:31.38: Using cache hint "ocaml/opam:archlinux-ocaml-4.14@sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299-ortac-dune.0.8.0-8afc60ff3217de99b86954a6affb39ff08ce4c60"
2026-03-23 10:31.38: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-4.14@sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299)
 (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 ortac-dune.0.8.0 0.8.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ortac-dune.0.8.0;\
             \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 \"\\\"archlinux\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ortac-dune.0.8.0' && 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 ortac-dune.0.8.0) || true"))
 (run (shell  "opam reinstall --with-test --verbose ortac-dune.0.8.0;\
             \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 \"\\\"archlinux\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ortac-dune.0.8.0' && 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-23 10:31.38: Waiting for resource in pool OCluster
2026-03-23 10:36.35: Waiting for worker…
2026-03-23 10:39.15: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 63b7ba71be Merge pull request #29573 from davesnx/release-parseff-0.2.0
Merge made by the 'ort' strategy.
Auto packing the repository in the background for optimum performance.
See "git help gc" for manual housekeeping.
warning: The last gc run reported the following. Please correct the root cause
and remove .git/gc.log
Automatic cleanup will not be performed until the file is removed.

warning: There are too many unreachable loose objects; run 'git prune' to remove them.

 packages/ortac-core/ortac-core.0.8.0/opam          | 65 ++++++++++++++++++++++
 packages/ortac-dune/ortac-dune.0.8.0/opam          | 47 ++++++++++++++++
 .../ortac-qcheck-stm/ortac-qcheck-stm.0.8.0/opam   | 64 +++++++++++++++++++++
 .../ortac-runtime-qcheck-stm.0.8.0/opam            | 51 +++++++++++++++++
 packages/ortac-runtime/ortac-runtime.0.8.0/opam    | 52 +++++++++++++++++
 packages/ortac-wrapper/ortac-wrapper.0.8.0/opam    | 57 +++++++++++++++++++
 6 files changed, 336 insertions(+)
 create mode 100644 packages/ortac-core/ortac-core.0.8.0/opam
 create mode 100644 packages/ortac-dune/ortac-dune.0.8.0/opam
 create mode 100644 packages/ortac-qcheck-stm/ortac-qcheck-stm.0.8.0/opam
 create mode 100644 packages/ortac-runtime-qcheck-stm/ortac-runtime-qcheck-stm.0.8.0/opam
 create mode 100644 packages/ortac-runtime/ortac-runtime.0.8.0/opam
 create mode 100644 packages/ortac-wrapper/ortac-wrapper.0.8.0/opam

(from ocaml/opam:archlinux-ocaml-4.14@sha256:9d55497511eea9708d67ec77735398b11518279d1d04f8bfcbb12404f22c4299)
2026-03-23 10:39.48 ---> saved as "a466eae14070aec815f5a6ffa3db347a0e358a5fb79fdc6b3b6116aa3b4206b7"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-23 10:39.48 ---> saved as "de8e3509b0887e428166ac0426de011b77defbed7fbffae35f3f6234dd304a96"

/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
[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-23 10:40.17 ---> saved as "07eeae27e857ac1a894a10ea873016463354dc0e35513a66fe1a537e374e6658"

/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=x86_64 os=linux os-distribution=arch os-version=20260308.0.497099
# 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       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-03-23 10:40.20 ---> saved as "49e4f6621d764b0f376d2b8c1568a083f0a8e84498dd7ab03dbbec1c427bfe38"

/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-23 10:40.28 ---> saved as "30067455dfbbca5df814db79ab3e8982ea7f7bf02bf20edfc7c229a0a1ed8cdd"

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-23 10:40.35 ---> saved as "14427d2167486f2c11d12d96960d9ff9d4fb0521d3cd575198c1c9e388035683"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-23 10:40.57 ---> saved as "0893e8b1d0ca88eec7c16425dad8f9935def4590a16f6460bc2ea275d76cb0d7"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
-  core downloading...
-  extra downloading...
2026-03-23 10:40.58 ---> saved as "43cac81dbf54243510ded20ed8748fb3205cc66ac5f27c10c5ba60a637406dc8"

/home/opam: (run (shell "opam pin add -k version -yn ortac-dune.0.8.0 0.8.0"))
ortac-dune is now pinned to version 0.8.0
2026-03-23 10:40.58 ---> saved as "1c1b8c57f86d0ac11857c85c1af6ac7be06008d5605c460745d3a0d92651eecc"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ortac-dune.0.8.0;\
                        \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 \"\\\"archlinux\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'ortac-dune.0.8.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ortac-dune.0.8.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 32 packages
  ∗ cmdliner            2.1.0          [required by ortac-dune]
  ∗ cppo                1.8.0          [required by ppx_deriving]
  ∗ csexp               1.5.2          [required by dune-private-libs]
  ∗ dune                3.22.0         [required by ortac-dune]
  ∗ dune-build-info     3.22.0         [required by ortac-core]
  ∗ dune-private-libs   3.22.0         [required by dune-site]
  ∗ dune-site           3.22.0         [required by ortac-core]
  ∗ dyn                 3.22.0         [required by dune-private-libs]
  ∗ fmt                 0.11.0         [required by ortac-dune]
  ∗ fs-io               3.22.0         [required by stdune]
  ∗ gospel              0.3.1          [required by ortac-core]
  ∗ menhir              20260209       [required by gospel]
  ∗ menhirCST           20260209       [required by menhir]
  ∗ menhirGLR           20260209       [required by menhir]
  ∗ menhirLib           20260209       [required by menhir]
  ∗ menhirSdk           20260209       [required by menhir]
  ∗ ocaml-compiler-libs v0.12.4        [required by gospel]
  ∗ ocamlbuild          0.16.1         [required by fmt]
  ∗ ocamlfind           1.9.8          [required by fmt]
  ∗ ordering            3.22.0         [required by dyn, stdune]
  ∗ ortac-core          0.8.0          [required by ortac-dune]
  ∗ ortac-dune          0.8.0 (pinned)
  ∗ pp                  2.0.0          [required by dune-private-libs]
  ∗ pp_loc              2.1.0          [required by gospel]
  ∗ ppx_derivers        1.2.1          [required by ppx_deriving]
  ∗ ppx_deriving        6.1.1          [required by gospel]
  ∗ ppxlib              0.37.0         [required by ortac-core]
  ∗ sexplib0            v0.17.0        [required by ppxlib]
  ∗ stdlib-shims        0.3.0          [required by ppxlib]
  ∗ stdune              3.22.0         [required by dune-private-libs]
  ∗ top-closure         3.22.0         [required by stdune]
  ∗ topkg               1.1.1          [required by fmt]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved cmdliner.2.1.0  (cached)
⬇ retrieved cppo.1.8.0  (cached)
⬇ retrieved csexp.1.5.2  (cached)
⬇ retrieved dune.3.22.0, dune-build-info.3.22.0, dune-private-libs.3.22.0, dune-site.3.22.0, dyn.3.22.0, fs-io.3.22.0, ordering.3.22.0, stdune.3.22.0, top-closure.3.22.0  (cached)
⬇ retrieved fmt.0.11.0  (cached)
⬇ retrieved gospel.0.3.1  (cached)
⬇ retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
∗ installed cmdliner.2.1.0
⬇ retrieved ocaml-compiler-libs.v0.12.4  (cached)
⬇ retrieved ocamlbuild.0.16.1  (cached)
⬇ retrieved ocamlfind.1.9.8  (cached)
⬇ retrieved ortac-core.0.8.0, ortac-dune.0.8.0  (cached)
⬇ retrieved pp.2.0.0  (cached)
⬇ retrieved pp_loc.2.1.0  (cached)
⬇ retrieved ppx_derivers.1.2.1  (cached)
⬇ retrieved ppx_deriving.6.1.1  (cached)
⬇ retrieved ppxlib.0.37.0  (cached)
⬇ retrieved sexplib0.v0.17.0  (cached)
⬇ retrieved stdlib-shims.0.3.0  (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 dune.3.22.0
∗ installed cppo.1.8.0
∗ installed csexp.1.5.2
∗ installed dune-build-info.3.22.0
∗ installed fs-io.3.22.0
∗ installed menhirCST.20260209
∗ installed menhirGLR.20260209
∗ installed menhirLib.20260209
∗ installed menhirSdk.20260209
∗ installed ocaml-compiler-libs.v0.12.4
∗ installed ordering.3.22.0
∗ installed pp.2.0.0
∗ installed pp_loc.2.1.0
∗ installed ppx_derivers.1.2.1
∗ installed sexplib0.v0.17.0
∗ installed stdlib-shims.0.3.0
∗ installed top-closure.3.22.0
∗ installed dyn.3.22.0
∗ installed stdune.3.22.0
∗ installed menhir.20260209
∗ installed dune-private-libs.3.22.0
∗ installed dune-site.3.22.0
∗ installed ppxlib.0.37.0
∗ installed ppx_deriving.6.1.1
∗ installed gospel.0.3.1
∗ installed ortac-core.0.8.0
∗ installed ortac-dune.0.8.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-23 10:42.41 ---> saved as "d15bc83483522e71faf84df9d354835c5a83401b0b0817d38b113e070e7003be"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test ortac-dune.0.8.0) || true"))
The following actions will be performed:
=== recompile 1 package
  ↻ ortac-dune                 0.8.0 (pinned)
=== install 10 packages
  ∗ conf-gmp                   5              [required by zarith]
  ∗ conf-pkg-config            4              [required by zarith]
  ∗ ortac-qcheck-stm           0.8.0          [required by ortac-dune]
  ∗ ortac-runtime              0.8.0          [required by ortac-wrapper]
  ∗ ortac-runtime-qcheck-stm   0.8.0          [required by ortac-qcheck-stm]
  ∗ ortac-wrapper              0.8.0          [required by ortac-dune]
  ∗ qcheck-core                0.91           [required by qcheck-stm]
  ∗ qcheck-multicoretests-util 0.10           [required by qcheck-stm]
  ∗ qcheck-stm                 0.10           [required by ortac-qcheck-stm]
  ∗ zarith                     1.14           [required by ortac-runtime]

The following system packages will first need to be installed:
    pkgconf

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run pacman to install them (may need root/sudo access)
  2. Display the recommended pacman command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/sbin/sudo "pacman" "-Su" "--noconfirm" "pkgconf"
- :: Starting full system upgrade...
- resolving dependencies...
- looking for conflicting packages...
- 
- Package (13)                  Old Version  New Version  Net Change  Download Size
- 
- extra/bubblewrap              0.11.0-2     0.11.1-1       0.00 MiB       0.04 MiB
- core/ca-certificates-mozilla  3.121-1      3.122-1        0.00 MiB       0.39 MiB
- core/device-mapper            2.03.38-1    2.03.39-1      0.03 MiB       0.28 MiB
- core/expat                    2.7.4-1      2.7.5-1        0.00 MiB       0.12 MiB
- core/icu                      78.2-2       78.3-1         0.00 MiB      11.70 MiB
- core/libnghttp2               1.68.0-1     1.68.1-1       0.00 MiB       0.09 MiB
- core/ncurses                  6.6-1        6.6-2          0.00 MiB       1.17 MiB
- core/perl                     5.42.0-1     5.42.1-1       0.20 MiB      20.42 MiB
- extra/perl-timedate           2.34-1       2.35-1         0.01 MiB       0.06 MiB
- core/systemd                  259.5-1      260-1          0.85 MiB       9.68 MiB
- core/systemd-libs             259.5-1      260-1          0.15 MiB       1.27 MiB
- core/systemd-sysvcompat       259.5-1      260-1          0.00 MiB       0.01 MiB
- core/pkgconf                               2.5.1-1        0.20 MiB       0.07 MiB
- 
- Total Download Size:    45.31 MiB
- Total Installed Size:  160.95 MiB
- Net Upgrade Size:        1.44 MiB
- 
- :: Proceed with installation? [Y/n] 
- :: Retrieving packages...
-  perl-5.42.1-1-x86_64 downloading...
-  icu-78.3-1-x86_64 downloading...
-  systemd-260-1-x86_64 downloading...
-  systemd-libs-260-1-x86_64 downloading...
-  ncurses-6.6-2-x86_64 downloading...
-  ca-certificates-mozilla-3.122-1-x86_64 downloading...
-  device-mapper-2.03.39-1-x86_64 downloading...
-  expat-2.7.5-1-x86_64 downloading...
-  libnghttp2-1.68.1-1-x86_64 downloading...
-  pkgconf-2.5.1-1-x86_64 downloading...
-  perl-timedate-2.35-1-any downloading...
-  bubblewrap-0.11.1-1-x86_64 downloading...
-  systemd-sysvcompat-260-1-x86_64 downloading...
- checking keyring...
- checking package integrity...
- loading package files...
- checking for file conflicts...
- :: Processing package changes...
- installing pkgconf...
- upgrading ncurses...
- upgrading systemd-libs...
- upgrading bubblewrap...
- upgrading ca-certificates-mozilla...
- upgrading device-mapper...
- upgrading expat...
- upgrading icu...
- upgrading libnghttp2...
- upgrading perl...
- upgrading perl-timedate...
- upgrading systemd...
- :: This is a systemd feature update. You may want to have a look at
-    NEWS for what changed, or if you observe unexpected behavior:
-      /usr/share/doc/systemd/NEWS
- Created symlink '/etc/systemd/system/autovt@.service' → '/usr/lib/systemd/system/getty@.service'.
- Created symlink '/etc/systemd/system/getty.target.wants/getty@tty1.service' → '/usr/lib/systemd/system/getty@.service'.
- upgrading systemd-sysvcompat...
- :: Running post-transaction hooks...
- ( 1/13) Creating system user accounts...
- ( 2/13) Creating temporary files...
- /usr/lib/tmpfiles.d/journal-nocow.conf:26: Failed to resolve specifier: uninitialized /etc/ detected, skipping.
- All rules containing unresolvable specifiers will be skipped.
- ( 3/13) Updating journal message catalog...
- ( 4/13) Updating udev hardware database...
- ( 5/13) Applying kernel sysctl settings...
- Failed to check for chroot() environment: Permission denied
-   Skipped: Current root is not booted.
- ( 6/13) Reloading system manager configuration...
- Failed to check for chroot() environment: Permission denied
-   Skipped: Current root is not booted.
- ( 7/13) Reloading user manager configuration...
- Failed to check for chroot() environment: Permission denied
-   Skipped: Current root is not booted.
- ( 8/13) Enqueuing marked services...
- Failed to check for chroot() environment: Permission denied
-   Skipped: Current root is not booted.
- ( 9/13) Reloading device manager configuration...
- Failed to check for chroot() environment: Permission denied
-   Skipped: Current root is not booted.
- (10/13) Arming ConditionNeedsUpdate...
- (11/13) Rebuilding certificate stores...
- (12/13) Reloading system bus configuration...
- Failed to check for chroot() environment: Permission denied
-   Skipped: Current root is not booted.
- (13/13) Checking for old perl modules...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved conf-gmp.5  (https://opam.ocaml.org/cache)
∗ installed conf-pkg-config.4
∗ installed conf-gmp.5
⬇ retrieved ortac-dune.0.8.0, ortac-qcheck-stm.0.8.0, ortac-runtime.0.8.0, ortac-runtime-qcheck-stm.0.8.0, ortac-wrapper.0.8.0  (https://github.com/ocaml-gospel/ortac/archive/refs/tags/0.8.0/.tar.gz)
⬇ retrieved qcheck-core.0.91  (https://opam.ocaml.org/cache)
⬇ retrieved qcheck-multicoretests-util.0.10, qcheck-stm.0.10  (https://opam.ocaml.org/cache)
⬇ retrieved zarith.1.14  (https://opam.ocaml.org/cache)
⊘ removed   ortac-dune.0.8.0
∗ installed qcheck-core.0.91
∗ installed qcheck-multicoretests-util.0.10
∗ installed qcheck-stm.0.10
∗ installed zarith.1.14
∗ installed ortac-runtime.0.8.0
∗ installed ortac-runtime-qcheck-stm.0.8.0
∗ installed ortac-wrapper.0.8.0
∗ installed ortac-qcheck-stm.0.8.0
∗ installed ortac-dune.0.8.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-23 10:43.09 ---> saved as "c6c2162bbadf772b2e2dd8508625dce0771ec4976c12877951063ce44d189bf9"

/home/opam: (run (shell  "opam reinstall --with-test --verbose ortac-dune.0.8.0;\
                        \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 \"\\\"archlinux\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'ortac-dune.0.8.0' && 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
  ↻ ortac-dune 0.8.0 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [ortac-dune: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ortac-dune" "-j" "71" "--promote-install-files=false" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ortac-dune.0.8.0)
Processing  2/4: [ortac-dune: dune install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "ortac-dune" "--create-install-files" "ortac-dune" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ortac-dune.0.8.0)
λ compiled  ortac-dune.0.8.0
⊘ removed   ortac-dune.0.8.0
∗ installed ortac-dune.0.8.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-23 10:43.14 ---> saved as "b8068c54404aca316c5b61253da13e9097eee25dede950f77d57590ed34ac7cf"
Job succeeded
2026-03-23 10:43.24: Job succeeded