- github
- ocaml
- opam-repository
- 4c7f1e
- extras,ocaml-4.14-flambda-fp,libbinaryen.126.0.0
(not at the head of any monitored branch or PR)
2026-03-28 23:54.08: New job: build libbinaryen.126.0.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29612/head (4c7f1e7d32763a5e30b6cdb4bab020cae874883c)
on debian-13-ocaml-4.14-flambda-fp/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/29612/head" && git reset --hard 4c7f1e7d
git fetch origin master
git merge --no-edit 603a60b422594a5504cf7434b7765fd5b39e978e
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14-flambda-fp@sha256:4c8c3bce5ab97955a5a1d0b0dcc9a5d7e328a755a3db6086fb144573a15eec33
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 libbinaryen.126.0.0 126.0.0
RUN opam reinstall libbinaryen.126.0.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" != 'libbinaryen.126.0.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 .
2026-03-28 23:54.08: Using cache hint "ocaml/opam:debian-13-ocaml-4.14-flambda-fp@sha256:4c8c3bce5ab97955a5a1d0b0dcc9a5d7e328a755a3db6086fb144573a15eec33-libbinaryen.126.0.0-4c7f1e7d32763a5e30b6cdb4bab020cae874883c"
2026-03-28 23:54.08: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14-flambda-fp@sha256:4c8c3bce5ab97955a5a1d0b0dcc9a5d7e328a755a3db6086fb144573a15eec33)
(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 libbinaryen.126.0.0 126.0.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall libbinaryen.126.0.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\" != 'libbinaryen.126.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-28 23:54.08: Waiting for resource in pool OCluster
2026-03-28 23:54.09: Waiting for worker…
2026-03-28 23:54.10: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 603a60b422 Merge pull request #29604 from Octachron/release-utop-2.17.0
Updating 603a60b422..4c7f1e7d32
Fast-forward
packages/libbinaryen/libbinaryen.126.0.0/opam | 29 +++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 packages/libbinaryen/libbinaryen.126.0.0/opam
(from ocaml/opam:debian-13-ocaml-4.14-flambda-fp@sha256:4c8c3bce5ab97955a5a1d0b0dcc9a5d7e328a755a3db6086fb144573a15eec33)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14-flambda-fp@sha256:4c8c3bce5ab97955a5a1d0b0dcc9a5d7e328a755a3db6086fb144573a15eec33' locally
docker.io/ocaml/opam@sha256:4c8c3bce5ab97955a5a1d0b0dcc9a5d7e328a755a3db6086fb144573a15eec33: Pulling from ocaml/opam
8f6ad858d0a4: Already exists
d9bd7d0c816a: Already exists
6b2843ebf827: Already exists
6d75cf61fe7e: Already exists
844ee914844a: Already exists
b50d278a39e8: Pulling fs layer
b3d4d89274ab: Pulling fs layer
5e3d42e954bc: Pulling fs layer
3f03c70e01f9: Pulling fs layer
ce7ed822fa6b: Pulling fs layer
d6e81f6bf025: Pulling fs layer
5e3d42e954bc: Download complete
b3d4d89274ab: Download complete
f65eba9e9530: Pulling fs layer
a5ec2634ccf5: Pulling fs layer
ce7ed822fa6b: Download complete
3f03c70e01f9: Download complete
b35343d7f3ee: Pulling fs layer
d6e81f6bf025: Download complete
f65eba9e9530: Download complete
a5ec2634ccf5: Download complete
5472000bc50c: Pulling fs layer
b35343d7f3ee: Download complete
e53b6139fe8d: Pulling fs layer
058dd5fe5543: Pulling fs layer
5472000bc50c: Download complete
e53b6139fe8d: Download complete
485dada8cbcf: Pulling fs layer
058dd5fe5543: Download complete
5824ee084099: Pulling fs layer
485dada8cbcf: Download complete
7863a1070b6d: Pulling fs layer
14c192c5e79f: Pulling fs layer
5824ee084099: Download complete
4f4fb700ef54: Pulling fs layer
7863a1070b6d: Download complete
ef54bef3e7a9: Pulling fs layer
14c192c5e79f: Download complete
d685a0736e80: Pulling fs layer
4f4fb700ef54: Download complete
396fa838f554: Pulling fs layer
ef54bef3e7a9: Download complete
d685a0736e80: Download complete
a4e259599ac2: Pulling fs layer
396fa838f554: Download complete
757786f7a6fd: Pulling fs layer
a4e259599ac2: Download complete
a7de311f5e44: Pulling fs layer
6b2af4f375b9: Pulling fs layer
757786f7a6fd: Download complete
a7de311f5e44: Download complete
e125ae3c5851: Pulling fs layer
6b2af4f375b9: Download complete
b28e5e4ea40d: Pulling fs layer
d7048d111678: Pulling fs layer
e125ae3c5851: Download complete
4498811310af: Pulling fs layer
b28e5e4ea40d: Download complete
c7d22ef2cf9d: Pulling fs layer
d7048d111678: Download complete
41e14aca0746: Pulling fs layer
4498811310af: Download complete
c7d22ef2cf9d: Download complete
f3813fb4c8b4: Pulling fs layer
400f25794c10: Pulling fs layer
41e14aca0746: Download complete
0d3bc343d311: Pulling fs layer
f3813fb4c8b4: Download complete
08ffa89bd5c5: Pulling fs layer
ba1546f96e8e: Pulling fs layer
0d3bc343d311: Download complete
41310794a870: Pulling fs layer
08ffa89bd5c5: Download complete
ba1546f96e8e: Download complete
c85500fafd1b: Pulling fs layer
9f6fded96e52: Pulling fs layer
41310794a870: Waiting
c85500fafd1b: Waiting
40b564a7e031: Pulling fs layer
9f6fded96e52: Waiting
b50d278a39e8: Pull complete
b3d4d89274ab: Pull complete
5e3d42e954bc: Pull complete
3f03c70e01f9: Pull complete
ce7ed822fa6b: Pull complete
d6e81f6bf025: Pull complete
f65eba9e9530: Pull complete
a5ec2634ccf5: Pull complete
b35343d7f3ee: Pull complete
5472000bc50c: Pull complete
e53b6139fe8d: Pull complete
058dd5fe5543: Pull complete
485dada8cbcf: Pull complete
5824ee084099: Pull complete
7863a1070b6d: Pull complete
14c192c5e79f: Pull complete
4f4fb700ef54: Pull complete
ef54bef3e7a9: Pull complete
d685a0736e80: Pull complete
396fa838f554: Pull complete
a4e259599ac2: Pull complete
757786f7a6fd: Pull complete
a7de311f5e44: Pull complete
6b2af4f375b9: Pull complete
e125ae3c5851: Pull complete
b28e5e4ea40d: Pull complete
d7048d111678: Pull complete
4498811310af: Pull complete
c7d22ef2cf9d: Pull complete
41310794a870: Verifying Checksum
41310794a870: Download complete
c85500fafd1b: Download complete
9f6fded96e52: Verifying Checksum
9f6fded96e52: Download complete
40b564a7e031: Verifying Checksum
400f25794c10: Verifying Checksum
400f25794c10: Download complete
41e14aca0746: Pull complete
f3813fb4c8b4: Pull complete
400f25794c10: Pull complete
0d3bc343d311: Pull complete
08ffa89bd5c5: Pull complete
ba1546f96e8e: Pull complete
41310794a870: Pull complete
c85500fafd1b: Pull complete
9f6fded96e52: Pull complete
40b564a7e031: Pull complete
Digest: sha256:4c8c3bce5ab97955a5a1d0b0dcc9a5d7e328a755a3db6086fb144573a15eec33
Status: Downloaded newer image for ocaml/opam@sha256:4c8c3bce5ab97955a5a1d0b0dcc9a5d7e328a755a3db6086fb144573a15eec33
2026-03-28 23:57.06 ---> saved as "98decf32869cef6c78add9d8b4d50f776c2fd992ee1ef284c2129b3c317a160f"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-28 23:57.06 ---> saved as "c7461b41a80459dc6b62abb24284c4be57fae6256560964b1ddc9e18c2b56204"
/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
2026-03-28 23:57.28 ---> saved as "8bd16de466a5492f61071621067eb814ecd3a7060b766ad13d56e66343292f83"
/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=debian os-version=13
# 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-options-only-flambda-fp"]
# compiler-packages ocaml-option-flambda.1, ocaml-option-fp.1, ocaml-options-only-flambda-fp.1, ocaml-variants.4.14.2+options
# 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+options+fp+flambda
2026-03-28 23:57.29 ---> saved as "552525aad9c68e7db09b6340c126e1e32154c54f977630f8f80fef5c3ae23e81"
/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-03-28 23:57.40 ---> saved as "89f88a6cf0766592f7d6dad8c4c1749b675a9c8e5d5d15e3a3e6da762e28d3fb"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-28 23:57.50 ---> saved as "b621b0304b9cb7d01be45770302ea0fc4b74a3e66b4e9bbef91d25e4b181d3b5"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-28 23:58.07 ---> saved as "e1c511e703c562cf8f1f09c6f262accb19d5461474403252e8adcd99a48d06d6"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/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 [114 kB]
- Fetched 205 kB in 0s (1251 kB/s)
- Reading package lists...
2026-03-28 23:58.08 ---> saved as "30efb04ae0d5e2d7f4fe1b3bc873a08bfe5fcc3a3d96279518d921f96cd41fa1"
/home/opam: (run (shell "opam pin add -k version -yn libbinaryen.126.0.0 126.0.0"))
libbinaryen is now pinned to version 126.0.0
2026-03-28 23:58.09 ---> saved as "348e1e57790878365e7cbb6286466c7b68067dc6297d7302fcc52835440cc88c"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall libbinaryen.126.0.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\" != 'libbinaryen.126.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
libbinaryen.126.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 5 packages
- install conf-cmake 1 [required by libbinaryen]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.22.0 [required by libbinaryen]
- install dune-configurator 3.22.0 [required by libbinaryen]
- install libbinaryen 126.0.0 (pinned)
The following system packages will first need to be installed:
cmake
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "cmake"
- Selecting previously unselected package cmake-data.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20623 files and directories currently installed.)
- Preparing to unpack .../0-cmake-data_3.31.6-2_all.deb ...
- Unpacking cmake-data (3.31.6-2) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../1-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_amd64.deb ...
- Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Selecting previously unselected package libarchive13t64:amd64.
- Preparing to unpack .../2-libarchive13t64_3.7.4-4_amd64.deb ...
- Unpacking libarchive13t64:amd64 (3.7.4-4) ...
- Selecting previously unselected package libjsoncpp26:amd64.
- Preparing to unpack .../3-libjsoncpp26_1.9.6-3_amd64.deb ...
- Unpacking libjsoncpp26:amd64 (1.9.6-3) ...
- Selecting previously unselected package librhash1:amd64.
- Preparing to unpack .../4-librhash1_1.4.5-1_amd64.deb ...
- Unpacking librhash1:amd64 (1.4.5-1) ...
- Selecting previously unselected package libuv1t64:amd64.
- Preparing to unpack .../5-libuv1t64_1.50.0-2_amd64.deb ...
- Unpacking libuv1t64:amd64 (1.50.0-2) ...
- Selecting previously unselected package cmake.
- Preparing to unpack .../6-cmake_3.31.6-2_amd64.deb ...
- Unpacking cmake (3.31.6-2) ...
- Setting up libuv1t64:amd64 (1.50.0-2) ...
- Setting up libjsoncpp26:amd64 (1.9.6-3) ...
- Setting up cmake-data (3.31.6-2) ...
- Setting up librhash1:amd64 (1.4.5-1) ...
- Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Setting up libarchive13t64:amd64 (3.7.4-4) ...
- Setting up cmake (3.31.6-2) ...
- Processing triggers for libc-bin (2.41-12+deb13u2) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-cmake.1 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-cmake.1
-> retrieved dune.3.22.0, dune-configurator.3.22.0 (cached)
-> retrieved libbinaryen.126.0.0 (https://github.com/grain-lang/libbinaryen/releases/download/v126.0.0/libbinaryen-v126.0.0.tar.gz)
-> installed dune.3.22.0
-> installed csexp.1.5.2
-> installed dune-configurator.3.22.0
-> installed libbinaryen.126.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-29 00:08.14 ---> saved as "eca0019267e818b6945f59248c4f1df8b8b60a560eb210d7db6ce19b5b04773b"
Job succeeded
2026-03-29 00:08.27: Job succeeded