Build:
- 0
2025-12-11 04:26.38: New job: build spotify-web-api.0.2.1, using opam 2.0
from https://github.com/ocaml/opam-repository.git#refs/pull/29055/head (14ee109db3ae9c9e16a17e8c754f90715d88e4fc)
on debian-13-ocaml-5.4/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/29055/head" && git reset --hard 14ee109d
git fetch origin master
git merge --no-edit 810e1f14b7fa6411c66a3549f4c2aff47c52fc36
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:8c62cc7b043f64833949d4049211997093b28a2f1b98377748d3e185ae301c04
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam
RUN opam init --reinit -ni
RUN 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 depext -u || true
RUN opam pin add -k version -yn spotify-web-api.0.2.1 0.2.1
RUN opam depext spotify-web-api.0.2.1 && opam reinstall spotify-web-api.0.2.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-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'spotify-web-api.0.2.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-12-11 04:26.38: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:8c62cc7b043f64833949d4049211997093b28a2f1b98377748d3e185ae301c04-spotify-web-api.0.2.1-14ee109db3ae9c9e16a17e8c754f90715d88e4fc"
2025-12-11 04:26.38: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:8c62cc7b043f64833949d4049211997093b28a2f1b98377748d3e185ae301c04)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "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 depext -u || true"))
(run (shell "opam pin add -k version -yn spotify-web-api.0.2.1 0.2.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext spotify-web-api.0.2.1 && opam reinstall spotify-web-api.0.2.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-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'spotify-web-api.0.2.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-12-11 04:26.38: Waiting for resource in pool OCluster
2025-12-11 19:30.22: Waiting for worker…
2025-12-11 19:35.47: Got resource from pool OCluster
Building on clete
All commits already cached
Updating files: 55% (10580/19010)
Updating files: 56% (10646/19010)
Updating files: 57% (10836/19010)
Updating files: 58% (11026/19010)
Updating files: 59% (11216/19010)
Updating files: 60% (11406/19010)
Updating files: 61% (11597/19010)
Updating files: 62% (11787/19010)
Updating files: 63% (11977/19010)
Updating files: 64% (12167/19010)
Updating files: 65% (12357/19010)
Updating files: 66% (12547/19010)
Updating files: 67% (12737/19010)
Updating files: 68% (12927/19010)
Updating files: 69% (13117/19010)
Updating files: 70% (13307/19010)
Updating files: 71% (13498/19010)
Updating files: 72% (13688/19010)
Updating files: 73% (13878/19010)
Updating files: 74% (14068/19010)
Updating files: 75% (14258/19010)
Updating files: 76% (14448/19010)
Updating files: 77% (14638/19010)
Updating files: 78% (14828/19010)
Updating files: 79% (15018/19010)
Updating files: 80% (15208/19010)
Updating files: 81% (15399/19010)
Updating files: 82% (15589/19010)
Updating files: 83% (15779/19010)
Updating files: 84% (15969/19010)
Updating files: 85% (16159/19010)
Updating files: 86% (16349/19010)
Updating files: 87% (16539/19010)
Updating files: 88% (16729/19010)
Updating files: 89% (16919/19010)
Updating files: 90% (17109/19010)
Updating files: 91% (17300/19010)
Updating files: 92% (17490/19010)
Updating files: 93% (17680/19010)
Updating files: 94% (17870/19010)
Updating files: 95% (18060/19010)
Updating files: 96% (18250/19010)
Updating files: 97% (18440/19010)
Updating files: 98% (18630/19010)
Updating files: 99% (18820/19010)
Updating files: 100% (19010/19010)
Updating files: 100% (19010/19010), done.
HEAD is now at 810e1f14b7 Merge pull request #29066 from gares/release-elpi-v3.4.4
Merge made by the 'ort' strategy.
packages/atd/atd.3.0.1/opam | 124 ++++++++++++++++++++
packages/atdcpp/atdcpp.3.0.1/opam | 116 ++++++++++++++++++
packages/atdd/atdd.3.0.1/opam | 116 ++++++++++++++++++
.../atdgen-codec-runtime.3.0.1/opam | 115 ++++++++++++++++++
packages/atdgen-runtime/atdgen-runtime.3.0.1/opam | 117 +++++++++++++++++++
packages/atdgen/atdgen.2.14.0/opam | 2 +-
packages/atdgen/atdgen.2.14.1/opam | 2 +-
packages/atdgen/atdgen.2.15.0/opam | 2 +-
packages/atdgen/atdgen.2.16.0/opam | 2 +-
packages/atdgen/atdgen.3.0.1/opam | 130 +++++++++++++++++++++
packages/atdj/atdj.3.0.1/opam | 129 ++++++++++++++++++++
packages/atdpy/atdpy.3.0.1/opam | 118 +++++++++++++++++++
packages/atds/atds.3.0.1/opam | 114 ++++++++++++++++++
packages/atdts/atdts.3.0.1/opam | 117 +++++++++++++++++++
packages/sarif/sarif.0.1.0/opam | 2 +-
.../spotify-web-api/spotify-web-api.0.2.1/opam | 2 +-
packages/uritemplate/uritemplate.0.1.0/opam | 2 +-
packages/uritemplate/uritemplate.0.2.0/opam | 2 +-
18 files changed, 1204 insertions(+), 8 deletions(-)
create mode 100644 packages/atd/atd.3.0.1/opam
create mode 100644 packages/atdcpp/atdcpp.3.0.1/opam
create mode 100644 packages/atdd/atdd.3.0.1/opam
create mode 100644 packages/atdgen-codec-runtime/atdgen-codec-runtime.3.0.1/opam
create mode 100644 packages/atdgen-runtime/atdgen-runtime.3.0.1/opam
create mode 100644 packages/atdgen/atdgen.3.0.1/opam
create mode 100644 packages/atdj/atdj.3.0.1/opam
create mode 100644 packages/atdpy/atdpy.3.0.1/opam
create mode 100644 packages/atds/atds.3.0.1/opam
create mode 100644 packages/atdts/atdts.3.0.1/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:8c62cc7b043f64833949d4049211997093b28a2f1b98377748d3e185ae301c04)
2025-12-11 19:35.51 ---> using "5f87df8c1f6f0886e7311dfd3df40b8bbb961cc34c83c0d033c6dd248c84bc7d" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
2025-12-11 19:35.51 ---> using "fe03e46bf389a70ce0e1b055dbcbcda33d09bcb6dc4e61755b0d7b99ab523a1d" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
[NOTE] Will configure 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.
[WARNING] Recommended dependencies -- most packages rely on these:
- m4
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
default (at git+file:///home/opam/opam-repository):
[INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
2025-12-11 19:36.13 ---> saved as "961a1d9eb7d73874b2c61994ccd40c45532fdd006cdcd81e40a2dbd5ff74b279"
/home/opam: (run (shell "opam config report"))
# opam config report
# opam-version 2.0.10 (adc1e1829a2bef5b240746df80341b508290fe3b)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=13
# solver builtin-mccs+glpk
# install-criteria -removed,-count[version-lag,request],-count[version-lag,changed],-changed
# upgrade-criteria -removed,-count[version-lag,solution],-new
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
2025-12-11 19:36.15 ---> saved as "3bdce138cbc5fa8a296a51032110f0e975535fe60c5833844593baec3ba2517b"
/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-12-11 19:36.29 ---> saved as "56b34fdc8ff5646b29d9456a230309cc62be3b8243adaac8d81d605ed217d474"
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-11 19:36.42 ---> saved as "916c2a72ee20d9e8f1f364bd6c4e3109ca06681c71212664949f6cff9b5d5ddf"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
default (at file:///home/opam/opam-repository):
[INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
2025-12-11 19:36.55 ---> saved as "823f1237e6ed5c8e6790a994a7156702a63c5147b66bbeb34b407b99d7614221"
/home/opam: (run (network host)
(shell "opam depext -u || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following command needs to be run through "sudo":
apt-get update
Hit:1 http://deb.debian.org/debian trixie InRelease
Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [82.1 kB]
Fetched 173 kB in 0s (1438 kB/s)
Reading package lists...
# OS package update successful
2025-12-11 19:36.57 ---> saved as "f6b82fe889346a990c6598404111e7fe4847bd61a5f75132911f63537db3f413"
/home/opam: (run (shell "opam pin add -k version -yn spotify-web-api.0.2.1 0.2.1"))
spotify-web-api is now pinned to version 0.2.1
2025-12-11 19:36.59 ---> saved as "29175df37357f5106206a561e3121361f88fb6eb5819b85cdc25e1b51ee155aa"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext spotify-web-api.0.2.1 && opam reinstall spotify-web-api.0.2.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-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'spotify-web-api.0.2.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
libgmp-dev
libssl-dev
pkg-config
The following command needs to be run through "sudo":
apt-get install -qq -yy libgmp-dev libssl-dev pkg-config
Selecting previously unselected package libgmpxx4ldbl:amd64.
(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 ... 20653 files and directories currently installed.)
Preparing to unpack .../0-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 .../1-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
Selecting previously unselected package libpkgconf3:amd64.
Preparing to unpack .../2-libpkgconf3_1.8.1-4_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-4) ...
Selecting previously unselected package libssl-dev:amd64.
Preparing to unpack .../3-libssl-dev_3.5.4-1~deb13u1_amd64.deb ...
Unpacking libssl-dev:amd64 (3.5.4-1~deb13u1) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../4-pkgconf-bin_1.8.1-4_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-4) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../5-pkgconf_1.8.1-4_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-4) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../6-pkg-config_1.8.1-4_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-4) ...
Setting up libpkgconf3:amd64 (1.8.1-4) ...
Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
Setting up libssl-dev:amd64 (3.5.4-1~deb13u1) ...
Setting up pkgconf-bin (1.8.1-4) ...
Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
Setting up pkgconf:amd64 (1.8.1-4) ...
Setting up pkg-config:amd64 (1.8.1-4) ...
Processing triggers for libc-bin (2.41-12) ...
# OS packages installation successful
spotify-web-api.0.2.1 is not installed. Install it? [Y/n] y
[ERROR] Sorry, resolution of the request timed out.
Try to specify a simpler request, use a different solver, or increase the allowed time by setting OPAMSOLVERTIMEOUT to a bigger value (currently, it is set to 60.0 seconds).
"/usr/bin/env" "bash" "-c" "opam depext spotify-web-api.0.2.1 && opam reinstall spotify-web-api.0.2.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-13\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'spotify-web-api.0.2.1' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 60
2025-12-11 19:38.19: Job failed: Failed: Build failed
2025-12-11 19:38.19: Log analysis:
2025-12-11 19:38.19: >>>
[ERROR] Sorry, resolution of the request timed out.
(score = 20)
2025-12-11 19:38.19: Sorry, resolution of the request timed out.