(for PR #28917)
2025-11-18 13:14.28: New job: build salto-analyzer.0.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28917/head (3a30a99940d7e265723c7b3f522a70efdb9ec65a)
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/28917/head" && git reset --hard 3a30a999
git fetch origin master
git merge --no-edit 1c92c86556d4b9c73229d94763be9715317321bc
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:50aa7a792077bfe5442547de8d4e905fc62326dd7ff1e6b8e5918804437644dc
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /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 salto-analyzer.0.2 0.2
RUN opam reinstall salto-analyzer.0.2; \
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" != 'salto-analyzer.0.2' && 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-11-18 13:14.28: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:50aa7a792077bfe5442547de8d4e905fc62326dd7ff1e6b8e5918804437644dc-salto-analyzer.0.2-3a30a99940d7e265723c7b3f522a70efdb9ec65a"
2025-11-18 13:14.28: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:50aa7a792077bfe5442547de8d4e905fc62326dd7ff1e6b8e5918804437644dc)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /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 salto-analyzer.0.2 0.2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall salto-analyzer.0.2;\
\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\" != 'salto-analyzer.0.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-11-18 13:14.28: Waiting for resource in pool OCluster
2025-11-18 13:14.28: Waiting for worker…
2025-11-18 13:14.29: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
Updating files: 99% (18734/18769)
Updating files: 100% (18769/18769)
Updating files: 100% (18769/18769), done.
HEAD is now at 1c92c86556 Merge pull request #28847 from nikochiko/opam-publish-raga.0.1.0
Updating 1c92c86556..3a30a99940
Fast-forward
packages/salto-analyzer/salto-analyzer.0.2/opam | 64 +++++++++++++++++++++++++
1 file changed, 64 insertions(+)
create mode 100644 packages/salto-analyzer/salto-analyzer.0.2/opam
(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:50aa7a792077bfe5442547de8d4e905fc62326dd7ff1e6b8e5918804437644dc)
2025-11-18 13:15.14 ---> using "1ed727fb4720e9227d4a2d9ffd31de95472026133f61c47fad7232f79b4bcbf3" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-18 13:15.14 ---> using "50814f7fd1f82b7a5ba0242ed87dd6bbc5495a38c437e0500da5f2c6c48d83f6" 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 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-11-18 13:15.14 ---> using "74e40f6d04f83426c2e7a9762092a467398b67ef6cc77cc19568d1de54070b12" 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.5.0~beta1
# 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-11-18 13:15.14 ---> using "0c86769fcee6cb5e37c7759dfac5be954b09a584d68c8c52bab00a03449f7ae8" 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-11-18 13:15.14 ---> using "caa43b59b600c8ce15c98a73ed40c46a51dbc3523ccdd97d61bc9ca3a7325f9f" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-18 13:15.26 ---> saved as "2977dac0c0521dda8b4529ff84ba8e9b4d65f91b1b1966884bb651156a55b103"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-18 13:15.46 ---> saved as "a1d9ffeed90682e236d3ebc6169e65aa1ad1bb68cc89be703fbcac9a88d3d74e"
/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]
- 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-11-18 13:16.21 ---> saved as "8970233c7eeae54c278ee2d4b351e3427d353c8f26a155d5d3adc63696b51056"
/home/opam: (run (shell "opam pin add -k version -yn salto-analyzer.0.2 0.2"))
salto-analyzer is now pinned to version 0.2
2025-11-18 13:16.22 ---> saved as "d7f55a69fa60929eab1d61f9507dbaeca1a4ef0c10aff5bf254d7260d6c0ef03"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall salto-analyzer.0.2;\
\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\" != 'salto-analyzer.0.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
salto-analyzer.0.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 63 packages
- install base v0.16.4 [required by salto-analyzer]
- install cmdliner 2.0.0 [required by salto-analyzer]
- install conf-gmp 5 [required by zarith]
- install conf-pkg-config 4 [required by zarith]
- install cppo 1.8.0 [required by ppx_deriving]
- install csexp 1.5.2 [required by salto-analyzer]
- install dmap 0.5 [required by salto-analyzer]
- install dune 3.20.2 [required by salto-analyzer]
- install dune-configurator 3.20.2 [required by base]
- install ez_dune_describe 0.1 [required by salto-analyzer]
- install ezjs_ace 0.1.1 [required by salto-analyzer]
- install gen 1.1 [required by sedlex]
- install hashcons 1.4.0 [required by salto-analyzer]
- install hashset 1.0.1 [required by salto-analyzer]
- install jane-street-headers v0.16.0 [required by time_now]
- install js_of_ocaml 5.9.1 [required by salto-analyzer]
- install js_of_ocaml-compiler 5.9.1 [required by js_of_ocaml]
- install js_of_ocaml-ppx 5.9.1 [required by salto-analyzer]
- install js_of_ocaml-tyxml 5.9.1 [required by salto-analyzer]
- install jst-config v0.16.0 [required by time_now]
- install menhir 20250912 [required by js_of_ocaml-compiler]
- install menhirCST 20250912 [required by menhir]
- install menhirLib 20250912 [required by js_of_ocaml-compiler]
- install menhirSdk 20250912 [required by js_of_ocaml-compiler]
- install ocaml-compiler-libs v0.12.4 [required by saltoIL]
- install ocamlbuild 0.16.1 [required by react]
- install ocamlfind 1.9.8 [required by ppx_deriving, zarith]
- install ppx_assert v0.16.0 [required by jst-config]
- install ppx_base v0.16.0 [required by time_now]
- install ppx_cold v0.16.0 [required by ppx_base]
- install ppx_compare v0.16.0 [required by ppx_base]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.0.3 [required by salto-analyzer]
- install ppx_enumerate v0.16.0 [required by ppx_base]
- install ppx_expect v0.16.2 [required by salto-analyzer]
- install ppx_globalize v0.16.0 [required by ppx_base]
- install ppx_hash v0.16.0 [required by ppx_base]
- install ppx_here v0.16.0 [required by ppx_expect]
- install ppx_import 1.12.0 [required by salto-analyzer]
- install ppx_inline_test v0.16.1 [required by ppx_expect]
- install ppx_optcomp v0.16.0 [required by time_now]
- install ppx_sexp_conv v0.16.0 [required by ppx_base]
- install ppxlib 0.35.0 [required by ppx_expect, ppx_deriving, ppx_import]
- install ptmap 2.0.5 [required by saltoIL]
- install ptset 1.0.1 [required by salto-analyzer]
- install re 1.14.0 [required by ppx_expect]
- install react 1.2.2 [required by js_of_ocaml-tyxml]
- install reactiveData 0.3.1 [required by js_of_ocaml-tyxml]
- install salto-analyzer 0.2 (pinned)
- install saltoIL 0.2.0 [required by salto-analyzer]
- install sedlex 3.7 [required by js_of_ocaml-compiler]
- install seq base [required by saltoIL]
- install sexp_decode 0.7 [required by ez_dune_describe]
- install sexplib0 v0.16.0 [required by base]
- install stdio v0.16.0 [required by ppx_expect]
- install stdlib-shims 0.3.0 [required by ptset]
- install time_now v0.16.0 [required by ppx_inline_test]
- install topkg 1.1.1 [required by react]
- install tyxml 4.6.0 [required by js_of_ocaml-tyxml]
- install uutf 1.0.4 [required by tyxml]
- install yojson 3.0.0 [required by js_of_ocaml-compiler]
- install zarith 1.14 [required by salto-analyzer]
- install zarith_stubs_js v0.16.1 [required by salto-analyzer]
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]
- 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 (618.3 KiB/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 base.v0.16.4 (cached)
-> retrieved cmdliner.2.0.0 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved dmap.0.5 (cached)
-> installed conf-pkg-config.4
-> installed conf-gmp.5
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved ez_dune_describe.0.1 (cached)
-> retrieved ezjs_ace.0.1.1 (cached)
-> retrieved gen.1.1 (cached)
-> retrieved hashcons.1.4.0 (cached)
-> retrieved hashset.1.0.1 (cached)
-> retrieved jane-street-headers.v0.16.0 (cached)
-> installed cmdliner.2.0.0
-> retrieved js_of_ocaml.5.9.1, js_of_ocaml-compiler.5.9.1, js_of_ocaml-ppx.5.9.1, js_of_ocaml-tyxml.5.9.1 (cached)
-> retrieved jst-config.v0.16.0 (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ppx_assert.v0.16.0 (cached)
-> retrieved ppx_base.v0.16.0 (cached)
-> retrieved ppx_cold.v0.16.0 (cached)
-> retrieved ppx_compare.v0.16.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.0.3 (cached)
-> retrieved ppx_enumerate.v0.16.0 (cached)
-> retrieved ppx_expect.v0.16.2 (cached)
-> retrieved ppx_globalize.v0.16.0 (cached)
-> retrieved ppx_hash.v0.16.0 (cached)
-> retrieved ppx_here.v0.16.0 (cached)
-> retrieved ppx_import.1.12.0 (cached)
-> retrieved ppx_inline_test.v0.16.1 (cached)
-> retrieved ppx_optcomp.v0.16.0 (cached)
-> retrieved ppx_sexp_conv.v0.16.0 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved ptmap.2.0.5 (cached)
-> retrieved ptset.1.0.1 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved react.1.2.2 (cached)
-> retrieved reactiveData.0.3.1 (cached)
-> retrieved salto-analyzer.0.2 (https://salto.gitlabpages.inria.fr/salto-analyzer/releases/salto-analyzer-0.2.tbz)
-> retrieved saltoIL.0.2.0 (cached)
-> retrieved sedlex.3.7 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexp_decode.0.7 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved stdio.v0.16.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved time_now.v0.16.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved tyxml.4.6.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved yojson.3.0.0 (cached)
-> retrieved zarith.1.14 (cached)
-> retrieved zarith_stubs_js.v0.16.1 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed react.1.2.2
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed gen.1.1
-> installed hashcons.1.4.0
-> installed hashset.1.0.1
-> installed jane-street-headers.v0.16.0
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-compiler-libs.v0.12.4
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed reactiveData.0.3.1
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed zarith_stubs_js.v0.16.1
-> installed dmap.0.5
-> installed ptmap.2.0.5
-> installed ptset.1.0.1
-> installed dune-configurator.3.20.2
-> installed tyxml.4.6.0
-> installed base.v0.16.4
-> installed stdio.v0.16.0
-> installed menhir.20250912
-> installed ppxlib.0.35.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_import.1.12.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed sedlex.3.7
-> installed ppx_hash.v0.16.0
-> installed ppx_assert.v0.16.0
-> installed ppx_base.v0.16.0
-> installed saltoIL.0.2.0
-> installed jst-config.v0.16.0
-> installed time_now.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed js_of_ocaml-compiler.5.9.1
-> installed sexp_decode.0.7
-> installed ez_dune_describe.0.1
-> installed ppx_expect.v0.16.2
-> installed js_of_ocaml.5.9.1
-> installed js_of_ocaml-ppx.5.9.1
-> installed ezjs_ace.0.1.1
-> installed js_of_ocaml-tyxml.5.9.1
-> installed salto-analyzer.0.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-18 13:18.39 ---> saved as "0aea4eded0888933d905c4221a3f59c6d6a4951ddfb666aa4f93d5533cec72e3"
Job succeeded
2025-11-18 13:18.45: Job succeeded