(for PR #29144)
2025-12-29 13:22.43: New job: build memcpy.0.3.0, using opam 2.0
from https://github.com/ocaml/opam-repository.git#refs/pull/29144/head (5acd597aa3deb5edacee41733013e0f3f2224a82)
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/29144/head" && git reset --hard 5acd597a
git fetch origin master
git merge --no-edit c239a62d58deaede2e5dce17c2715a55397b73f2
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083
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 memcpy.0.3.0 0.3.0
RUN opam depext memcpy.0.3.0 && opam reinstall memcpy.0.3.0; \
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" != 'memcpy.0.3.0' && 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-29 13:22.43: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083-memcpy.0.3.0-5acd597aa3deb5edacee41733013e0f3f2224a82"
2025-12-29 13:22.43: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083)
(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 memcpy.0.3.0 0.3.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext memcpy.0.3.0 && opam reinstall memcpy.0.3.0;\
\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\" != 'memcpy.0.3.0' && 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-29 13:22.43: Waiting for resource in pool OCluster
2025-12-29 13:22.44: Waiting for worker…
2025-12-29 13:23.20: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at c239a62d58 Merge pull request #29143 from filipeom/opam-publish-smtml.0.18.0
Updating c239a62d58..5acd597aa3
Fast-forward
packages/memcpy/memcpy.0.3.0/opam | 41 +++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
create mode 100644 packages/memcpy/memcpy.0.3.0/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083' locally
docker.io/ocaml/opam@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083: Pulling from ocaml/opam
2981f7e8980b: Already exists
38c43a523031: Already exists
86b171e1f8bb: Already exists
c62328d491a4: Already exists
eff4af1ec9f9: Already exists
a8fb3d73c22a: Already exists
75059ed2c06e: Already exists
c838c080301e: Already exists
dfb14fb41cef: Already exists
df6d00addf67: Already exists
4f718223933a: Already exists
ccc6aa3cc5f0: Already exists
23e68f1bebf2: Already exists
bc8ede90ef45: Pulling fs layer
80af37328cf0: Pulling fs layer
709d603477b6: Pulling fs layer
0ccf30b070a2: Pulling fs layer
35aa2e416863: Pulling fs layer
00036f610596: Pulling fs layer
80af37328cf0: Download complete
566836f020cc: Pulling fs layer
71b9e3f831b5: Pulling fs layer
0ccf30b070a2: Download complete
709d603477b6: Download complete
8a58bb81444d: Pulling fs layer
00036f610596: Download complete
35aa2e416863: Download complete
566836f020cc: Download complete
4f4fb700ef54: Pulling fs layer
71b9e3f831b5: Download complete
8a58bb81444d: Download complete
c914f6b1f746: Pulling fs layer
4f4fb700ef54: Download complete
63d935813e47: Pulling fs layer
8ac9b4b966c0: Pulling fs layer
8001b3a2b5ac: Pulling fs layer
ab8c1074cdd7: Pulling fs layer
63d935813e47: Download complete
c914f6b1f746: Download complete
552a5e6f461a: Pulling fs layer
8001b3a2b5ac: Download complete
8ac9b4b966c0: Download complete
ab8c1074cdd7: Download complete
096d8d04315b: Pulling fs layer
552a5e6f461a: Download complete
8c2c8a96d5dd: Pulling fs layer
096d8d04315b: Waiting
5e0e78b37cf0: Pulling fs layer
47f8c84cafbb: Pulling fs layer
ad98837138f6: Pulling fs layer
8c2c8a96d5dd: Download complete
5e0e78b37cf0: Waiting
47f8c84cafbb: Waiting
5ed1b7a005db: Pulling fs layer
ad98837138f6: Waiting
ec30d9664bee: Pulling fs layer
fc40ea176f89: Pulling fs layer
120854320efc: Pulling fs layer
bc1b0459d6ad: Pulling fs layer
ec30d9664bee: Waiting
5ed1b7a005db: Waiting
fc40ea176f89: Waiting
120854320efc: Waiting
ae7d42bb164e: Pulling fs layer
e62afff751db: Pulling fs layer
17fe887fa582: Pulling fs layer
ae7d42bb164e: Waiting
bc1b0459d6ad: Waiting
e62afff751db: Waiting
16d4e0cfe6c8: Pulling fs layer
17fe887fa582: Waiting
db38cffef3ab: Pulling fs layer
16d946a1ad2c: Pulling fs layer
16d4e0cfe6c8: Waiting
db38cffef3ab: Waiting
16d946a1ad2c: Waiting
db177c2d87cb: Pulling fs layer
cd8149d1cad7: Pulling fs layer
db177c2d87cb: Waiting
6902d95e1721: Pulling fs layer
cd8149d1cad7: Waiting
6902d95e1721: Waiting
5e0e78b37cf0: Verifying Checksum
5e0e78b37cf0: Download complete
bc8ede90ef45: Pull complete
80af37328cf0: Pull complete
709d603477b6: Pull complete
0ccf30b070a2: Pull complete
35aa2e416863: Pull complete
00036f610596: Pull complete
566836f020cc: Pull complete
71b9e3f831b5: Pull complete
8a58bb81444d: Pull complete
4f4fb700ef54: Pull complete
c914f6b1f746: Pull complete
63d935813e47: Pull complete
8ac9b4b966c0: Pull complete
8001b3a2b5ac: Pull complete
ab8c1074cdd7: Pull complete
552a5e6f461a: Pull complete
096d8d04315b: Verifying Checksum
096d8d04315b: Download complete
096d8d04315b: Pull complete
8c2c8a96d5dd: Pull complete
5e0e78b37cf0: Pull complete
ad98837138f6: Verifying Checksum
ad98837138f6: Download complete
5ed1b7a005db: Download complete
fc40ea176f89: Verifying Checksum
fc40ea176f89: Download complete
47f8c84cafbb: Download complete
47f8c84cafbb: Pull complete
ad98837138f6: Pull complete
5ed1b7a005db: Pull complete
bc1b0459d6ad: Verifying Checksum
bc1b0459d6ad: Download complete
ae7d42bb164e: Verifying Checksum
ae7d42bb164e: Download complete
e62afff751db: Download complete
120854320efc: Verifying Checksum
120854320efc: Download complete
17fe887fa582: Verifying Checksum
17fe887fa582: Download complete
16d4e0cfe6c8: Verifying Checksum
16d4e0cfe6c8: Download complete
db38cffef3ab: Verifying Checksum
db38cffef3ab: Download complete
db177c2d87cb: Verifying Checksum
db177c2d87cb: Download complete
cd8149d1cad7: Verifying Checksum
cd8149d1cad7: Download complete
6902d95e1721: Download complete
ec30d9664bee: Verifying Checksum
ec30d9664bee: Download complete
16d946a1ad2c: Verifying Checksum
16d946a1ad2c: Download complete
ec30d9664bee: Pull complete
fc40ea176f89: Pull complete
120854320efc: Pull complete
bc1b0459d6ad: Pull complete
ae7d42bb164e: Pull complete
e62afff751db: Pull complete
17fe887fa582: Pull complete
16d4e0cfe6c8: Pull complete
db38cffef3ab: Pull complete
16d946a1ad2c: Pull complete
db177c2d87cb: Pull complete
cd8149d1cad7: Pull complete
6902d95e1721: Pull complete
Digest: sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083
Status: Downloaded newer image for ocaml/opam@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083
2025-12-29 13:26.52 ---> saved as "92a4868cef67203ec83e505d6e143939fe2b26f936d185df29fc7fc62ef6a0b1"
/: (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-29 13:26.52 ---> saved as "30287bdb29170c20fc56e2b30e9e3bd47ea27a374ad5aaaa22721ae91681ab21"
/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-29 13:28.04 ---> saved as "d54535a708019de15e1c3d61343c0c66f2e6903ebdfe568ab6088e49872e4e71"
/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-29 13:28.04 ---> saved as "c9981215645041285bb9bf2456468b25165b451c253808c1b12fcdf898aded8c"
/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-29 13:28.17 ---> saved as "60ffedf08cc61e316a527441e629c6430b001ed426678273b19bea14dd0caf5d"
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-29 13:28.54 ---> saved as "cb21e573f1f88c42f9f434cc29e47f6ddefa6c09379cd9883a3cecce09b5b23c"
/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-29 13:29.10 ---> saved as "b52a0d2cdb697a3e4424e3b278f23eb18f2d20a7e989f35a5c90f5b6c31a2f49"
/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]
Fetched 90.7 kB in 0s (1152 kB/s)
Reading package lists...
# OS package update successful
2025-12-29 13:29.12 ---> saved as "c9a124011541a2ec32ed7c4fd0a6341a4bb1e3447cd03a9fcf804117e19ce3a9"
/home/opam: (run (shell "opam pin add -k version -yn memcpy.0.3.0 0.3.0"))
memcpy is now pinned to version 0.3.0
2025-12-29 13:29.12 ---> saved as "b11d76279c7d234b2822576c8228ad441cb7268bb63a410a045de111d4ce55eb"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext memcpy.0.3.0 && opam reinstall memcpy.0.3.0;\
\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\" != 'memcpy.0.3.0' && 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
# No extra OS packages requirements found.
# All required OS packages found.
memcpy.0.3.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
- install ocamlbuild 0.16.1 [required by memcpy]
- install ocamlfind 1.9.8 [required by memcpy]
- install dune 3.20.2 [required by ctypes]
- install stdlib-shims 0.3.0 [required by integers]
- install csexp 1.5.2 [required by dune-configurator]
- install integers 0.7.0 [required by ctypes]
- install dune-configurator 3.20.2 [required by ctypes]
- install ctypes 0.24.0 [required by memcpy]
- install memcpy 0.3.0*
===== 9 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[csexp.1.5.2] found in cache
[ctypes.0.24.0] found in cache
[dune.3.20.2] found in cache
[dune-configurator.3.20.2] found in cache
[integers.0.7.0] found in cache
[memcpy.0.3.0] found in cache
[ocamlbuild.0.16.1] found in cache
[ocamlfind.1.9.8] found in cache
[stdlib-shims.0.3.0] found in cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed dune-configurator.3.20.2
-> installed ctypes.0.24.0
-> installed memcpy.0.3.0
Done.
# Run eval $(opam env) to update the current shell environment
2025-12-29 13:30.38 ---> saved as "8dcbecd40eb753427c7dd83631d309aa51f6c7e5a5b889095d8dee25fe3b4a36"
Job succeeded
2025-12-29 13:30.56: Job succeeded