(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 ubuntu-24.04-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:ubuntu-24.04-ocaml-5.3@sha256:2af7a2f9fff9a3e98a2af885aaa477769d5a5059e1275271f7e2dbdda1ed161c 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 "\"ubuntu-24.04\""; 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:ubuntu-24.04-ocaml-5.3@sha256:2af7a2f9fff9a3e98a2af885aaa477769d5a5059e1275271f7e2dbdda1ed161c-hilite.0.5.0-0994d48d1dbc37f4e52b2f1497044d73aab96cb5" 2025-07-14 12:49.01: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:2af7a2f9fff9a3e98a2af885aaa477769d5a5059e1275271f7e2dbdda1ed161c) (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 \"\\\"ubuntu-24.04\\\"\"; 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.36: Waiting for worker… 2025-07-14 13:47.39: Got resource from pool OCluster Building on odawa.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:ubuntu-24.04-ocaml-5.3@sha256:2af7a2f9fff9a3e98a2af885aaa477769d5a5059e1275271f7e2dbdda1ed161c) Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:2af7a2f9fff9a3e98a2af885aaa477769d5a5059e1275271f7e2dbdda1ed161c' locally docker.io/ocaml/opam@sha256:2af7a2f9fff9a3e98a2af885aaa477769d5a5059e1275271f7e2dbdda1ed161c: Pulling from ocaml/opam c202fd1cea9b: Pulling fs layer c202fd1cea9b: Download complete c202fd1cea9b: Pull complete Digest: sha256:2af7a2f9fff9a3e98a2af885aaa477769d5a5059e1275271f7e2dbdda1ed161c Status: Downloaded newer image for ocaml/opam@sha256:2af7a2f9fff9a3e98a2af885aaa477769d5a5059e1275271f7e2dbdda1ed161c 2025-07-14 13:47.41 ---> using "d8ceb4e48ca709c912639b3506e26680cad0ff922638e05ddd696e10af00aebf" from cache /: (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:47.41 ---> saved as "e425734698ac528ef10cbe3e6cb250de76ce4a8bd8e0783af8209efadaa0a470" /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:47.59 ---> saved as "ea08f8d425b60ff2ee906eb33e5fc1fda75130ea6802665d57eef039ee29b8ec" /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=ubuntu os-version=24.04 # solver builtin-0install # install-criteria -changed,-count[avoid-version,solution] # upgrade-criteria -count[avoid-version,solution] # jobs 255 # 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.00 ---> saved as "4874ca3b22b7913628a5b0592eb6e638a64c889c317c97b04d14bf4e23058993" /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:48.11 ---> saved as "10c913d3fa98256da8726dba9f40149af63888c83534023fe821d3e9a5554001" /home/opam: (copy (src .) (dst opam-repository/)) 2025-07-14 13:48.18 ---> saved as "831cb6823c5037f617f3a2839900e8b36e1ac93b3db6da88faa269612f7ddd91" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-07-14 13:48.34 ---> saved as "fb1d966a6274005849c279c00b13c33ace78ed477b402797dc4ab59cc5db6833" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease - Get:2 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] - Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] - Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] - Get:5 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1742 kB] - Get:6 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1800 kB] - Get:7 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1567 kB] - Get:8 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1434 kB] - Get:9 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [33.0 kB] - Get:10 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [48.8 kB] - Get:11 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1241 kB] - Get:12 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1124 kB] - Fetched 9369 kB in 1s (6917 kB/s) - Reading package lists... - 2025-07-14 13:48.36 ---> saved as "ae1761e60ae65a92d48d42f2719bc1efbb82afac9ccce3cfb1a21d4ea15fc881" /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:48.37 ---> saved as "6b1e4c0466b91d725ee49fa26e88d11fbd32617db0f09ad07474da873b8a0e69" /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 \"\\\"ubuntu-24.04\\\"\"; 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: libonig-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run apt-get to install them (may need root/sudo access) 2. Display the recommended apt-get 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 "apt-get" "install" "-qq" "-yy" "libonig-dev" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libonig5:amd64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16365 files and directories currently installed.) - Preparing to unpack .../0-libonig5_6.9.9-1build1_amd64.deb ... - Unpacking libonig5:amd64 (6.9.9-1build1) ... - Selecting previously unselected package libonig-dev. - Preparing to unpack .../1-libonig-dev_6.9.9-1build1_amd64.deb ... - Unpacking libonig-dev (6.9.9-1build1) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../2-libpkgconf3_1.8.1-2build1_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-2build1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../3-pkgconf-bin_1.8.1-2build1_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-2build1) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../4-pkgconf_1.8.1-2build1_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-2build1) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../5-pkg-config_1.8.1-2build1_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-2build1) ... - Setting up libpkgconf3:amd64 (1.8.1-2build1) ... - Setting up pkgconf-bin (1.8.1-2build1) ... - Setting up libonig5:amd64 (6.9.9-1build1) ... - Setting up libonig-dev (6.9.9-1build1) ... - Setting up pkgconf:amd64 (1.8.1-2build1) ... - Setting up pkg-config:amd64 (1.8.1-2build1) ... - Processing triggers for libc-bin (2.39-0ubuntu8.4) ... <><> 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:49.05 ---> saved as "1ec584c791e4cbbd6fd2260906b828530b66111f393cc9b11b2dbe7eb65c77c2" Job succeeded 2025-07-14 13:49.09: Job succeeded