- github
- ocaml
- opam-repository
- 489406
- extras,s390x-ocaml-5.3,fungi.0.1.4
(not at the head of any monitored branch or PR)
2025-05-07 06:08.49: New job: build fungi.0.1.4, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/27806/head (4894062feb0e98dae8fc57fb5139ff4e7a4af9a4)
on debian-12-ocaml-5.3/s390x
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/27806/head" && git reset --hard 4894062f
git fetch origin master
git merge --no-edit 73030c05df1ec34ff58b2bdeaaa861e5d3059ca6
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:79cf383a3f962334cd40196e1ab01e7be12ee3087125924dd51f6a5a981881b6
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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 fungi.0.1.4 0.1.4
RUN opam reinstall fungi.0.1.4; \
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" != 'fungi.0.1.4' && 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-05-07 06:08.49: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:79cf383a3f962334cd40196e1ab01e7be12ee3087125924dd51f6a5a981881b6-fungi.0.1.4-4894062feb0e98dae8fc57fb5139ff4e7a4af9a4"
2025-05-07 06:08.49: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:79cf383a3f962334cd40196e1ab01e7be12ee3087125924dd51f6a5a981881b6)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 fungi.0.1.4 0.1.4"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall fungi.0.1.4;\
\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\" != 'fungi.0.1.4' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-05-07 06:08.49: Waiting for resource in pool OCluster
2025-05-07 06:08.49: Waiting for worker…
2025-05-07 06:09.04: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
Updating files: 26% (6143/23004)
Updating files: 27% (6212/23004)
Updating files: 28% (6442/23004)
Updating files: 29% (6672/23004)
Updating files: 30% (6902/23004)
Updating files: 31% (7132/23004)
Updating files: 32% (7362/23004)
Updating files: 33% (7592/23004)
Updating files: 34% (7822/23004)
Updating files: 35% (8052/23004)
Updating files: 36% (8282/23004)
Updating files: 37% (8512/23004)
Updating files: 38% (8742/23004)
Updating files: 39% (8972/23004)
Updating files: 40% (9202/23004)
Updating files: 41% (9432/23004)
Updating files: 42% (9662/23004)
Updating files: 43% (9892/23004)
Updating files: 44% (10122/23004)
Updating files: 45% (10352/23004)
Updating files: 45% (10411/23004)
Updating files: 46% (10582/23004)
Updating files: 47% (10812/23004)
Updating files: 48% (11042/23004)
Updating files: 49% (11272/23004)
Updating files: 50% (11502/23004)
Updating files: 51% (11733/23004)
Updating files: 52% (11963/23004)
Updating files: 53% (12193/23004)
Updating files: 54% (12423/23004)
Updating files: 55% (12653/23004)
Updating files: 56% (12883/23004)
Updating files: 57% (13113/23004)
Updating files: 58% (13343/23004)
Updating files: 59% (13573/23004)
Updating files: 60% (13803/23004)
Updating files: 61% (14033/23004)
Updating files: 62% (14263/23004)
Updating files: 63% (14493/23004)
Updating files: 64% (14723/23004)
Updating files: 65% (14953/23004)
Updating files: 66% (15183/23004)
Updating files: 67% (15413/23004)
Updating files: 68% (15643/23004)
Updating files: 69% (15873/23004)
Updating files: 70% (16103/23004)
Updating files: 71% (16333/23004)
Updating files: 72% (16563/23004)
Updating files: 73% (16793/23004)
Updating files: 74% (17023/23004)
Updating files: 75% (17253/23004)
Updating files: 76% (17484/23004)
Updating files: 76% (17516/23004)
Updating files: 77% (17714/23004)
Updating files: 78% (17944/23004)
Updating files: 79% (18174/23004)
Updating files: 80% (18404/23004)
Updating files: 81% (18634/23004)
Updating files: 82% (18864/23004)
Updating files: 83% (19094/23004)
Updating files: 84% (19324/23004)
Updating files: 85% (19554/23004)
Updating files: 86% (19784/23004)
Updating files: 87% (20014/23004)
Updating files: 88% (20244/23004)
Updating files: 89% (20474/23004)
Updating files: 90% (20704/23004)
Updating files: 91% (20934/23004)
Updating files: 92% (21164/23004)
Updating files: 93% (21394/23004)
Updating files: 94% (21624/23004)
Updating files: 95% (21854/23004)
Updating files: 96% (22084/23004)
Updating files: 97% (22314/23004)
Updating files: 98% (22544/23004)
Updating files: 99% (22774/23004)
Updating files: 100% (23004/23004)
Updating files: 100% (23004/23004), done.
HEAD is now at 91231149c5 Merge commit 'a5e54597efddba728397daa37ee13ca71a66d12f'
HEAD is now at 73030c05df Merge pull request #27849 from yallop/ber-n153
Merge made by the 'ort' strategy.
packages/fungi/fungi.0.1.4/opam | 42 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
create mode 100644 packages/fungi/fungi.0.1.4/opam
(from ocaml/opam:debian-12-ocaml-5.3@sha256:79cf383a3f962334cd40196e1ab01e7be12ee3087125924dd51f6a5a981881b6)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:79cf383a3f962334cd40196e1ab01e7be12ee3087125924dd51f6a5a981881b6' locally
docker.io/ocaml/opam@sha256:79cf383a3f962334cd40196e1ab01e7be12ee3087125924dd51f6a5a981881b6: Pulling from ocaml/opam
Digest: sha256:79cf383a3f962334cd40196e1ab01e7be12ee3087125924dd51f6a5a981881b6
Status: Downloaded newer image for ocaml/opam@sha256:79cf383a3f962334cd40196e1ab01e7be12ee3087125924dd51f6a5a981881b6
2025-05-07 06:09.16 ---> using "491891959db966101dcf416ea25e6f09d9dc9ecee46bbb62f0c6adf578d1f872" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-07 06:09.16 ---> using "26553bf4657c23f5726f0c76712bbee8c044135fe766c221420dfceac29409ca" 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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-05-07 06:09.16 ---> using "0ca9fef23e512e8516c7cc718f74d7dd7c59cad022b2d75b6690315dae9ee3b7" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade no
# system arch=s390x os=linux os-distribution=debian os-version=12
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 3
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.3
# invariant ["ocaml-base-compiler" {>= "5.3.0"}]
# compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# 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-05-07 06:09.16 ---> using "9765ac3ecfbfbe86de5b9daf646a02b571c6900d980a0fe0a90df656f964be88" 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-05-07 06:09.16 ---> using "783d814e53d89f7c3502b3acda855de2df660bb81fbe768604ff3aa527b169e5" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-05-07 06:12.19 ---> saved as "ada3db0d533e3d0298a6e927c73b6bc4fca5e00b81cb795792c0b6029e8b0248"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-05-07 06:14.54 ---> saved as "1a9ee257a6e5926a9335510fcf4e5a55d0c688775a1f7dbc79741b9e70327e25"
/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]
- Fetched 103 kB in 4s (25.3 kB/s)
- Reading package lists...
-
2025-05-07 06:15.06 ---> saved as "0a4f63aa21e80e39b2b3cd88b46ba3eec864e8caf8f43cb9ca17e83044671ca7"
/home/opam: (run (shell "opam pin add -k version -yn fungi.0.1.4 0.1.4"))
fungi is now pinned to version 0.1.4
2025-05-07 06:15.16 ---> saved as "445b283dc1b3e44fbe9faa36c5ac5e1c3f09c2fb441a46fa6e3fa1f5472db4a2"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall fungi.0.1.4;\
\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\" != 'fungi.0.1.4' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
fungi.0.1.4 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 2 packages
- install dune 3.18.2 [required by fungi]
- install fungi 0.1.4 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.18.2 (cached)
-> retrieved fungi.0.1.4 (https://github.com/kituyiharry/fungi/archive/refs/tags/0.1.4.tar.gz)
-> installed dune.3.18.2
-> installed fungi.0.1.4
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-07 06:17.17 ---> saved as "07f81af7bf2fac93198fedf779f028839ea5e7c2555c3cec3c0c257628a9149b"
Job succeeded
2025-05-07 06:17.41: Job succeeded