- github
- ocaml
- opam-repository
- eadde8
- extras,opam-2.0-ocaml-4.14,intel_hex.0.1
(not at the head of any monitored branch or PR)
2026-01-04 13:28.55: New job: build intel_hex.0.1, using opam 2.0
from https://github.com/ocaml/opam-repository.git#refs/pull/29180/head (eadde8dd48af190cb69aca96b2d9e1f7a3a6b400)
on debian-13-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/29180/head" && git reset --hard eadde8dd
git fetch origin master
git merge --no-edit 71325ac6ed42f4eb5f30b2a20aa57ff2a6708a55
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:036e77867422a8866af32fdb5a0ab537b7171bc6e32ad75d56b72d619d86227e
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 intel_hex.0.1 0.1
RUN opam depext intel_hex.0.1 && opam reinstall intel_hex.0.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" != 'intel_hex.0.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 .
2026-01-04 13:28.55: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:036e77867422a8866af32fdb5a0ab537b7171bc6e32ad75d56b72d619d86227e-intel_hex.0.1-eadde8dd48af190cb69aca96b2d9e1f7a3a6b400"
2026-01-04 13:28.55: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:036e77867422a8866af32fdb5a0ab537b7171bc6e32ad75d56b72d619d86227e)
(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 intel_hex.0.1 0.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext intel_hex.0.1 && opam reinstall intel_hex.0.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\" != 'intel_hex.0.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-01-04 13:28.55: Waiting for resource in pool OCluster
2026-01-04 13:28.55: Waiting for worker…
2026-01-04 13:29.03: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 71325ac6ed Merge pull request #29172 from brianwk/opam-publish-reason-react-day-picker.0.1
Updating 71325ac6ed..eadde8dd48
Fast-forward
packages/intel_hex/intel_hex.0.1/opam | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
create mode 100644 packages/intel_hex/intel_hex.0.1/opam
(from ocaml/opam:debian-13-ocaml-4.14@sha256:036e77867422a8866af32fdb5a0ab537b7171bc6e32ad75d56b72d619d86227e)
2026-01-04 13:31.19 ---> using "3693260be75be30570e295a8d96dbf271715706f1de21c754800bbb80cb23c02" 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"))
2026-01-04 13:31.19 ---> using "6ee6034d361d1d5bd6ccb4a0d8650aed5ba7ef59d950c3e25fa743f777bc51cc" 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)
2026-01-04 13:31.19 ---> using "1785c5e523c11b68371bbad2fe896203acfec2893508d8fd1224ee7cd8bdd82e" from cache
/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 4.14
2026-01-04 13:31.19 ---> using "8fbe13ffe1eea843a54e527e20568346d36280938ee87d207e3bccebc5ac22c7" 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-01-04 13:31.19 ---> using "ab9ca0e6dc46dd10df0da3787b427ea8e6a7b83234d1b4ebe3a7a0553b3dec41" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-04 13:31.28 ---> saved as "78cbd504adaa9a0e7624cd0e9a17fe5636566b3caf259ea6eb737dad9881af06"
/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)
2026-01-04 13:31.40 ---> saved as "6fb256ff10e82dd4d0ff65ac98f38437b2a0b1325662827e6de8495a9aa490d9"
/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 [94.0 kB]
Fetched 185 kB in 0s (1805 kB/s)
Reading package lists...
# OS package update successful
2026-01-04 13:31.42 ---> saved as "83aeda33fe94d0a8303495ed117316673439c3a9ebbfd1782107691cc3d42f27"
/home/opam: (run (shell "opam pin add -k version -yn intel_hex.0.1 0.1"))
intel_hex is now pinned to version 0.1
2026-01-04 13:31.43 ---> saved as "539ff499b7b5d323ba7cc187ab8a311c01e38733d2aa88b94881a6a72250615c"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext intel_hex.0.1 && opam reinstall intel_hex.0.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\" != 'intel_hex.0.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
# No extra OS packages requirements found.
# All required OS packages found.
intel_hex.0.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
- install ocamlbuild 0.16.1 [required by fmt]
- install ocamlfind 1.9.8 [required by fmt]
- install dune 3.20.2 [required by intel_hex]
- install topkg 1.1.1 [required by fmt]
- install fmt 0.11.0 [required by cstruct]
- install cstruct 6.2.0 [required by intel_hex]
- install intel_hex 0.1*
===== 7 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[cstruct.6.2.0] found in cache
[dune.3.20.2] found in cache
[fmt.0.11.0] found in cache
[intel_hex.0.1] found in cache
[ocamlbuild.0.16.1] found in cache
[ocamlfind.1.9.8] found in cache
[topkg.1.1.1] found in cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed dune.3.20.2
-> installed cstruct.6.2.0
-> installed intel_hex.0.1
Done.
# Run eval $(opam env) to update the current shell environment
2026-01-04 13:32.11 ---> saved as "2fa9ce8deb422a8dc75a4621e950d82db9b4844be84f1ffd0626f5d0eb39efb1"
Job succeeded
2026-01-04 13:32.18: Job succeeded