2026-03-26 15:23.49: New job: build current_web.0.7.4, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29606/head (4e07f997e5a403e3e284236003dd2dff6b1992f9)
on debian-13-ocaml-4.14-fp/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/29606/head" && git reset --hard 4e07f997
git fetch origin master
git merge --no-edit 46f289cd3749314bbebddeede62fc05f9858f680
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14-fp@sha256:b560b0300327cc92d001c37db9dc2b78faef7649073dce21fa5db636b0fe5210
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 current_web.0.7.4 0.7.4
RUN opam reinstall current_web.0.7.4; \
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" != 'current_web.0.7.4' && 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 .
2026-03-26 15:23.49: Using cache hint "ocaml/opam:debian-13-ocaml-4.14-fp@sha256:b560b0300327cc92d001c37db9dc2b78faef7649073dce21fa5db636b0fe5210-current_web.0.7.4-4e07f997e5a403e3e284236003dd2dff6b1992f9"
2026-03-26 15:23.49: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14-fp@sha256:b560b0300327cc92d001c37db9dc2b78faef7649073dce21fa5db636b0fe5210)
(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 current_web.0.7.4 0.7.4"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall current_web.0.7.4;\
\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\" != 'current_web.0.7.4' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-26 15:23.49: Waiting for resource in pool OCluster
2026-03-26 15:40.52: Waiting for worker…
2026-03-26 15:41.51: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 46f289cd37 Merge pull request #29563 from NathanReb/release-ppxlib-0.38.0
Updating 46f289cd37..4e07f997e5
Fast-forward
packages/current/current.0.7.4/opam | 94 ++++++++++++++++++
packages/current_docker/current_docker.0.7.4/opam | 83 ++++++++++++++++
.../current_examples/current_examples.0.7.4/opam | 98 +++++++++++++++++++
packages/current_git/current_git.0.7.4/opam | 88 +++++++++++++++++
packages/current_github/current_github.0.7.4/opam | 97 +++++++++++++++++++
packages/current_gitlab/current_gitlab.0.7.4/opam | 59 ++++++++++++
packages/current_rpc/current_rpc.0.7.4/opam | 84 +++++++++++++++++
packages/current_slack/current_slack.0.7.4/opam | 77 +++++++++++++++
packages/current_ssh/current_ssh.0.7.4/opam | 43 +++++++++
packages/current_web/current_web.0.7.4/opam | 105 +++++++++++++++++++++
10 files changed, 828 insertions(+)
create mode 100644 packages/current/current.0.7.4/opam
create mode 100644 packages/current_docker/current_docker.0.7.4/opam
create mode 100644 packages/current_examples/current_examples.0.7.4/opam
create mode 100644 packages/current_git/current_git.0.7.4/opam
create mode 100644 packages/current_github/current_github.0.7.4/opam
create mode 100644 packages/current_gitlab/current_gitlab.0.7.4/opam
create mode 100644 packages/current_rpc/current_rpc.0.7.4/opam
create mode 100644 packages/current_slack/current_slack.0.7.4/opam
create mode 100644 packages/current_ssh/current_ssh.0.7.4/opam
create mode 100644 packages/current_web/current_web.0.7.4/opam
2026-03-26 15:50.55: Cancelling: Auto-cancelling job because it is no longer needed
(from ocaml/opam:debian-13-ocaml-4.14-fp@sha256:b560b0300327cc92d001c37db9dc2b78faef7649073dce21fa5db636b0fe5210)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14-fp@sha256:b560b0300327cc92d001c37db9dc2b78faef7649073dce21fa5db636b0fe5210' locally
docker.io/ocaml/opam@sha256:b560b0300327cc92d001c37db9dc2b78faef7649073dce21fa5db636b0fe5210: Pulling from ocaml/opam
8f6ad858d0a4: Already exists
d9bd7d0c816a: Already exists
6b2843ebf827: Already exists
6d75cf61fe7e: Already exists
844ee914844a: Already exists
b50d278a39e8: Already exists
b3d4d89274ab: Already exists
5e3d42e954bc: Already exists
3f03c70e01f9: Already exists
ce7ed822fa6b: Already exists
d6e81f6bf025: Already exists
f65eba9e9530: Already exists
a5ec2634ccf5: Already exists
b35343d7f3ee: Already exists
5472000bc50c: Already exists
e53b6139fe8d: Already exists
058dd5fe5543: Already exists
058dd5fe5543: Already exists
485dada8cbcf: Already exists
5824ee084099: Already exists
7863a1070b6d: Already exists
14c192c5e79f: Already exists
4f4fb700ef54: Already exists
ef54bef3e7a9: Already exists
d685a0736e80: Already exists
396fa838f554: Already exists
a4e259599ac2: Already exists
757786f7a6fd: Already exists
a7de311f5e44: Already exists
6b2af4f375b9: Already exists
e125ae3c5851: Already exists
b28e5e4ea40d: Already exists
d7048d111678: Already exists
4498811310af: Already exists
c7d22ef2cf9d: Already exists
41e14aca0746: Already exists
f3813fb4c8b4: Already exists
400f25794c10: Already exists
0d3bc343d311: Already exists
08ffa89bd5c5: Already exists
ba1546f96e8e: Already exists
10830fb92d9f: Pulling fs layer
9eac6148153d: Pulling fs layer
10830fb92d9f: Waiting
72ca12dfa9f8: Pulling fs layer
9eac6148153d: Waiting
499fd611b6d7: Pulling fs layer
72ca12dfa9f8: Waiting
499fd611b6d7: Waiting
9eac6148153d: Verifying Checksum
9eac6148153d: Download complete
72ca12dfa9f8: Verifying Checksum
72ca12dfa9f8: Download complete
499fd611b6d7: Download complete
10830fb92d9f: Verifying Checksum
10830fb92d9f: Download complete
10830fb92d9f: Pull complete
9eac6148153d: Pull complete
72ca12dfa9f8: Pull complete
499fd611b6d7: Pull complete
Digest: sha256:b560b0300327cc92d001c37db9dc2b78faef7649073dce21fa5db636b0fe5210
Status: Downloaded newer image for ocaml/opam@sha256:b560b0300327cc92d001c37db9dc2b78faef7649073dce21fa5db636b0fe5210
2026-03-26 16:08.42 ---> using "57b503333b2e9d4238bcf5a9136daa2c4d78d096dc27ad32db03ebdbf11c478d" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-26 16:08.42 ---> using "34cc788b6652a08e66616979a941a2a3dd6093b0b8d3ef5a883bf99140b5e113" 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 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 71 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=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-26 16:08.42 ---> using "60db9830bdc5a4777e605b2940f46b43ab30d406d5e33528e6944845d755d757" 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.5.0
# 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 255
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-options-only-fp"]
# compiler-packages ocaml-option-fp.1, ocaml-options-only-fp.1, ocaml-variants.4.14.2+options
# 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+options+fp
2026-03-26 16:08.42 ---> using "94fc4b16f8aa3f4ddccb841239a675eeaac36bf5e47a06170f7738146422e14b" 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/"))
2026-03-26 16:08.42 ---> using "58ea70bc3a31cc6417bb266fd53a2e84fb9353cbf46d240bba0f8ad80f5023ba" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-26 16:08.42 ---> using "b3e56f227ec4934469e5ecea698be6f6d827801a6bbf9e02e52b0a0e63c4a001" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-26 16:08.42 ---> using "3b3207fe3dd3707872ec1b97af158d257ee3aa0f92326e312dbf428be138f273" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/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 [114 kB]
- Fetched 205 kB in 0s (1721 kB/s)
- Reading package lists...
2026-03-26 16:08.42 ---> using "9f98b8f0460a66317a4ed84ff95200cc53636cad47e9b823f454f585b842feb5" from cache
/home/opam: (run (shell "opam pin add -k version -yn current_web.0.7.4 0.7.4"))
Job cancelled