(for PR #28034)
2025-06-16 10:02.25: New job: build rdf_lwt.1.1.0, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/28034/head (a3652ecfc8f2081cdc1689afc15b9fc99f3020e0) 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/28034/head" && git reset --hard a3652ecf git fetch origin master git merge --no-edit c7269f729a780d8cad2232be10de94ac8da8381e cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-tumbleweed-ocaml-5.3@sha256:9b9071d78a6511544b843586078053c098ad0017cd23769bd8828851db45af2f 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 rdf_lwt.1.1.0 1.1.0 RUN opam reinstall rdf_lwt.1.1.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" != 'rdf_lwt.1.1.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 10:02.25: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-5.3@sha256:9b9071d78a6511544b843586078053c098ad0017cd23769bd8828851db45af2f-rdf_lwt.1.1.0-a3652ecfc8f2081cdc1689afc15b9fc99f3020e0" 2025-06-16 10:02.25: Using OBuilder spec: ((from ocaml/opam:opensuse-tumbleweed-ocaml-5.3@sha256:9b9071d78a6511544b843586078053c098ad0017cd23769bd8828851db45af2f) (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 rdf_lwt.1.1.0 1.1.0")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall rdf_lwt.1.1.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\" != 'rdf_lwt.1.1.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 10:02.25: Waiting for resource in pool OCluster 2025-06-16 10:02.27: Waiting for worker… 2025-06-16 10:04.12: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at c7269f729a Merge pull request #28025 from xavierleroy/camlidl-1.13 Updating c7269f729a..a3652ecfc8 Fast-forward Auto packing the repository in background for optimum performance. See "git help gc" for manual housekeeping. warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. packages/rdf/rdf.1.1.0/opam | 52 +++++++++++++++++++++++ packages/rdf_impls/rdf_impls.1.1.0/opam | 40 +++++++++++++++++ packages/rdf_json_ld/rdf_json_ld.1.1.0/opam | 41 ++++++++++++++++++ packages/rdf_lwt/rdf_lwt.1.1.0/opam | 40 +++++++++++++++++ packages/rdf_mysql/rdf_mysql.1.1.0/opam | 38 +++++++++++++++++ packages/rdf_postgresql/rdf_postgresql.1.1.0/opam | 38 +++++++++++++++++ packages/rdf_ppx/rdf_ppx.1.1.0/opam | 38 +++++++++++++++++ 7 files changed, 287 insertions(+) create mode 100644 packages/rdf/rdf.1.1.0/opam create mode 100644 packages/rdf_impls/rdf_impls.1.1.0/opam create mode 100644 packages/rdf_json_ld/rdf_json_ld.1.1.0/opam create mode 100644 packages/rdf_lwt/rdf_lwt.1.1.0/opam create mode 100644 packages/rdf_mysql/rdf_mysql.1.1.0/opam create mode 100644 packages/rdf_postgresql/rdf_postgresql.1.1.0/opam create mode 100644 packages/rdf_ppx/rdf_ppx.1.1.0/opam (from ocaml/opam:opensuse-tumbleweed-ocaml-5.3@sha256:9b9071d78a6511544b843586078053c098ad0017cd23769bd8828851db45af2f) Unable to find image 'ocaml/opam:opensuse-tumbleweed-ocaml-5.3@sha256:9b9071d78a6511544b843586078053c098ad0017cd23769bd8828851db45af2f' locally docker.io/ocaml/opam@sha256:9b9071d78a6511544b843586078053c098ad0017cd23769bd8828851db45af2f: Pulling from ocaml/opam 780273ccb6b6: Pulling fs layer 5b6c5bc904d4: Pulling fs layer ad4fce8f720d: Pulling fs layer c770a59348ab: Pulling fs layer ea0efcbd7a8a: Pulling fs layer f2810bee91f1: Pulling fs layer 3ad56a8e8e1e: Pulling fs layer 46824c97f509: Pulling fs layer f2810bee91f1: Waiting 3ad56a8e8e1e: Waiting ea0efcbd7a8a: Waiting 46824c97f509: Waiting ad4fce8f720d: Verifying Checksum ad4fce8f720d: Download complete 5b6c5bc904d4: Verifying Checksum 5b6c5bc904d4: Download complete 780273ccb6b6: Verifying Checksum 780273ccb6b6: Download complete f2810bee91f1: Download complete c770a59348ab: Verifying Checksum c770a59348ab: Download complete 3ad56a8e8e1e: Verifying Checksum 3ad56a8e8e1e: Download complete 46824c97f509: Download complete ea0efcbd7a8a: Verifying Checksum ea0efcbd7a8a: Download complete 780273ccb6b6: Pull complete 5b6c5bc904d4: Pull complete ad4fce8f720d: Pull complete c770a59348ab: Pull complete ea0efcbd7a8a: Pull complete f2810bee91f1: Pull complete 3ad56a8e8e1e: Pull complete 46824c97f509: Pull complete Digest: sha256:9b9071d78a6511544b843586078053c098ad0017cd23769bd8828851db45af2f Status: Downloaded newer image for ocaml/opam@sha256:9b9071d78a6511544b843586078053c098ad0017cd23769bd8828851db45af2f 2025-06-16 10:07.08 ---> using "c59d44876f50be224818e89c0497fdd1224c5890b4d70051c4b6552ff70cb72c" 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-06-16 10:07.08 ---> using "7359833c6c378d5596dbe74a4dfb80c0fc586abf68cf107ebd2a1201434dc11d" from cache /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-06-16 10:07.08 ---> using "9b95751af8dad151853a01429675a9c35019a9f3acc0237734e99d3a4f8d0706" from cache /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=20250605 # 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-06-16 10:07.08 ---> using "02aef54f196ff85644fb04b0736c02827eb9821f3c1bf20fb86848d4d4f9d676" from cache /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 10:07.08 ---> using "87abf42595aaf0e788f6e3ec1e477af820eb2949b9797a931c8726010d232ac6" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-06-16 10:07.10 ---> saved as "0a20abbf7f02f3b59b0f0f5b044c7ef2aa4fcdc3ec566ea233196f75d30768d1" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-06-16 10:07.33 ---> saved as "94f085d5fd4976c1c5bde1340fda64e28fdef04da06d8f634a82d99275606776" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "zypper" "--non-interactive" "refresh" - Repository 'openSUSE-Tumbleweed-Update' is up to date. - 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-06-16 10:08.40 ---> saved as "145630fa77e5101b4bd5fd66f5e677ed5f24e53797aa8d4e99dbec4eec239a51" /home/opam: (run (shell "opam pin add -k version -yn rdf_lwt.1.1.0 1.1.0")) rdf_lwt is now pinned to version 1.1.0 2025-06-16 10:08.41 ---> saved as "9d1855709a4d0c29fcb5e607e976b2195c4ec74d1c327fda38fb9015ae3f4908" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall rdf_lwt.1.1.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\" != 'rdf_lwt.1.1.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) rdf_lwt.1.1.0 is not installed. Install it? [y/n] y * Missing dependency: - rdf_lwt >= 1.1.0 -> rdf >= 1.1.0 -> pcre >= 7.5.0 -> conf-libpcre depends on the unavailable system package 'pcre-devel'. Use `--no-depexts' to attempt installation anyway, or it is possible that a depext package name in the opam file is incorrect. No solution found, exiting "/usr/bin/env" "bash" "-c" "opam reinstall rdf_lwt.1.1.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" != 'rdf_lwt.1.1.0' && 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 2025-06-16 10:08.55: Job failed: Failed: Build failed 2025-06-16 10:08.55: Log analysis: 2025-06-16 10:08.55: >>> No solution found, exiting (score = 100) 2025-06-16 10:08.55: [SKIP] Package not available