(for PR #27694)

2025-11-10 16:55.07: New job: test pds.6.55, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27694/head (95c70e7638f27c185540b2efc1bb6fe8f64dcdfa)
                              on debian-13-ocaml-5.4-afl/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/27694/head" && git reset --hard 95c70e76
git fetch origin master
git merge --no-edit b6a264c784afa1e19f7a926fc10d49010ad12be4
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4-afl@sha256:8686d8e9d10d49ce04513d6ae260364579e9cb86eb8430c58d27c3e28c9f6419
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 pds.6.55 6.55
RUN opam reinstall pds.6.55; \
    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" != 'pds.6.55' && 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 pds.6.55) || true
RUN opam reinstall --with-test --verbose pds.6.55; \
    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" != 'pds.6.55' && 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-11-10 16:55.07: Using cache hint "ocaml/opam:debian-13-ocaml-5.4-afl@sha256:8686d8e9d10d49ce04513d6ae260364579e9cb86eb8430c58d27c3e28c9f6419-pds.6.55-95c70e7638f27c185540b2efc1bb6fe8f64dcdfa"
2025-11-10 16:55.07: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4-afl@sha256:8686d8e9d10d49ce04513d6ae260364579e9cb86eb8430c58d27c3e28c9f6419)
 (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 pds.6.55 6.55"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall pds.6.55;\
             \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\" != 'pds.6.55' && 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 pds.6.55) || true"))
 (run (shell  "opam reinstall --with-test --verbose pds.6.55;\
             \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\" != 'pds.6.55' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-11-10 16:55.07: Waiting for resource in pool OCluster
2025-11-10 21:01.45: Waiting for worker…
2025-11-10 21:05.03: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files:  97% (18277/18706)
Updating files:  98% (18332/18706)
Updating files:  99% (18519/18706)
Updating files: 100% (18706/18706)
Updating files: 100% (18706/18706), done.
HEAD is now at b6a264c784 Merge pull request #28853 from AltGr/catala100
Merge made by the 'ort' strategy.
 packages/pds/pds.6.55/opam | 53 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)
 create mode 100644 packages/pds/pds.6.55/opam

(from ocaml/opam:debian-13-ocaml-5.4-afl@sha256:8686d8e9d10d49ce04513d6ae260364579e9cb86eb8430c58d27c3e28c9f6419)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-afl@sha256:8686d8e9d10d49ce04513d6ae260364579e9cb86eb8430c58d27c3e28c9f6419' locally
docker.io/ocaml/opam@sha256:8686d8e9d10d49ce04513d6ae260364579e9cb86eb8430c58d27c3e28c9f6419: Pulling from ocaml/opam
13cc39f8244a: Already exists
b27d53669817: Already exists
062c909e206e: Already exists
265baae72087: Already exists
b6b7b385247c: Already exists
bfb7bf5b7c6d: Already exists
b18c76fc18f2: Already exists
6bdbb37ee35f: Already exists
84035aa4da2d: Already exists
0c3307e14207: Already exists
30b92d637d72: Already exists
991b07583706: Already exists
e1d7a79a1495: Already exists
6b08d63c6214: Already exists
4c7236344711: Already exists
12506f41e8b0: Already exists
12506f41e8b0: Already exists
2330d596aec1: Already exists
a48299f5ec62: Already exists
04618a577568: Already exists
8c4b002d072b: Already exists
4f4fb700ef54: Already exists
ff68f05e2976: Already exists
d5543b560a3e: Already exists
4a9030bbb1ef: Already exists
c59b3bec3411: Already exists
85a7c9be9495: Already exists
dbc6bd8f2e44: Already exists
6680a5133ca2: Already exists
470c0056084c: Already exists
6b9af56b67cf: Already exists
c572cde25fb3: Already exists
033b2d405acf: Already exists
663cc5b3d424: Already exists
840bbd47fded: Already exists
fb8f644ba010: Already exists
66735543f230: Already exists
7896354b8c11: Already exists
a0063722d8c2: Already exists
7018e4a5881b: Already exists
16e9788b00a9: Pulling fs layer
48a4d63c0fd5: Pulling fs layer
909a94e6d8df: Pulling fs layer
4e1807c2bc58: Pulling fs layer
ef81450a73dd: Pulling fs layer
7790026e1c7f: Pulling fs layer
909a94e6d8df: Waiting
4e1807c2bc58: Waiting
a63c8b471df5: Pulling fs layer
ef81450a73dd: Waiting
7790026e1c7f: Waiting
48a4d63c0fd5: Verifying Checksum
48a4d63c0fd5: Download complete
909a94e6d8df: Verifying Checksum
909a94e6d8df: Download complete
16e9788b00a9: Verifying Checksum
16e9788b00a9: Download complete
16e9788b00a9: Pull complete
48a4d63c0fd5: Pull complete
909a94e6d8df: Pull complete
ef81450a73dd: Verifying Checksum
ef81450a73dd: Download complete
7790026e1c7f: Verifying Checksum
7790026e1c7f: Download complete
a63c8b471df5: Verifying Checksum
a63c8b471df5: Download complete
4e1807c2bc58: Verifying Checksum
4e1807c2bc58: Download complete
4e1807c2bc58: Pull complete
ef81450a73dd: Pull complete
7790026e1c7f: Pull complete
a63c8b471df5: Pull complete
Digest: sha256:8686d8e9d10d49ce04513d6ae260364579e9cb86eb8430c58d27c3e28c9f6419
Status: Downloaded newer image for ocaml/opam@sha256:8686d8e9d10d49ce04513d6ae260364579e9cb86eb8430c58d27c3e28c9f6419
2025-11-10 21:05.07 ---> using "81e3a96a7fb74d60dffae275703b1452ae430c940abef8eb4c8cc31461751f2d" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-10 21:05.07 ---> using "08bfbffbccfe9fd8b5d7585c7a9b1f81f3651f191ea7c5e768dead3e93c845ce" 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.

Continue? [Y/n] y
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.

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-10 21:05.07 ---> using "1839c32af154d5c1c3a6d6b1c3c041b5d7fdd860dbc14590f86fcf738f977ba0" from cache

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0~alpha1
# 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-variants" {= "5.4.0+options"}]
# compiler-packages    ocaml-compiler.5.4.0, ocaml-option-afl.1, ocaml-options-only-afl.1, ocaml-variants.5.4.0+options
# 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.0+options+afl
2025-11-10 21:05.07 ---> using "24ed4ecd0a1ddbd1feb2a4b84410f69bc2ac93de808c71a9db0afdeba12d87e8" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2025-11-10 21:05.07 ---> using "dc046629514dcaeab4422eca78bcc083e34c7390953128e541afcd8e10bdaf63" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-11-10 21:05.21 ---> saved as "494d4f5d4ffcf30bc4b212dd58f76e9071f9ce95e97f42534fb67a15721d275f"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-10 21:05.46 ---> saved as "c432868db8465e72ee065d623c7827f605db30a0f9a001f82a508306d32cd267"

/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 [69.3 kB]
- Fetched 160 kB in 0s (1484 kB/s)
- Reading package lists...
- 
2025-11-10 21:05.47 ---> saved as "c1360303ae07ee4c3f0317285b2d7b1c75fa0610d6431faa26d3d0788000fc17"

/home/opam: (run (shell "opam pin add -k version -yn pds.6.55 6.55"))
pds is now pinned to version 6.55
2025-11-10 21:05.48 ---> saved as "7c40bffac38ec951be832a699c39b69b892aaa6597c41e371237dc3359d6844c"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall pds.6.55;\
                        \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\" != 'pds.6.55' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
pds.6.55 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 35 packages
  - install base-bytes          base          [required by process]
  - install cmdliner            2.0.0         [required by pds]
  - install conf-pkg-config     4             [required by conf-sqlite3]
  - install conf-sqlite3        1             [required by sqlite3]
  - install containers          3.16          [required by pds]
  - install cppo                1.8.0         [required by ppx_deriving]
  - install crunch              4.0.0         [required by pds]
  - install csexp               1.5.2         [required by dune-configurator]
  - install dune                3.20.2        [required by sqlite3, ppx_deriving, containers, etc.]
  - install dune-configurator   3.20.2        [required by containers, sqlite3]
  - install either              1.0.0         [required by containers]
  - install fmt                 0.11.0        [required by pds]
  - install gen                 1.1           [required by sedlex]
  - install ISO8601             0.2.6         [required by toml]
  - install logs                0.10.0        [required by pds]
  - install menhir              20250912      [required by toml]
  - install menhirCST           20250912      [required by menhir]
  - install menhirLib           20250912      [required by menhir]
  - install menhirSdk           20250912      [required by menhir]
  - install ocaml-compiler-libs v0.17.0       [required by ppxlib]
  - install ocamlbuild          0.16.1        [required by logs, fmt, process]
  - install ocamlfind           1.9.8         [required by pds]
  - install pds                 6.55 (pinned)
  - install ppx_derivers        1.2.1         [required by ppx_deriving]
  - install ppx_deriving        6.1.1         [required by pds]
  - install ppxlib              0.37.0        [required by ppx_deriving, sedlex]
  - install process             0.2.1         [required by pds]
  - install ptime               1.2.0         [required by crunch]
  - install sedlex              3.7           [required by pds]
  - install seq                 base          [required by gen]
  - install sexplib0            v0.17.0       [required by ppxlib]
  - install sqlite3             5.3.1         [required by pds]
  - install stdlib-shims        0.3.0         [required by ppxlib]
  - install toml                7.1.0         [required by pds]
  - install topkg               1.1.1         [required by fmt, logs]

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

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

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get 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/bin/sudo "apt-get" "install" "-qq" "-yy" "libsqlite3-dev" "pkg-config"
- Selecting previously unselected package libpkgconf3: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 ... 20653 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package libsqlite3-dev:amd64.
- Preparing to unpack .../libsqlite3-dev_3.46.1-7_amd64.deb ...
- Unpacking libsqlite3-dev:amd64 (3.46.1-7) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libsqlite3-dev:amd64 (3.46.1-7) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.2.0.0  (cached)
-> installed conf-pkg-config.4
-> installed conf-sqlite3.1
-> retrieved containers.3.16  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved crunch.4.0.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved ISO8601.0.2.6  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved pds.6.55  (http://acsl-pkgs.s3.amazonaws.com/pds-6.55.tar.gz)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.1.1  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved process.0.2.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved sedlex.3.7  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved sqlite3.5.3.1  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved toml.7.1.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed cmdliner.2.0.0
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed process.0.2.1
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed logs.0.10.0
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed crunch.4.0.0
-> installed either.1.0.0
-> installed gen.1.1
-> installed ISO8601.0.2.6
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed cppo.1.8.0
-> installed ppx_derivers.1.2.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.20.2
-> installed sqlite3.5.3.1
-> installed containers.3.16
-> installed menhir.20250912
-> installed toml.7.1.0
-> installed ppxlib.0.37.0
-> installed ppx_deriving.6.1.1
-> installed sedlex.3.7
-> installed pds.6.55
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-10 21:07.21 ---> saved as "1d80184a64ca517d6f34212b2ecad6749beb9e8f8048c82c1ba2976d452b401c"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test pds.6.55) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile pds            6.55 (pinned)
=== install 1 package
  - install   conf-diffutils 2             [required by pds]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-diffutils.2
-> retrieved pds.6.55  (http://acsl-pkgs.s3.amazonaws.com/pds-6.55.tar.gz)
-> removed   pds.6.55
-> installed pds.6.55
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-10 21:07.33 ---> saved as "32c8aee7a78c7bbc66df19ea2e8ba3ff4864b2a5774d12f2a76dc8a40db63440"

/home/opam: (run (shell  "opam reinstall --with-test --verbose pds.6.55;\
                        \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\" != 'pds.6.55' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
The following actions will be performed:
=== recompile 1 package
  - recompile pds 6.55 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/4: [pds.6.55: extract]
-> retrieved pds.6.55  (cached)
Processing  2/4: [pds: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j71" (CWD=/home/opam/.opam/5.4/.opam-switch/build/pds.6.55)
- make \
- OCAMLPATH=/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release: \
- BUILD_DIR=/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/pds_template \
- -C build/release/pds_template release
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/pds_template'
- make \
- OCAMLPATH=/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release: \
- BUILD_DIR=/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/snabela \
- -C build/release/snabela release
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/snabela'
- ocaml-crunch -m plain ../../../files > ../../../src/pds_template/pds_template.ml
- cd ../../../src/snabela && \
- ocamlfind ocamldep -package sedlex  \
- snabela.ml  snabela_lexer.ml  snabela.mli > /home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/snabela/.d
- cd ../../../src/pds_template && \
- ocamlfind ocamldep   \
-  pds_template.ml  pds_template.ml  > /home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/pds_template/.d
- ocamlfind ocamlopt -thread -I +camlp4  -bin-annot -w '@f@p@u@s@40'   -c ../../../src/pds_template/pds_template.ml -o pds_template.cmx
- ocamlfind ocamlopt -thread -I +camlp4 -package sedlex -bin-annot -w '@f@p@u@s@40'  -package containers,ppx_deriving,ppx_deriving.eq,ppx_deriving.show,process,sedlex,sedlex.ppx  -c ../../../src/snabela/snabela_lexer.ml -o snabela_lexer.cmx
- ocamlfind ocamlc -thread -I +camlp4 -package sedlex -bin-annot -w '@f@p@u@s@40'  -package containers,ppx_deriving,ppx_deriving.eq,ppx_deriving.show,process,sedlex,sedlex.ppx  -c ../../../src/snabela/snabela_lexer.ml -o snabela_lexer.cmo
- ocamlfind ocamlopt  -bin-annot -w '@f@p@u@s@40'  -thread -a -I +camlp4 -o pds_template.cmxa \
- 	pds_template.cmx
- ocamlfind ocamlc -thread -I +camlp4  -bin-annot -w '@f@p@u@s@40'   -c ../../../src/pds_template/pds_template.ml -o pds_template.cmo
- ocamlfind ocamlc  -bin-annot -w '@f@p@u@s@40'  -custom -thread -a -I +camlp4 -o pds_template.cma \
- 	pds_template.cmo
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/pds_template'
- ocamlfind ocamlc -thread -I +camlp4 -package sedlex -bin-annot -w '@f@p@u@s@40'  -package containers,ppx_deriving,ppx_deriving.eq,ppx_deriving.show,process,sedlex,sedlex.ppx -c ../../../src/snabela/snabela.mli -o snabela.cmi
- ocamlfind ocamlc -thread -I +camlp4 -package sedlex -bin-annot -w '@f@p@u@s@40'  -package containers,ppx_deriving,ppx_deriving.eq,ppx_deriving.show,process,sedlex,sedlex.ppx  -c ../../../src/snabela/snabela.ml -o snabela.cmo
- ocamlfind ocamlopt -thread -I +camlp4 -package sedlex -bin-annot -w '@f@p@u@s@40'  -package containers,ppx_deriving,ppx_deriving.eq,ppx_deriving.show,process,sedlex,sedlex.ppx  -c ../../../src/snabela/snabela.ml -o snabela.cmx
- ocamlfind ocamlopt -package sedlex -bin-annot -w '@f@p@u@s@40'  -package containers,ppx_deriving,ppx_deriving.eq,ppx_deriving.show,process,sedlex,sedlex.ppx -thread -a -I +camlp4 -o snabela.cmxa \
- 	snabela_lexer.cmx snabela.cmx
- ocamlfind ocamlc -package sedlex -bin-annot -w '@f@p@u@s@40'  -package containers,ppx_deriving,ppx_deriving.eq,ppx_deriving.show,process,sedlex,sedlex.ppx -custom -thread -a -I +camlp4 -o snabela.cma \
- 	snabela_lexer.cmo snabela.cmo
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/snabela'
- make \
- OCAMLPATH=/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release: \
- BUILD_DIR=/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/pds \
- -C build/release/pds release
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/pds'
- cd ../../../src/pds && \
- ocamlfind ocamldep   \
-  pds.ml   > /home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/pds/.d
- ocamlfind ocamlopt -thread -I +camlp4  -bin-annot -w '@f@p@u@s@40' -g -package cmdliner,containers,logs,logs.fmt,pds_template,process,snabela,sqlite3,toml  -c ../../../src/pds/pds.ml -o pds.cmx
- ocamlfind ocamlc -thread -I +camlp4  -bin-annot -w '@f@p@u@s@40' -g -package cmdliner,containers,logs,logs.fmt,pds_template,process,snabela,sqlite3,toml  -c ../../../src/pds/pds.ml -o pds.cmo
- ocamlfind ocamlopt  -bin-annot -w '@f@p@u@s@40' -g -package cmdliner,containers,logs,logs.fmt,pds_template,process,snabela,sqlite3,toml -thread -linkpkg -I +camlp4 -o pds.native \
- 	pds.cmx
- ocamlfind ocamlc  -bin-annot -w '@f@p@u@s@40' -g -package cmdliner,containers,logs,logs.fmt,pds_template,process,snabela,sqlite3,toml -custom -thread -linkpkg -I +camlp4 -o pds.byte \
- 	pds.cmo
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/pds'
Processing  2/4: [pds: make test]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j71" "test" (CWD=/home/opam/.opam/5.4/.opam-switch/build/pds.6.55)
- make \
- OCAMLPATH=/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release: \
- BUILD_DIR=/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/pds_template \
- -C build/release/pds_template release
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/pds_template'
- make \
- OCAMLPATH=/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release: \
- BUILD_DIR=/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/snabela \
- -C build/release/snabela release
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/snabela'
- make[1]: Nothing to be done for 'release'.
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/pds_template'
- make[1]: Nothing to be done for 'release'.
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/snabela'
- make \
- OCAMLPATH=/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release: \
- BUILD_DIR=/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/pds \
- -C build/release/pds release
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/pds'
- make[1]: Nothing to be done for 'release'.
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/pds'
- cd smoke-tests && env MAKE=make ./test
- Testing globals-formatted
- Passed globals-formatted
- Testing simple-formatted
- Passed simple-formatted
- Testing simple-output
- Passed simple-output
- Testing simple-selector-both-formatted
- Passed simple-selector-both-formatted
- Testing simple-selector-build-formatted
- Passed simple-selector-build-formatted
- Testing simple-selector-default-compile-formatted
- Passed simple-selector-default-compile-formatted
- Testing simple-selector-default-formatted
- Passed simple-selector-default-formatted
- Testing simple-selector-do-not-build-default-formatted
- Passed simple-selector-do-not-build-default-formatted
- Testing simple-selector-do-not-build-formatted
- Passed simple-selector-do-not-build-formatted
- Testing simple-selector-found-compile-formatted
- Passed simple-selector-found-compile-formatted
- Testing simple-selector-found-formatted
- Passed simple-selector-found-formatted
- Testing simple-selector-not-found-formatted
- Passed simple-selector-not-found-formatted
- Testing simple-selector-tests-do-not-build-formatted
- Passed simple-selector-tests-do-not-build-formatted
- Testing simple-selector-tests-formatted
- Passed simple-selector-tests-formatted
- Testing tests
- Passed tests
-> compiled  pds.6.55
Processing  3/4: [pds: make remove]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "remove" "make" "PREFIX=/home/opam/.opam/5.4" "remove" (CWD=/home/opam/.opam/5.4/.opam-switch/remove/pds.6.55)
- make -C build/release/pds remove
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/remove/pds.6.55/build/release/pds'
- cd ../../../src/pds && \
- ocamlfind ocamldep   \
-  pds.ml   > /.d
- rm -vf /home/opam/.opam/5.4/bin/pds
- removed '/home/opam/.opam/5.4/bin/pds'
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/remove/pds.6.55/build/release/pds'
- make -C build/release/pds_template remove
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/remove/pds.6.55/build/release/pds_template'
- ocaml-crunch -m plain ../../../files > ../../../src/pds_template/pds_template.ml
- cd ../../../src/pds_template && \
- ocamlfind ocamldep   \
-  pds_template.ml  pds_template.ml  > /.d
- make[1]: Nothing to be done for 'remove'.
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/remove/pds.6.55/build/release/pds_template'
- make -C build/release/snabela remove
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/remove/pds.6.55/build/release/snabela'
- cd ../../../src/snabela && \
- ocamlfind ocamldep -package sedlex  \
- snabela.ml  snabela_lexer.ml  snabela.mli > /.d
- make[1]: Nothing to be done for 'remove'.
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/remove/pds.6.55/build/release/snabela'
-> removed   pds.6.55
Processing  4/4: [pds: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "PREFIX=/home/opam/.opam/5.4" "install" (CWD=/home/opam/.opam/5.4/.opam-switch/build/pds.6.55)
- make \
- OCAMLPATH=/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release: \
- BUILD_DIR=/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/pds_template \
- -C build/release/pds_template release
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/pds_template'
- make[1]: Nothing to be done for 'release'.
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/pds_template'
- make \
- OCAMLPATH=/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release: \
- BUILD_DIR=/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/snabela \
- -C build/release/snabela release
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/snabela'
- make[1]: Nothing to be done for 'release'.
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/snabela'
- make \
- OCAMLPATH=/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release: \
- BUILD_DIR=/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/pds \
- -C build/release/pds release
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/pds'
- make[1]: Nothing to be done for 'release'.
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/pds'
- make -C build/release/pds install
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/pds'
- cp -vf pds.native /home/opam/.opam/5.4/bin/pds
- 'pds.native' -> '/home/opam/.opam/5.4/bin/pds'
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/pds'
- make -C build/release/pds_template install
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/pds_template'
- make[1]: Nothing to be done for 'install'.
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/pds_template'
- make -C build/release/snabela install
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/snabela'
- make[1]: Nothing to be done for 'install'.
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/pds.6.55/build/release/snabela'
-> installed pds.6.55
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-10 21:07.44 ---> saved as "2fe1dce9e246bcb8104597f912a82232c9dfda1474f3b1719ddfd93027e8e1d6"
Job succeeded
2025-11-10 21:08.22: Job succeeded