- github
- ocaml
- opam-repository
- eadde8
- distributions,fedora-43-ocaml-5.4,intel_hex.0.1,tests
(not at the head of any monitored branch or PR)
2026-01-04 13:28.55: New job: test intel_hex.0.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29180/head (eadde8dd48af190cb69aca96b2d9e1f7a3a6b400)
on fedora-43-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/29180/head" && git reset --hard eadde8dd
git fetch origin master
git merge --no-edit 71325ac6ed42f4eb5f30b2a20aa57ff2a6708a55
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:9e47444bd58f8126d63b253cc89ce8ec630d257c2d65d199e42afddedb97d0d5
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 intel_hex.0.1 0.1
RUN 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 "\"fedora-43\""; 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
RUN (opam reinstall --with-test intel_hex.0.1) || true
RUN opam reinstall --with-test --verbose 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 "\"fedora-43\""; 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:fedora-43-ocaml-5.4@sha256:9e47444bd58f8126d63b253cc89ce8ec630d257c2d65d199e42afddedb97d0d5-intel_hex.0.1-eadde8dd48af190cb69aca96b2d9e1f7a3a6b400"
2026-01-04 13:28.55: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:9e47444bd58f8126d63b253cc89ce8ec630d257c2d65d199e42afddedb97d0d5)
(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 intel_hex.0.1 0.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "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 \"\\\"fedora-43\\\"\"; 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"))
(run (network host)
(shell "(opam reinstall --with-test intel_hex.0.1) || true"))
(run (shell "opam reinstall --with-test --verbose 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 \"\\\"fedora-43\\\"\"; 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:28.56: 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:fedora-43-ocaml-5.4@sha256:9e47444bd58f8126d63b253cc89ce8ec630d257c2d65d199e42afddedb97d0d5)
Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:9e47444bd58f8126d63b253cc89ce8ec630d257c2d65d199e42afddedb97d0d5' locally
docker.io/ocaml/opam@sha256:9e47444bd58f8126d63b253cc89ce8ec630d257c2d65d199e42afddedb97d0d5: Pulling from ocaml/opam
1216d224fefc: Already exists
08f6b7a168c0: Already exists
5ed188bb4904: Already exists
f23351b57642: Already exists
01e02cab7b2d: Already exists
c6d47c9af730: Already exists
18509e7a37b5: Already exists
0f4342aed362: Already exists
335b6c3d0187: Already exists
cbd06b13879d: Already exists
3ff93b36914f: Already exists
52a3227a36bf: Already exists
31e6d570f22b: Already exists
2ec1ea75cd3f: Already exists
1905166d826a: Already exists
74a1862f145f: Already exists
61f5ab3fe0dc: Already exists
3c82be68e86e: Already exists
c6df5f609b10: Already exists
797948b45f38: Already exists
ad22a4ad0680: Already exists
4f4fb700ef54: Already exists
ad2cdae7377e: Already exists
e90a9b3daa0a: Already exists
98dca692a736: Already exists
03444bbf90a1: Already exists
42dcdab85137: Already exists
ac51d948264e: Already exists
321c584b3ae4: Already exists
2f35f85c5eb7: Already exists
99d0f07cae31: Already exists
2c7895be90d2: Already exists
5f2244121247: Already exists
8d516290c9f2: Already exists
e63d93295aab: Already exists
a6da062b6bab: Already exists
65f36f10dd87: Already exists
ed4cfc5ffea7: Already exists
b469827cf174: Already exists
5355ac9477f5: Already exists
3dfba9ca38fc: Pulling fs layer
7be66e9b357c: Pulling fs layer
54a381cd4eb4: Pulling fs layer
4c51ea99d20c: Pulling fs layer
c7b6a9308d39: Pulling fs layer
c7b6a9308d39: Waiting
4c51ea99d20c: Waiting
54a381cd4eb4: Verifying Checksum
54a381cd4eb4: Download complete
3dfba9ca38fc: Download complete
3dfba9ca38fc: Pull complete
4c51ea99d20c: Verifying Checksum
4c51ea99d20c: Download complete
c7b6a9308d39: Verifying Checksum
c7b6a9308d39: Download complete
7be66e9b357c: Verifying Checksum
7be66e9b357c: Download complete
7be66e9b357c: Pull complete
54a381cd4eb4: Pull complete
4c51ea99d20c: Pull complete
c7b6a9308d39: Pull complete
Digest: sha256:9e47444bd58f8126d63b253cc89ce8ec630d257c2d65d199e42afddedb97d0d5
Status: Downloaded newer image for ocaml/opam@sha256:9e47444bd58f8126d63b253cc89ce8ec630d257c2d65d199e42afddedb97d0d5
2026-01-04 13:29.40 ---> using "55255fbaf2822a80fd6f7e80a1ea861e72d59c7b5a834c9fbe0fad331b127a2e" 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-01-04 13:29.40 ---> using "53c3b03393df00996a7fb1c2fe9c85ffec68cb393990eb15ff407629e25d1306" 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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-04 13:29.40 ---> using "97eca4d0555f199e058328a285350b0e21420850c2f19cb959e81ddf93df5f46" 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=fedora os-version=43
# 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 5.4
# invariant ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2026-01-04 13:29.40 ---> using "abb4e406670ef869f444b619b11ce102b002a2fec54a117fe0a54ab376b67594" 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:29.40 ---> using "f9bcb39aa665c39f1df3906a49e1a40a32664633e345a31335ddf0b50fc4a3fe" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-04 13:29.46 ---> saved as "475ea80ddb82d743fbe3fdd39766dfdb2bf718a3723ed1c1879049b2a4f6bca5"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-04 13:30.04 ---> saved as "979d9d21ed0d3d2b6f9966e225c760d1e6c20a0c0a06a6f347aa7928f92a6495"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 43 - x86_64 - Updates 100% | 24.9 KiB/s | 6.6 KiB | 00m00s
- Fedora 43 - x86_64 100% | 109.4 KiB/s | 22.4 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2026-01-04 13:30.07 ---> saved as "44886383ba642bc4bf96cab91393e6714f4687a6f14fc2bf14edf8b9ae38274b"
/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:30.07 ---> saved as "480cb36ebcdce5c2d5223c51f190d86b3aecc6c30c449c6508cf9c0dde1873a8"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "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 \"\\\"fedora-43\\\"\"; 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"))
intel_hex.0.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 7 packages
- install cstruct 6.2.0 [required by intel_hex]
- install dune 3.20.2 [required by intel_hex]
- install fmt 0.11.0 [required by cstruct]
- install intel_hex 0.1 (pinned)
- install ocamlbuild 0.16.1 [required by fmt]
- install ocamlfind 1.9.8 [required by fmt]
- install topkg 1.1.1 [required by fmt]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cstruct.6.2.0 (cached)
-> retrieved dune.3.20.2 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved intel_hex.0.1 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved topkg.1.1.1 (cached)
-> 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.
# To update the current shell environment, run: eval $(opam env)
2026-01-04 13:30.32 ---> saved as "578db2e9fd6daf91523cd9429d70441a9c2ed58920051ec62b7cd65acb49cb46"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test intel_hex.0.1) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile intel_hex 0.1 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved intel_hex.0.1 (https://github.com/dx3mod/intel_hex/archive/refs/tags/0.1.tar.gz)
-> removed intel_hex.0.1
-> installed intel_hex.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-04 13:30.36 ---> saved as "f3250b20d3c66f6a8924a0382c19b946d6c04e541c0c5eda3248d0151dc9f58a"
/home/opam: (run (shell "opam reinstall --with-test --verbose 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 \"\\\"fedora-43\\\"\"; 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"))
The following actions will be performed:
=== recompile 1 package
- recompile intel_hex 0.1 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/4: [intel_hex.0.1: extract]
-> retrieved intel_hex.0.1 (cached)
Processing 2/4: [intel_hex: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "intel_hex" "-j" "255" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.opam-switch/build/intel_hex.0.1)
-> compiled intel_hex.0.1
-> removed intel_hex.0.1
-> installed intel_hex.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-04 13:30.39 ---> saved as "f36339d28ad0811b44b4dd3df82c52d217fe1da8c2ba45bb6a0fbf394b03ef9e"
Job succeeded
2026-01-04 13:30.57: Job succeeded