- github
- ocaml
- opam-repository
- c847d2
- extras,opam-2.1-ocaml-5.4,jasmin.2025.06.2
(not at the head of any monitored branch or PR)
2025-11-20 12:37.23: New job: build jasmin.2025.06.2, using opam 2.1
from https://github.com/ocaml/opam-repository.git#refs/pull/28932/head (c847d2021bc985e2ce93a0822b65d6afb14f2418)
on debian-13-ocaml-5.4/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/28932/head" && git reset --hard c847d202
git fetch origin master
git merge --no-edit 2a5ab3fbccdfdb06d413c48cfe1c129758b3a413
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:57c83c9f9a1885d6982e64ff7d1de47223738f31f635056b0165042eaec3081f
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 jasmin.2025.06.2 2025.06.2
RUN opam reinstall jasmin.2025.06.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 "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'jasmin.2025.06.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-20 12:37.23: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:57c83c9f9a1885d6982e64ff7d1de47223738f31f635056b0165042eaec3081f-jasmin.2025.06.2-c847d2021bc985e2ce93a0822b65d6afb14f2418"
2025-11-20 12:37.23: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:57c83c9f9a1885d6982e64ff7d1de47223738f31f635056b0165042eaec3081f)
(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 jasmin.2025.06.2 2025.06.2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall jasmin.2025.06.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 \"\\\"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\" != 'jasmin.2025.06.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-20 12:37.23: Waiting for resource in pool OCluster
2025-11-20 12:37.23: Waiting for worker…
2025-11-20 12:37.25: Got resource from pool OCluster
Building on clete
All commits already cached
HEAD is now at 2a5ab3fbcc Merge pull request #28924 from hannesm/release-ca-certs-nss-v3.118
Updating 2a5ab3fbcc..c847d2021b
Fast-forward
packages/jasmin/jasmin.2025.06.2/opam | 39 +++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
create mode 100644 packages/jasmin/jasmin.2025.06.2/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:57c83c9f9a1885d6982e64ff7d1de47223738f31f635056b0165042eaec3081f)
2025-11-20 12:38.16 ---> using "9e1915ffb50e2d100090b64fd44ae95ca325d8eb9d61c3d158d7a2820cdf10df" 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-11-20 12:38.16 ---> using "85a2c24e2e883b01411c14cf5f90430901390d22ad6d06421da8e197353377aa" 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.1, 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-20 12:38.16 ---> using "39890f27132a74fff318a6ed19086653ce6f1760619cb89c57ba857a28d749bd" 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.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.4
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2025-11-20 12:38.16 ---> using "f5cdb4642a8d355d4e3259b209c9aff36aa19824df5e06d8d76911d046533c61" 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-20 12:38.16 ---> using "c9be906e9ddf1de7e4e8c6d6eb34947d19a3a09db9a4939a377d6113d42c29e4" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-20 12:38.27 ---> saved as "0705856edc6d60566c2fac7e47ce17844d3422ab8d8a04a1c898814483250581"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-20 12:38.40 ---> saved as "a13b1ce5974d9ac788ad64b31e54be64ed02439d89127b8f07ebc4b57398f7e9"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- 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 trixie/main amd64 Packages [9670 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [71.8 kB]
- Fetched 9973 kB in 2s (5197 kB/s)
- Reading package lists...
-
2025-11-20 12:38.43 ---> saved as "431dc3581846b1a6d7db30d1636005cd55cb512570a7b8d5ee0c6616029f20df"
/home/opam: (run (shell "opam pin add -k version -yn jasmin.2025.06.2 2025.06.2"))
jasmin is now pinned to version 2025.06.2
2025-11-20 12:38.44 ---> saved as "ed7c01948f920de261761c03076b185b9768b4fac6372fd3f61f966bfa43decf"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall jasmin.2025.06.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 \"\\\"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\" != 'jasmin.2025.06.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
jasmin.2025.06.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
- install conf-perl 2 [required by apron]
- install ocamlbuild 0.16.1 [required by apron]
- install conf-gmp 5 [required by zarith]
- install conf-findutils 1 [required by ez-conf-lib]
- install conf-pkg-config 4 [required by zarith]
- install conf-ppl 1 [required by jasmin]
- install num 1.6 [required by batteries]
- install ocamlfind 1.9.8 [required by jasmin]
- install cmdliner 2.0.0 [required by jasmin]
- install dune 3.20.2 [required by jasmin]
- install camlidl 1.13 [required by jasmin]
- install ez-conf-lib 2 [required by conf-gmp-paths, conf-mpfr-paths]
- install zarith 1.14 [required by jasmin]
- install yojson 3.0.0 [required by jasmin]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install menhirSdk 20250912 [required by menhir]
- install menhirLib 20250912 [required by jasmin]
- install menhirCST 20250912 [required by menhir]
- install csexp 1.5.2 [required by dune-configurator]
- install camlp-streams 5.0.1 [required by batteries]
- install bigarray-compat 1.1.0 [required by mlgmpidl]
- install conf-gmp-paths 1 [required by mlgmpidl]
- install menhir 20250912 [required by jasmin]
- install dune-configurator 3.20.2 [required by bigstringaf]
- install batteries 3.10.0 [required by jasmin]
- install conf-mpfr-paths 1 [required by mlgmpidl]
- install bigstringaf 0.10.0 [required by angstrom]
- install mlgmpidl 1.3.0 [required by apron]
- install angstrom 0.16.1 [required by jasmin]
- install apron v0.9.15 [required by jasmin]
- install jasmin 2025.06.2*
===== 31 to install =====
The following system packages will first need to be installed:
libgmp-dev libmpfr-dev libppl-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" "libmpfr-dev" "libppl-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 libmpfr-dev:amd64.
- Preparing to unpack .../2-libmpfr-dev_4.2.2-1_amd64.deb ...
- Unpacking libmpfr-dev:amd64 (4.2.2-1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../3-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package libppl14:amd64.
- Preparing to unpack .../4-libppl14_1%3a1.2-8.1+b3_amd64.deb ...
- Unpacking libppl14:amd64 (1:1.2-8.1+b3) ...
- Selecting previously unselected package libppl-c4:amd64.
- Preparing to unpack .../5-libppl-c4_1%3a1.2-8.1+b3_amd64.deb ...
- Unpacking libppl-c4:amd64 (1:1.2-8.1+b3) ...
- Selecting previously unselected package libppl-dev:amd64.
- Preparing to unpack .../6-libppl-dev_1%3a1.2-8.1+b3_amd64.deb ...
- Unpacking libppl-dev:amd64 (1:1.2-8.1+b3) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../7-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../8-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../9-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 libppl14:amd64 (1:1.2-8.1+b3) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libmpfr-dev:amd64 (4.2.2-1) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Setting up libppl-c4:amd64 (1:1.2-8.1+b3) ...
- Setting up libppl-dev:amd64 (1:1.2-8.1+b3) ...
- Processing triggers for libc-bin (2.41-12) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved apron.v0.9.15 (cached)
-> retrieved batteries.3.10.0 (cached)
-> retrieved bigarray-compat.1.1.0 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved camlidl.1.13 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cmdliner.2.0.0 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-gmp-paths.1 (cached)
-> retrieved conf-mpfr-paths.1 (cached)
-> retrieved conf-ppl.1 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-findutils.1
-> installed conf-gmp.5
-> installed conf-perl.2
-> installed conf-pkg-config.4
-> installed conf-ppl.1
-> retrieved dune.3.20.2 (cached)
-> installed camlidl.1.13
-> retrieved dune-configurator.3.20.2 (cached)
-> retrieved ez-conf-lib.2 (cached)
-> installed ez-conf-lib.2
-> installed conf-gmp-paths.1
-> retrieved jasmin.2025.06.2 (https://github.com/jasmin-lang/jasmin/releases/download/v2025.06.2/jasmin-compiler-v2025.06.2.tar.bz2)
-> installed conf-mpfr-paths.1
-> retrieved menhir.20250912 (cached)
-> retrieved menhirCST.20250912 (cached)
-> retrieved menhirLib.20250912 (cached)
-> retrieved menhirSdk.20250912 (cached)
-> retrieved mlgmpidl.1.3.0 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved yojson.3.0.0 (cached)
-> retrieved zarith.1.14 (cached)
-> installed cmdliner.2.0.0
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed camlp-streams.5.0.1
-> installed menhirCST.20250912
-> installed menhirSdk.20250912
-> installed menhirLib.20250912
-> installed ocaml-syntax-shims.1.0.0
-> installed yojson.3.0.0
-> installed dune-configurator.3.20.2
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed mlgmpidl.1.3.0
-> installed batteries.3.10.0
-> installed menhir.20250912
-> installed apron.v0.9.15
-> installed jasmin.2025.06.2
Done.
<><> conf-mpfr-paths.1 installed successfully <><><><><><><><><><><><><><><><><>
=> header file found in /usr/include
=> library file found in /usr/lib/x86_64-linux-gnu
<><> conf-gmp-paths.1 installed successfully ><><><><><><><><><><><><><><><><><>
=> header file found in /usr/include/x86_64-linux-gnu
=> library file found in /usr/lib/x86_64-linux-gnu
# Run eval $(opam env) to update the current shell environment
2025-11-20 12:41.09 ---> saved as "3c6bd30a05c95745bf56a8a96b5d3e0d4567194424c635c4125167e1c5d3c42e"
Job succeeded
2025-11-20 12:41.16: Job succeeded