(for PR #28478)
2025-09-09 08:53.42: New job: build goblint-cil.2.0.8, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/28478/head (f9f72ca9d77e3d813df6a8394954262788d6bb6b) 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/28478/head" && git reset --hard f9f72ca9 git fetch origin master git merge --no-edit 9c3d4d2c450836918b2120fd23d975693579ae2e cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:5b267761a1b034fe3ba0a3c17cb1dcd7c5bd868382f8f67ae108f827058549c5 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 goblint-cil.2.0.8 2.0.8 RUN opam reinstall goblint-cil.2.0.8; \ 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" != 'goblint-cil.2.0.8' && 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-09-09 08:53.42: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:5b267761a1b034fe3ba0a3c17cb1dcd7c5bd868382f8f67ae108f827058549c5-goblint-cil.2.0.8-f9f72ca9d77e3d813df6a8394954262788d6bb6b" 2025-09-09 08:53.42: Using OBuilder spec: ((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:5b267761a1b034fe3ba0a3c17cb1dcd7c5bd868382f8f67ae108f827058549c5) (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 goblint-cil.2.0.8 2.0.8")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall goblint-cil.2.0.8;\ \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\" != 'goblint-cil.2.0.8' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2025-09-09 08:53.42: Waiting for resource in pool OCluster 2025-09-09 09:17.48: Waiting for worker… 2025-09-09 09:21.04: Got resource from pool OCluster Building on eumache All commits already cached HEAD is now at 9c3d4d2c45 Merge pull request #28453 from MisterDA/release-config-file-release-1.2.2 Updating 9c3d4d2c45..f9f72ca9d7 Fast-forward packages/goblint-cil/goblint-cil.2.0.8/opam | 77 +++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 packages/goblint-cil/goblint-cil.2.0.8/opam (from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:5b267761a1b034fe3ba0a3c17cb1dcd7c5bd868382f8f67ae108f827058549c5) Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:5b267761a1b034fe3ba0a3c17cb1dcd7c5bd868382f8f67ae108f827058549c5' locally docker.io/ocaml/opam@sha256:5b267761a1b034fe3ba0a3c17cb1dcd7c5bd868382f8f67ae108f827058549c5: Pulling from ocaml/opam 9a574bffc94a: Already exists 50807958a182: Already exists ba3b23cb3bfd: Already exists d93c4a528bfe: Already exists 95d5f713bba5: Already exists Digest: sha256:5b267761a1b034fe3ba0a3c17cb1dcd7c5bd868382f8f67ae108f827058549c5 Status: Downloaded newer image for ocaml/opam@sha256:5b267761a1b034fe3ba0a3c17cb1dcd7c5bd868382f8f67ae108f827058549c5 2025-09-09 09:22.56 ---> saved as "f59652061bff66ba76dcee45a257c6ef862a98870845fc96a50aff97192d5e4e" /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-09-09 09:22.56 ---> saved as "24a30ba238b3639d00531ee95f39a55f2f115b9bce4237008d24359784e8c056" /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 255 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=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-09-09 09:23.27 ---> saved as "d67055e40ffbe286fe9f1cf19aa0a86af617de585a2d12d99ab35b54bf4ea294" /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-09-09 09:23.28 ---> saved as "f286bd3dd966b3088745a8460debc7b004c92713d3a4c320e78a2424ce69c7ae" /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-09-09 09:23.36 ---> saved as "4b85805f180cd1d86d8654609a4bca39cc881c42ea2ec7f3bc13c9bff6e35d1a" /home/opam: (copy (src .) (dst opam-repository/)) 2025-09-09 09:23.44 ---> saved as "cff0e9b70894d46c3df44c1d7dfcdf5e8484735c0b2342de7a7aca72cbe35029" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-09-09 09:24.04 ---> saved as "3c23e742e7cd8ccdd7f5bd1d1321a60c42c0311075dde4ec6cc2a678b01313c3" /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 [.. - Looking for gpg keys in repository Update repository of openSUSE Backports. - gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key - ... - ...........done] - Building repository 'Update repository of openSUSE Backports' cache [.. - ..done] - Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.. - Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15. - gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key - ... - ........... - .......... - .......... - ....... - done] - Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [.. - ..done] - Retrieving repository 'Main Update Repository' metadata [.. - Looking for gpg keys in repository Main Update Repository. - gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key - ..... - .........done] - Building repository 'Main Update Repository' cache [....done] - 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-09-09 09:24.36 ---> saved as "52242b0fa10ec8a35e3ebac62917b541d52165ffd5323d76d27e511c9deb2f97" /home/opam: (run (shell "opam pin add -k version -yn goblint-cil.2.0.8 2.0.8")) goblint-cil is now pinned to version 2.0.8 2025-09-09 09:24.36 ---> saved as "5ad8d3b7a6c0800763c1351c00086339d68273a4e69c95e9713ed5cccb05670c" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall goblint-cil.2.0.8;\ \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\" != 'goblint-cil.2.0.8' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) goblint-cil.2.0.8 is not installed. Install it? [y/n] y The following actions will be performed: === install 19 packages - install conf-gcc 1.0 [required by goblint-cil] - install conf-gmp 5 [required by zarith] - install conf-perl 2 [required by goblint-cil] - install conf-pkg-config 4 [required by zarith] - install cppo 1.8.0 [required by goblint-cil] - install csexp 1.5.2 [required by dune-configurator] - install dune 3.20.1 [required by goblint-cil] - install dune-configurator 3.20.1 [required by goblint-cil] - install goblint-cil 2.0.8 (pinned) - install ocaml-compiler-libs v0.12.4 [required by ppxlib] - install ocamlfind 1.9.8 [required by zarith] - install ppx_derivers 1.2.1 [required by ppx_deriving] - install ppx_deriving 6.1.1 [required by ppx_deriving_yojson] - install ppx_deriving_yojson 3.10.0 [required by goblint-cil] - install ppxlib 0.36.0 [required by ppx_deriving_yojson] - install sexplib0 v0.17.0 [required by ppxlib] - install stdlib-shims 0.3.0 [required by goblint-cil] - install yojson 3.0.0 [required by goblint-cil] - install zarith 1.14 [required by goblint-cil] The following system packages will first need to be installed: gmp-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" "gmp-devel" - Loading repository data... - Reading installed packages... - Resolving package dependencies... - - The following 2 NEW packages are going to be installed: - gmp-devel libgmpxx4 - - 2 new packages to install. - - Package download size: 2.2 MiB - - Package install size change: - | 6.7 MiB required by packages that will be installed - 6.7 MiB | - 0 B released by packages that will be removed - - Backend: classic_rpmtrans - Continue? [y/n/v/...? shows all options] (y): y - Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64 (Main Repository) (1/2), 17.1 KiB - Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64.rpm [... - .done (17.1 KiB/s)] - Retrieving: gmp-devel-6.1.2-4.9.1.x86_64 (Main Repository) (2/2), 2.2 MiB - Retrieving: gmp-devel-6.1.2-4.9.1.x86_64.rpm [......... - .....done (2.2 MiB/s)] - - Checking for file conflicts: [..done] - (1/2) Installing: libgmpxx4-6.1.2-4.9.1.x86_64 [..done] - (2/2) Installing: gmp-devel-6.1.2-4.9.1.x86_64 [....done] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved conf-gmp.5 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-gcc.1.0 -> installed conf-perl.2 -> installed conf-gmp.5 -> installed conf-pkg-config.4 -> retrieved dune.3.20.1, dune-configurator.3.20.1 (cached) -> retrieved goblint-cil.2.0.8 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_deriving.6.1.1 (cached) -> retrieved ppx_deriving_yojson.3.10.0 (cached) -> retrieved ppxlib.0.36.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved zarith.1.14 (cached) -> installed ocamlfind.1.9.8 -> installed zarith.1.14 -> installed dune.3.20.1 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed yojson.3.0.0 -> installed dune-configurator.3.20.1 -> installed ppxlib.0.36.0 -> installed ppx_deriving.6.1.1 -> installed ppx_deriving_yojson.3.10.0 -> installed goblint-cil.2.0.8 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-09 09:25.52 ---> saved as "2cc5d4947f73a79161bf994d6dd2ea529d61a6d93449257a7f9d0c61d3495027" Job succeeded 2025-09-09 09:25.57: Job succeeded