(for PR #28907)
2025-11-18 22:24.33: New job: build crowbar.0.2.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28907/head (fdb37fd425316c3f17ff1a672f38d79e17f64d31)
on alpine-3.22-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/28907/head" && git reset --hard fdb37fd4
git fetch origin master
git merge --no-edit 5b6623e1a6044ddcc5808644cab9ba88dfd5e8c3
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.22-ocaml-4.14@sha256:287617f3df10faa6d1de969ba1efa16ac4a795317a263c37c9223a29777129b4
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 crowbar.0.2.2 0.2.2
RUN opam reinstall crowbar.0.2.2; \
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 "\"alpine-3.22\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'crowbar.0.2.2' && 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-11-18 22:24.33: Using cache hint "ocaml/opam:alpine-3.22-ocaml-4.14@sha256:287617f3df10faa6d1de969ba1efa16ac4a795317a263c37c9223a29777129b4-crowbar.0.2.2-fdb37fd425316c3f17ff1a672f38d79e17f64d31"
2025-11-18 22:24.33: Using OBuilder spec:
((from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:287617f3df10faa6d1de969ba1efa16ac4a795317a263c37c9223a29777129b4)
(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 crowbar.0.2.2 0.2.2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall crowbar.0.2.2;\
\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 \"\\\"alpine-3.22\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'crowbar.0.2.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-11-18 22:24.33: Waiting for resource in pool OCluster
2025-11-18 22:24.33: Waiting for worker…
2025-11-18 22:25.40: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 5b6623e1a6 Merge pull request #28905 from lindig/expr
Merge made by the 'ort' strategy.
packages/crowbar/crowbar.0.2.2/opam | 50 +++++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
create mode 100644 packages/crowbar/crowbar.0.2.2/opam
(from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:287617f3df10faa6d1de969ba1efa16ac4a795317a263c37c9223a29777129b4)
Unable to find image 'ocaml/opam:alpine-3.22-ocaml-4.14@sha256:287617f3df10faa6d1de969ba1efa16ac4a795317a263c37c9223a29777129b4' locally
docker.io/ocaml/opam@sha256:287617f3df10faa6d1de969ba1efa16ac4a795317a263c37c9223a29777129b4: Pulling from ocaml/opam
1acd6848526d: Already exists
a59d514f10a4: Pulling fs layer
4d72624b64e1: Pulling fs layer
81105bb327b6: Pulling fs layer
d14d21ce3929: Pulling fs layer
a59d514f10a4: Waiting
d14d21ce3929: Waiting
81105bb327b6: Waiting
4d72624b64e1: Waiting
4d72624b64e1: Download complete
81105bb327b6: Verifying Checksum
81105bb327b6: Download complete
d14d21ce3929: Download complete
a59d514f10a4: Verifying Checksum
a59d514f10a4: Download complete
a59d514f10a4: Pull complete
4d72624b64e1: Pull complete
81105bb327b6: Pull complete
d14d21ce3929: Pull complete
Digest: sha256:287617f3df10faa6d1de969ba1efa16ac4a795317a263c37c9223a29777129b4
Status: Downloaded newer image for ocaml/opam@sha256:287617f3df10faa6d1de969ba1efa16ac4a795317a263c37c9223a29777129b4
2025-11-18 22:28.02 ---> saved as "e821dfb516735d95fc106a94c8aeaffc526d092fbab635f4d2de2aa18466fa73"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-18 22:28.02 ---> saved as "c3dacfe5f027b4e4874ff85989916479fc3947b473da44a1cc4476107e52e326"
/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
2025-11-18 22:28.30 ---> saved as "b0bd82b7d89a72e8b219df312891ca6aea33850beac3c50ed03448067c69dc82"
/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~beta1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=alpine os-version=3.22.2
# 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-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# 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
2025-11-18 22:28.31 ---> saved as "93bb73e5f9ccec331e3eaa3d15a5a186ff0a32f3ed67b540845d90e33bca4cc7"
/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-11-18 22:28.52 ---> saved as "156ff08d14e44e149299dc066e128086cdb80d8b66302305b70d4a468740039c"
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-18 22:29.16 ---> saved as "8ff211fa669402297d4ab23d1cbe94ef2c9e4bd722d0c32496d4cf802942bd53"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-18 22:29.41 ---> saved as "31843522834000390412479693d6dd1ab321f03d7a1299a9d743db9187720414"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
- v3.22.2-215-gdba36b915ea [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]
- v3.22.2-214-g33de1eff6af [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]
- v20251016-2591-g7732d5f5b9b [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20251016-2604-gc0907c6843c [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20251016-2600-g2b781e53243 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 60156 distinct packages available
2025-11-18 22:29.43 ---> saved as "ccaacb4a7948a4d1c44cc5cf5f79ce33c264ef75d12e47eb19357b8e90f36fa3"
/home/opam: (run (shell "opam pin add -k version -yn crowbar.0.2.2 0.2.2"))
crowbar is now pinned to version 0.2.2
2025-11-18 22:29.44 ---> saved as "6a6b2a5609758e1bba357b2fa0afe7ca758836e2f259de84528231ba95ff4501"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall crowbar.0.2.2;\
\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 \"\\\"alpine-3.22\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'crowbar.0.2.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
crowbar.0.2.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 4 packages
- install afl-persistent 1.4 [required by crowbar]
- install cmdliner 2.0.0 [required by crowbar]
- install crowbar 0.2.2 (pinned)
- install dune 3.20.2 [required by crowbar]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved afl-persistent.1.4 (cached)
-> retrieved cmdliner.2.0.0 (cached)
-> retrieved crowbar.0.2.2 (cached)
-> retrieved dune.3.20.2 (cached)
-> installed cmdliner.2.0.0
-> installed dune.3.20.2
-> installed afl-persistent.1.4
-> installed crowbar.0.2.2
Done.
<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>
=> afl-persistent is installed, but since the current OCaml compiler does
not enable AFL instrumentation by default, most packages will not be
instrumented and fuzzing with afl-fuzz may not be effective.
To globally enable AFL instrumentation, create an OCaml switch like:
opam switch create 4.14.2+afl ocaml-variants.4.14.2+options ocaml-option-afl
# To update the current shell environment, run: eval $(opam env)
2025-11-18 22:30.18 ---> saved as "ebbd46627f6ab5793a170b76e3508f1450cb9f97fd65b68d25d63c2bd1ddf9d6"
Job succeeded
2025-11-18 22:30.26: Job succeeded