- github
- ocaml
- opam-repository
- 541159
- extras,arm64-ocaml-5.3,brisk-reconciler.1.0.0~alpha1
(not at the head of any monitored branch or PR)
2025-03-10 18:55.16: New job: build brisk-reconciler.1.0.0~alpha1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/27513/head (54115960b1038a97dc8fdd4b124a7ab3332609e2)
on debian-12-ocaml-5.3/arm64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/27513/head" && git reset --hard 54115960
git fetch origin master
git merge --no-edit 0c42e982f4cf97fc698132fb2a16b49524a26ab3
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:5ab8649cf3222041ba6d43eaa89d425fc4c31779296ff55cef59d8358bb980b8
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 brisk-reconciler.1.0.0~alpha1 1.0.0~alpha1
RUN opam reinstall brisk-reconciler.1.0.0~alpha1; \
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-12\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'brisk-reconciler.1.0.0~alpha1' && 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-03-10 18:55.16: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:5ab8649cf3222041ba6d43eaa89d425fc4c31779296ff55cef59d8358bb980b8-brisk-reconciler.1.0.0~alpha1-54115960b1038a97dc8fdd4b124a7ab3332609e2"
2025-03-10 18:55.16: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:5ab8649cf3222041ba6d43eaa89d425fc4c31779296ff55cef59d8358bb980b8)
(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 brisk-reconciler.1.0.0~alpha1 1.0.0~alpha1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall brisk-reconciler.1.0.0~alpha1;\
\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-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'brisk-reconciler.1.0.0~alpha1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-03-10 18:55.16: Waiting for resource in pool OCluster
2025-03-10 18:55.17: Waiting for worker…
2025-03-10 18:55.30: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
Updating files: 82% (18579/22619)
Updating files: 83% (18774/22619)
Updating files: 84% (19000/22619)
Updating files: 85% (19227/22619)
Updating files: 86% (19453/22619)
Updating files: 87% (19679/22619)
Updating files: 88% (19905/22619)
Updating files: 89% (20131/22619)
Updating files: 90% (20358/22619)
Updating files: 91% (20584/22619)
Updating files: 92% (20810/22619)
Updating files: 93% (21036/22619)
Updating files: 94% (21262/22619)
Updating files: 95% (21489/22619)
Updating files: 96% (21715/22619)
Updating files: 97% (21941/22619)
Updating files: 98% (22167/22619)
Updating files: 99% (22393/22619)
Updating files: 100% (22619/22619)
Updating files: 100% (22619/22619), done.
HEAD is now at 210152793f Add: logs.0.8.0
HEAD is now at 0c42e982f4 Merge pull request #27591 from atomicptr/opam-publish-CamelCase.0.2.0
Merge made by the 'ort' strategy.
.../brisk-reconciler.1.0.0~alpha1/opam | 54 ++++++++++++++++++++++
1 file changed, 54 insertions(+)
create mode 100644 packages/brisk-reconciler/brisk-reconciler.1.0.0~alpha1/opam
(from ocaml/opam:debian-12-ocaml-5.3@sha256:5ab8649cf3222041ba6d43eaa89d425fc4c31779296ff55cef59d8358bb980b8)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:5ab8649cf3222041ba6d43eaa89d425fc4c31779296ff55cef59d8358bb980b8' locally
docker.io/ocaml/opam@sha256:5ab8649cf3222041ba6d43eaa89d425fc4c31779296ff55cef59d8358bb980b8: Pulling from ocaml/opam
b77737b502f6: Pulling fs layer
b77737b502f6: Verifying Checksum
b77737b502f6: Download complete
b77737b502f6: Pull complete
Digest: sha256:5ab8649cf3222041ba6d43eaa89d425fc4c31779296ff55cef59d8358bb980b8
Status: Downloaded newer image for ocaml/opam@sha256:5ab8649cf3222041ba6d43eaa89d425fc4c31779296ff55cef59d8358bb980b8
2025-03-10 18:56.44 ---> saved as "b6d8d0fa0c54cd585b3a04afcf0d66bfe3f39ed58ba8af0589daf7dcc03b3d19"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-03-10 18:56.44 ---> saved as "c250c975dfa5e1a10a9704109b3f76c10e2ee7a20d91b1ccf04ab990e4fdf5db"
/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 development 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
2025-03-10 18:57.32 ---> saved as "9e3dd40975eb82c40f833e6d9c97f7f177382586af2d30b5d1f80442688f0da7"
/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.4.0~alpha1~dev (f1cf50f2711981a605f81a80c68b73774d5841ff)
# self-upgrade no
# system arch=arm64 os=linux os-distribution=debian os-version=12
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 79
# repositories 1 (local), 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.3
# invariant ["ocaml-base-compiler" {>= "5.3.0"}]
# compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.3.0
2025-03-10 18:57.33 ---> saved as "cfeafbc1527a9ebe5a695f674c44bd940a3e5fb44b51aba1746cb1af03a81b7f"
/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-03-10 18:57.37 ---> saved as "e0bc66b3ea9d4882e3f50818cf233534ee6be7981ea31ad5b6654b07f6f4adc0"
/home/opam: (copy (src .) (dst opam-repository/))
2025-03-10 18:57.42 ---> saved as "3d9f024786dc02ce8086d0637ca4fb7943b7dd9390ea4af4eb757f59d22b9597"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-03-10 18:58.06 ---> saved as "3f4d749d90e4af7831278abc3d12b00511c18c48934b73c277d452b3ff478a6b"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Fetched 103 kB in 0s (287 kB/s)
- Reading package lists...
2025-03-10 18:58.08 ---> saved as "568357d159f02090e53dbbfd94dffe75c8876800056495e5ca011517cbc9886d"
/home/opam: (run (shell "opam pin add -k version -yn brisk-reconciler.1.0.0~alpha1 1.0.0~alpha1"))
brisk-reconciler is now pinned to version 1.0.0~alpha1
2025-03-10 18:58.09 ---> saved as "1dfef665c4c5a4da346fbbbbc2fa13b0f896872b483a71ab4c4c50d3837d4ca7"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall brisk-reconciler.1.0.0~alpha1;\
\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-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'brisk-reconciler.1.0.0~alpha1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
brisk-reconciler.1.0.0~alpha1 is not installed. Install it? [Y/n] y
* Incompatible packages:
- (invariant) -> ocaml-base-compiler >= 5.3.0
- brisk-reconciler -> ocaml < 5.3.0 -> ocaml-variants (< 4.04.4~ | >= 4.05.0)
You can temporarily relax the switch invariant with `--update-invariant'
* Missing dependency:
- brisk-reconciler -> ocaml < 5.3.0 -> ocaml-base-compiler (<= 3.07+1 | = 3.07+2 | = 3.08.0 | = 3.08.1 | = 3.08.2 | = 3.08.3 | = 3.08.4 | = 3.09.0) | ocaml-system (<= 3.07+1 | = 3.07+2 | >= 3.08.0) | ocaml-variants < 3.09.1~
not available because the package is pinned to version 5.3.0
unmet availability conditions, e.g. 'sys-ocaml-version = "5.3.0" & (os != "win32" | sys-ocaml-libc = "msvc")'
no matching version
* Missing dependency:
- brisk-reconciler -> ocaml < 5.3.0 -> ocaml-variants >= 4.05.0 -> ocaml-beta
unmet availability conditions: 'enable-ocaml-beta-repository'
* Missing dependency:
- brisk-reconciler -> ocaml < 5.3.0 -> ocaml-variants >= 4.05.0 -> system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall brisk-reconciler.1.0.0~alpha1;
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-12\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'brisk-reconciler.1.0.0~alpha1' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 20
2025-03-10 18:58.29: Job failed: Failed: Build failed
2025-03-10 18:58.29: Log analysis:
2025-03-10 18:58.29: >>>
No solution found, exiting
(score = 100)
2025-03-10 18:58.29: [SKIP] Package not available