- github
- ocaml
- opam-repository
- 1b214d
- distributions,archlinux-ocaml-4.14,conf-guile.1
(not at the head of any monitored branch or PR)
2025-06-09 08:15.48: New job: build conf-guile.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/27772/head (1b214dd1185915e20dd24d04fd5fd7e7b18b7118)
on archlinux-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/27772/head" && git reset --hard 1b214dd1
git fetch origin master
git merge --no-edit d6f4eb7a6c58d3239a0944191739b7c405d367af
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:archlinux-ocaml-4.14@sha256:62718c53d7bc8716270b36e05b94fffdebb1e58abcb51bfae5a7ffe310a55855
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 conf-guile.1 1
RUN opam reinstall conf-guile.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 "\"archlinux\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'conf-guile.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-06-09 08:15.48: Using cache hint "ocaml/opam:archlinux-ocaml-4.14@sha256:62718c53d7bc8716270b36e05b94fffdebb1e58abcb51bfae5a7ffe310a55855-conf-guile.1-1b214dd1185915e20dd24d04fd5fd7e7b18b7118"
2025-06-09 08:15.48: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-4.14@sha256:62718c53d7bc8716270b36e05b94fffdebb1e58abcb51bfae5a7ffe310a55855)
(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 conf-guile.1 1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-guile.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 \"\\\"archlinux\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'conf-guile.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-06-09 08:15.48: Waiting for resource in pool OCluster
2025-06-09 08:15.48: Waiting for worker…
2025-06-09 08:15.55: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
Updating files: 89% (20782/23213)
Updating files: 90% (20892/23213)
Updating files: 91% (21124/23213)
Updating files: 92% (21356/23213)
Updating files: 93% (21589/23213)
Updating files: 94% (21821/23213)
Updating files: 95% (22053/23213)
Updating files: 96% (22285/23213)
Updating files: 97% (22517/23213)
Updating files: 98% (22749/23213)
Updating files: 99% (22981/23213)
Updating files: 100% (23213/23213)
Updating files: 100% (23213/23213), done.
HEAD is now at d6f4eb7a6c Merge pull request #27994 from claudemarche/master
Auto-merging packages/conf-guile/conf-guile.1/opam
Merge made by the 'ort' strategy.
packages/conf-guile/conf-guile.1/opam | 1 +
packages/guile/guile.1.0/opam | 8 ++++++++
2 files changed, 9 insertions(+)
(from ocaml/opam:archlinux-ocaml-4.14@sha256:62718c53d7bc8716270b36e05b94fffdebb1e58abcb51bfae5a7ffe310a55855)
2025-06-09 08:20.13 ---> saved as "088d75887c851f60de3ffb231250363510265d09fc1129910511ee51b42592eb"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-06-09 08:20.13 ---> saved as "c7c415bbbebe346d7ebb3e5d09dec76b50339671bd4a3535013026da282ec2df"
/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 31 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=31 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-09 08:20.43 ---> saved as "7d30d837383ed9fa48aff8734320906c76d1a8c111ebc96384ffa70fe4e93bcf"
/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.0~alpha2
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=arch os-version=20250525.0.354646
# 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 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2025-06-09 08:20.45 ---> saved as "66f7c0536ba3197b9187c88da7b845f0213a974f89fe5de1e2354d9703d0d06a"
/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-06-09 08:20.50 ---> saved as "011b0b838a56b4de77c7ce1c973c46043f1dcfeccbf9b68746affc9e29b60c55"
/home/opam: (copy (src .) (dst opam-repository/))
2025-06-09 08:21.02 ---> saved as "6f8dab20ae5511d1469d61caabef53b3c3017844ab7b13eb038a649a91289e5a"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-06-09 08:21.24 ---> saved as "0577a05a33620278ad2c4c85b29fcfe61f75875fb5ebb4160471f3187b62540b"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
- core downloading...
- extra downloading...
2025-06-09 08:21.25 ---> saved as "4fe184436c64f98e68e6bea3c496b8c179594f091ae01df591f5dcad9e209fa3"
/home/opam: (run (shell "opam pin add -k version -yn conf-guile.1 1"))
conf-guile is now pinned to version 1
2025-06-09 08:21.26 ---> saved as "e01d87a7a6e84a4d96f0d1119e269ea16445debf4d914d30fd9a7d11a187fbc4"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-guile.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 \"\\\"archlinux\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'conf-guile.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
conf-guile.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
∗ conf-guile 1 (pinned)
∗ conf-pkg-config 4 [required by conf-guile]
The following system packages will first need to be installed:
pkgconf
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run pacman to install them (may need root/sudo access)
2. Display the recommended pacman 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/sbin/sudo "pacman" "-Su" "--noconfirm" "pkgconf"
- :: Starting full system upgrade...
- resolving dependencies...
- looking for conflicting packages...
-
- Package (14) Old Version New Version Net Change Download Size
-
- core/audit 4.0.3-1 4.0.5-1 0.02 MiB 0.40 MiB
- core/curl 8.14.0-2 8.14.1-1 0.00 MiB 1.18 MiB
- core/gnupg 2.4.7-2 2.4.7-3 0.00 MiB 2.78 MiB
- core/gpgme 1.24.3-2 2.0.0-1 -0.56 MiB 0.31 MiB
- core/hwdata 0.395-1 0.396-1 0.04 MiB 1.64 MiB
- core/iputils 20240905-1 20250605-1 0.08 MiB 0.14 MiB
- core/kbd 2.7.1-2 2.8.0-1 0.01 MiB 1.23 MiB
- core/leancrypto 1.3.0-1 1.4.0-1 0.99 MiB 1.28 MiB
- core/libarchive 3.8.0-1 3.8.1-1 0.00 MiB 0.55 MiB
- core/libusb 1.0.28-1 1.0.29-1 0.00 MiB 0.07 MiB
- core/pacman 7.0.0.r6.gc685ae6-2 7.0.0.r6.gc685ae6-6 0.00 MiB 0.90 MiB
- core/readline 8.2.013-1 8.2.013-2 0.00 MiB 0.32 MiB
- core/sqlite 3.50.0-1 3.50.1-1 0.00 MiB 2.23 MiB
- core/pkgconf 2.4.3-1 0.17 MiB 0.06 MiB
-
- Total Download Size: 13.08 MiB
- Total Installed Size: 55.96 MiB
- Net Upgrade Size: 0.77 MiB
-
- :: Proceed with installation? [Y/n]
- :: Retrieving packages...
- gnupg-2.4.7-3-x86_64 downloading...
- sqlite-3.50.1-1-x86_64 downloading...
- hwdata-0.396-1-any downloading...
- leancrypto-1.4.0-1-x86_64 downloading...
- kbd-2.8.0-1-x86_64 downloading...
- curl-8.14.1-1-x86_64 downloading...
- pacman-7.0.0.r6.gc685ae6-6-x86_64 downloading...
- libarchive-3.8.1-1-x86_64 downloading...
- audit-4.0.5-1-x86_64 downloading...
- readline-8.2.013-2-x86_64 downloading...
- gpgme-2.0.0-1-x86_64 downloading...
- iputils-20250605-1-x86_64 downloading...
- libusb-1.0.29-1-x86_64 downloading...
- pkgconf-2.4.3-1-x86_64 downloading...
- checking keyring...
- checking package integrity...
- loading package files...
- checking for file conflicts...
- :: Processing package changes...
- upgrading readline...
- installing pkgconf...
- upgrading sqlite...
- upgrading audit...
- upgrading curl...
- upgrading libusb...
- upgrading leancrypto...
- upgrading gnupg...
- upgrading gpgme...
- upgrading hwdata...
- upgrading iputils...
- upgrading kbd...
- upgrading libarchive...
- upgrading pacman...
- :: Running post-transaction hooks...
- (1/6) Creating system user accounts...
- (2/6) Reloading system manager configuration...
- Failed to check for chroot() environment: Permission denied
- Skipped: Current root is not booted.
- (3/6) Reloading user manager configuration...
- Failed to check for chroot() environment: Permission denied
- Skipped: Current root is not booted.
- (4/6) Restarting marked services...
- Failed to check for chroot() environment: Permission denied
- Skipped: Current root is not booted.
- (5/6) Creating temporary files...
- /usr/lib/tmpfiles.d/journal-nocow.conf:26: Failed to resolve specifier: uninitialized /etc/ detected, skipping.
- All rules containing unresolvable specifiers will be skipped.
- (6/6) Arming ConditionNeedsUpdate...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
∗ installed conf-pkg-config.4
∗ installed conf-guile.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-09 08:21.35 ---> saved as "ecda495a83027d058f8d4d793b9cd2e1d5c0e9b307d1cdae5b79c9da549514a3"
Job succeeded
2025-06-09 08:21.46: Job succeeded