- github
- ocaml
- opam-repository
- 7ba2ff
- distributions,fedora-41-ocaml-5.3,orthologic-coq.0.9.1
(not at the head of any monitored branch or PR)
2025-04-12 19:50.27: New job: build orthologic-coq.0.9.1, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/27747/head (7ba2ff089f43ce5f35b0e456996861b2c152869d)
on fedora-41-ocaml-5.3/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/27747/head" && git reset --hard 7ba2ff08
git fetch origin master
git merge --no-edit 34a3fc46c301a891122df75c17fef6b5358bd68f
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-41-ocaml-5.3@sha256:7adec6cf23ec645aedf5e0674c624effa13664bf4a32ea8f7dc72d6039c89f9f
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 orthologic-coq.0.9.1 0.9.1
RUN opam reinstall orthologic-coq.0.9.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 "\"fedora-41\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'orthologic-coq.0.9.1' && 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-04-12 19:50.27: Using cache hint "ocaml/opam:fedora-41-ocaml-5.3@sha256:7adec6cf23ec645aedf5e0674c624effa13664bf4a32ea8f7dc72d6039c89f9f-orthologic-coq.0.9.1-7ba2ff089f43ce5f35b0e456996861b2c152869d"
2025-04-12 19:50.27: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-5.3@sha256:7adec6cf23ec645aedf5e0674c624effa13664bf4a32ea8f7dc72d6039c89f9f)
(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 orthologic-coq.0.9.1 0.9.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall orthologic-coq.0.9.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 \"\\\"fedora-41\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'orthologic-coq.0.9.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-04-12 19:50.27: Waiting for resource in pool OCluster
2025-04-12 19:50.28: Waiting for worker…
2025-04-12 19:50.28: Got resource from pool OCluster
Building on x86-bm-c6.sw.ocaml.org
All commits already cached
Updating files: 54% (12389/22853)
Updating files: 55% (12570/22853)
Updating files: 56% (12798/22853)
Updating files: 57% (13027/22853)
Updating files: 58% (13255/22853)
Updating files: 59% (13484/22853)
Updating files: 60% (13712/22853)
Updating files: 61% (13941/22853)
Updating files: 62% (14169/22853)
Updating files: 63% (14398/22853)
Updating files: 64% (14626/22853)
Updating files: 65% (14855/22853)
Updating files: 66% (15083/22853)
Updating files: 67% (15312/22853)
Updating files: 68% (15541/22853)
Updating files: 69% (15769/22853)
Updating files: 70% (15998/22853)
Updating files: 71% (16226/22853)
Updating files: 72% (16455/22853)
Updating files: 73% (16683/22853)
Updating files: 74% (16912/22853)
Updating files: 75% (17140/22853)
Updating files: 76% (17369/22853)
Updating files: 77% (17597/22853)
Updating files: 78% (17826/22853)
Updating files: 79% (18054/22853)
Updating files: 80% (18283/22853)
Updating files: 81% (18511/22853)
Updating files: 82% (18740/22853)
Updating files: 83% (18968/22853)
Updating files: 84% (19197/22853)
Updating files: 85% (19426/22853)
Updating files: 86% (19654/22853)
Updating files: 87% (19883/22853)
Updating files: 88% (20111/22853)
Updating files: 89% (20340/22853)
Updating files: 90% (20568/22853)
Updating files: 91% (20797/22853)
Updating files: 92% (21025/22853)
Updating files: 93% (21254/22853)
Updating files: 94% (21482/22853)
Updating files: 95% (21711/22853)
Updating files: 96% (21939/22853)
Updating files: 97% (22168/22853)
Updating files: 98% (22396/22853)
Updating files: 99% (22625/22853)
Updating files: 100% (22853/22853)
Updating files: 100% (22853/22853), done.
HEAD is now at 34a3fc46c3 Merge pull request #27736 from Leonidas-from-XIV/core-unix-glibc
Updating 34a3fc46c3..7ba2ff089f
Fast-forward
packages/orthologic-coq/orthologic-coq.0.9.1/opam | 41 +++++++++++++++++++++++
1 file changed, 41 insertions(+)
create mode 100644 packages/orthologic-coq/orthologic-coq.0.9.1/opam
(from ocaml/opam:fedora-41-ocaml-5.3@sha256:7adec6cf23ec645aedf5e0674c624effa13664bf4a32ea8f7dc72d6039c89f9f)
2025-04-12 19:50.41 ---> using "2e88ed4dcba4576517c9e5c31ec292604a0167c293ab083c7a17d23ea7043a4b" 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-04-12 19:50.41 ---> using "226bcb5208fd34cb947b41aae523ca13377c02d0437fb55806c06d02573fcd4c" 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 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-04-12 19:50.41 ---> using "b5e606352304a980bc2c5525f81808e54e8aa42dfe3c6d0a922d8f284a3d5af7" 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=x86_64 os=linux os-distribution=fedora os-version=41
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 31
# 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-04-12 19:50.41 ---> using "a146d78c8238f30639e844b4515e6b475dfed7a76488546b26796296cecabe52" 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-04-12 19:50.48 ---> saved as "cf999ccfbf8df90733fcd155bd25a36a1789c15fad93277e31237b931f356cfa"
/home/opam: (copy (src .) (dst opam-repository/))
2025-04-12 19:50.56 ---> saved as "f17b19ceccf026668720041b94121d07eeb22b4e40c1fead111b41b778410fa1"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-04-12 19:51.25 ---> saved as "c0a71fee561ef110c0b81c79fc2970a35ebfa252fb82cd8694627c8aa0f130ea"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 41 - x86_64 - Updates 100% | 251.5 KiB/s | 24.9 KiB | 00m00s
- Fedora 41 - x86_64 - Updates 100% | 4.6 MiB/s | 3.7 MiB | 00m01s
- Repositories loaded.
- Metadata cache created.
2025-04-12 19:51.29 ---> saved as "6b227237105445731848bbf90135a319277b5256128dc6622f65cb2875c7e8da"
/home/opam: (run (shell "opam pin add -k version -yn orthologic-coq.0.9.1 0.9.1"))
orthologic-coq is now pinned to version 0.9.1
2025-04-12 19:51.30 ---> saved as "35dc9bc57e163ad564d362933865024831f0c117e6ff94d94277d8dd11af68c7"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall orthologic-coq.0.9.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 \"\\\"fedora-41\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'orthologic-coq.0.9.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
orthologic-coq.0.9.1 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 10 packages
- install conf-gmp 5 [required by zarith]
- install conf-pkg-config 4 [required by zarith]
- install coq 8.18.0 [required by orthologic-coq]
- install coq-core 8.18.0 [required by coq]
- install coq-stdlib 8.18.0 [required by coq]
- install coqide-server 8.18.0 [required by coq]
- install dune 3.18.0 [required by orthologic-coq]
- install ocamlfind 1.9.8 [required by coq-core]
- install orthologic-coq 0.9.1 (pinned)
- install zarith 1.14 [required by coq-core]
The following system packages will first need to be installed:
gmp-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
2. Display the recommended yum 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 "yum" "install" "-y" "gmp-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Installing:
- gmp-devel x86_64 1:6.3.0-2.fc41 fedora 352.3 KiB
- Installing dependencies:
- gmp-c++ x86_64 1:6.3.0-2.fc41 fedora 31.8 KiB
-
- Transaction Summary:
- Installing: 2 packages
-
- Total size of inbound packages is 193 KiB. Need to download 193 KiB.
- After this operation, 384 KiB extra will be used (install 384 KiB, remove 0 B).
- [1/2] gmp-c++-1:6.3.0-2.fc41.x86_64 100% | 238.9 KiB/s | 18.6 KiB | 00m00s
- [2/2] gmp-devel-1:6.3.0-2.fc41.x86_64 100% | 1.4 MiB/s | 174.4 KiB | 00m00s
- --------------------------------------------------------------------------------
- [2/2] Total 100% | 788.0 KiB/s | 193.0 KiB | 00m00s
- Running transaction
- [1/4] Verify package files 100% | 1.0 KiB/s | 2.0 B | 00m00s
- [2/4] Prepare transaction 100% | 35.0 B/s | 2.0 B | 00m00s
- [3/4] Installing gmp-c++-1:6.3.0-2.fc41 100% | 15.9 MiB/s | 32.6 KiB | 00m00s
- [4/4] Installing gmp-devel-1:6.3.0-2.fc 100% | 5.8 MiB/s | 354.1 KiB | 00m00s
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "gmp-devel"
- gmp-devel-6.3.0-2.fc41.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp.5 (cached)
-> installed conf-pkg-config.4
-> installed conf-gmp.5
-> retrieved coq.8.18.0, coq-core.8.18.0, coq-stdlib.8.18.0, coqide-server.8.18.0 (cached)
-> retrieved dune.3.18.0 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved orthologic-coq.0.9.1 (https://github.com/SimonGuilloud/orthologic-coq/releases/download/v0.9.1/orthologic-coq-0.9.1.tbz)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed dune.3.18.0
-> installed coq-core.8.18.0
-> installed coqide-server.8.18.0
-> installed coq-stdlib.8.18.0
-> installed coq.8.18.0
-> installed orthologic-coq.0.9.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-04-12 19:59.12 ---> saved as "95381483059a593b3c471c5ecffeb30e859f574d5a5355086ab237d14f82417c"
Job succeeded
2025-04-12 19:59.17: Job succeeded