(for PR #28172)
2025-07-14 12:49.01: New job: build hilite.0.5.0, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/28172/head (0994d48d1dbc37f4e52b2f1497044d73aab96cb5) on opensuse-tumbleweed-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/28172/head" && git reset --hard 0994d48d git fetch origin master git merge --no-edit ab64da8511384eb17e33f1a279f920ed72d7d958 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-tumbleweed-ocaml-5.3@sha256:f2731d4b62fff58351c8c6fdbbd1f0c97f1bf3943fa2022917e070f5831daf84 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 hilite.0.5.0 0.5.0 RUN opam reinstall hilite.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 "\"opensuse-tumbleweed\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'hilite.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 . 2025-07-14 12:49.01: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-5.3@sha256:f2731d4b62fff58351c8c6fdbbd1f0c97f1bf3943fa2022917e070f5831daf84-hilite.0.5.0-0994d48d1dbc37f4e52b2f1497044d73aab96cb5" 2025-07-14 12:49.01: Using OBuilder spec: ((from ocaml/opam:opensuse-tumbleweed-ocaml-5.3@sha256:f2731d4b62fff58351c8c6fdbbd1f0c97f1bf3943fa2022917e070f5831daf84) (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 hilite.0.5.0 0.5.0")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall hilite.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 \"\\\"opensuse-tumbleweed\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'hilite.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")) ) 2025-07-14 12:49.01: Waiting for resource in pool OCluster 2025-07-14 13:44.42: Waiting for worker… 2025-07-14 13:47.44: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD is now at ab64da8511 Merge pull request #28162 from vbmithr/release-logs-async-1.4 Updating ab64da8511..0994d48d1d Fast-forward packages/hilite/hilite.0.5.0/opam | 41 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 packages/hilite/hilite.0.5.0/opam (from ocaml/opam:opensuse-tumbleweed-ocaml-5.3@sha256:f2731d4b62fff58351c8c6fdbbd1f0c97f1bf3943fa2022917e070f5831daf84) 2025-07-14 13:48.27 ---> saved as "0cec0983883746ccfc72c3b40453436cbcd8cb9bc711557f9e69ae21e2e9ba26" /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-07-14 13:48.27 ---> saved as "36bab6592e405bb5adcff514d77f4bbc6e0221556618782180a89012240f1cf7" /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-07-14 13:48.55 ---> saved as "f137ae0e83704f7345da8a485d40185e6f993ef8ac9f601d9d90757d91ec0971" /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-tumbleweed os-version=20250702 # 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.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-07-14 13:48.57 ---> saved as "2c9d8d817cba40b4785fd3b8d1b97198240b6d68fb4368501621133d56df31f6" /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-07-14 13:49.09 ---> saved as "7ad20f2be3c9e1e56d5d32441d9a7793a8b535987491820a87b249d899d81f27" /home/opam: (copy (src .) (dst opam-repository/)) 2025-07-14 13:49.19 ---> saved as "8a3bc1435cbe76f1fd213d0d0431bd4cd04fd2631a5d5a2cdf9dc3a866bbd884" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-07-14 13:49.43 ---> saved as "51f37e485871181afbef80a84c30b05aa759946c8d9aebb9d4bb01054aa8abfa" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "zypper" "--non-interactive" "refresh" - Retrieving repository 'openSUSE-Tumbleweed-Update' metadata [. - . - Looking for gpg keys in repository openSUSE-Tumbleweed-Update. - gpgkey=http://download.opensuse.org/update/tumbleweed/repodata/repomd.xml.key - .....done] - Building repository 'openSUSE-Tumbleweed-Update' cache [....done] - Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata [... - Looking for gpg keys in repository openSUSE-Tumbleweed-Non-Oss. - gpgkey=http://download.opensuse.org/tumbleweed/repo/non-oss/repodata/repomd.xml.key - .... - ..done] - Building repository 'openSUSE-Tumbleweed-Non-Oss' cache [....done] - Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata [... - Looking for gpg keys in repository openSUSE-Tumbleweed-Oss. - gpgkey=http://download.opensuse.org/tumbleweed/repo/oss/repodata/repomd.xml.key - ..... - ........... - ......... - ....done] - Building repository 'openSUSE-Tumbleweed-Oss' cache [.. - ..done] - All repositories have been refreshed. 2025-07-14 13:49.58 ---> saved as "fb8cf154a5d48c98e89184d9acddf22542e6efd2772818e78642e05286668843" /home/opam: (run (shell "opam pin add -k version -yn hilite.0.5.0 0.5.0")) hilite is now pinned to version 0.5.0 2025-07-14 13:49.59 ---> saved as "801f7dd5da8c04fc3c39a82437cdc73ac5787b5e5c1e627912b6fd76d4c124c8" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall hilite.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 \"\\\"opensuse-tumbleweed\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'hilite.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")) hilite.0.5.0 is not installed. Install it? [y/n] y The following actions will be performed: === install 8 packages - install conf-oniguruma 1 [required by oniguruma] - install conf-pkg-config 4 [required by conf-oniguruma] - install csexp 1.5.2 [required by dune-configurator] - install dune 3.19.1 [required by hilite] - install dune-configurator 3.19.1 [required by oniguruma] - install hilite 0.5.0 (pinned) - install oniguruma 0.1.2 [required by textmate-language] - install textmate-language 0.4.0 [required by hilite] The following system packages will first need to be installed: oniguruma-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" "oniguruma-devel" - Loading repository data... - Reading installed packages... - Resolving package dependencies... - - The following 2 NEW packages are going to be installed: - libonig5 oniguruma-devel - - 2 new packages to install. - - Package download size: 313.4 KiB - - Package install size change: - | 1.1 MiB required by packages that will be installed - 1.1 MiB | - 0 B released by packages that will be removed - - Backend: classic_rpmtrans - Continue? [y/n/v/...? shows all options] (y): y - Preloading Packages [.. - Preloading: oniguruma-devel-6.9.10-2.1.x86_64.rpm [done] - . - Preloading: libonig5-6.9.10-2.1.x86_64.rpm [done] - .done] - Retrieving: libonig5-6.9.10-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (1/2), 180.5 KiB - Retrieving: oniguruma-devel-6.9.10-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (2/2), 132.9 KiB - - Checking for file conflicts: [..done] - (1/2) Installing: libonig5-6.9.10-2.1.x86_64 [. - .done] - (2/2) Installing: oniguruma-devel-6.9.10-2.1.x86_64 [..done] - Running post-transaction scripts [...done] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved csexp.1.5.2 (cached) -> installed conf-pkg-config.4 -> installed conf-oniguruma.1 -> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached) -> retrieved hilite.0.5.0 (https://github.com/patricoferris/hilite/releases/download/v0.5.0/hilite-0.5.0.tbz) -> retrieved oniguruma.0.1.2 (cached) -> retrieved textmate-language.0.4.0 (cached) -> installed dune.3.19.1 -> installed csexp.1.5.2 -> installed dune-configurator.3.19.1 -> installed oniguruma.0.1.2 -> installed textmate-language.0.4.0 -> installed hilite.0.5.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-07-14 13:50.49 ---> saved as "c506e6416c9ec6cb4c75387a5711bd5d96afa9f89fc8c1685f4cc24091a673d2" Job succeeded 2025-07-14 13:50.55: Job succeeded