(for PR #28031)
2025-06-16 07:58.05: New job: build graphics.5.2.0, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/28031/head (e6e460d07eec225f9bf29a0ba5b9af37215d04b7) on opensuse-15.6-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/28031/head" && git reset --hard e6e460d0 git fetch origin master git merge --no-edit c7269f729a780d8cad2232be10de94ac8da8381e cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4069007ead526b2914ab84c7d8630d283dbe8addfc2408b48a10dfd519c5bc54 USER 1000:1000 WORKDIR /home/opam RUN sudo ln -f /usr/bin/opam-2.3 /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 graphics.5.2.0 5.2.0 RUN opam reinstall graphics.5.2.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 "\"opensuse-15.6\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'graphics.5.2.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 . 2025-06-16 07:58.05: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4069007ead526b2914ab84c7d8630d283dbe8addfc2408b48a10dfd519c5bc54-graphics.5.2.0-e6e460d07eec225f9bf29a0ba5b9af37215d04b7" 2025-06-16 07:58.05: Using OBuilder spec: ((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4069007ead526b2914ab84c7d8630d283dbe8addfc2408b48a10dfd519c5bc54) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 graphics.5.2.0 5.2.0")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall graphics.5.2.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 \"\\\"opensuse-15.6\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'graphics.5.2.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2025-06-16 07:58.05: Waiting for resource in pool OCluster 2025-06-16 07:58.05: Waiting for worker… 2025-06-16 07:58.07: Got resource from pool OCluster Building on bremusa.ocamllabs.io All commits already cached Updating files: 80% (18655/23302) Updating files: 81% (18875/23302) Updating files: 82% (19108/23302) Updating files: 83% (19341/23302) Updating files: 84% (19574/23302) Updating files: 85% (19807/23302) Updating files: 86% (20040/23302) Updating files: 87% (20273/23302) Updating files: 88% (20506/23302) Updating files: 89% (20739/23302) Updating files: 90% (20972/23302) Updating files: 91% (21205/23302) Updating files: 92% (21438/23302) Updating files: 93% (21671/23302) Updating files: 94% (21904/23302) Updating files: 95% (22137/23302) Updating files: 96% (22370/23302) Updating files: 97% (22603/23302) Updating files: 98% (22836/23302) Updating files: 99% (23069/23302) Updating files: 100% (23302/23302) Updating files: 100% (23302/23302), done. HEAD is now at c7269f729a Merge pull request #28025 from xavierleroy/camlidl-1.13 Updating c7269f729a..e6e460d07e Fast-forward packages/graphics/graphics.5.2.0/opam | 48 +++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 packages/graphics/graphics.5.2.0/opam (from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4069007ead526b2914ab84c7d8630d283dbe8addfc2408b48a10dfd519c5bc54) 2025-06-16 07:59.19 ---> saved as "f071bec249103d217a53240ea78a7edb29d7c678aedb85d46b08e9c24b3fc9fa" /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-06-16 07:59.19 ---> saved as "2faaf194804ca3d9b120f0a482de5630612b7a0604fb4303f6b584e1eb1b5400" /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, 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-06-16 07:59.55 ---> saved as "aced1c2a9158398016bdc04455efd065259e1c6fa2aa8c01724b5399297a953a" /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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724) # self-upgrade no # system arch=x86_64 os=linux os-distribution=opensuse-leap os-version=15.6 # solver builtin-0install # install-criteria -changed,-count[avoid-version,solution] # upgrade-criteria -count[avoid-version,solution] # jobs 71 # repositories 1 (version-controlled) # pinned 1 (version) # current-switch 4.14 # invariant ["ocaml-base-compiler" {= "4.14.2"}] # compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1 # ocaml:native true # ocaml:native-tools true # ocaml:native-dynlink true # ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml # ocaml:preinstalled false # ocaml:compiler 4.14.2 2025-06-16 07:59.56 ---> saved as "89ce846c919c145d35fb840906de8740f0fc2c76442ec502c8df1f46a2949a4a" /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-06-16 08:00.06 ---> saved as "f0855229715463f5d912a5fee7fc144afd060778ecd93434230d581c1d44f39f" /home/opam: (copy (src .) (dst opam-repository/)) 2025-06-16 08:00.16 ---> saved as "fbf3e31db9a722973d2001b18f88b45c6d8e1cd093e72444bc66bf418af47563" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-06-16 08:00.44 ---> saved as "8a0748591ebb196abaef67e6f653d73a59dd832ca6d4c9e82e3853a632f3a49e" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "zypper" "--non-interactive" "refresh" - Retrieving repository 'Update repository of openSUSE Backports' metadata [...... - ..done] - Building repository 'Update repository of openSUSE Backports' cache [....done] - Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [... - .......... - .......... - .......... - .......... - .....done] - Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [.. - ..done] - Repository 'Main Update Repository' is up to date. - Repository 'Update Repository (Non-Oss)' is up to date. - Repository 'Non-OSS Repository' is up to date. - Repository 'Main Repository' is up to date. - All repositories have been refreshed. 2025-06-16 08:01.06 ---> saved as "5d762173022ef085b20a34fd5e1b95ca27a33c20210dda54d643baa8b2486f34" /home/opam: (run (shell "opam pin add -k version -yn graphics.5.2.0 5.2.0")) graphics is now pinned to version 5.2.0 2025-06-16 08:01.07 ---> saved as "f62621ac667f91d5a28e0efc0053bd5ab59dd5ab0c9fa6dd2758beec934b47d2" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall graphics.5.2.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 \"\\\"opensuse-15.6\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'graphics.5.2.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) graphics.5.2.0 is not installed. Install it? [y/n] y The following actions will be performed: === install 7 packages - install conf-libX11 1 [required by graphics] - install conf-libXft 1 [required by graphics] - install conf-pkg-config 4 [required by graphics] - install csexp 1.5.2 [required by dune-configurator] - install dune 3.19.1 [required by graphics] - install dune-configurator 3.19.1 [required by graphics] - install graphics 5.2.0 (pinned) The following system packages will first need to be installed: libXft-devel <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run zypper to install them (may need root/sudo access) 2. Display the recommended zypper 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 "zypper" "--non-interactive" "install" "libXft-devel" - Loading repository data... - Reading installed packages... - Resolving package dependencies... - - The following 15 NEW packages are going to be installed: - fontconfig fontconfig-devel freetype2-devel libXft-devel libXft2 libXrender-devel libXrender1 libbrotli-devel libbrotlienc1 libbz2-devel libexpat-devel libfontconfig1 libfreetype6 libpng16-16 renderproto-devel - - 15 new packages to install. - - Package download size: 2.2 MiB - - Package install size change: - | 8.2 MiB required by packages that will be installed - 8.2 MiB | - 0 B released by packages that will be removed - - Backend: classic_rpmtrans - Continue? [y/n/v/...? shows all options] (y): y - Retrieving: libXrender1-0.9.10-1.30.x86_64 (Main Repository) (1/15), 24.1 KiB - Retrieving: libXrender1-0.9.10-1.30.x86_64.rpm [.done] - Retrieving: libbrotlienc1-1.0.7-3.3.1.x86_64 (Main Repository) (2/15), 205.7 KiB - Retrieving: libbrotlienc1-1.0.7-3.3.1.x86_64.rpm [..done (462.8 KiB/s)] - Retrieving: libbz2-devel-1.0.8-150400.1.122.x86_64 (Main Repository) (3/15), 18.7 KiB - Retrieving: libbz2-devel-1.0.8-150400.1.122.x86_64.rpm [.done] - Retrieving: libpng16-16-1.6.40-150600.1.3.x86_64 (Main Repository) (4/15), 139.1 KiB - Retrieving: libpng16-16-1.6.40-150600.1.3.x86_64.rpm [..done (683.1 KiB/s)] - Retrieving: renderproto-devel-0.11.1-1.22.x86_64 (Main Repository) (5/15), 22.9 KiB - Retrieving: renderproto-devel-0.11.1-1.22.x86_64.rpm [.done] - Retrieving: libbrotli-devel-1.0.7-3.3.1.x86_64 (Main Repository) (6/15), 32.7 KiB - Retrieving: libbrotli-devel-1.0.7-3.3.1.x86_64.rpm [.done] - Retrieving: libXrender-devel-0.9.10-1.30.x86_64 (Main Repository) (7/15), 17.1 KiB - Retrieving: libXrender-devel-0.9.10-1.30.x86_64.rpm [.done] - Retrieving: libexpat-devel-2.7.1-150400.3.28.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (8/15), 65.5 KiB - Retrieving: libexpat-devel-2.7.1-150400.3.28.1.x86_64.rpm [.done] - Retrieving: libfreetype6-2.10.4-150000.4.22.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (9/15), 447.0 KiB - Retrieving: libfreetype6-2.10.4-150000.4.22.1.x86_64.rpm [..done (484.5 KiB/s)] - Retrieving: freetype2-devel-2.10.4-150000.4.22.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (10/15), 942.5 KiB - Retrieving: freetype2-devel-2.10.4-150000.4.22.1.x86_64.rpm [..done (6.7 MiB/s)] - Retrieving: fontconfig-2.14.2-150600.1.3.x86_64 (Main Repository) (11/15), 81.4 KiB - Retrieving: fontconfig-2.14.2-150600.1.3.x86_64.rpm [.done] - Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64 (Main Repository) (12/15), 126.4 KiB - Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64.rpm [.done] - Retrieving: libXft2-2.3.2-1.33.x86_64 (Main Repository) (13/15), 43.5 KiB - Retrieving: libXft2-2.3.2-1.33.x86_64.rpm [.done] - Retrieving: fontconfig-devel-2.14.2-150600.1.3.x86_64 (Main Repository) (14/15), 23.0 KiB - Retrieving: fontconfig-devel-2.14.2-150600.1.3.x86_64.rpm [.done] - Retrieving: libXft-devel-2.3.2-1.33.x86_64 (Main Repository) (15/15), 19.2 KiB - Retrieving: libXft-devel-2.3.2-1.33.x86_64.rpm [.done] - - Checking for file conflicts: [..done] - ( 1/15) Installing: libXrender1-0.9.10-1.30.x86_64 [..done] - ( 2/15) Installing: libbrotlienc1-1.0.7-3.3.1.x86_64 [..done] - ( 3/15) Installing: libbz2-devel-1.0.8-150400.1.122.x86_64 [..done] - ( 4/15) Installing: libpng16-16-1.6.40-150600.1.3.x86_64 [..done] - ( 5/15) Installing: renderproto-devel-0.11.1-1.22.x86_64 [..done] - ( 6/15) Installing: libbrotli-devel-1.0.7-3.3.1.x86_64 [..done] - ( 7/15) Installing: libXrender-devel-0.9.10-1.30.x86_64 [..done] - ( 8/15) Installing: libexpat-devel-2.7.1-150400.3.28.1.x86_64 [..done] - ( 9/15) Installing: libfreetype6-2.10.4-150000.4.22.1.x86_64 [..done] - (10/15) Installing: freetype2-devel-2.10.4-150000.4.22.1.x86_64 [.. - .done] - (11/15) Installing: fontconfig-2.14.2-150600.1.3.x86_64 [..done] - (12/15) Installing: libfontconfig1-2.14.2-150600.1.3.x86_64 [..done] - (13/15) Installing: libXft2-2.3.2-1.33.x86_64 [..done] - (14/15) Installing: fontconfig-devel-2.14.2-150600.1.3.x86_64 [..done] - (15/15) Installing: libXft-devel-2.3.2-1.33.x86_64 [..done] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved csexp.1.5.2 (cached) -> installed conf-pkg-config.4 -> installed conf-libX11.1 -> installed conf-libXft.1 -> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached) -> retrieved graphics.5.2.0 (cached) -> installed dune.3.19.1 -> installed csexp.1.5.2 -> installed dune-configurator.3.19.1 -> installed graphics.5.2.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-06-16 08:02.07 ---> saved as "c0d64d05fe0010970f518e13fcd72b867cf1ee70aac73bf5691ba61596714923" Job succeeded 2025-06-16 08:02.24: Job succeeded