(for PR #27920)
2025-11-10 16:56.20: New job: build ocaml-fsrs.0.1.0-alpha3, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/27920/head (67423ee84b72a0a7e34b6e84fbb039f220f355cd)
on opensuse-15.6-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/27920/head" && git reset --hard 67423ee8
git fetch origin master
git merge --no-edit b6a264c784afa1e19f7a926fc10d49010ad12be4
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:4b835bd24ac04c3b47d077bc8cd90ce2b9de8734dd2faf507878149f7205adff
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 ocaml-fsrs.0.1.0-alpha3 0.1.0-alpha3
RUN opam reinstall ocaml-fsrs.0.1.0-alpha3; \
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" != 'ocaml-fsrs.0.1.0-alpha3' && 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-10 16:56.20: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:4b835bd24ac04c3b47d077bc8cd90ce2b9de8734dd2faf507878149f7205adff-ocaml-fsrs.0.1.0-alpha3-67423ee84b72a0a7e34b6e84fbb039f220f355cd"
2025-11-10 16:56.20: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:4b835bd24ac04c3b47d077bc8cd90ce2b9de8734dd2faf507878149f7205adff)
(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 ocaml-fsrs.0.1.0-alpha3 0.1.0-alpha3"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocaml-fsrs.0.1.0-alpha3;\
\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\" != 'ocaml-fsrs.0.1.0-alpha3' && 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-10 16:56.20: Waiting for resource in pool OCluster
2025-11-10 21:17.42: Waiting for worker…
2025-11-10 21:22.40: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
Updating files: 67% (12703/18706)
Updating files: 68% (12721/18706)
Updating files: 69% (12908/18706)
Updating files: 70% (13095/18706)
Updating files: 71% (13282/18706)
Updating files: 72% (13469/18706)
Updating files: 73% (13656/18706)
Updating files: 74% (13843/18706)
Updating files: 75% (14030/18706)
Updating files: 76% (14217/18706)
Updating files: 77% (14404/18706)
Updating files: 78% (14591/18706)
Updating files: 79% (14778/18706)
Updating files: 80% (14965/18706)
Updating files: 81% (15152/18706)
Updating files: 82% (15339/18706)
Updating files: 83% (15526/18706)
Updating files: 84% (15714/18706)
Updating files: 85% (15901/18706)
Updating files: 86% (16088/18706)
Updating files: 87% (16275/18706)
Updating files: 88% (16462/18706)
Updating files: 89% (16649/18706)
Updating files: 90% (16836/18706)
Updating files: 91% (17023/18706)
Updating files: 92% (17210/18706)
Updating files: 93% (17397/18706)
Updating files: 94% (17584/18706)
Updating files: 95% (17771/18706)
Updating files: 96% (17958/18706)
Updating files: 97% (18145/18706)
Updating files: 98% (18332/18706)
Updating files: 99% (18519/18706)
Updating files: 100% (18706/18706)
Updating files: 100% (18706/18706), done.
HEAD is now at b6a264c784 Merge pull request #28853 from AltGr/catala100
Merge made by the 'ort' strategy.
packages/ocaml-fsrs/ocaml-fsrs.0.1.0-alpha3/opam | 41 ++++++++++++++++++++++++
1 file changed, 41 insertions(+)
create mode 100644 packages/ocaml-fsrs/ocaml-fsrs.0.1.0-alpha3/opam
(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:4b835bd24ac04c3b47d077bc8cd90ce2b9de8734dd2faf507878149f7205adff)
2025-11-10 21:22.44 ---> using "0785fd2b8639fefa3ba5fe56e3934361e003b1c7eac1c21cc4d5af233fafc105" 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-10 21:22.44 ---> using "5e05a20a557502ef446a53e72a39da4cbdee1368239260713cc3ea6ab221f267" 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 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-11-10 21:22.44 ---> using "de486fa6843044e1e18f7e994383cd48b89e069381614949e961efc913ad7e8c" 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~alpha1
# 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 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-10 21:22.44 ---> using "65ceb8af403a8ff638fccada8bb479f70bf599c89e784cbd1f0bd4168a8952e1" 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-10 21:22.44 ---> using "909ded34ad8087ea90adc0ec5a9a12a13a090e3c1c69a081cd444c87b66728df" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-10 21:22.55 ---> saved as "f2fe81e65c268ad83dbba8059f7fc381e8c12044b46e125bd5b91982bbdefc3a"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-10 21:23.29 ---> saved as "a0718a94517b3125e785f6d47033851d3a239319c54a955e3dfe5f3c7a07a673"
/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-11-10 21:24.32 ---> saved as "27313e5f87916154ae1155a9ec749b60acac061689b719037d73fd8c224f6ed4"
/home/opam: (run (shell "opam pin add -k version -yn ocaml-fsrs.0.1.0-alpha3 0.1.0-alpha3"))
ocaml-fsrs is now pinned to version 0.1.0-alpha3
2025-11-10 21:24.36 ---> saved as "04664038a9c336b6abe3191f51b27306a00cc1d527bb89ad004c9400bb5355ed"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocaml-fsrs.0.1.0-alpha3;\
\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\" != 'ocaml-fsrs.0.1.0-alpha3' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ocaml-fsrs.0.1.0-alpha3 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 19 packages
- install angstrom 0.16.1 [required by timedesc]
- install base v0.17.3 [required by ocaml-fsrs]
- install bigstringaf 0.10.0 [required by angstrom]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.20.2 [required by ocaml-fsrs]
- install dune-configurator 3.20.2 [required by base]
- install ocaml-fsrs 0.1.0-alpha3 (pinned)
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocaml_intrinsics_kernel v0.17.1 [required by base]
- install ocamlbuild 0.16.1 [required by ptime]
- install ocamlfind 1.9.8 [required by ptime]
- install ptime 1.2.0 [required by timedesc]
- install result 1.5 [required by timedesc]
- install seq base [required by timedesc]
- install sexplib0 v0.17.0 [required by base]
- install timedesc 3.1.0 [required by ocaml-fsrs]
- install timedesc-tzdb 3.1.0 [required by timedesc]
- install timedesc-tzlocal 3.1.0 [required by timedesc]
- install topkg 1.1.1 [required by ptime]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved base.v0.17.3 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
[ERROR] Failed to get sources of ocaml-fsrs.0.1.0-alpha3: Bad checksum
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved result.1.5 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved timedesc.3.1.0, timedesc-tzdb.3.1.0, timedesc-tzlocal.3.1.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed ptime.1.2.0
-> installed dune.3.20.2
-> installed result.1.5
-> installed csexp.1.5.2
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed sexplib0.v0.17.0
-> installed timedesc-tzdb.3.1.0
-> installed timedesc-tzlocal.3.1.0
-> installed dune-configurator.3.20.2
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed timedesc.3.1.0
-> installed base.v0.17.3
#=== ERROR while fetching sources for ocaml-fsrs.0.1.0-alpha3 =================#
OpamSolution.Fetch_fail("https://github.com/chaosarium/ocaml-fsrs/archive/refs/tags/0.1.0-alpha3.tar.gz (Bad checksum, expected sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855)")
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/5.4/.opam-switch/backup/state-20251110212437.export"
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - fetch ocaml-fsrs 0.1.0-alpha3
+-
+- The following changes have been performed
| - install angstrom 0.16.1
| - install base v0.17.3
| - install bigstringaf 0.10.0
| - install csexp 1.5.2
| - install dune 3.20.2
| - install dune-configurator 3.20.2
| - install ocaml-syntax-shims 1.0.0
| - install ocaml_intrinsics_kernel v0.17.1
| - install ocamlbuild 0.16.1
| - install ocamlfind 1.9.8
| - install ptime 1.2.0
| - install result 1.5
| - install seq base
| - install sexplib0 v0.17.0
| - install timedesc 3.1.0
| - install timedesc-tzdb 3.1.0
| - install timedesc-tzlocal 3.1.0
| - install topkg 1.1.1
+-
# To update the current shell environment, run: eval $(opam env)
"/usr/bin/env" "bash" "-c" "opam reinstall ocaml-fsrs.0.1.0-alpha3;
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" != 'ocaml-fsrs.0.1.0-alpha3' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 40
2025-11-10 21:27.15: Job failed: Failed: Build failed
2025-11-10 21:27.15: Log analysis:
2025-11-10 21:27.15: >>>
[ERROR] Failed to get sources of ocaml-fsrs.0.1.0-alpha3: Bad checksum
(score = 25)
2025-11-10 21:27.15: Failed to get sources of ocaml-fsrs.0.1.0-alpha3: Bad checksum