- github
- ocaml
- opam-repository
- ed800b
- compilers,4.14,dune-configurator.3.16.1,revdeps,tezos-test-helpers.9.7
(not at the head of any monitored branch or PR)
2024-10-30 17:54.04: New job: test tezos-test-helpers.9.7 with dune-configurator.3.16.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/26816/head (ed800ba87cfbe293bcb59dfb40db5252bc65f6f5)
on debian-12-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/26816/head" && git reset --hard ed800ba8
git fetch origin master
git merge --no-edit ce4637ae20e511e8dc54562b123f1407fa5b2ca8
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:00c64ea058328b87bbbbf4bc70fea2e26b49c2da353b1fc7fc175f484089df5b
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMSOLVERTIMEOUT="1000"
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 dune-configurator.3.16.1 3.16.1
RUN opam reinstall dune-configurator.3.16.1; \
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-12\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'dune-configurator.3.16.1' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN opam option solver=builtin-0install
RUN opam reinstall tezos-test-helpers.9.7; \
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-12\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'tezos-test-helpers.9.7' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN opam option solver=builtin-0install
RUN (opam reinstall --with-test tezos-test-helpers.9.7) || true
RUN opam reinstall --with-test --verbose tezos-test-helpers.9.7; \
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-12\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'tezos-test-helpers.9.7' && 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 .
2024-10-30 17:54.04: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:00c64ea058328b87bbbbf4bc70fea2e26b49c2da353b1fc7fc175f484089df5b-dune-configurator.3.16.1-tezos-test-helpers.9.7-ed800ba87cfbe293bcb59dfb40db5252bc65f6f5"
2024-10-30 17:54.04: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:00c64ea058328b87bbbbf4bc70fea2e26b49c2da353b1fc7fc175f484089df5b)
(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 "uname -rs && opam exec -- ocaml -version && opam --version"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMSOLVERTIMEOUT 1000)
(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 dune-configurator.3.16.1 3.16.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dune-configurator.3.16.1;\
\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-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'dune-configurator.3.16.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (shell "opam option solver=builtin-0install"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall tezos-test-helpers.9.7;\
\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-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'tezos-test-helpers.9.7' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (shell "opam option solver=builtin-0install"))
(run (network host)
(shell "(opam reinstall --with-test tezos-test-helpers.9.7) || true"))
(run (shell "opam reinstall --with-test --verbose tezos-test-helpers.9.7;\
\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-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'tezos-test-helpers.9.7' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2024-10-30 17:54.04: Waiting for resource in pool OCluster
2024-10-31 00:20.03: Waiting for worker…
2024-10-31 00:22.36: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
Updating files: 68% (22152/32570)
Updating files: 69% (22474/32570)
Updating files: 70% (22799/32570)
Updating files: 71% (23125/32570)
Updating files: 72% (23451/32570)
Updating files: 73% (23777/32570)
Updating files: 74% (24102/32570)
Updating files: 75% (24428/32570)
Updating files: 76% (24754/32570)
Updating files: 77% (25079/32570)
Updating files: 78% (25405/32570)
Updating files: 79% (25731/32570)
Updating files: 80% (26056/32570)
Updating files: 81% (26382/32570)
Updating files: 82% (26708/32570)
Updating files: 83% (27034/32570)
Updating files: 84% (27359/32570)
Updating files: 85% (27685/32570)
Updating files: 86% (28011/32570)
Updating files: 87% (28336/32570)
Updating files: 88% (28662/32570)
Updating files: 89% (28988/32570)
Updating files: 90% (29313/32570)
Updating files: 91% (29639/32570)
Updating files: 92% (29965/32570)
Updating files: 93% (30291/32570)
Updating files: 94% (30616/32570)
Updating files: 95% (30942/32570)
Updating files: 96% (31268/32570)
Updating files: 97% (31593/32570)
Updating files: 98% (31919/32570)
Updating files: 99% (32245/32570)
Updating files: 100% (32570/32570)
Updating files: 100% (32570/32570), done.
HEAD is now at ce4637ae20 Merge pull request #26802 from robur-coop/release-git-kv-v0.1.0
Updating ce4637ae20..ed800ba87c
Fast-forward
packages/chrome-trace/chrome-trace.3.16.1/opam | 40 +++++++++++++++
.../dune-action-plugin.3.16.1/opam | 53 ++++++++++++++++++++
.../dune-build-info/dune-build-info.3.16.1/opam | 46 +++++++++++++++++
.../dune-configurator.3.16.1/opam | 50 +++++++++++++++++++
packages/dune-glob/dune-glob.3.16.1/opam | 43 ++++++++++++++++
.../dune-private-libs.3.16.1/opam | 51 +++++++++++++++++++
packages/dune-rpc-lwt/dune-rpc-lwt.3.16.1/opam | 42 ++++++++++++++++
packages/dune-rpc/dune-rpc.3.16.1/opam | 44 +++++++++++++++++
packages/dune-site/dune-site.3.16.1/opam | 38 +++++++++++++++
packages/dune/dune.3.16.1/opam | 57 ++++++++++++++++++++++
packages/dyn/dyn.3.16.1/opam | 41 ++++++++++++++++
packages/ocamlc-loc/ocamlc-loc.3.16.1/opam | 44 +++++++++++++++++
packages/ordering/ordering.3.16.1/opam | 39 +++++++++++++++
packages/stdune/stdune.3.16.1/opam | 45 +++++++++++++++++
packages/xdg/xdg.3.16.1/opam | 40 +++++++++++++++
15 files changed, 673 insertions(+)
create mode 100644 packages/chrome-trace/chrome-trace.3.16.1/opam
create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.16.1/opam
create mode 100644 packages/dune-build-info/dune-build-info.3.16.1/opam
create mode 100644 packages/dune-configurator/dune-configurator.3.16.1/opam
create mode 100644 packages/dune-glob/dune-glob.3.16.1/opam
create mode 100644 packages/dune-private-libs/dune-private-libs.3.16.1/opam
create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.16.1/opam
create mode 100644 packages/dune-rpc/dune-rpc.3.16.1/opam
create mode 100644 packages/dune-site/dune-site.3.16.1/opam
create mode 100644 packages/dune/dune.3.16.1/opam
create mode 100644 packages/dyn/dyn.3.16.1/opam
create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.16.1/opam
create mode 100644 packages/ordering/ordering.3.16.1/opam
create mode 100644 packages/stdune/stdune.3.16.1/opam
create mode 100644 packages/xdg/xdg.3.16.1/opam
(from ocaml/opam:debian-12-ocaml-4.14@sha256:00c64ea058328b87bbbbf4bc70fea2e26b49c2da353b1fc7fc175f484089df5b)
2024-10-31 00:23.25 ---> using "619835238a94b19eeeff939f81e164f057fa8094fa703ba39ed5c0f42e707999" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2024-10-31 00:23.25 ---> using "608822e92511ec37ae1705ed6232474df085eabf3fc10543b0de6c920ffcb351" 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.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 39 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=39 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-10-31 00:23.25 ---> using "acad702e9aed59e09109a5ff466d766d37b0231fa0915a47fdb4804af5e3d786" from cache
/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-122-generic
The OCaml toplevel, version 4.14.2
2.4.0~alpha1~dev
2024-10-31 00:23.25 ---> using "c52e418cbd79acba474d87b691bd314432f8b52e9802e23465ac8ffd419c5496" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMSOLVERTIMEOUT 1000)
/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/"))
2024-10-31 00:23.25 ---> using "5dd21b950a0537f9b9f2251a0f6dde415c0ae0abb4780469484e44ff62cbc9c0" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2024-10-31 00:23.27 ---> using "30f7066ac39bb821b57d62202b8d62202dc0a966b6386ce407893a651a7ebd72" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-10-31 00:23.27 ---> using "1e332abbaa2f3c8b3c422102811dd9b9a699b8374ebb5f0fae9ce1ce909b419c" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [190 kB]
- Fetched 293 kB in 0s (612 kB/s)
- Reading package lists...
-
2024-10-31 00:23.27 ---> using "f2aafe81e5d6fa4023d83ed2dab5c41f1f2b937defadce3ccd2b499164f300cf" from cache
/home/opam: (run (shell "opam pin add -k version -yn dune-configurator.3.16.1 3.16.1"))
dune-configurator is now pinned to version 3.16.1
2024-10-31 00:23.27 ---> using "1e2b758027897ab7702c3728602c308c6ddca030b8e1d6eed2a1276549ce2b7e" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dune-configurator.3.16.1;\
\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-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'dune-configurator.3.16.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
dune-configurator.3.16.1 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 3 packages
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.16.1 [required by dune-configurator]
- install dune-configurator 3.16.1 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.16.1, dune-configurator.3.16.1 (cached)
-> installed dune.3.16.1
-> installed csexp.1.5.2
-> installed dune-configurator.3.16.1
Done.
# To update the current shell environment, run: eval $(opam env)
2024-10-31 00:23.27 ---> using "7edaec2e5faa47732c9aaf704e0eea5da83488b2aa24eb3646a40e97059597c9" from cache
/home/opam: (run (shell "opam option solver=builtin-0install"))
Set to 'builtin-0install' the field solver in global configuration
2024-10-31 00:23.27 ---> using "fbd188f8656704248d30112e96a090d44d0b4e98bbe982411af032ed134c7ad6" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall tezos-test-helpers.9.7;\
\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-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'tezos-test-helpers.9.7' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
tezos-test-helpers.9.7 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 21 packages
- install alcotest 1.8.0 [required by tezos-test-helpers]
- install alcotest-lwt 1.8.0 [required by tezos-test-helpers]
- install astring 0.8.5 [required by alcotest]
- install base-bytes base [required by ocplib-endian]
- install cmdliner 1.3.0 [required by alcotest]
- install cppo 1.7.0 [required by lwt]
- install fmt 0.9.0 [required by alcotest, alcotest-lwt]
- install logs 0.7.0 [required by alcotest-lwt]
- install lwt 5.8.0 [required by alcotest-lwt]
- install ocaml-syntax-shims 1.0.0 [required by alcotest]
- install ocamlbuild 0.15.0 [required by uutf, astring, fmt, logs]
- install ocamlfind 1.9.6 [required by uutf, astring, fmt, logs]
- install ocplib-endian 1.2 [required by lwt]
- install qcheck-alcotest 0.22 [required by tezos-test-helpers]
- install qcheck-core 0.22 [required by qcheck-alcotest]
- install re 1.12.0 [required by alcotest]
- install seq base [required by re]
- install stdlib-shims 0.3.0 [required by alcotest]
- install tezos-test-helpers 9.7
- install topkg 1.0.7 [required by uutf, astring, fmt, logs]
- install uutf 1.0.3 [required by alcotest]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.8.0, alcotest-lwt.1.8.0 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved cppo.1.7.0 (cached)
-> retrieved fmt.0.9.0 (cached)
-> retrieved logs.0.7.0 (cached)
-> retrieved lwt.5.8.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.15.0 (cached)
-> retrieved ocamlfind.1.9.6 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved qcheck-alcotest.0.22, qcheck-core.0.22 (cached)
-> retrieved re.1.12.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed stdlib-shims.0.3.0
[ERROR] Failed to get sources of tezos-test-helpers.9.7: Bad checksum
-> retrieved topkg.1.0.7 (cached)
-> retrieved uutf.1.0.3 (cached)
-> installed cppo.1.7.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.12.0
-> installed qcheck-core.0.22
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocplib-endian.1.2
-> installed ocamlbuild.0.15.0
-> installed lwt.5.8.0
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed alcotest.1.8.0
-> installed logs.0.7.0
-> installed qcheck-alcotest.0.22
-> installed alcotest-lwt.1.8.0
#=== ERROR while fetching sources for tezos-test-helpers.9.7 ==================#
OpamSolution.Fetch_fail("https://gitlab.com/tezos/tezos/-/archive/v9.7/tezos-v9.7.tar.bz2 (Bad checksum, expected sha256=f7b20fc8052f36c362310bf8947803d1e4b3e62a820a6dff056af576f9e21fe2)")
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - fetch tezos-test-helpers 9.7
+-
+- The following changes have been performed
| - install alcotest 1.8.0
| - install alcotest-lwt 1.8.0
| - install astring 0.8.5
| - install base-bytes base
| - install cmdliner 1.3.0
| - install cppo 1.7.0
| - install fmt 0.9.0
| - install logs 0.7.0
| - install lwt 5.8.0
| - install ocaml-syntax-shims 1.0.0
| - install ocamlbuild 0.15.0
| - install ocamlfind 1.9.6
| - install ocplib-endian 1.2
| - install qcheck-alcotest 0.22
| - install qcheck-core 0.22
| - install re 1.12.0
| - install seq base
| - install stdlib-shims 0.3.0
| - install topkg 1.0.7
| - install uutf 1.0.3
+-
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20241031002328.export"
"/usr/bin/env" "bash" "-c" "opam reinstall tezos-test-helpers.9.7;
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-12\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'tezos-test-helpers.9.7' && 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
2024-10-31 00:24.00: Job failed: Failed: Build failed
2024-10-31 00:24.00: Log analysis:
2024-10-31 00:24.00: >>>
[ERROR] Failed to get sources of tezos-test-helpers.9.7: Bad checksum
(score = 25)
2024-10-31 00:24.00: Failed to get sources of tezos-test-helpers.9.7: Bad checksum