- github
- ocaml
- opam-repository
- 1b214d
- extras,opam-2.1-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 2.1
from https://github.com/ocaml/opam-repository.git#refs/pull/27772/head (1b214dd1185915e20dd24d04fd5fd7e7b18b7118)
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/27772/head" && git reset --hard 1b214dd1
git fetch origin master
git merge --no-edit d6f4eb7a6c58d3239a0944191739b7c405d367af
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:2865cf8118220a93dbfbc86bfda6f352b4a5f3f3df9b7e98d6de9b5dfc339b9a
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.1 /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 "\"debian-12\""; 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:debian-12-ocaml-4.14@sha256:2865cf8118220a93dbfbc86bfda6f352b4a5f3f3df9b7e98d6de9b5dfc339b9a-conf-guile.1-1b214dd1185915e20dd24d04fd5fd7e7b18b7118"
2025-06-09 08:15.48: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:2865cf8118220a93dbfbc86bfda6f352b4a5f3f3df9b7e98d6de9b5dfc339b9a)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.1 /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 \"\\\"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\" != '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:18.29: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
Updating files: 92% (21444/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:debian-12-ocaml-4.14@sha256:2865cf8118220a93dbfbc86bfda6f352b4a5f3f3df9b7e98d6de9b5dfc339b9a)
2025-06-09 08:18.31 ---> using "2dd7137756898801a305bef0221b74a8422f6b11fcce7c8326e8f0a450f73478" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2025-06-09 08:18.31 ---> saved as "fbb4d5b3e81085566bbaec839ae8cd6579ef9fdca69ce3df8d40160afa769d22"
/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.1, 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-06-09 08:19.30 ---> saved as "52c8584385f30fe9173744ceea371b0a3ff684fe6eba7d5dc91be914414a2433"
/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.1.6 (263921263e1f745613e2882745114b7b08f3608b)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=12
# solver builtin-0install
# install-criteria
# upgrade-criteria
# jobs 39
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# 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:19.31 ---> saved as "f255d6dd3f849bb9f1ee6293f735522d1324c4dbecdd7c289695f3aaa03ec350"
/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:19.44 ---> saved as "9756fbce3000d3571e781a83ad7d5573c3d7eeddb99fe50291e835a1dbaf94f8"
/home/opam: (copy (src .) (dst opam-repository/))
2025-06-09 08:19.58 ---> saved as "9bd9eb88c987c817cc5ba88436eaadbe8b3506d808ab730b20de336bc4666d15"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-06-09 08:20.10 ---> saved as "64c4c5ff61d07a5ca6bfb4fa3431fac315820202181d50c39e2f5e0813f7eb8a"
/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 [266 kB]
- Fetched 369 kB in 0s (919 kB/s)
- Reading package lists...
2025-06-09 08:20.11 ---> saved as "0f34f9622dd84a93984faaf620364c83eea0dca0e9f451ee682967de128e7113"
/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:20.12 ---> saved as "ca2bff51cbe1229643b7ef2a1fb86dda8a35dabdabf7448efb4a2faceab1dcb8"
/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 \"\\\"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\" != '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 conf-pkg-config 4 [required by conf-guile]
- install conf-guile 1*
===== 2 to install =====
The following system packages will first need to be installed:
guile-3.0-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "guile-3.0-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libmagic-mgc.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18745 files and directories currently installed.)
- Preparing to unpack .../00-libmagic-mgc_1%3a5.44-3_amd64.deb ...
- Unpacking libmagic-mgc (1:5.44-3) ...
- Selecting previously unselected package libmagic1:amd64.
- Preparing to unpack .../01-libmagic1_1%3a5.44-3_amd64.deb ...
- Unpacking libmagic1:amd64 (1:5.44-3) ...
- Selecting previously unselected package file.
- Preparing to unpack .../02-file_1%3a5.44-3_amd64.deb ...
- Unpacking file (1:5.44-3) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../03-m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../04-autoconf_2.71-3_all.deb ...
- Unpacking autoconf (2.71-3) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../05-autotools-dev_20220109.1_all.deb ...
- Unpacking autotools-dev (20220109.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../06-automake_1%3a1.16.5-1.3_all.deb ...
- Unpacking automake (1:1.16.5-1.3) ...
- Selecting previously unselected package libgc1:amd64.
- Preparing to unpack .../07-libgc1_1%3a8.2.2-3_amd64.deb ...
- Unpacking libgc1:amd64 (1:8.2.2-3) ...
- Selecting previously unselected package guile-3.0-libs:amd64.
- Preparing to unpack .../08-guile-3.0-libs_3.0.8-2_amd64.deb ...
- Unpacking guile-3.0-libs:amd64 (3.0.8-2) ...
- Selecting previously unselected package guile-3.0.
- Preparing to unpack .../09-guile-3.0_3.0.8-2_amd64.deb ...
- Unpacking guile-3.0 (3.0.8-2) ...
- Selecting previously unselected package libncurses6:amd64.
- Preparing to unpack .../10-libncurses6_6.4-4_amd64.deb ...
- Unpacking libncurses6:amd64 (6.4-4) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../11-libncurses-dev_6.4-4_amd64.deb ...
- Unpacking libncurses-dev:amd64 (6.4-4) ...
- Selecting previously unselected package libncurses5-dev:amd64.
- Preparing to unpack .../12-libncurses5-dev_6.4-4_amd64.deb ...
- Unpacking libncurses5-dev:amd64 (6.4-4) ...
- Selecting previously unselected package libreadline-dev:amd64.
- Preparing to unpack .../13-libreadline-dev_8.2-1.3_amd64.deb ...
- Unpacking libreadline-dev:amd64 (8.2-1.3) ...
- Selecting previously unselected package libltdl7:amd64.
- Preparing to unpack .../14-libltdl7_2.4.7-7~deb12u1_amd64.deb ...
- Unpacking libltdl7:amd64 (2.4.7-7~deb12u1) ...
- Selecting previously unselected package libltdl-dev:amd64.
- Preparing to unpack .../15-libltdl-dev_2.4.7-7~deb12u1_amd64.deb ...
- Unpacking libltdl-dev:amd64 (2.4.7-7~deb12u1) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../16-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../17-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgc-dev:amd64.
- Preparing to unpack .../18-libgc-dev_1%3a8.2.2-3_amd64.deb ...
- Unpacking libgc-dev:amd64 (1:8.2.2-3) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../19-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../20-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../21-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../22-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Selecting previously unselected package guile-3.0-dev.
- Preparing to unpack .../23-guile-3.0-dev_3.0.8-2_amd64.deb ...
- Unpacking guile-3.0-dev (3.0.8-2) ...
- Selecting previously unselected package libtool.
- Preparing to unpack .../24-libtool_2.4.7-7~deb12u1_all.deb ...
- Unpacking libtool (2.4.7-7~deb12u1) ...
- Setting up libmagic-mgc (1:5.44-3) ...
- Setting up libmagic1:amd64 (1:5.44-3) ...
- Setting up m4 (1.4.19-3) ...
- Setting up file (1:5.44-3) ...
- Setting up autotools-dev (20220109.1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libncurses6:amd64 (6.4-4) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libgc1:amd64 (1:8.2.2-3) ...
- Setting up libltdl7:amd64 (2.4.7-7~deb12u1) ...
- Setting up autoconf (2.71-3) ...
- Setting up libgc-dev:amd64 (1:8.2.2-3) ...
- Setting up automake (1:1.16.5-1.3) ...
- update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
- Setting up libncurses-dev:amd64 (6.4-4) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libtool (2.4.7-7~deb12u1) ...
- Setting up guile-3.0-libs:amd64 (3.0.8-2) ...
- Setting up libreadline-dev:amd64 (8.2-1.3) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up libltdl-dev:amd64 (2.4.7-7~deb12u1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Setting up libncurses5-dev:amd64 (6.4-4) ...
- Setting up guile-3.0 (3.0.8-2) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/guile/3.0/bin/guile to provide /usr/bin/guile (guile) in auto mode
- Setting up guile-3.0-dev (3.0.8-2) ...
- update-alternatives: using /usr/bin/guile-config-3.0 to provide /usr/bin/guile-config (guile-config) in auto mode
- update-alternatives: using /usr/share/aclocal/guile-3.0.m4 to provide /usr/share/aclocal/guile.m4 (guile-autoconf-macros) in auto mode
- Processing triggers for libc-bin (2.36-9+deb12u10) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> installed conf-guile.1
Done.
# Run eval $(opam env) to update the current shell environment
2025-06-09 08:20.28 ---> saved as "ef9f770d113140089ee1efdfde796096985ded396472dcd1733aae899b299730"
Job succeeded
2025-06-09 08:20.34: Job succeeded