(not at the head of any monitored branch or PR)
2024-07-05 09:08.48: New job: build dscheck.0.5.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/26195/head (b0bf598e34cb04c0c2bc402fafb48007a093caa5)
                              on debian-12-ocaml-5.2/i386

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/26195/head" && git reset --hard b0bf598e
git fetch origin master
git merge --no-edit ffa13bde692b620e00bebe138223b51234128eff
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.2@sha256:e1342d4515016df67dc5827e7f34ae9371a37e96608ba9a6977f4e7cbd9047db
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMSOLVERTIMEOUT="500"
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 dscheck.0.5.0 0.5.0
RUN opam reinstall dscheck.0.5.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 "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'dscheck.0.5.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 .

2024-07-05 09:08.48: Using cache hint "ocaml/opam:debian-12-ocaml-5.2@sha256:e1342d4515016df67dc5827e7f34ae9371a37e96608ba9a6977f4e7cbd9047db-dscheck.0.5.0-b0bf598e34cb04c0c2bc402fafb48007a093caa5"
2024-07-05 09:08.48: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.2@sha256:e1342d4515016df67dc5827e7f34ae9371a37e96608ba9a6977f4e7cbd9047db)
 (shell /usr/bin/linux32 /bin/sh -c)
 (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 "uname -rs && opam exec -- ocaml -version && opam --version"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMSOLVERTIMEOUT 500)
 (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 dscheck.0.5.0 0.5.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall dscheck.0.5.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 \"\\\"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\" != 'dscheck.0.5.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2024-07-05 09:08.48: Waiting for resource in pool OCluster
2024-07-05 12:03.12: Waiting for worker…
2024-07-05 12:06.54: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
Updating files:  69% (22114/31776)
Updating files:  70% (22244/31776)
Updating files:  71% (22561/31776)
Updating files:  72% (22879/31776)
Updating files:  73% (23197/31776)
Updating files:  74% (23515/31776)
Updating files:  75% (23832/31776)
Updating files:  76% (24150/31776)
Updating files:  77% (24468/31776)
Updating files:  78% (24786/31776)
Updating files:  79% (25104/31776)
Updating files:  80% (25421/31776)
Updating files:  81% (25739/31776)
Updating files:  82% (26057/31776)
Updating files:  83% (26375/31776)
Updating files:  84% (26692/31776)
Updating files:  85% (27010/31776)
Updating files:  86% (27328/31776)
Updating files:  87% (27646/31776)
Updating files:  88% (27963/31776)
Updating files:  89% (28281/31776)
Updating files:  90% (28599/31776)
Updating files:  91% (28917/31776)
Updating files:  92% (29234/31776)
Updating files:  93% (29552/31776)
Updating files:  94% (29870/31776)
Updating files:  95% (30188/31776)
Updating files:  96% (30505/31776)
Updating files:  97% (30823/31776)
Updating files:  98% (31141/31776)
Updating files:  99% (31459/31776)
Updating files: 100% (31776/31776)
Updating files: 100% (31776/31776), done.
HEAD is now at ffa13bde69 Merge pull request #26174 from antoinemine/opam-publish-apron.v0.9.15
Merge made by the 'ort' strategy.
 packages/dscheck/dscheck.0.5.0/opam | 41 +++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 packages/dscheck/dscheck.0.5.0/opam

(from ocaml/opam:debian-12-ocaml-5.2@sha256:e1342d4515016df67dc5827e7f34ae9371a37e96608ba9a6977f4e7cbd9047db)
WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
2024-07-05 12:06.57 ---> using "9d1b0e1be367e0aaf7a1f929b82efbbd17dd817b807e037be1683a8ca8b49806" from cache

/: (shell /usr/bin/linux32 /bin/sh -c)

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2024-07-05 12:06.57 ---> using "9b9711fb7453400cb2e72b004e03e1f49d9d8e1cee411638cf4b6ca3fed31536" 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.2~beta, 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 39 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=39 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-07-05 12:06.57 ---> using "05a1e24ceeb7c5d417199d87c0149aeb680c726b2bcbd1cc425f15f2deaa7cb2" from cache

/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-113-generic
The OCaml toplevel, version 5.2.0
2.2.0~rc1
2024-07-05 12:06.57 ---> using "694a5156266893a4645e351a33a09175ecaa3b6d81362b7c262d7cba82af390b" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMSOLVERTIMEOUT 500)

/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/"))
2024-07-05 12:06.57 ---> using "36ee1155b101dba592739069e55a571f1a4019d23c633d689ff8f4b5acd2fdb0" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2024-07-05 12:07.11 ---> saved as "03eab30bee06f4901b53096fe85323f03a13590f858c5dc41a40325c3013562e"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-07-05 12:08.35 ---> saved as "c452f8c22ccf48110e3d9ccb6995c5c89e1229f9a105fd5259654834693281f2"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- 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 bookworm/main i386 Packages [8680 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main i386 Packages [164 kB]
- Fetched 9099 kB in 2s (3723 kB/s)
- Reading package lists...
- 
2024-07-05 12:08.38 ---> saved as "d1b8694541d8b8c317588a47b58ba0fe8c8d478d05ceee17fdb469222b334adb"

/home/opam: (run (shell "opam pin add -k version -yn dscheck.0.5.0 0.5.0"))
dscheck is now pinned to version 0.5.0
2024-07-05 12:08.39 ---> saved as "7ee013f0977cebb499897fd9332a4b68cdec34f1594e0526fed08c8b8263f0ff"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall dscheck.0.5.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 \"\\\"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\" != 'dscheck.0.5.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
dscheck.0.5.0 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 9 packages
  - install cmdliner          1.3.0          [required by dscheck]
  - install containers        3.13.1         [required by dscheck]
  - install csexp             1.5.2          [required by dune-configurator]
  - install dscheck           0.5.0 (pinned)
  - install dune              3.16.0         [required by dscheck]
  - install dune-configurator 3.16.0         [required by containers]
  - install either            1.0.0          [required by containers]
  - install oseq              0.5.1          [required by dscheck]
  - install tsort             2.1.0          [required by dscheck]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved containers.3.13.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dscheck.0.5.0  (cached)
-> retrieved dune.3.16.0, dune-configurator.3.16.0  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved oseq.0.5.1  (cached)
-> retrieved tsort.2.1.0  (cached)
-> installed cmdliner.1.3.0
-> installed dune.3.16.0
-> installed either.1.0.0
-> installed tsort.2.1.0
-> installed csexp.1.5.2
-> installed oseq.0.5.1
-> installed dune-configurator.3.16.0
-> installed containers.3.13.1
-> installed dscheck.0.5.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-07-05 12:09.47 ---> saved as "04ff1ff6b2a35db8decf3770a68826ca8109355ee0c8033fdcfc6c57b0e76cec"
Job succeeded
2024-07-05 12:10.02: Job succeeded