- github
- ocaml
- opam-repository
- c847d2
- distributions,debian-11-ocaml-5.4,jasmin.2025.06.2
(not at the head of any monitored branch or PR)
2025-11-20 12:37.22: New job: build jasmin.2025.06.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28932/head (c847d2021bc985e2ce93a0822b65d6afb14f2418)
on debian-11-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-11-ocaml-5.4@sha256:52558d6b3ebee30568a21b3be189ff6fbfccdea588155ec11d8f46267d986767
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 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-11\""; 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.22: Using cache hint "ocaml/opam:debian-11-ocaml-5.4@sha256:52558d6b3ebee30568a21b3be189ff6fbfccdea588155ec11d8f46267d986767-jasmin.2025.06.2-c847d2021bc985e2ce93a0822b65d6afb14f2418"
2025-11-20 12:37.22: Using OBuilder spec:
((from ocaml/opam:debian-11-ocaml-5.4@sha256:52558d6b3ebee30568a21b3be189ff6fbfccdea588155ec11d8f46267d986767)
(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 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-11\\\"\"; 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.22: Waiting for resource in pool OCluster
2025-11-20 12:37.23: Waiting for worker…
2025-11-20 12:37.24: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
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-11-ocaml-5.4@sha256:52558d6b3ebee30568a21b3be189ff6fbfccdea588155ec11d8f46267d986767)
2025-11-20 12:37.52 ---> using "b83f9a1b1e7058c84a0843aaccdba586253bd1f8eebf7063966ba2aacb08b1f9" 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-20 12:37.52 ---> using "7ccdda5d35a73d1cbc31ac83020983ff6deae347cd5d71d7459b4d132e3d9b26" 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
[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-11-20 12:37.52 ---> using "ea55d6389860cc377e5495f8d99e21421f1fca3e6bdcfe3be20c315382404e67" 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.4.1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=11
# 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.4
# invariant ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# 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:37.52 ---> using "d2335deef4bcae87b60b37c52469953789c150877eb992e472a6ed40a27bc61a" 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:37.52 ---> using "a3540549e0b96946347873bc1132d964b15b9f47348f8d0d47cc8848bce1e9cf" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-20 12:37.57 ---> saved as "66e02fe311addc609cef687cf4c8389afc2a3b21116693e76e82926895be5816"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-20 12:38.12 ---> saved as "2d009cd588e8ab78d9158276593420a492e42976f3bb19a7179eced66f2a4ce1"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bullseye InRelease
- Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]
- Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
- Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [423 kB]
- Fetched 450 kB in 0s (1201 kB/s)
- Reading package lists...
2025-11-20 12:38.13 ---> saved as "010d8373dd24727a139b2c727318b92390e5d9612f890c1445f9a4cdd6e45709"
/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.14 ---> saved as "d99e932d19bb271482eb73c4b3bb922ddca0ebca6b06839554f5b785852bae11"
/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-11\\\"\"; 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 31 packages
- install angstrom 0.16.1 [required by jasmin]
- install apron v0.9.15 [required by jasmin]
- install batteries 3.10.0 [required by jasmin]
- install bigarray-compat 1.1.0 [required by mlgmpidl]
- install bigstringaf 0.10.0 [required by angstrom]
- install camlidl 1.13 [required by jasmin]
- install camlp-streams 5.0.1 [required by batteries]
- install cmdliner 2.0.0 [required by jasmin]
- install conf-findutils 1 [required by ez-conf-lib]
- install conf-gmp 5 [required by zarith]
- install conf-gmp-paths 1 [required by mlgmpidl]
- install conf-mpfr-paths 1 [required by mlgmpidl]
- install conf-perl 2 [required by apron]
- install conf-pkg-config 4 [required by zarith]
- install conf-ppl 1 [required by jasmin]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.20.2 [required by jasmin]
- install dune-configurator 3.20.2 [required by bigstringaf]
- install ez-conf-lib 2 [required by conf-gmp-paths, conf-mpfr-paths]
- install jasmin 2025.06.2 (pinned)
- install menhir 20250912 [required by jasmin]
- install menhirCST 20250912 [required by menhir]
- install menhirLib 20250912 [required by jasmin]
- install menhirSdk 20250912 [required by menhir]
- install mlgmpidl 1.3.0 [required by apron]
- install num 1.6 [required by batteries]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocamlbuild 0.16.1 [required by apron]
- install ocamlfind 1.9.8 [required by jasmin]
- install yojson 3.0.0 [required by jasmin]
- install zarith 1.14 [required by jasmin]
The following system packages will first need to be installed:
libgmp-dev libmpfr-dev libppl-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get 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 "apt-get" "install" "-qq" "-yy" "libgmp-dev" "libmpfr-dev" "libppl-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libglib2.0-0: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 ... 18367 files and directories currently installed.)
- Preparing to unpack .../00-libglib2.0-0_2.66.8-1+deb11u6_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.66.8-1+deb11u6) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../01-libglib2.0-data_2.66.8-1+deb11u6_all.deb ...
- Unpacking libglib2.0-data (2.66.8-1+deb11u6) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../02-libgmpxx4ldbl_2%3a6.2.1+dfsg-1+deb11u1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-1+deb11u1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../03-libgmp-dev_2%3a6.2.1+dfsg-1+deb11u1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-1+deb11u1) ...
- Selecting previously unselected package libicu67:amd64.
- Preparing to unpack .../04-libicu67_67.1-7+deb11u1_amd64.deb ...
- Unpacking libicu67:amd64 (67.1-7+deb11u1) ...
- Selecting previously unselected package libmpfr-dev:amd64.
- Preparing to unpack .../05-libmpfr-dev_4.1.0-3_amd64.deb ...
- Unpacking libmpfr-dev:amd64 (4.1.0-3) ...
- Selecting previously unselected package libppl14:amd64.
- Preparing to unpack .../06-libppl14_1%3a1.2-8.1_amd64.deb ...
- Unpacking libppl14:amd64 (1:1.2-8.1) ...
- Selecting previously unselected package libppl-c4:amd64.
- Preparing to unpack .../07-libppl-c4_1%3a1.2-8.1_amd64.deb ...
- Unpacking libppl-c4:amd64 (1:1.2-8.1) ...
- Selecting previously unselected package libppl-dev:amd64.
- Preparing to unpack .../08-libppl-dev_1%3a1.2-8.1_amd64.deb ...
- Unpacking libppl-dev:amd64 (1:1.2-8.1) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../09-libxml2_2.9.10+dfsg-6.7+deb11u9_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u9) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../10-pkg-config_0.29.2-1_amd64.deb ...
- Unpacking pkg-config (0.29.2-1) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../11-shared-mime-info_2.0-1_amd64.deb ...
- Unpacking shared-mime-info (2.0-1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../12-xdg-user-dirs_0.17-2_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2) ...
- Setting up libicu67:amd64 (67.1-7+deb11u1) ...
- Setting up xdg-user-dirs (0.17-2) ...
- Setting up libglib2.0-0:amd64 (2.66.8-1+deb11u6) ...
- No schema files found: doing nothing.
- Setting up libglib2.0-data (2.66.8-1+deb11u6) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-1+deb11u1) ...
- Setting up pkg-config (0.29.2-1) ...
- Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u9) ...
- Setting up libppl14:amd64 (1:1.2-8.1) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-1+deb11u1) ...
- Setting up libmpfr-dev:amd64 (4.1.0-3) ...
- Setting up shared-mime-info (2.0-1) ...
- Setting up libppl-c4:amd64 (1:1.2-8.1) ...
- Setting up libppl-dev:amd64 (1:1.2-8.1) ...
- Processing triggers for libc-bin (2.31-13+deb11u13) ...
<><> 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-pkg-config.4
-> installed conf-perl.2
-> installed conf-ppl.1
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved ez-conf-lib.2 (cached)
-> installed cmdliner.2.0.0
-> installed camlidl.1.13
-> installed ez-conf-lib.2
-> installed conf-gmp-paths.1
-> installed conf-mpfr-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)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, 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 num.1.6
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed ocamlbuild.0.16.1
-> 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 menhirLib.20250912
-> installed menhirSdk.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
# To update the current shell environment, run: eval $(opam env)
2025-11-20 12:39.12 ---> saved as "b9691ff55ae20f1574014ca5c40e8fbf19c86bd9883b8babad3362ab118b436a"
Job succeeded
2025-11-20 12:39.18: Job succeeded