- github
- ocaml
- opam-repository
- 1b214d
- distributions,debian-unstable-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 debian-unstable-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-unstable-ocaml-4.14@sha256:5da305aa37b63b63835a4970811189a4e1b1629c908e1491ee6d80cfcec36878
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 "\"debian-unstable\""; 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-unstable-ocaml-4.14@sha256:5da305aa37b63b63835a4970811189a4e1b1629c908e1491ee6d80cfcec36878-conf-guile.1-1b214dd1185915e20dd24d04fd5fd7e7b18b7118"
2025-06-09 08:15.48: Using OBuilder spec:
((from ocaml/opam:debian-unstable-ocaml-4.14@sha256:5da305aa37b63b63835a4970811189a4e1b1629c908e1491ee6d80cfcec36878)
(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 \"\\\"debian-unstable\\\"\"; 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.53: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
Updating files: 97% (22699/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-unstable-ocaml-4.14@sha256:5da305aa37b63b63835a4970811189a4e1b1629c908e1491ee6d80cfcec36878)
2025-06-09 08:17.18 ---> saved as "8a08993a4ee249ba6df329752945dc55a2b1bbcfe1c7eabdd8cd90f9cdf507c1"
/: (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:17.18 ---> saved as "9ec3700ef691e7d4784304e80c01d8ee2f394a95cf3d66b030e5f758c4db29d7"
/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:17.54 ---> saved as "aa2c870caba4e80020221c90a8eaaf5a12ed448567db3b34bfb4464d6aca83bf"
/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=debian os-version=13
# 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:17.55 ---> saved as "e1b292dee9dad931ef8a6ada445d09a85c729ffea321c7b164f614658b75e115"
/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:18.06 ---> saved as "c03ea8c3e12878a41946c6d425f1e62096074160649e5284e74be39fd859f3bd"
/home/opam: (copy (src .) (dst opam-repository/))
2025-06-09 08:18.32 ---> saved as "1ccf1eb2601a29ad732778eb20dbd8cbe0a4bf1212b994477c2d6c412fc8c965"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-06-09 08:18.57 ---> saved as "5b823aa03f494756e9adedb11f503ad68e9530d34a52f83f8ab5dc2e22b219a9"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [208 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-06-09-0204.00-F-2025-06-01-0803.54.pdiff [196 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-06-09-0204.00-F-2025-06-01-0803.54.pdiff [196 kB]
- Fetched 468 kB in 3s (137 kB/s)
- Reading package lists...
-
2025-06-09 08:19.01 ---> saved as "16a6a91a96bd821dbe1904b0938a8f071d0fa4edb5160d910b440f16c9e58b3a"
/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:19.02 ---> saved as "39f02fe29b3fb0f28f3fef014b6644754c35e24109f8db84bad47fb6e0e927b4"
/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-unstable\\\"\"; 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
- install conf-guile 1 (pinned)
- install conf-pkg-config 4 [required by conf-guile]
The following system packages will first need to be installed:
guile-3.0-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get 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 "apt-get" "install" "-qq" "-yy" "guile-3.0-dev" "pkg-config"
- Selecting previously unselected package readline-common.
- (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 ... 20649 files and directories currently installed.)
- Preparing to unpack .../00-readline-common_8.2-6_all.deb ...
- Unpacking readline-common (8.2-6) ...
- Selecting previously unselected package libmagic-mgc.
- Preparing to unpack .../01-libmagic-mgc_1%3a5.46-5_amd64.deb ...
- Unpacking libmagic-mgc (1:5.46-5) ...
- Selecting previously unselected package libmagic1t64:amd64.
- Preparing to unpack .../02-libmagic1t64_1%3a5.46-5_amd64.deb ...
- Unpacking libmagic1t64:amd64 (1:5.46-5) ...
- Selecting previously unselected package file.
- Preparing to unpack .../03-file_1%3a5.46-5_amd64.deb ...
- Unpacking file (1:5.46-5) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../04-m4_1.4.19-8_amd64.deb ...
- Unpacking m4 (1.4.19-8) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../05-autoconf_2.72-3.1_all.deb ...
- Unpacking autoconf (2.72-3.1) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../06-autotools-dev_20240727.1_all.deb ...
- Unpacking autotools-dev (20240727.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../07-automake_1%3a1.17-4_all.deb ...
- Unpacking automake (1:1.17-4) ...
- Selecting previously unselected package libgc1:amd64.
- Preparing to unpack .../08-libgc1_1%3a8.2.8-1_amd64.deb ...
- Unpacking libgc1:amd64 (1:8.2.8-1) ...
- Selecting previously unselected package libreadline8t64:amd64.
- Preparing to unpack .../09-libreadline8t64_8.2-6_amd64.deb ...
- Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8 to /lib/x86_64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8.2 to /lib/x86_64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8 to /lib/x86_64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8.2 to /lib/x86_64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
- Unpacking libreadline8t64:amd64 (8.2-6) ...
- Selecting previously unselected package guile-3.0-libs:amd64.
- Preparing to unpack .../10-guile-3.0-libs_3.0.10+really3.0.10-4_amd64.deb ...
- Unpacking guile-3.0-libs:amd64 (3.0.10+really3.0.10-4) ...
- Selecting previously unselected package guile-3.0.
- Preparing to unpack .../11-guile-3.0_3.0.10+really3.0.10-4_amd64.deb ...
- Unpacking guile-3.0 (3.0.10+really3.0.10-4) ...
- Selecting previously unselected package libncurses6:amd64.
- Preparing to unpack .../12-libncurses6_6.5+20250216-2_amd64.deb ...
- Unpacking libncurses6:amd64 (6.5+20250216-2) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../13-libncurses-dev_6.5+20250216-2_amd64.deb ...
- Unpacking libncurses-dev:amd64 (6.5+20250216-2) ...
- Selecting previously unselected package libreadline-dev:amd64.
- Preparing to unpack .../14-libreadline-dev_8.2-6_amd64.deb ...
- Unpacking libreadline-dev:amd64 (8.2-6) ...
- Selecting previously unselected package libltdl7:amd64.
- Preparing to unpack .../15-libltdl7_2.5.4-4_amd64.deb ...
- Unpacking libltdl7:amd64 (2.5.4-4) ...
- Selecting previously unselected package libltdl-dev:amd64.
- Preparing to unpack .../16-libltdl-dev_2.5.4-4_amd64.deb ...
- Unpacking libltdl-dev:amd64 (2.5.4-4) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../17-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../18-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgc-dev:amd64.
- Preparing to unpack .../19-libgc-dev_1%3a8.2.8-1_amd64.deb ...
- Unpacking libgc-dev:amd64 (1:8.2.8-1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../20-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../21-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../22-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package guile-3.0-dev.
- Preparing to unpack .../23-guile-3.0-dev_3.0.10+really3.0.10-4_amd64.deb ...
- Unpacking guile-3.0-dev (3.0.10+really3.0.10-4) ...
- Selecting previously unselected package libtool.
- Preparing to unpack .../24-libtool_2.5.4-4_all.deb ...
- Unpacking libtool (2.5.4-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../25-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libmagic-mgc (1:5.46-5) ...
- Setting up libmagic1t64:amd64 (1:5.46-5) ...
- Setting up m4 (1.4.19-8) ...
- Setting up file (1:5.46-5) ...
- Setting up autotools-dev (20240727.1) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libncurses6:amd64 (6.5+20250216-2) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libgc1:amd64 (1:8.2.8-1) ...
- Setting up libltdl7:amd64 (2.5.4-4) ...
- Setting up autoconf (2.72-3.1) ...
- Setting up libgc-dev:amd64 (1:8.2.8-1) ...
- Setting up readline-common (8.2-6) ...
- Setting up automake (1:1.17-4) ...
- update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode
- Setting up libncurses-dev:amd64 (6.5+20250216-2) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libtool (2.5.4-4) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up libltdl-dev:amd64 (2.5.4-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Setting up libreadline8t64:amd64 (8.2-6) ...
- Setting up guile-3.0-libs:amd64 (3.0.10+really3.0.10-4) ...
- Setting up libreadline-dev:amd64 (8.2-6) ...
- Setting up guile-3.0 (3.0.10+really3.0.10-4) ...
- 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.10+really3.0.10-4) ...
- 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.41-8) ...
<><> 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:19.33 ---> saved as "4a614800cdff12187bbf48e20bc27ae34ae28edd7e13b31f1ce7ba02f7855037"
Job succeeded
2025-06-09 08:19.42: Job succeeded