(not at the head of any monitored branch or PR)
2025-04-15 17:25.00: New job: test alt-ergo-lib.2.6.1, using opam 2.1
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27765/head (d886f1ddede6cbe13b7a917fc82e9d587b7ad7b4)
                              on debian-12-ocaml-5.3/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/27765/head" && git reset --hard d886f1dd
git fetch origin master
git merge --no-edit e6dedb1eed4b290f755e8755ac00728e09854600
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:cda55e84863b5c1f4e5bd28bdeb54129bfbff2dd578bbcc8ffdb236107584a66
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.1 /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 alt-ergo-lib.2.6.1 2.6.1
RUN opam reinstall alt-ergo-lib.2.6.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 "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'alt-ergo-lib.2.6.1' && 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 alt-ergo-lib.2.6.1) || true
RUN opam reinstall --with-test --verbose alt-ergo-lib.2.6.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 "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'alt-ergo-lib.2.6.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 .

2025-04-15 17:25.00: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:cda55e84863b5c1f4e5bd28bdeb54129bfbff2dd578bbcc8ffdb236107584a66-alt-ergo-lib.2.6.1-d886f1ddede6cbe13b7a917fc82e9d587b7ad7b4"
2025-04-15 17:25.00: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:cda55e84863b5c1f4e5bd28bdeb54129bfbff2dd578bbcc8ffdb236107584a66)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 alt-ergo-lib.2.6.1 2.6.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall alt-ergo-lib.2.6.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 \"\\\"debian-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'alt-ergo-lib.2.6.1' && 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 alt-ergo-lib.2.6.1) || true"))
 (run (shell  "opam reinstall --with-test --verbose alt-ergo-lib.2.6.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 \"\\\"debian-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'alt-ergo-lib.2.6.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-04-15 17:25.00: Waiting for resource in pool OCluster
2025-04-16 07:17.03: Waiting for worker…
2025-04-16 07:21.40: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  91% (20941/22877)
Updating files:  92% (21047/22877)
Updating files:  93% (21276/22877)
Updating files:  94% (21505/22877)
Updating files:  95% (21734/22877)
Updating files:  96% (21962/22877)
Updating files:  97% (22191/22877)
Updating files:  98% (22420/22877)
Updating files:  99% (22649/22877)
Updating files: 100% (22877/22877)
Updating files: 100% (22877/22877), done.
HEAD is now at e6dedb1eed Merge pull request #27749 from toots/opam-publish-ffmpeg.1.2.3
Updating e6dedb1eed..d886f1dded
Fast-forward
 packages/alt-ergo-lib/alt-ergo-lib.2.6.1/opam      | 70 ++++++++++++++++++++++
 .../alt-ergo-parsers/alt-ergo-parsers.2.6.1/opam   | 56 +++++++++++++++++
 .../alt-ergo-plugin-ab-why3.2.6.1/opam             | 51 ++++++++++++++++
 packages/alt-ergo/alt-ergo.2.6.1/opam              | 55 +++++++++++++++++
 4 files changed, 232 insertions(+)
 create mode 100644 packages/alt-ergo-lib/alt-ergo-lib.2.6.1/opam
 create mode 100644 packages/alt-ergo-parsers/alt-ergo-parsers.2.6.1/opam
 create mode 100644 packages/alt-ergo-plugin-ab-why3/alt-ergo-plugin-ab-why3.2.6.1/opam
 create mode 100644 packages/alt-ergo/alt-ergo.2.6.1/opam

(from ocaml/opam:debian-12-ocaml-5.3@sha256:cda55e84863b5c1f4e5bd28bdeb54129bfbff2dd578bbcc8ffdb236107584a66)
2025-04-16 07:21.48 ---> using "19877b52b990c5a970510eb0ace473d379b5f4771b9feb9f573b1d3119b07d2c" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2025-04-16 07:21.48 ---> using "0e8cd8aeb2b1250b4b2c28030afde9af51a12d5190e70cfa5b81aaa0a6df9cf1" 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, 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-04-16 07:22.55 ---> saved as "27666dba8c30c00af8f0c7b513382b48aec977a54d1d443f65f671520b1431fe"

/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.1.6 (263921263e1f745613e2882745114b7b08f3608b) 
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=12
# solver               builtin-0install
# install-criteria     
# upgrade-criteria     
# jobs                 39
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.3
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.3.0
2025-04-16 07:22.57 ---> saved as "155080909bac31eb8f30cebc40840c7a917dcba1e7c27ee329f3a85cf9e94d9c"

/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-04-16 07:23.09 ---> saved as "565b27f0d3febb17b60c338bb140e1356fe61130615822a200acec5bcfd29576"

/home/opam: (copy (src .) (dst opam-repository/))
2025-04-16 07:23.21 ---> saved as "418da01fd6b5888d982f8cd16f977382dae9ac1fd285dfa382bd9ff36b8e43a3"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-04-16 07:23.36 ---> saved as "34ee8d0523191bf9ee91cbbfdf3b8997efc55795aa696343810ec389bc9d00b0"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [254 kB]
- Fetched 357 kB in 0s (895 kB/s)
- Reading package lists...
2025-04-16 07:23.38 ---> saved as "1a165549d6032ba251f5b7df3e78a540c2e8dc8137a62faac65c9856a3dfa372"

/home/opam: (run (shell "opam pin add -k version -yn alt-ergo-lib.2.6.1 2.6.1"))
alt-ergo-lib is now pinned to version 2.6.1
2025-04-16 07:23.40 ---> saved as "a92d5e923ce3977e1ee264af2103fbb40426a73f95c2456063085ca6dcb20d18"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall alt-ergo-lib.2.6.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 \"\\\"debian-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'alt-ergo-lib.2.6.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
alt-ergo-lib.2.6.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
  - install ocamlbuild          0.16.1   [required by hmap, fmt, logs]
  - install dune                3.18.0   [required by alt-ergo-lib]
  - install seq                 base     [required by alt-ergo-lib]
  - install conf-gmp            5        [required by zarith]
  - install conf-pkg-config     4        [required by zarith]
  - install ocamlfind           1.9.8    [required by ppx_deriving, camlzip, ocplib-simplex, zarith]
  - install stdlib-shims        0.3.0    [required by alt-ergo-lib]
  - install sexplib0            v0.17.0  [required by ppxlib]
  - install ppx_derivers        1.2.1    [required by ppx_deriving]
  - install pp_loc              2.1.0    [required by dolmen_loop]
  - install ocaml-compiler-libs v0.17.0  [required by ppxlib]
  - install menhirSdk           20240715 [required by menhir]
  - install menhirLib           20240715 [required by menhir]
  - install menhirCST           20240715 [required by menhir]
  - install dune-build-info     3.18.0   [required by alt-ergo-lib]
  - install cppo                1.8.0    [required by ppx_deriving]
  - install gen                 1.1      [required by dolmen_loop]
  - install conf-zlib           1        [required by camlzip]
  - install zarith              1.14     [required by alt-ergo-lib]
  - install topkg               1.0.8    [required by hmap, fmt, logs]
  - install spelll              0.4      [required by dolmen_type]
  - install ppxlib              0.36.0   [required by ppx_blob, ppx_deriving]
  - install menhir              20240715 [required by dolmen]
  - install camlzip             1.13     [required by alt-ergo-lib]
  - install uutf                1.0.4    [required by dolmen_type]
  - install hmap                0.8.1    [required by dolmen]
  - install fmt                 0.10.0   [required by alt-ergo-lib]
  - install ppx_deriving        6.1.0    [required by alt-ergo-lib]
  - install ppx_blob            0.9.0    [required by alt-ergo-lib]
  - install logs                0.8.0    [required by ocplib-simplex]
  - install dolmen              0.10     [required by alt-ergo-lib]
  - install ocplib-simplex      0.5.1    [required by alt-ergo-lib]
  - install dolmen_type         0.10     [required by alt-ergo-lib]
  - install dolmen_loop         0.10     [required by alt-ergo-lib]
  - install alt-ergo-lib        2.6.1*
===== 35 to install =====

The following system packages will first need to be installed:
    libgmp-dev pkg-config zlib1g-dev

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config" "zlib1g-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18778 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../6-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u10) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alt-ergo-lib.2.6.1  (cached)
-> retrieved camlzip.1.13  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-pkg-config.4
-> installed conf-gmp.5
-> installed conf-zlib.1
-> retrieved dolmen.0.10  (cached)
-> retrieved dolmen_loop.0.10  (cached)
-> retrieved dolmen_type.0.10  (cached)
-> retrieved dune.3.18.0  (cached)
-> retrieved dune-build-info.3.18.0  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved menhir.20240715  (cached)
-> retrieved menhirCST.20240715  (cached)
-> retrieved menhirLib.20240715  (cached)
-> retrieved menhirSdk.20240715  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-simplex.0.5.1  (cached)
-> retrieved pp_loc.2.1.0  (cached)
-> retrieved ppx_blob.0.9.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.1.0  (cached)
-> retrieved ppxlib.0.36.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved spelll.0.4  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed camlzip.1.13
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.0.8
-> installed hmap.0.8.1
-> installed uutf.1.0.4
-> installed fmt.0.10.0
-> installed logs.0.8.0
-> installed dune.3.18.0
-> installed ppx_derivers.1.2.1
-> installed menhirCST.20240715
-> installed stdlib-shims.0.3.0
-> installed pp_loc.2.1.0
-> installed cppo.1.8.0
-> installed menhirSdk.20240715
-> installed ocplib-simplex.0.5.1
-> installed sexplib0.v0.17.0
-> installed spelll.0.4
-> installed gen.1.1
-> installed menhirLib.20240715
-> installed dune-build-info.3.18.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed menhir.20240715
-> installed ppxlib.0.36.0
-> installed ppx_blob.0.9.0
-> installed ppx_deriving.6.1.0
-> installed dolmen.0.10
-> installed dolmen_type.0.10
-> installed dolmen_loop.0.10
-> installed alt-ergo-lib.2.6.1
Done.
# Run eval $(opam env) to update the current shell environment
2025-04-16 07:24.50 ---> saved as "4365b0688a9a2e7e42e41b309c8892b835c3c788141b774ac60350a5502a4bf3"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test alt-ergo-lib.2.6.1) || true"))
The following actions will be performed:
  - install   qcheck-core  0.22   [required by qcheck]
  - install   ounit2       2.2.7  [required by qcheck-ounit]
  - install   qcheck-ounit 0.22   [required by qcheck]
  - install   qcheck       0.22   [required by alt-ergo-lib]
  - recompile alt-ergo-lib 2.6.1*
