- github
- ocaml
- opam-repository
- f9f72c
- extras,opam-2.1-ocaml-5.3,goblint-cil.2.0.8
(not at the head of any monitored branch or PR)
2025-09-17 10:23.45: New job: build goblint-cil.2.0.8, using opam 2.1
from https://github.com/ocaml/opam-repository.git#refs/pull/28478/head (f9f72ca9d77e3d813df6a8394954262788d6bb6b)
on debian-13-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/28478/head" && git reset --hard f9f72ca9
git fetch origin master
git merge --no-edit 7949ff40d8af6dff67bf2361db44574e21c6d076
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.3@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.1 /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 "\"debian-13\""; 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-17 10:23.45: Using cache hint "ocaml/opam:debian-13-ocaml-5.3@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f-goblint-cil.2.0.8-f9f72ca9d77e3d813df6a8394954262788d6bb6b"
2025-09-17 10:23.45: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.3@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.1 /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 \"\\\"debian-13\\\"\"; 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-17 10:23.45: Waiting for resource in pool OCluster
2025-09-17 10:26.32: Waiting for worker…
2025-09-17 10:27.33: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
Updating files: 66% (12132/18274)
Updating files: 67% (12244/18274)
Updating files: 68% (12427/18274)
Updating files: 69% (12610/18274)
Updating files: 70% (12792/18274)
Updating files: 71% (12975/18274)
Updating files: 72% (13158/18274)
Updating files: 73% (13341/18274)
Updating files: 74% (13523/18274)
Updating files: 75% (13706/18274)
Updating files: 76% (13889/18274)
Updating files: 77% (14071/18274)
Updating files: 78% (14254/18274)
Updating files: 79% (14437/18274)
Updating files: 80% (14620/18274)
Updating files: 81% (14802/18274)
Updating files: 82% (14985/18274)
Updating files: 83% (15168/18274)
Updating files: 84% (15351/18274)
Updating files: 85% (15533/18274)
Updating files: 86% (15716/18274)
Updating files: 87% (15899/18274)
Updating files: 88% (16082/18274)
Updating files: 89% (16264/18274)
Updating files: 90% (16447/18274)
Updating files: 91% (16630/18274)
Updating files: 92% (16813/18274)
Updating files: 93% (16995/18274)
Updating files: 94% (17178/18274)
Updating files: 95% (17361/18274)
Updating files: 96% (17544/18274)
Updating files: 97% (17726/18274)
Updating files: 98% (17909/18274)
Updating files: 99% (18092/18274)
Updating files: 100% (18274/18274)
Updating files: 100% (18274/18274), done.
HEAD is now at 7949ff40d8 Merge pull request #28501 from vscoqbot/opam-publish-vsrocq-language-server.2.3.0
Merge made by the 'ort' strategy.
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:debian-13-ocaml-5.3@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f' locally
docker.io/ocaml/opam@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f: Pulling from ocaml/opam
15b1d8a5ff03: Already exists
4d5eb3ed0208: Already exists
b44e00377829: Already exists
93018e586176: Already exists
587e432a29e2: Already exists
cdf304204754: Already exists
a444cfe202e3: Already exists
964991c828c0: Already exists
a94458d90f79: Already exists
e972c69afbc9: Already exists
3997d62e9de2: Already exists
d78ea61f72f9: Already exists
c68a1176424c: Already exists
63495b383f1a: Already exists
aa1a6204320d: Already exists
187b2023e0b3: Already exists
4787e66ddf43: Already exists
973a552bac2d: Already exists
8ad831d15267: Already exists
a8377bc33a29: Already exists
84a002321686: Already exists
4f4fb700ef54: Already exists
5d52c4f201d6: Already exists
68ef19bc296a: Already exists
1cda2aa0af1b: Already exists
769f31bcfe07: Already exists
b1d715eb0b34: Already exists
6b92d559de80: Already exists
1552f16d9075: Already exists
7a69328970da: Already exists
e66b1fc86e6f: Already exists
b14737f10b30: Already exists
4b7cf33f8dea: Already exists
0499d18bfcaa: Already exists
fb0e4a52e51b: Already exists
af1ea896d29c: Already exists
cff41317f198: Already exists
fbb90a49a8ca: Already exists
2f7f155032eb: Already exists
02f68e1ce660: Already exists
9142b776626e: Pulling fs layer
cebfcf7d6f76: Pulling fs layer
39abf9ca585d: Pulling fs layer
9486417a4529: Pulling fs layer
719d491db6c6: Pulling fs layer
7463fddf1e2e: Pulling fs layer
d82e9fb7179d: Pulling fs layer
cebfcf7d6f76: Waiting
9142b776626e: Waiting
9486417a4529: Waiting
7463fddf1e2e: Waiting
d82e9fb7179d: Waiting
9142b776626e: Verifying Checksum
9142b776626e: Download complete
9142b776626e: Pull complete
cebfcf7d6f76: Download complete
cebfcf7d6f76: Pull complete
39abf9ca585d: Verifying Checksum
39abf9ca585d: Pull complete
9486417a4529: Verifying Checksum
9486417a4529: Download complete
719d491db6c6: Verifying Checksum
719d491db6c6: Download complete
7463fddf1e2e: Verifying Checksum
7463fddf1e2e: Download complete
d82e9fb7179d: Verifying Checksum
d82e9fb7179d: Download complete
9486417a4529: Pull complete
719d491db6c6: Pull complete
7463fddf1e2e: Pull complete
d82e9fb7179d: Pull complete
Digest: sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f
Status: Downloaded newer image for ocaml/opam@sha256:d96959611c273d7e1726ccd221b4f5e95a02676bef62ee9cd5d6f638aaaa573f
2025-09-17 10:29.48 ---> using "e5ce46144b4e25b3e363c3d09bd5c434fad1097e903303a843a6f78001c9b5bd" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2025-09-17 10:29.49 ---> saved as "c57d51d34d7f0c0e12c7b0c5cbc92a375f3502cbe390767f96a863062ea75d93"
/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.
Continue? [Y/n] y
Format upgrade done.
This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-09-17 10:31.23 ---> saved as "77b4bee5f5d9703a9f6d7fc80b817cb85a0f639b57f3375b1e39efe2ed55e6ea"
/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.1.6 (263921263e1f745613e2882745114b7b08f3608b)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria
# upgrade-criteria
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.3
# 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-09-17 10:31.25 ---> saved as "985078520af3d402d1084ad0c358c8f8e5cf66bf6f697a871bc5c87f597d9e3c"
/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-17 10:31.36 ---> saved as "9d44c42d6656cec540efc3aacd34d3f06af954c93a3844d91500d38562611196"
/home/opam: (copy (src .) (dst opam-repository/))
2025-09-17 10:32.24 ---> saved as "c6904d0914c02e10f553a3c5738719cada730fd2d87e1a9d96c84a28cfcb3578"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-09-17 10:32.37 ---> saved as "1a5aaf9c15a54d9ade8f615a668a678341c72439aeb81794c90ab375a3edaefd"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [40.4 kB]
- Fetched 131 kB in 0s (1198 kB/s)
- Reading package lists...
2025-09-17 10:32.38 ---> saved as "518ad176678b36b1d7a087bb59111ab797d17db42be01e02578240973f6827e7"
/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-17 10:32.39 ---> saved as "037d3ffc19a0c199314c893bc22243f5c02e1b13b40489c7f7fd23af1aa8d152"
/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 \"\\\"debian-13\\\"\"; 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 conf-perl 2 [required by goblint-cil]
- install conf-gcc 1.0 [required by goblint-cil]
- recompile ocaml-options-vanilla 1 [upstream or system changes]
- install conf-gmp 5 [required by zarith]
- install conf-pkg-config 4 [required by zarith]
- install ocamlfind 1.9.8 [required by zarith]
- install dune 3.20.2 [required by goblint-cil]
- install zarith 1.14 [required by goblint-cil]
- install yojson 3.0.0 [required by goblint-cil]
- install stdlib-shims 0.3.0 [required by goblint-cil]
- install sexplib0 v0.17.0 [required by ppxlib]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install csexp 1.5.2 [required by dune-configurator]
- install cppo 1.8.0 [required by goblint-cil]
- install ppxlib 0.37.0~5.4preview [required by ppx_deriving_yojson]
- install dune-configurator 3.20.2 [required by goblint-cil]
- install ppx_deriving 6.1.1 [required by ppx_deriving_yojson]
- install ppx_deriving_yojson 3.10.0 [required by goblint-cil]
- install goblint-cil 2.0.8*
===== 19 to install | 1 to recompile =====
The following system packages will first need to be installed:
libgmp-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"
- Selecting previously unselected package libgmpxx4ldbl: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 ... 20653 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12) ...
<><> 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-gmp.5
-> installed conf-perl.2
-> installed conf-pkg-config.4
-> retrieved dune.3.20.2 (cached)
-> retrieved dune-configurator.3.20.2 (cached)
-> retrieved goblint-cil.2.0.8 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> removed ocaml-options-vanilla.1
-> installed ocaml-options-vanilla.1
-> 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.37.0~5.4preview (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.2
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed yojson.3.0.0
-> installed dune-configurator.3.20.2
-> installed ppxlib.0.37.0~5.4preview
-> installed ppx_deriving.6.1.1
-> installed ppx_deriving_yojson.3.10.0
-> installed goblint-cil.2.0.8
Done.
# Run eval $(opam env) to update the current shell environment
2025-09-17 10:33.49 ---> saved as "8f3628477a6fa2a3fee8d672e5032a460e0addab54180e9fc2e379b6853e5dd4"
Job succeeded
2025-09-17 10:34.12: Job succeeded