(for PR #27812)
2025-04-24 13:32.57: New job: build conf-graphviz.0.1, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/27812/head (5451be8fd7d3fb7f4060cc599894f41f56a6cbcb) on opensuse-15.6-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/27812/head" && git reset --hard 5451be8f git fetch origin master git merge --no-edit 8106bcf57fc33218275bbf0d02e725f4e9fcd0f6 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:7984918acc170c30478e1cff1f8c26d69c4ca13fd34b1b06be9a51cd835a1c88 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 conf-graphviz.0.1 0.1 RUN opam reinstall conf-graphviz.0.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 "\"opensuse-15.6\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'conf-graphviz.0.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-24 13:32.57: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:7984918acc170c30478e1cff1f8c26d69c4ca13fd34b1b06be9a51cd835a1c88-conf-graphviz.0.1-5451be8fd7d3fb7f4060cc599894f41f56a6cbcb" 2025-04-24 13:32.57: Using OBuilder spec: ((from ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:7984918acc170c30478e1cff1f8c26d69c4ca13fd34b1b06be9a51cd835a1c88) (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 conf-graphviz.0.1 0.1")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall conf-graphviz.0.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 \"\\\"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\" != 'conf-graphviz.0.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-24 13:32.57: Waiting for resource in pool OCluster 2025-04-24 13:32.58: Waiting for worker… 2025-04-24 13:32.58: Got resource from pool OCluster Building on x86-bm-c1.sw.ocaml.org All commits already cached HEAD is now at 8106bcf57f Merge pull request #27808 from Octachron/Ocaml_5.4.0_branching Updating 8106bcf57f..5451be8fd7 Fast-forward packages/conf-graphviz/conf-graphviz.0.1/opam | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (from ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:7984918acc170c30478e1cff1f8c26d69c4ca13fd34b1b06be9a51cd835a1c88) 2025-04-24 13:33.58 ---> saved as "ed0df178827817eb390c053ec7b35ea544bb8250e914a8fc2e64b3494dcd79de" /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-04-24 13:33.58 ---> saved as "7f4049c1412f50ba558d954704f226b3baf85c3f49aebbfd7360b93553f43486" /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 [NOTE] The 'jobs' option was reset, its value was 71 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=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-04-24 13:34.32 ---> saved as "75fddb976491ca443f6e88dbcb2dec7552e24086a9506b2c86b27be409118f0c" /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 39 # repositories 1 (version-controlled) # pinned 1 (version) # current-switch 5.3 # invariant ["ocaml-base-compiler" {>= "5.3.0"}] # compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1 # 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-24 13:34.33 ---> saved as "3b652189b22f47dd15cb0354bac0828ada0efc7eaf9764b280a3515ffe450e43" /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-24 13:34.41 ---> saved as "a20a7166e911185e8b4266adfd71f93343c36745f90ee02f4276e38823ed1dda" /home/opam: (copy (src .) (dst opam-repository/)) 2025-04-24 13:34.50 ---> saved as "a90c0bcda33da392578a34054c4388b06a8f3f187fa386b0eeffd4de30defc6c" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-04-24 13:35.15 ---> saved as "10d38f09d21aecb894032b72e8e0370715c25ee174a0b3bb96ade80aacba7dea" /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-04-24 13:35.37 ---> saved as "d23820730f5e6d1edea8fef1784b601326b6b827777f508961c62fbecd8dcada" /home/opam: (run (shell "opam pin add -k version -yn conf-graphviz.0.1 0.1")) conf-graphviz is now pinned to version 0.1 2025-04-24 13:35.38 ---> saved as "a3a207707b5d4a593748b4d188cfb2aeaf115699f994e251157a3c5816288d57" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall conf-graphviz.0.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 \"\\\"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\" != 'conf-graphviz.0.1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) conf-graphviz.0.1 is not installed. Install it? [y/n] y The following actions will be performed: === install 1 package - install conf-graphviz 0.1 (pinned) The following system packages will first need to be installed: graphviz <><> 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" "graphviz" - Loading repository data... - Reading installed packages... - Resolving package dependencies... - - The following 4 NEW packages are going to be installed: - graphviz graphviz-plugins-core libgraphviz6 libgts-0_7-5 - - 4 new packages to install. - - Package download size: 1.4 MiB - - Package install size change: - | 4.5 MiB required by packages that will be installed - 4.5 MiB | - 0 B released by packages that will be removed - - Backend: classic_rpmtrans - Continue? [y/n/v/...? shows all options] (y): y - Retrieving: libgts-0_7-5-0.7.6_p20121130-1.32.x86_64 (Main Repository) (1/4), 146.3 KiB - Retrieving: libgts-0_7-5-0.7.6_p20121130-1.32.x86_64.rpm [. - .done] - Retrieving: libgraphviz6-2.48.0-150400.3.3.1.x86_64 (Main Repository) (2/4), 427.1 KiB - Retrieving: libgraphviz6-2.48.0-150400.3.3.1.x86_64.rpm [..done (6.5 MiB/s)] - Retrieving: graphviz-2.48.0-150400.3.3.1.x86_64 (Main Repository) (3/4), 456.8 KiB - Retrieving: graphviz-2.48.0-150400.3.3.1.x86_64.rpm [.done] - Retrieving: graphviz-plugins-core-2.48.0-150400.3.3.1.x86_64 (Main Repository) (4/4), 401.2 KiB - Retrieving: graphviz-plugins-core-2.48.0-150400.3.3.1.x86_64.rpm [..done (3.0 MiB/s)] - - Checking for file conflicts: [..done] - (1/4) Installing: libgts-0_7-5-0.7.6_p20121130-1.32.x86_64 [..done] - (2/4) Installing: libgraphviz6-2.48.0-150400.3.3.1.x86_64 [..done] - (3/4) Installing: graphviz-2.48.0-150400.3.3.1.x86_64 [..done] - (4/4) Installing: graphviz-plugins-core-2.48.0-150400.3.3.1.x86_64 [..done] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed conf-graphviz.0.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-04-24 13:35.52 ---> saved as "ddc3ff5c264298a952fcfae9533cd6c6b90324a664d3875b6157a21717bf7b8a" Job succeeded 2025-04-24 13:35.58: Job succeeded