Build:
  1. 0
2026-04-18 13:56.30: New job: build ocgtk.0.1~preview1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29729/head (9362b60d8d1b74bbfe059c9da26a368e204b4da5)
                              on debian-testing-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/29729/head" && git reset --hard 9362b60d
git fetch origin master
git merge --no-edit cdba2588612e823f02fc8ce1c05c85b8139ac2a0
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-testing-ocaml-4.14@sha256:45b280b6e1a2a50cb7401447feb68b48f95acd82b1228129c07a248c6b31b0e8
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 ocgtk.0.1~preview1 0.1~preview1
RUN opam reinstall ocgtk.0.1~preview1; \
    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-testing\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ocgtk.0.1~preview1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-04-18 13:56.30: Using cache hint "ocaml/opam:debian-testing-ocaml-4.14@sha256:45b280b6e1a2a50cb7401447feb68b48f95acd82b1228129c07a248c6b31b0e8-ocgtk.0.1~preview1-9362b60d8d1b74bbfe059c9da26a368e204b4da5"
2026-04-18 13:56.30: Using OBuilder spec:
((from ocaml/opam:debian-testing-ocaml-4.14@sha256:45b280b6e1a2a50cb7401447feb68b48f95acd82b1228129c07a248c6b31b0e8)
 (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 ocgtk.0.1~preview1 0.1~preview1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ocgtk.0.1~preview1;\
             \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-testing\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ocgtk.0.1~preview1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-18 13:56.30: Waiting for resource in pool OCluster
2026-04-18 13:56.30: Waiting for worker…
2026-04-18 13:56.32: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at cdba258861 Merge pull request #29700 from davesnx/release-ochre-1.0.0
Merge made by the 'ort' strategy.
 packages/conf-gtk4/conf-gtk4.1/opam    | 50 ++++++++++++++++++++++++++++++++++
 packages/ocgtk/ocgtk.0.1~preview1/opam | 50 ++++++++++++++++++++++++++++++++++
 2 files changed, 100 insertions(+)
 create mode 100644 packages/conf-gtk4/conf-gtk4.1/opam
 create mode 100644 packages/ocgtk/ocgtk.0.1~preview1/opam

(from ocaml/opam:debian-testing-ocaml-4.14@sha256:45b280b6e1a2a50cb7401447feb68b48f95acd82b1228129c07a248c6b31b0e8)
Unable to find image 'ocaml/opam:debian-testing-ocaml-4.14@sha256:45b280b6e1a2a50cb7401447feb68b48f95acd82b1228129c07a248c6b31b0e8' locally
docker.io/ocaml/opam@sha256:45b280b6e1a2a50cb7401447feb68b48f95acd82b1228129c07a248c6b31b0e8: Pulling from ocaml/opam
22b89b881e9d: Pulling fs layer
fb86513175f8: Pulling fs layer
c065303ecb3e: Pulling fs layer
c0506fb12df4: Pulling fs layer
b268d2761df0: Pulling fs layer
b0841a7bcb2b: Pulling fs layer
fb86513175f8: Waiting
c065303ecb3e: Waiting
c0506fb12df4: Waiting
b268d2761df0: Waiting
22b89b881e9d: Waiting
d3302c25dce7: Pulling fs layer
b0841a7bcb2b: Waiting
ca875d3230b4: Pulling fs layer
d3302c25dce7: Waiting
3f8bc16dfd39: Pulling fs layer
ca875d3230b4: Waiting
3f8bc16dfd39: Waiting
864c84b1530f: Pulling fs layer
9e2e64948d9d: Pulling fs layer
3f65010666e9: Pulling fs layer
e493901afed3: Pulling fs layer
9e2e64948d9d: Waiting
3f65010666e9: Waiting
864c84b1530f: Waiting
e493901afed3: Waiting
10a669c543f9: Pulling fs layer
3d5581d78d2c: Pulling fs layer
9d1cbe0930c1: Pulling fs layer
ceefc32ff487: Pulling fs layer
3d5581d78d2c: Waiting
10a669c543f9: Waiting
9d1cbe0930c1: Waiting
fe84ce9566d2: Pulling fs layer
ceefc32ff487: Waiting
1f8db8920593: Pulling fs layer
8f3e837a60a6: Pulling fs layer
765b55daafeb: Pulling fs layer
fe84ce9566d2: Waiting
83387e238544: Pulling fs layer
8f3e837a60a6: Waiting
765b55daafeb: Waiting
1f8db8920593: Waiting
4f4fb700ef54: Pulling fs layer
1179b4ca83d6: Pulling fs layer
83387e238544: Waiting
15479db224b9: Pulling fs layer
4f4fb700ef54: Waiting
1179b4ca83d6: Waiting
f7fe8e92c936: Pulling fs layer
73b84bd9ef03: Pulling fs layer
4f8b2cc924af: Pulling fs layer
87bddcacbf5d: Pulling fs layer
73b84bd9ef03: Waiting
f7fe8e92c936: Waiting
c4822fe2c5e9: Pulling fs layer
4f8b2cc924af: Waiting
87bddcacbf5d: Waiting
4a043f2d36de: Pulling fs layer
8a43cd0a497b: Pulling fs layer
c4822fe2c5e9: Waiting
4a043f2d36de: Waiting
a9a890281371: Pulling fs layer
8a43cd0a497b: Waiting
a9a890281371: Waiting
8553ae58b91e: Pulling fs layer
bd6c5c6eba66: Pulling fs layer
7a827a000581: Pulling fs layer
bd6c5c6eba66: Waiting
15dce630f81e: Pulling fs layer
481c71b06504: Pulling fs layer
8553ae58b91e: Waiting
15dce630f81e: Waiting
7a827a000581: Waiting
577cdfb2c06b: Pulling fs layer
481c71b06504: Waiting
711d60730915: Pulling fs layer
577cdfb2c06b: Waiting
9436b4101ab7: Pulling fs layer
711d60730915: Waiting
8d804555f341: Pulling fs layer
9436b4101ab7: Waiting
2fa239ab65e1: Pulling fs layer
f20a111fc6ae: Pulling fs layer
8d804555f341: Waiting
2fa239ab65e1: Waiting
9ac09c762bbf: Pulling fs layer
f20a111fc6ae: Waiting
af060e729c04: Pulling fs layer
9ac09c762bbf: Waiting
af060e729c04: Waiting
fb86513175f8: Verifying Checksum
fb86513175f8: Download complete
c065303ecb3e: Verifying Checksum
c065303ecb3e: Download complete
c0506fb12df4: Verifying Checksum
c0506fb12df4: Download complete
b268d2761df0: Verifying Checksum
b268d2761df0: Download complete
22b89b881e9d: Verifying Checksum
22b89b881e9d: Download complete
d3302c25dce7: Verifying Checksum
d3302c25dce7: Download complete
ca875d3230b4: Verifying Checksum
ca875d3230b4: Download complete
3f8bc16dfd39: Verifying Checksum
3f8bc16dfd39: Download complete
864c84b1530f: Verifying Checksum
864c84b1530f: Download complete
9e2e64948d9d: Verifying Checksum
3f65010666e9: Verifying Checksum
3f65010666e9: Download complete
22b89b881e9d: Pull complete
e493901afed3: Verifying Checksum
e493901afed3: Download complete
fb86513175f8: Pull complete
c065303ecb3e: Pull complete
10a669c543f9: Verifying Checksum
3d5581d78d2c: Verifying Checksum
3d5581d78d2c: Download complete
c0506fb12df4: Pull complete
ceefc32ff487: Download complete
9d1cbe0930c1: Download complete
fe84ce9566d2: Verifying Checksum
fe84ce9566d2: Download complete
1f8db8920593: Verifying Checksum
1f8db8920593: Download complete
b0841a7bcb2b: Verifying Checksum
b0841a7bcb2b: Download complete
8f3e837a60a6: Download complete
b268d2761df0: Pull complete
765b55daafeb: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
83387e238544: Verifying Checksum
83387e238544: Download complete
1179b4ca83d6: Verifying Checksum
1179b4ca83d6: Download complete
15479db224b9: Verifying Checksum
15479db224b9: Download complete
f7fe8e92c936: Verifying Checksum
f7fe8e92c936: Download complete
73b84bd9ef03: Verifying Checksum
73b84bd9ef03: Download complete
87bddcacbf5d: Download complete
4f8b2cc924af: Verifying Checksum
4f8b2cc924af: Download complete
c4822fe2c5e9: Verifying Checksum
c4822fe2c5e9: Download complete
8a43cd0a497b: Verifying Checksum
8a43cd0a497b: Download complete
4a043f2d36de: Verifying Checksum
4a043f2d36de: Download complete
a9a890281371: Verifying Checksum
a9a890281371: Download complete
bd6c5c6eba66: Verifying Checksum
bd6c5c6eba66: Download complete
8553ae58b91e: Verifying Checksum
8553ae58b91e: Download complete
15dce630f81e: Verifying Checksum
15dce630f81e: Download complete
7a827a000581: Retrying in 5 seconds
577cdfb2c06b: Download complete
711d60730915: Verifying Checksum
711d60730915: Download complete
9436b4101ab7: Verifying Checksum
9436b4101ab7: Download complete
7a827a000581: Retrying in 4 seconds
7a827a000581: Retrying in 3 seconds
7a827a000581: Retrying in 2 seconds
481c71b06504: Verifying Checksum
481c71b06504: Download complete
7a827a000581: Retrying in 1 second
7a827a000581: Verifying Checksum
7a827a000581: Download complete
f20a111fc6ae: Download complete
9ac09c762bbf: Download complete
af060e729c04: Verifying Checksum
af060e729c04: Download complete
b0841a7bcb2b: Pull complete
d3302c25dce7: Pull complete
ca875d3230b4: Pull complete
3f8bc16dfd39: Pull complete
864c84b1530f: Pull complete
9e2e64948d9d: Pull complete
3f65010666e9: Pull complete
8d804555f341: Verifying Checksum
8d804555f341: Download complete
e493901afed3: Pull complete
10a669c543f9: Pull complete
3d5581d78d2c: Pull complete
9d1cbe0930c1: Pull complete
ceefc32ff487: Pull complete
fe84ce9566d2: Pull complete
1f8db8920593: Pull complete
8f3e837a60a6: Pull complete
765b55daafeb: Pull complete
83387e238544: Pull complete
4f4fb700ef54: Pull complete
1179b4ca83d6: Pull complete
15479db224b9: Pull complete
f7fe8e92c936: Pull complete
73b84bd9ef03: Pull complete
4f8b2cc924af: Pull complete
87bddcacbf5d: Pull complete
c4822fe2c5e9: Pull complete
4a043f2d36de: Pull complete
8a43cd0a497b: Pull complete
a9a890281371: Pull complete
8553ae58b91e: Pull complete
bd6c5c6eba66: Pull complete
2fa239ab65e1: Verifying Checksum
2fa239ab65e1: Download complete
7a827a000581: Pull complete
15dce630f81e: Pull complete
481c71b06504: Pull complete
577cdfb2c06b: Pull complete
711d60730915: Pull complete
9436b4101ab7: Pull complete
8d804555f341: Pull complete
2fa239ab65e1: Pull complete
f20a111fc6ae: Pull complete
9ac09c762bbf: Pull complete
af060e729c04: Pull complete
Digest: sha256:45b280b6e1a2a50cb7401447feb68b48f95acd82b1228129c07a248c6b31b0e8
Status: Downloaded newer image for ocaml/opam@sha256:45b280b6e1a2a50cb7401447feb68b48f95acd82b1228129c07a248c6b31b0e8
2026-04-18 14:06.11 ---> saved as "e27b6169a7f2773c36da1a164984c06291cbffdbb4cc379381cf10c1e694758f"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-18 14:06.11 ---> saved as "a97e9b0a1203387a50a19ccbc9c5e869c7abd241546db5fb57d207f7aeae97e7"

/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-04-18 14:06.47 ---> saved as "a34bf6bab2c834a67debe92a02dbe7b9f9d9611695fe4be2ab29ba1d1f5816b5"

/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=debian os-version=unknown
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         2 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages    ocaml-base-compiler.4.14.3, 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.3
2026-04-18 14:06.48 ---> saved as "179e4e298e6216ad8fed952046dde7428b7102824daac468e0a1e035ab4ba4f9"

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-04-18 14:06.56 ---> saved as "c9d97a77592b94b2d9bf65d605e929f18bb7a4185673db30d4d3c95ec983ceb7"

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-18 14:07.05 ---> saved as "6e908641eb36536a191ca3d45d9e0ac6dd27ec7d7a986ccddbefccf6a5d4e5af"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
default (at file:///home/opam/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)

default (at file:///home/opam/opam-repository): 
    [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2026-04-18 14:07.25 ---> saved as "ed08a64b8225864f6e1ada96da987f89fd4a89b07509009d52c06889ce78d6d0"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian testing InRelease [137 kB]
- Get:2 http://deb.debian.org/debian testing-updates InRelease [40.6 kB]
- Get:3 http://deb.debian.org/debian-security testing-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [63.6 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2026-04-18-0803.08-F-2026-04-11-0800.22.pdiff [478 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2026-04-18-0803.08-F-2026-04-11-0800.22.pdiff [478 kB]
- Fetched 763 kB in 2s (353 kB/s)
- Reading package lists...
2026-04-18 14:07.28 ---> saved as "a3d7020b8d85e194cd3a2d32ebec3446bd677ecb21c18c99dd4b05e22705f4bf"

/home/opam: (run (shell "opam pin add -k version -yn ocgtk.0.1~preview1 0.1~preview1"))
ocgtk is now pinned to version 0.1~preview1
2026-04-18 14:07.29 ---> saved as "a272c434dc40c082358adae1ec4ab1334d33bda67cff1fe2ddd5fc13c9882d71"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ocgtk.0.1~preview1;\
                        \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-testing\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'ocgtk.0.1~preview1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ocgtk.0.1~preview1 is not installed. Install it? [Y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 4.14.3
    - ocgtk -> ocaml >= 5.3 -> ocaml-variants < 5.6.1~
    You can temporarily relax the switch invariant with `--update-invariant'
  * Missing dependency:
    - ocgtk -> ocaml >= 5.3 -> ocaml-variants < 5.3.1~ -> ocaml-beta
    unmet availability conditions: 'enable-ocaml-beta-repository'
  * Missing dependency:
    - ocgtk -> ocaml >= 5.3 -> ocaml-variants < 5.3.1~ -> system-msvc
    unmet availability conditions: 'os = "win32"'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall ocgtk.0.1~preview1;
        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-testing\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'ocgtk.0.1~preview1' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 20
2026-04-18 14:07.43: Job failed: Failed: Build failed
2026-04-18 14:07.43: Log analysis:
2026-04-18 14:07.43: >>> 
No solution found, exiting
 (score = 100)
2026-04-18 14:07.43: [SKIP] Package not available