===== 4 to install | 1 to recompile =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ounit2.2.2.7  (https://github.com/gildor478/ounit/releases/download/v2.2.7/ounit-2.2.7.tbz)
-> retrieved qcheck.0.22  (https://github.com/c-cube/qcheck/archive/v0.22.tar.gz)
-> retrieved qcheck-core.0.22  (cached)
-> retrieved qcheck-ounit.0.22  (cached)
-> installed ounit2.2.2.7
-> removed   alt-ergo-lib.2.6.1
-> installed qcheck-core.0.22
-> installed qcheck-ounit.0.22
-> installed qcheck.0.22
-> installed alt-ergo-lib.2.6.1
Done.
# Run eval $(opam env) to update the current shell environment
2025-04-16 07:25.13 ---> saved as "5eb2d1e8a940dac5aaaf27276dca808ad2559ce23c9f57c795d6a4eb71f8c23e"

/home/opam: (run (shell  "opam reinstall --with-test --verbose alt-ergo-lib.2.6.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 \"\\\"debian-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'alt-ergo-lib.2.6.1' && 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 alt-ergo-lib 2.6.1*

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [alt-ergo-lib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "alt-ergo-lib" "-j" "39" "--promote-install-files=false" "@install" "@runtest" (CWD=/home/opam/.opam/5.3/.opam-switch/build/alt-ergo-lib.2.6.1)
- (cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -w -40 -bin-annot -w -22 -open Alt_ergo_prelude -g -bin-annot -bin-annot-occurrences -I src/lib/.AltErgoLib.objs/byte -I /home/opam/.opam/5.3/lib/camlzip -I /home/opam/.opam/5.3/lib/dolmen -I /home/opam/.opam/5.3/lib/dolmen/ae -I /home/opam/.opam/5.3/lib/dolmen/class -I /home/opam/.opam/5.3/lib/dolmen/dimacs -I /home/opam/.opam/5.3/lib/dolmen/icnf -I /home/opam/.opam/5.3/lib/dolmen/intf -I /home/opam/.opam/5.3/lib/dolmen/line -I /home/opam/.opam/5.3/lib/dolmen/smtlib2 -I /home/opam/.opam/5.3/lib/dolmen/smtlib2/poly -I /home/opam/.opam/5.3/lib/dolmen/smtlib2/v6 -I /home/opam/.opam/5.3/lib/dolmen/smtlib2/v6_response -I /home/opam/.opam/5.3/lib/dolmen/smtlib2/v6_script -I /home/opam/.opam/5.3/lib/dolmen/std -I /home/opam/.opam/5.3/lib/dolmen/tptp -I /home/opam/.opam/5.3/lib/dolmen/tptp/v6_3_0 -I /home/opam/.opam/5.3/lib/dolmen/zf -I /home/opam/.opam/5.3/lib/dolmen_loop -I /home/opam/.opam/5.3/lib/dolmen_type -I /home/opam/.opam/5.3/lib/dune-build-info -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/gen -I /home/opam/.opam/5.3/lib/hmap -I /home/opam/.opam/5.3/lib/logs -I /home/opam/.opam/5.3/lib/logs/fmt -I /home/opam/.opam/5.3/lib/menhirLib -I /home/opam/.opam/5.3/lib/ocaml/dynlink -I /home/opam/.opam/5.3/lib/ocaml/str -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/ocplib-simplex -I /home/opam/.opam/5.3/lib/pp_loc -I /home/opam/.opam/5.3/lib/ppx_deriving/runtime -I /home/opam/.opam/5.3/lib/seq -I /home/opam/.opam/5.3/lib/spelll -I /home/opam/.opam/5.3/lib/stdlib-shims -I /home/opam/.opam/5.3/lib/uutf -I /home/opam/.opam/5.3/lib/zarith -I /home/opam/.opam/5.3/lib/zip -I src/.alt_ergo_prelude.objs/byte -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/byte/altErgoLib__Util.cmi -c -intf src/lib/util/util.pp.mli)
- File "src/lib/util/util.mli", line 98, characters 6-12:
- 98 | val [@inline always] compare_algebraic : 'a -> 'a -> (('a * 'a) -> int) -> int
-            ^^^^^^
- Warning 53 [misplaced-attribute]: the "inline" attribute cannot appear in this context
- 
- File "src/lib/util/util.mli", line 100, characters 6-12:
- 100 | val [@inline always] cmp_lists: 'a list -> 'a list -> ('a -> 'a -> int) -> int
-             ^^^^^^
- Warning 53 [misplaced-attribute]: the "inline" attribute cannot appear in this context
- (cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -w -40 -bin-annot -w -22 -open Alt_ergo_prelude -g -bin-annot -bin-annot-occurrences -I src/lib/.AltErgoLib.objs/byte -I /home/opam/.opam/5.3/lib/camlzip -I /home/opam/.opam/5.3/lib/dolmen -I /home/opam/.opam/5.3/lib/dolmen/ae -I /home/opam/.opam/5.3/lib/dolmen/class -I /home/opam/.opam/5.3/lib/dolmen/dimacs -I /home/opam/.opam/5.3/lib/dolmen/icnf -I /home/opam/.opam/5.3/lib/dolmen/intf -I /home/opam/.opam/5.3/lib/dolmen/line -I /home/opam/.opam/5.3/lib/dolmen/smtlib2 -I /home/opam/.opam/5.3/lib/dolmen/smtlib2/poly -I /home/opam/.opam/5.3/lib/dolmen/smtlib2/v6 -I /home/opam/.opam/5.3/lib/dolmen/smtlib2/v6_response -I /home/opam/.opam/5.3/lib/dolmen/smtlib2/v6_script -I /home/opam/.opam/5.3/lib/dolmen/std -I /home/opam/.opam/5.3/lib/dolmen/tptp -I /home/opam/.opam/5.3/lib/dolmen/tptp/v6_3_0 -I /home/opam/.opam/5.3/lib/dolmen/zf -I /home/opam/.opam/5.3/lib/dolmen_loop -I /home/opam/.opam/5.3/lib/dolmen_type -I /home/opam/.opam/5.3/lib/dune-build-info -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/gen -I /home/opam/.opam/5.3/lib/hmap -I /home/opam/.opam/5.3/lib/logs -I /home/opam/.opam/5.3/lib/logs/fmt -I /home/opam/.opam/5.3/lib/menhirLib -I /home/opam/.opam/5.3/lib/ocaml/dynlink -I /home/opam/.opam/5.3/lib/ocaml/str -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/ocplib-simplex -I /home/opam/.opam/5.3/lib/pp_loc -I /home/opam/.opam/5.3/lib/ppx_deriving/runtime -I /home/opam/.opam/5.3/lib/seq -I /home/opam/.opam/5.3/lib/spelll -I /home/opam/.opam/5.3/lib/stdlib-shims -I /home/opam/.opam/5.3/lib/uutf -I /home/opam/.opam/5.3/lib/zarith -I /home/opam/.opam/5.3/lib/zip -I src/.alt_ergo_prelude.objs/byte -intf-suffix .ml -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/byte/altErgoLib__Satml.cmo -c -impl src/lib/reasoners/satml.pp.ml)
- File "src/lib/reasoners/satml.ml", line 1936, characters 12-21:
- 1936 |             solve env; assert false
-                    ^^^^^^^^^
- Warning 21 [nonreturning-statement]: this statement never returns (or has an unsound type.)
- 
- File "src/lib/reasoners/satml.ml", line 1955, characters 12-21:
- 1955 |         try solve env; assert false
-                    ^^^^^^^^^
- Warning 21 [nonreturning-statement]: this statement never returns (or has an unsound type.)
- (cd _build/default && /home/opam/.opam/5.3/bin/ocamlopt.opt -w -40 -bin-annot -w -22 -open Alt_ergo_prelude -O3 -unbox-closures -I src/lib/.AltErgoLib.objs/byte -I src/lib/.AltErgoLib.objs/native -I /home/opam/.opam/5.3/lib/camlzip -I /home/opam/.opam/5.3/lib/dolmen -I /home/opam/.opam/5.3/lib/dolmen/ae -I /home/opam/.opam/5.3/lib/dolmen/class -I /home/opam/.opam/5.3/lib/dolmen/dimacs -I /home/opam/.opam/5.3/lib/dolmen/icnf -I /home/opam/.opam/5.3/lib/dolmen/intf -I /home/opam/.opam/5.3/lib/dolmen/line -I /home/opam/.opam/5.3/lib/dolmen/smtlib2 -I /home/opam/.opam/5.3/lib/dolmen/smtlib2/poly -I /home/opam/.opam/5.3/lib/dolmen/smtlib2/v6 -I /home/opam/.opam/5.3/lib/dolmen/smtlib2/v6_response -I /home/opam/.opam/5.3/lib/dolmen/smtlib2/v6_script -I /home/opam/.opam/5.3/lib/dolmen/std -I /home/opam/.opam/5.3/lib/dolmen/tptp -I /home/opam/.opam/5.3/lib/dolmen/tptp/v6_3_0 -I /home/opam/.opam/5.3/lib/dolmen/zf -I /home/opam/.opam/5.3/lib/dolmen_loop -I /home/opam/.opam/5.3/lib/dolmen_type -I /home/opam/.opam/5.3/lib/dune-build-info -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/gen -I /home/opam/.opam/5.3/lib/hmap -I /home/opam/.opam/5.3/lib/logs -I /home/opam/.opam/5.3/lib/logs/fmt -I /home/opam/.opam/5.3/lib/menhirLib -I /home/opam/.opam/5.3/lib/ocaml/dynlink -I /home/opam/.opam/5.3/lib/ocaml/str -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/ocplib-simplex -I /home/opam/.opam/5.3/lib/pp_loc -I /home/opam/.opam/5.3/lib/ppx_deriving/runtime -I /home/opam/.opam/5.3/lib/seq -I /home/opam/.opam/5.3/lib/spelll -I /home/opam/.opam/5.3/lib/stdlib-shims -I /home/opam/.opam/5.3/lib/uutf -I /home/opam/.opam/5.3/lib/zarith -I /home/opam/.opam/5.3/lib/zip -I src/.alt_ergo_prelude.objs/byte -I src/.alt_ergo_prelude.objs/native -intf-suffix .ml -no-alias-deps -open AltErgoLib -o src/lib/.AltErgoLib.objs/native/altErgoLib__Satml.cmx -c -impl src/lib/reasoners/satml.pp.ml)
- File "src/lib/reasoners/satml.ml", line 1936, characters 12-21:
- 1936 |             solve env; assert false
-                    ^^^^^^^^^
- Warning 21 [nonreturning-statement]: this statement never returns (or has an unsound type.)
- 
- File "src/lib/reasoners/satml.ml", line 1955, characters 12-21:
- 1955 |         try solve env; assert false
-                    ^^^^^^^^^
- Warning 21 [nonreturning-statement]: this statement never returns (or has an unsound type.)
Processing  2/4: [alt-ergo-lib: dune install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "alt-ergo-lib" "--create-install-files" "alt-ergo-lib" (CWD=/home/opam/.opam/5.3/.opam-switch/build/alt-ergo-lib.2.6.1)
-> compiled  alt-ergo-lib.2.6.1
-> removed   alt-ergo-lib.2.6.1
-> installed alt-ergo-lib.2.6.1
Done.
# Run eval $(opam env) to update the current shell environment
2025-04-16 07:25.32 ---> saved as "27b937aedc0007f05e54a03c5f557282253f8b0e08f45a49ba13cf6086de3f4e"
Job succeeded
2025-04-16 07:25.49: Job succeeded