Build:
- 0
2026-02-27 04:04.37: New job: test ocaml-unikraft-x86_64.1.1.0 with ocaml-secondary-compiler.4.08.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29451/head (09d7830dd4a7cd4cfc1725bd69ec5b222eae677d)
on debian-13-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/29451/head" && git reset --hard 09d7830d
git fetch origin master
git merge --no-edit 5abb4f44e937819c2e438ab71bc23607a7cad3da
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c
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 ocaml-secondary-compiler.4.08.1 4.08.1
RUN opam reinstall ocaml-secondary-compiler.4.08.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" != 'ocaml-secondary-compiler.4.08.1' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN opam reinstall ocaml-unikraft-x86_64.1.1.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" != 'ocaml-unikraft-x86_64.1.1.0' && 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 ocaml-unikraft-x86_64.1.1.0) || true
RUN opam reinstall --with-test --verbose ocaml-unikraft-x86_64.1.1.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" != 'ocaml-unikraft-x86_64.1.1.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-02-27 04:04.37: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c-ocaml-secondary-compiler.4.08.1-ocaml-unikraft-x86_64.1.1.0-09d7830dd4a7cd4cfc1725bd69ec5b222eae677d"
2026-02-27 04:04.37: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c)
(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 ocaml-secondary-compiler.4.08.1 4.08.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocaml-secondary-compiler.4.08.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\" != 'ocaml-secondary-compiler.4.08.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 (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocaml-unikraft-x86_64.1.1.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\" != 'ocaml-unikraft-x86_64.1.1.0' && 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 ocaml-unikraft-x86_64.1.1.0) || true"))
(run (shell "opam reinstall --with-test --verbose ocaml-unikraft-x86_64.1.1.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\" != 'ocaml-unikraft-x86_64.1.1.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-02-27 04:04.37: Waiting for resource in pool OCluster
2026-03-02 07:49.27: Waiting for worker…
2026-03-02 07:52.32: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 5abb4f44e9 Merge pull request #29466 from mseri/release-doi2bib-0.9.1
Merge made by the 'ort' strategy.
.../ocaml-base-compiler.3.07+1/opam | 1 +
.../ocaml-base-compiler.3.07+2/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.3.07/opam | 1 +
.../ocaml-base-compiler.3.08.0/opam | 1 +
.../ocaml-base-compiler.3.08.1/opam | 1 +
.../ocaml-base-compiler.3.08.2/opam | 1 +
.../ocaml-base-compiler.3.08.3/opam | 1 +
.../ocaml-base-compiler.3.08.4/opam | 1 +
.../ocaml-base-compiler.3.09.0/opam | 1 +
.../ocaml-base-compiler.3.09.1/opam | 1 +
.../ocaml-base-compiler.3.09.2/opam | 1 +
.../ocaml-base-compiler.3.09.3/opam | 1 +
.../ocaml-base-compiler.3.10.0/opam | 1 +
.../ocaml-base-compiler.3.10.1/opam | 1 +
.../ocaml-base-compiler.3.10.2/opam | 1 +
.../ocaml-base-compiler.3.11.0/opam | 1 +
.../ocaml-base-compiler.3.11.1/opam | 1 +
.../ocaml-base-compiler.3.11.2/opam | 1 +
.../ocaml-base-compiler.3.12.0/opam | 1 +
.../ocaml-base-compiler.3.12.1/opam | 1 +
.../ocaml-base-compiler.4.00.0/opam | 1 +
.../ocaml-base-compiler.4.00.1/opam | 1 +
.../ocaml-base-compiler.4.01.0/opam | 1 +
.../ocaml-base-compiler.4.02.0/opam | 1 +
.../ocaml-base-compiler.4.02.1/opam | 1 +
.../ocaml-base-compiler.4.02.2/opam | 1 +
.../ocaml-base-compiler.4.02.3/opam | 1 +
.../ocaml-base-compiler.4.03.0/opam | 1 +
.../ocaml-base-compiler.4.04.0/opam | 1 +
.../ocaml-base-compiler.4.04.1/opam | 1 +
.../ocaml-base-compiler.4.04.2/opam | 1 +
.../ocaml-base-compiler.4.05.0/opam | 1 +
.../ocaml-base-compiler.4.06.0/opam | 1 +
.../ocaml-base-compiler.4.06.1/opam | 1 +
.../ocaml-base-compiler.4.07.0/opam | 1 +
.../ocaml-base-compiler.4.07.1/opam | 1 +
.../ocaml-base-compiler.4.08.0/opam | 1 +
.../ocaml-base-compiler.4.08.1/opam | 1 +
.../ocaml-base-compiler.4.09.0/opam | 1 +
.../ocaml-base-compiler.4.09.1/opam | 1 +
.../ocaml-base-compiler.4.10.0/opam | 1 +
.../ocaml-base-compiler.4.10.1/opam | 1 +
.../ocaml-base-compiler.4.10.2/opam | 1 +
.../ocaml-base-compiler.4.11.0/opam | 1 +
.../ocaml-base-compiler.4.11.1/opam | 1 +
.../ocaml-base-compiler.4.11.2/opam | 1 +
.../ocaml-base-compiler.4.12.0/opam | 1 +
.../ocaml-base-compiler.4.12.1/opam | 1 +
.../ocaml-base-compiler.4.13.0/opam | 1 +
.../ocaml-base-compiler.4.13.1/opam | 1 +
.../ocaml-base-compiler.4.14.0/opam | 1 +
.../ocaml-base-compiler.4.14.1/opam | 1 +
.../ocaml-base-compiler.4.14.2/opam | 1 +
.../ocaml-base-compiler.4.14.2~rc1/opam | 1 +
.../ocaml-base-compiler.4.14.3/opam | 1 +
.../ocaml-base-compiler/ocaml-base-compiler.5.0.0/opam | 5 ++++-
.../ocaml-base-compiler/ocaml-base-compiler.5.1.0/opam | 5 ++++-
.../ocaml-base-compiler/ocaml-base-compiler.5.1.1/opam | 5 ++++-
.../ocaml-base-compiler/ocaml-base-compiler.5.2.0/opam | 5 ++++-
.../ocaml-base-compiler/ocaml-base-compiler.5.2.1/opam | 5 ++++-
packages/ocaml-compiler/ocaml-compiler.5.3.0/opam | 1 +
packages/ocaml-compiler/ocaml-compiler.5.3/opam | 1 +
packages/ocaml-compiler/ocaml-compiler.5.4.0/opam | 1 +
.../ocaml-compiler/ocaml-compiler.5.4.0~alpha1/opam | 1 +
.../ocaml-compiler/ocaml-compiler.5.4.0~beta1/opam | 1 +
.../ocaml-compiler/ocaml-compiler.5.4.0~beta2/opam | 1 +
packages/ocaml-compiler/ocaml-compiler.5.4.0~rc1/opam | 1 +
packages/ocaml-compiler/ocaml-compiler.5.4.1/opam | 1 +
packages/ocaml-compiler/ocaml-compiler.5.4/opam | 1 +
.../ocaml-secondary-compiler.4.08.1-1/opam | 1 +
.../ocaml-secondary-compiler.4.08.1/opam | 1 +
.../ocaml-secondary-compiler.4.14.2/opam | 1 +
.../ocaml-variants.3.09.1+metaocaml/opam | 1 +
.../ocaml-variants.4.00.0+debug-runtime/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.00.1+BER/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.00.1+PIC/opam | 1 +
.../ocaml-variants.4.00.1+debug-runtime/opam | 1 +
.../ocaml-variants.4.00.1+open-types/opam | 1 +
.../ocaml-variants.4.00.1+raspberrypi/opam | 1 +
.../ocaml-variants.4.00.1+short-types/opam | 1 +
.../ocaml-variants/ocaml-variants.4.01.0+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.01.0+BER/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.01.0+PIC/opam | 1 +
.../ocaml-variants.4.01.0+armv6-freebsd/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.01.0+fp/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.01.0+lsb/opam | 1 +
.../ocaml-variants.4.01.0+musl+static/opam | 1 +
.../ocaml-variants/ocaml-variants.4.01.0+musl/opam | 1 +
.../ocaml-variants.4.01.0+open-types/opam | 1 +
.../ocaml-variants/ocaml-variants.4.01.0+profile/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.02.0+PIC/opam | 1 +
.../ocaml-variants.4.02.0+improved-errors/opam | 1 +
.../ocaml-variants/ocaml-variants.4.02.1+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.02.1+BER/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.02.1+PIC/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.02.1+fp/opam | 1 +
.../ocaml-variants.4.02.1+modular-implicits-ber/opam | 1 +
.../ocaml-variants.4.02.1+modular-implicits/opam | 1 +
.../ocaml-variants.4.02.1+musl+static/opam | 1 +
.../ocaml-variants/ocaml-variants.4.02.1+musl/opam | 1 +
.../ocaml-variants.4.02.2+improved-errors/opam | 1 +
.../ocaml-variants/ocaml-variants.4.02.3+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.02.3+PIC/opam | 1 +
.../ocaml-variants/ocaml-variants.4.02.3+buckle-1/opam | 1 +
.../ocaml-variants.4.02.3+buckle-master/opam | 1 +
.../ocaml-variants.4.02.3+bytecode-only/opam | 1 +
.../ocaml-variants.4.02.3+curried-constr/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.02.3+fp/opam | 1 +
.../ocaml-variants.4.02.3+musl+static/opam | 1 +
.../ocaml-variants/ocaml-variants.4.02.3+musl/opam | 1 +
.../ocaml-variants/ocaml-variants.4.02.4+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.4.03.0+32bit/opam | 1 +
.../ocaml-variants/ocaml-variants.4.03.0+fPIC/opam | 1 +
.../ocaml-variants/ocaml-variants.4.03.0+flambda/opam | 1 +
.../ocaml-variants.4.03.0+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.03.0+fp/opam | 1 +
.../ocaml-variants.4.03.0+statistical-memprof/opam | 1 +
.../ocaml-variants/ocaml-variants.4.03.1+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.4.04.0+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.04.0+BER/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.04.0+afl/opam | 1 +
.../ocaml-variants.4.04.0+bytecode-only/opam | 1 +
.../ocaml-variants/ocaml-variants.4.04.0+fPIC/opam | 1 +
.../ocaml-variants/ocaml-variants.4.04.0+flambda/opam | 1 +
.../ocaml-variants.4.04.0+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.04.0+fp/opam | 1 +
.../ocaml-variants.4.04.0+safe-string/opam | 1 +
.../ocaml-variants.4.04.0+spacetime/opam | 1 +
.../ocaml-variants.4.04.0+trunk+forced_lto/opam | 1 +
.../ocaml-variants/ocaml-variants.4.04.1+32bit/opam | 1 +
.../ocaml-variants.4.04.1+bytecode-only/opam | 1 +
.../ocaml-variants.4.04.1+copatterns/opam | 1 +
.../ocaml-variants/ocaml-variants.4.04.1+fPIC/opam | 1 +
.../ocaml-variants/ocaml-variants.4.04.1+flambda/opam | 1 +
.../ocaml-variants.4.04.1+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.04.1+fp/opam | 1 +
.../ocaml-variants.4.04.1+safe-string/opam | 1 +
.../ocaml-variants.4.04.1+spacetime/opam | 1 +
.../ocaml-variants/ocaml-variants.4.04.2+32bit/opam | 1 +
.../ocaml-variants.4.04.2+bytecode-only/opam | 1 +
.../ocaml-variants/ocaml-variants.4.04.2+fPIC/opam | 1 +
.../ocaml-variants/ocaml-variants.4.04.2+flambda/opam | 1 +
.../ocaml-variants.4.04.2+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.04.2+fp/opam | 1 +
.../ocaml-variants.4.04.2+safe-string/opam | 1 +
.../ocaml-variants.4.04.2+spacetime/opam | 1 +
.../ocaml-variants.4.04.2+statistical-memprof/opam | 1 +
.../ocaml-variants/ocaml-variants.4.04.3+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.4.05.0+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.05.0+afl/opam | 1 +
.../ocaml-variants.4.05.0+bytecode-only/opam | 1 +
.../ocaml-variants/ocaml-variants.4.05.0+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.05.0+lto/opam | 1 +
.../ocaml-variants.4.05.0+musl+flambda/opam | 1 +
.../ocaml-variants.4.05.0+musl+static+flambda/opam | 1 +
.../ocaml-variants.4.05.0+safe-string/opam | 1 +
.../ocaml-variants.4.05.0+spacetime/opam | 1 +
.../ocaml-variants.4.05.0+statistical-memprof/opam | 1 +
.../ocaml-variants.4.05.1+trunk+afl/opam | 1 +
.../ocaml-variants.4.05.1+trunk+flambda/opam | 1 +
.../ocaml-variants.4.05.1+trunk+fp+flambda/opam | 1 +
.../ocaml-variants/ocaml-variants.4.05.1+trunk+fp/opam | 1 +
.../ocaml-variants.4.05.1+trunk+safe-string/opam | 1 +
.../ocaml-variants/ocaml-variants.4.05.1+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.4.06.0+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.06.0+afl/opam | 1 +
.../ocaml-variants.4.06.0+bytecode-only/opam | 1 +
.../ocaml-variants.4.06.0+default-unsafe-string/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.06.0+flambda/opam | 1 +
.../ocaml-variants.4.06.0+force-safe-string/opam | 1 +
.../ocaml-variants.4.06.0+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.06.0+fp/opam | 1 +
.../ocaml-variants.4.06.0+musl+flambda/opam | 1 +
.../ocaml-variants.4.06.0+musl+static+flambda/opam | 1 +
.../ocaml-variants.4.06.0+no-flat-float-array/opam | 1 +
.../ocaml-variants.4.06.0+spacetime/opam | 1 +
.../ocaml-variants.4.06.0+statistical-memprof/opam | 1 +
.../ocaml-variants/ocaml-variants.4.06.1+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.06.1+afl/opam | 1 +
.../ocaml-variants.4.06.1+bytecode-only/opam | 1 +
.../ocaml-variants.4.06.1+default-unsafe-string/opam | 1 +
.../ocaml-variants/ocaml-variants.4.06.1+flambda/opam | 1 +
.../ocaml-variants.4.06.1+force-safe-string/opam | 1 +
.../ocaml-variants.4.06.1+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.06.1+fp/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.06.1+lto/opam | 1 +
.../ocaml-variants.4.06.1+musl+flambda/opam | 1 +
.../ocaml-variants.4.06.1+musl+static+flambda/opam | 1 +
.../ocaml-variants.4.06.1+no-flat-float-array/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.06.1+rescript/opam | 1 +
.../ocaml-variants.4.06.1+statistical-memprof/opam | 1 +
.../ocaml-variants/ocaml-variants.4.06.1+termux/opam | 1 +
.../ocaml-variants.4.06.2+trunk+afl/opam | 1 +
.../ocaml-variants.4.06.2+trunk+flambda/opam | 1 +
.../ocaml-variants.4.06.2+trunk+force-safe-string/opam | 1 +
.../ocaml-variants.4.06.2+trunk+fp+flambda/opam | 1 +
.../ocaml-variants/ocaml-variants.4.06.2+trunk+fp/opam | 1 +
.../ocaml-variants/ocaml-variants.4.06.2+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.4.07.0+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.07.0+afl/opam | 1 +
.../ocaml-variants.4.07.0+bytecode-only/opam | 1 +
.../ocaml-variants.4.07.0+default-unsafe-string/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.07.0+flambda/opam | 1 +
.../ocaml-variants.4.07.0+force-safe-string/opam | 1 +
.../ocaml-variants.4.07.0+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.07.0+fp/opam | 1 +
.../ocaml-variants.4.07.0+no-flat-float-array/opam | 1 +
.../ocaml-variants.4.07.0+spacetime/opam | 1 +
.../ocaml-variants/ocaml-variants.4.07.1+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.07.1+BER/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.07.1+afl/opam | 1 +
.../ocaml-variants.4.07.1+bytecode-only/opam | 1 +
.../ocaml-variants.4.07.1+default-unsafe-string/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.07.1+flambda/opam | 1 +
.../ocaml-variants.4.07.1+force-safe-string/opam | 1 +
.../ocaml-variants.4.07.1+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.07.1+fp/opam | 1 +
.../ocaml-variants.4.07.1+musl+flambda/opam | 1 +
.../ocaml-variants.4.07.1+musl+static+flambda/opam | 1 +
.../ocaml-variants.4.07.1+no-flat-float-array/opam | 1 +
.../ocaml-variants.4.07.1+spacetime/opam | 1 +
.../ocaml-variants.4.07.1+statistical-memprof/opam | 1 +
.../ocaml-variants.4.07.2+trunk+afl/opam | 1 +
.../opam | 1 +
.../ocaml-variants.4.07.2+trunk+flambda/opam | 1 +
.../ocaml-variants.4.07.2+trunk+fp+flambda/opam | 1 +
.../ocaml-variants/ocaml-variants.4.07.2+trunk+fp/opam | 1 +
.../ocaml-variants/ocaml-variants.4.07.2+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.4.08.0+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.08.0+afl/opam | 1 +
.../ocaml-variants.4.08.0+bytecode-only/opam | 1 +
.../ocaml-variants.4.08.0+default-unsafe-string/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.08.0+flambda/opam | 1 +
.../ocaml-variants.4.08.0+force-safe-string/opam | 1 +
.../ocaml-variants.4.08.0+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.08.0+fp/opam | 1 +
.../ocaml-variants.4.08.0+musl+flambda/opam | 1 +
.../ocaml-variants.4.08.0+musl+static+flambda/opam | 1 +
.../ocaml-variants.4.08.0+no-flat-float-array/opam | 1 +
.../ocaml-variants.4.08.0+spacetime/opam | 1 +
.../ocaml-variants/ocaml-variants.4.08.1+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.08.1+afl/opam | 1 +
.../ocaml-variants.4.08.1+bytecode-only/opam | 1 +
.../ocaml-variants.4.08.1+default-unsafe-string/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.08.1+flambda/opam | 1 +
.../ocaml-variants.4.08.1+force-safe-string/opam | 1 +
.../ocaml-variants.4.08.1+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.08.1+fp/opam | 1 +
.../ocaml-variants.4.08.1+musl+flambda/opam | 1 +
.../ocaml-variants.4.08.1+musl+static+flambda/opam | 1 +
.../ocaml-variants.4.08.1+spacetime/opam | 1 +
.../ocaml-variants.4.08.2+trunk+afl/opam | 1 +
.../opam | 1 +
.../ocaml-variants.4.08.2+trunk+flambda/opam | 1 +
.../ocaml-variants.4.08.2+trunk+force-safe-string/opam | 1 +
.../ocaml-variants.4.08.2+trunk+fp+flambda/opam | 1 +
.../ocaml-variants/ocaml-variants.4.08.2+trunk+fp/opam | 1 +
.../ocaml-variants/ocaml-variants.4.08.2+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.4.09.0+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.09.0+afl/opam | 1 +
.../ocaml-variants.4.09.0+bytecode-only/opam | 1 +
.../ocaml-variants.4.09.0+default-unsafe-string/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.09.0+flambda/opam | 1 +
.../ocaml-variants.4.09.0+force-safe-string/opam | 1 +
.../ocaml-variants.4.09.0+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.09.0+fp/opam | 1 +
.../ocaml-variants.4.09.0+musl+flambda/opam | 1 +
.../ocaml-variants.4.09.0+musl+static+flambda/opam | 1 +
.../ocaml-variants.4.09.0+no-flat-float-array/opam | 1 +
.../ocaml-variants.4.09.0+spacetime/opam | 1 +
.../ocaml-variants/ocaml-variants.4.09.1+32bit/opam | 1 +
.../ocaml-variants.4.09.1+afl+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.09.1+afl/opam | 1 +
.../ocaml-variants.4.09.1+bytecode-only/opam | 1 +
.../ocaml-variants.4.09.1+default-unsafe-string/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.09.1+flambda/opam | 1 +
.../ocaml-variants.4.09.1+force-safe-string/opam | 1 +
.../ocaml-variants.4.09.1+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.09.1+fp/opam | 1 +
.../ocaml-variants.4.09.1+musl+flambda/opam | 1 +
.../ocaml-variants.4.09.1+musl+static+flambda/opam | 1 +
.../ocaml-variants.4.09.1+no-flat-float-array/opam | 1 +
.../ocaml-variants.4.09.1+spacetime/opam | 1 +
.../ocaml-variants.4.09.2+trunk+afl/opam | 1 +
.../opam | 1 +
.../ocaml-variants.4.09.2+trunk+flambda/opam | 1 +
.../ocaml-variants.4.09.2+trunk+fp+flambda/opam | 1 +
.../ocaml-variants/ocaml-variants.4.09.2+trunk+fp/opam | 1 +
.../ocaml-variants/ocaml-variants.4.09.2+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.4.10.0+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.10.0+afl/opam | 1 +
.../ocaml-variants.4.10.0+bytecode-only/opam | 1 +
.../ocaml-variants.4.10.0+default-unsafe-string/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.10.0+flambda/opam | 1 +
.../ocaml-variants.4.10.0+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.10.0+fp/opam | 1 +
.../ocaml-variants.4.10.0+musl+flambda/opam | 1 +
.../ocaml-variants.4.10.0+musl+static+flambda/opam | 1 +
.../ocaml-variants/ocaml-variants.4.10.0+nnpcheck/opam | 1 +
.../ocaml-variants.4.10.0+no-flat-float-array/opam | 1 +
.../ocaml-variants.4.10.0+spacetime/opam | 1 +
.../ocaml-variants/ocaml-variants.4.10.1+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.10.1+afl/opam | 1 +
.../ocaml-variants.4.10.1+bytecode-only/opam | 1 +
.../ocaml-variants.4.10.1+default-unsafe-string/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.10.1+flambda/opam | 1 +
.../ocaml-variants.4.10.1+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.10.1+fp/opam | 1 +
.../ocaml-variants.4.10.1+musl+flambda/opam | 1 +
.../ocaml-variants.4.10.1+musl+static+flambda/opam | 1 +
.../ocaml-variants.4.10.1+no-flat-float-array/opam | 1 +
.../ocaml-variants/ocaml-variants.4.10.1+rc1+afl/opam | 1 +
.../ocaml-variants.4.10.1+spacetime/opam | 1 +
.../ocaml-variants/ocaml-variants.4.10.2+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.10.2+afl/opam | 1 +
.../ocaml-variants.4.10.2+bytecode-only/opam | 1 +
.../ocaml-variants.4.10.2+default-unsafe-string/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.10.2+flambda/opam | 1 +
.../ocaml-variants.4.10.2+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.10.2+fp/opam | 1 +
.../ocaml-variants.4.10.2+musl+flambda/opam | 1 +
.../ocaml-variants.4.10.2+musl+static+flambda/opam | 1 +
.../ocaml-variants.4.10.2+no-flat-float-array/opam | 1 +
.../ocaml-variants/ocaml-variants.4.10.2+rescript/opam | 1 +
.../ocaml-variants.4.10.2+spacetime/opam | 1 +
.../ocaml-variants.4.10.3+trunk+afl/opam | 1 +
.../ocaml-variants.4.10.3+trunk+flambda/opam | 1 +
.../ocaml-variants/ocaml-variants.4.10.3+trunk+fp/opam | 1 +
.../ocaml-variants/ocaml-variants.4.10.3+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.4.11.0+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.11.0+afl/opam | 1 +
.../ocaml-variants.4.11.0+bytecode-only/opam | 1 +
.../ocaml-variants.4.11.0+default-unsafe-string/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.11.0+flambda/opam | 1 +
.../ocaml-variants.4.11.0+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.11.0+fp/opam | 1 +
.../ocaml-variants.4.11.0+musl+flambda/opam | 1 +
.../ocaml-variants.4.11.0+musl+static+flambda/opam | 1 +
.../ocaml-variants.4.11.0+no-flat-float-array/opam | 1 +
.../ocaml-variants.4.11.0+spacetime/opam | 1 +
.../ocaml-variants/ocaml-variants.4.11.1+32bit/opam | 1 +
.../ocaml-variants.4.11.1+BER+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.11.1+BER/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.11.1+afl/opam | 1 +
.../ocaml-variants.4.11.1+bytecode-only/opam | 1 +
.../ocaml-variants.4.11.1+default-unsafe-string/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.11.1+flambda/opam | 1 +
.../ocaml-variants.4.11.1+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.11.1+fp/opam | 1 +
.../ocaml-variants.4.11.1+musl+flambda/opam | 1 +
.../ocaml-variants.4.11.1+musl+static+flambda/opam | 1 +
.../ocaml-variants.4.11.1+no-flat-float-array/opam | 1 +
.../ocaml-variants.4.11.1+spacetime/opam | 1 +
.../ocaml-variants/ocaml-variants.4.11.2+32bit/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.11.2+afl/opam | 1 +
.../ocaml-variants.4.11.2+bytecode-only/opam | 1 +
.../ocaml-variants.4.11.2+default-unsafe-string/opam | 1 +
.../opam | 1 +
.../ocaml-variants/ocaml-variants.4.11.2+flambda/opam | 1 +
.../ocaml-variants.4.11.2+fp+flambda/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.11.2+fp/opam | 1 +
.../ocaml-variants.4.11.2+musl+flambda/opam | 1 +
.../ocaml-variants.4.11.2+musl+static+flambda/opam | 1 +
.../ocaml-variants.4.11.2+no-flat-float-array/opam | 1 +
.../ocaml-variants.4.11.2+spacetime/opam | 1 +
.../ocaml-variants.4.11.3+trunk+afl/opam | 1 +
.../ocaml-variants.4.11.3+trunk+flambda/opam | 1 +
.../ocaml-variants/ocaml-variants.4.11.3+trunk+fp/opam | 1 +
.../ocaml-variants/ocaml-variants.4.11.3+trunk/opam | 1 +
.../ocaml-variants.4.12.0+domains+effects/opam | 1 +
.../ocaml-variants/ocaml-variants.4.12.0+domains/opam | 1 +
.../ocaml-variants/ocaml-variants.4.12.0+options/opam | 1 +
.../ocaml-variants/ocaml-variants.4.12.1+options/opam | 1 +
.../ocaml-variants/ocaml-variants.4.12.2+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.4.13.0+options/opam | 1 +
.../ocaml-variants/ocaml-variants.4.13.1+options/opam | 1 +
.../ocaml-variants/ocaml-variants.4.13.2+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.4.14.0+options/opam | 1 +
packages/ocaml-variants/ocaml-variants.4.14.1+BER/opam | 1 +
.../ocaml-variants/ocaml-variants.4.14.1+options/opam | 1 +
.../ocaml-variants/ocaml-variants.4.14.2+options/opam | 1 +
.../ocaml-variants.4.14.2~rc1+options/opam | 1 +
.../ocaml-variants/ocaml-variants.4.14.3+options/opam | 1 +
.../ocaml-variants/ocaml-variants.4.14.4+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.5.0.0+options/opam | 1 +
packages/ocaml-variants/ocaml-variants.5.0.0+tsan/opam | 1 +
.../ocaml-variants/ocaml-variants.5.0.1+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.5.1.0+options/opam | 1 +
packages/ocaml-variants/ocaml-variants.5.1.0+tsan/opam | 1 +
.../ocaml-variants.5.1.1+effect-syntax/opam | 1 +
.../ocaml-variants.5.1.1+flambda2+trunk/opam | 1 +
.../ocaml-variants/ocaml-variants.5.1.1+flambda2/opam | 1 +
.../ocaml-variants/ocaml-variants.5.1.1+options/opam | 1 +
packages/ocaml-variants/ocaml-variants.5.1.1+tsan/opam | 1 +
.../ocaml-variants/ocaml-variants.5.1.2+trunk/opam | 1 +
packages/ocaml-variants/ocaml-variants.5.2.0+msvc/opam | 1 +
.../ocaml-variants/ocaml-variants.5.2.0+options/opam | 1 +
.../ocaml-variants.5.2.0+statmemprof/opam | 1 +
.../ocaml-variants/ocaml-variants.5.2.1+options/opam | 1 +
.../ocaml-variants.5.2.1~rc1+options/opam | 1 +
.../ocaml-variants/ocaml-variants.5.2.2+trunk/opam | 1 +
packages/ocaml-variants/ocaml-variants.5.3.0+BER/opam | 1 +
packages/ocamlbuild/ocamlbuild.0.14.0/opam | 1 +
packages/ocamlbuild/ocamlbuild.0.14.1/opam | 1 +
packages/ocamlbuild/ocamlbuild.0.14.2+win/opam | 1 +
packages/ocamlbuild/ocamlbuild.0.14.2/opam | 1 +
packages/ocamlbuild/ocamlbuild.0.14.3+win/opam | 1 +
packages/ocamlbuild/ocamlbuild.0.14.3/opam | 1 +
packages/ocamlbuild/ocamlbuild.0.15.0/opam | 1 +
packages/ocamlbuild/ocamlbuild.0.16.1/opam | 1 +
packages/ocamlfind/ocamlfind.1.8.0/opam | 1 +
packages/ocamlfind/ocamlfind.1.8.1/opam | 1 +
packages/ocamlfind/ocamlfind.1.9.1/opam | 1 +
packages/ocamlfind/ocamlfind.1.9.2/opam | 1 +
packages/ocamlfind/ocamlfind.1.9.3/opam | 1 +
packages/ocamlfind/ocamlfind.1.9.5/opam | 1 +
packages/ocamlfind/ocamlfind.1.9.6/opam | 1 +
packages/ocamlfind/ocamlfind.1.9.8/opam | 1 +
packages/relocatable/relocatable.packages/opam | 18 ++++++++++++++++++
432 files changed, 464 insertions(+), 5 deletions(-)
create mode 100644 packages/relocatable/relocatable.packages/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c)
2026-03-02 07:52.41 ---> using "3c18c9e472a4f76bc128dc0a5a1e21158ba3dbd0d6773ace6ec33f0cfe6fac9b" 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-03-02 07:52.41 ---> using "7a3442ad99cd957e3ce65df65cad40aee4354c6d524c7813b8b589bc410c187e" 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
[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-02 07:52.41 ---> using "4214446d06a5b764dff5167574d07a5b4441731262795df63d7a3c5f64e1a189" 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=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 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-03-02 07:52.41 ---> using "8bf276ecf196c09ac4fb294f887dce47d9744c212aabbbad5d313f0a4179272a" 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-03-02 07:52.41 ---> using "c04e3f046c8eaf07d3d8f4b30debe47a6f7742bcdbfbfeb4d464149613cd35cd" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-02 07:52.41 ---> using "f28d2d55603b70a3956974bde95e68526d52d43abb5c3f086de712d28b994566" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-02 07:52.41 ---> using "3775e9b8ca53e7a42e175e2f214e7d345a02bf22f9dd6d271ae720654f277192" from cache
/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 [113 kB]
- Fetched 203 kB in 0s (1904 kB/s)
- Reading package lists...
2026-03-02 07:52.41 ---> using "a6fcf1eb697bb2cbcd49a3ac591b228ed4dfb5d9211b39971561804e137638fa" from cache
/home/opam: (run (shell "opam pin add -k version -yn ocaml-secondary-compiler.4.08.1 4.08.1"))
ocaml-secondary-compiler is now pinned to version 4.08.1
2026-03-02 07:52.41 ---> using "26b9929e6d78f54d8f80fd7749e76b57b2a5087e9bbfce4cc04584f7009adae7" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocaml-secondary-compiler.4.08.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\" != 'ocaml-secondary-compiler.4.08.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ocaml-secondary-compiler.4.08.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
- install ocaml-secondary-compiler 4.08.1 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-secondary-compiler.4.08.1 (cached)
-> installed ocaml-secondary-compiler.4.08.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-02 07:52.41 ---> using "6e65f0f970e618e23463227013afdf4ddd2988a331944d724eff919672c1ffef" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocaml-unikraft-x86_64.1.1.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\" != 'ocaml-unikraft-x86_64.1.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ocaml-unikraft-x86_64.1.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 11 packages
- install conf-bison 2 [required by unikraft]
- install conf-flex 2 [required by unikraft]
- install conf-git 1.1 [required by ocaml-unikraft-x86_64]
- install conf-python-3 9.0.0 [required by unikraft]
- install ocaml-src 5.4.0 [required by ocaml-unikraft-x86_64]
- install ocaml-unikraft-backend-qemu-x86_64 0.20.0 [required by ocaml-unikraft-toolchain-x86_64]
- install ocaml-unikraft-toolchain-x86_64 0.20.0 [required by ocaml-unikraft-x86_64]
- install ocaml-unikraft-x86_64 1.1.0
- install ocamlfind 1.9.8 [required by ocaml-unikraft-x86_64]
- install unikraft 0.20.0 [required by ocaml-unikraft-backend-qemu-x86_64]
- install unikraft-musl 0.20.0 [required by ocaml-unikraft-backend-qemu-x86_64]
The following system packages will first need to be installed:
bison flex python3
<><> 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" "bison" "flex" "python3"
- Selecting previously unselected package m4.
- (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 ... 20654 files and directories currently installed.)
- Preparing to unpack .../archives/m4_1.4.19-8_amd64.deb ...
- Unpacking m4 (1.4.19-8) ...
- Selecting previously unselected package flex.
- Preparing to unpack .../flex_2.6.4-8.2+b4_amd64.deb ...
- Unpacking flex (2.6.4-8.2+b4) ...
- Selecting previously unselected package libpython3.13-minimal:amd64.
- Preparing to unpack .../libpython3.13-minimal_3.13.5-2_amd64.deb ...
- Unpacking libpython3.13-minimal:amd64 (3.13.5-2) ...
- Selecting previously unselected package python3.13-minimal.
- Preparing to unpack .../python3.13-minimal_3.13.5-2_amd64.deb ...
- Unpacking python3.13-minimal (3.13.5-2) ...
- Setting up libpython3.13-minimal:amd64 (3.13.5-2) ...
- Setting up python3.13-minimal (3.13.5-2) ...
- Selecting previously unselected package python3-minimal.
- (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 ... 21162 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.13.5-1_amd64.deb ...
- Unpacking python3-minimal (3.13.5-1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../1-media-types_13.0.0_all.deb ...
- Unpacking media-types (13.0.0) ...
- Selecting previously unselected package readline-common.
- Preparing to unpack .../2-readline-common_8.2-6_all.deb ...
- Unpacking readline-common (8.2-6) ...
- Selecting previously unselected package libreadline8t64:amd64.
- Preparing to unpack .../3-libreadline8t64_8.2-6_amd64.deb ...
- Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8 to /lib/x86_64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8.2 to /lib/x86_64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8 to /lib/x86_64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8.2 to /lib/x86_64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
- Unpacking libreadline8t64:amd64 (8.2-6) ...
- Selecting previously unselected package libpython3.13-stdlib:amd64.
- Preparing to unpack .../4-libpython3.13-stdlib_3.13.5-2_amd64.deb ...
- Unpacking libpython3.13-stdlib:amd64 (3.13.5-2) ...
- Selecting previously unselected package python3.13.
- Preparing to unpack .../5-python3.13_3.13.5-2_amd64.deb ...
- Unpacking python3.13 (3.13.5-2) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../6-libpython3-stdlib_3.13.5-1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.13.5-1) ...
- Setting up python3-minimal (3.13.5-1) ...
- Selecting previously unselected package python3.
- (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 ... 21648 files and directories currently installed.)
- Preparing to unpack .../python3_3.13.5-1_amd64.deb ...
- Unpacking python3 (3.13.5-1) ...
- Selecting previously unselected package bison.
- Preparing to unpack .../bison_2%3a3.8.2+dfsg-1+b2_amd64.deb ...
- Unpacking bison (2:3.8.2+dfsg-1+b2) ...
- Selecting previously unselected package libfl2:amd64.
- Preparing to unpack .../libfl2_2.6.4-8.2+b4_amd64.deb ...
- Unpacking libfl2:amd64 (2.6.4-8.2+b4) ...
- Selecting previously unselected package libfl-dev:amd64.
- Preparing to unpack .../libfl-dev_2.6.4-8.2+b4_amd64.deb ...
- Unpacking libfl-dev:amd64 (2.6.4-8.2+b4) ...
- Setting up media-types (13.0.0) ...
- Setting up m4 (1.4.19-8) ...
- Setting up libfl2:amd64 (2.6.4-8.2+b4) ...
- Setting up bison (2:3.8.2+dfsg-1+b2) ...
- update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode
- Setting up readline-common (8.2-6) ...
- Setting up flex (2.6.4-8.2+b4) ...
- Setting up libfl-dev:amd64 (2.6.4-8.2+b4) ...
- Setting up libreadline8t64:amd64 (8.2-6) ...
- Setting up libpython3.13-stdlib:amd64 (3.13.5-2) ...
- Setting up libpython3-stdlib:amd64 (3.13.5-1) ...
- Setting up python3.13 (3.13.5-2) ...
- Setting up python3 (3.13.5-1) ...
- running python rtupdate hooks for python3.13...
- running python post-rtupdate hooks for python3.13...
- Processing triggers for libc-bin (2.41-12+deb13u1) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-python-3.9.0.0 (cached)
-> retrieved ocaml-src.5.4.0 (cached)
-> installed conf-bison.2
-> installed conf-flex.2
-> installed conf-git.1.1
-> installed conf-python-3.9.0.0
-> retrieved ocaml-unikraft-backend-qemu-x86_64.0.20.0, ocaml-unikraft-toolchain-x86_64.0.20.0, ocaml-unikraft-x86_64.1.1.0 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved unikraft.0.20.0 (cached)
-> installed ocaml-src.5.4.0
-> retrieved unikraft-musl.0.20.0 (cached)
-> installed unikraft.0.20.0
-> installed unikraft-musl.0.20.0
-> installed ocamlfind.1.9.8
-> installed ocaml-unikraft-backend-qemu-x86_64.0.20.0
-> installed ocaml-unikraft-toolchain-x86_64.0.20.0
-> installed ocaml-unikraft-x86_64.1.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-02 07:54.29 ---> saved as "1a9537b4381f4c7f7b5c10e662faaa811f0bdbd81756e0ebeff2a6a24a389ed3"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test ocaml-unikraft-x86_64.1.1.0) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile ocaml-unikraft-x86_64 1.1.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-unikraft-x86_64.1.1.0 (https://opam.ocaml.org/cache)
-> removed ocaml-unikraft-x86_64.1.1.0
-> installed ocaml-unikraft-x86_64.1.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-02 07:55.41 ---> saved as "1786954cc932fb7e4258469dcc075180445a9fbc0c136a30ccc00ac1d9cbb974"
/home/opam: (run (shell "opam reinstall --with-test --verbose ocaml-unikraft-x86_64.1.1.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\" != 'ocaml-unikraft-x86_64.1.1.0' && 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 ocaml-unikraft-x86_64 1.1.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/4: [ocaml-unikraft-x86_64.1.1.0: extract]
-> retrieved ocaml-unikraft-x86_64.1.1.0 (cached)
Processing 2/4: [ocaml-unikraft-x86_64: make ocaml-unikraft-x86_64.install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j255" "prefix=/home/opam/.opam/5.4" "BIN=/home/opam/.opam/5.4/bin" "LIB=/home/opam/.opam/5.4/lib" "SHARE=/home/opam/.opam/5.4/share" "OCUKARCH=x86_64" "ocaml-unikraft-x86_64.install" (CWD=/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0)
- test ! -d ocaml
- mkdir -p _build
- cp -r "$(ocamlfind query ocaml-src)" ocaml
- touch _build/empty
- VERSION="$(head -n1 ocaml/VERSION)" ; \
- if test -d "patches/$VERSION" ; then \
- git --work-tree=. apply -v --directory=ocaml "patches/$VERSION"/*; \
- fi
- Checking patch ocaml/configure...
- Checking patch ocaml/configure.ac...
- Applied patch ocaml/configure cleanly.
- Applied patch ocaml/configure.ac cleanly.
- Checking patch ocaml/configure...
- Checking patch ocaml/configure.ac...
- Applied patch ocaml/configure cleanly.
- Applied patch ocaml/configure.ac cleanly.
- PREFIX="/home/opam/.opam/5.4" ; \
- cd ocaml && \
- PATH="$PWD/../_build/bin:$PATH" \
- ./configure \
- --target=x86_64-unikraft-ocaml \
- --prefix="$PREFIX/lib/ocaml-unikraft-x86_64" \
- --disable-shared \
- --disable-ocamldoc \
- --without-zstd
- configure: Configuring OCaml version 5.4.0
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking target system type... x86_64-pc-none
- checking for csc... no
- checking if the installed OCaml compiler can build the cross compiler... yes (5.4.0)
- checking for x86_64-unikraft-ocaml-ld... x86_64-unikraft-ocaml-ld
- checking how to print strings... printf
- checking for x86_64-unikraft-ocaml-gcc... x86_64-unikraft-ocaml-gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... yes
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether x86_64-unikraft-ocaml-gcc accepts -g... yes
- checking for x86_64-unikraft-ocaml-gcc option to enable C11 features...
- none needed
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for fgrep... /usr/bin/grep -F
- checking for ld used by x86_64-unikraft-ocaml-gcc... x86_64-unikraft-ocaml-ld
- checking if the linker (x86_64-unikraft-ocaml-ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /home/opam/.opam/5.4/bin/x86_64-unikraft-ocaml-nm -B
- checking the name lister (/home/opam/.opam/5.4/bin/x86_64-unikraft-ocaml-nm -B) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 1572864
- checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-none format... func_convert_file_noop
- checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
- checking for x86_64-unikraft-ocaml-ld option to reload object files... -r
- checking for file... :
- checking for x86_64-unikraft-ocaml-objdump... x86_64-unikraft-ocaml-objdump
- checking how to recognize dependent libraries... unknown
- checking for x86_64-unikraft-ocaml-dlltool... no
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for x86_64-unikraft-ocaml-ranlib... x86_64-unikraft-ocaml-ranlib
- checking for x86_64-unikraft-ocaml-ar... x86_64-unikraft-ocaml-ar
- checking for archiver @FILE support... @
- checking for x86_64-unikraft-ocaml-strip... x86_64-unikraft-ocaml-strip
- checking for gawk... no
- checking for mawk... mawk
- checking command to parse /home/opam/.opam/5.4/bin/x86_64-unikraft-ocaml-nm -B output from x86_64-unikraft-ocaml-gcc object... ok
- checking for sysroot... no
- checking for a working dd... /usr/bin/dd
- checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
- checking for x86_64-unikraft-ocaml-mt... no
- checking for mt... no
- checking if : is a manifest tool... no
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if x86_64-unikraft-ocaml-gcc supports -fno-rtti -fno-exceptions... no
- checking for x86_64-unikraft-ocaml-gcc option to produce PIC... -fPIC -DPIC
- checking if x86_64-unikraft-ocaml-gcc PIC flag -fPIC -DPIC works... yes
- checking if x86_64-unikraft-ocaml-gcc static flag -static works... yes
- checking if x86_64-unikraft-ocaml-gcc supports -c -o file.o... yes
- checking if x86_64-unikraft-ocaml-gcc supports -c -o file.o... (cached) yes
- checking whether the x86_64-unikraft-ocaml-gcc linker (x86_64-unikraft-ocaml-ld) supports shared libraries... yes
- checking dynamic linker characteristics... no
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... no
- checking whether to build shared libraries... no
- checking whether to build static libraries... yes
- checking if x86_64-unikraft-ocaml-gcc generates a .note.GNU-stack section...
- yes
- checking if x86_64-unikraft-ocaml-gcc generates .size and .type asm directives... yes
- checking how to run the C preprocessor... x86_64-unikraft-ocaml-gcc -E
- checking C compiler vendor... gcc-14-2
- checking whether target executables can be run in the build... no
- checking whether #! works in shell scripts... yes
- checking whether the C compiler accepts -Wold-style-declaration... yes
- checking whether the C compiler accepts -Wimplicit-fallthrough=5... yes
- configure: detecting the C toolchain for build
- checking for x86_64-pc-linux-gnu-gcc... no
- checking for gcc... gcc
- checking whether the compiler supports GNU C... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to enable C11 features... none needed
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking how to run the C preprocessor... gcc -E
- checking for winpthreads sources... skipping on that platform
- checking for a BSD-compatible install... /usr/bin/install -c
- checking for library containing cos... none required
- checking for pthread_np.h... no
- checking for dirent.h... yes
- checking for sys/select.h... yes
- checking for sys/mman.h... yes
- checking for off_t...
- yes
- checking size of int... 4
- checking size of long... 8
- checking size of long *... 8
- checking size of short...
- 2
- checking size of long long... 8
- configure: Target is a 64 bits architecture
- checking whether byte ordering is bigendian... no
- checking alignment of double... 8
- checking alignment of long...
- 8
- checking alignment of long long... 8
- checking for max_align_t... yes
- checking if x86_64-unikraft-ocaml-gcc supports _Atomic types with no additional options... yes
- checking whether the C compiler accepts -fno-tree-vrp... yes
- checking whether the C compiler supports __attribute__((optimize("tree-vectorize")))... yes
- checking whether x86_64-unikraft-ocaml-gcc supports the labels as values extension... yes
- checking for x86_64-unikraft-ocaml-ld... x86_64-unikraft-ocaml-ld
- checking for rlwrap... no
- configure: checking semantics of signal handlers
- checking for sigaction... yes
- checking for sigprocmask...
- yes
- configure: POSIX signal handling found.
- checking for expm1... yes
- checking for log1p... yes
- checking for hypot... yes
- checking for fma... yes
- checking for exp2... yes
- checking for log2... yes
- checking for cbrt... yes
- checking for acosh... yes
- checking for asinh... yes
- checking for atanh...
- yes
- checking for erf... yes
- checking for erfc... yes
- checking for trunc... yes
- checking for round... yes
- checking for copysign... yes
- checking whether round works... cross-compiling; assume yes
- checking whether fma works... cross-compiling; assume yes
- checking for getentropy... yes
- checking for getrusage... yes
- checking for times... yes
- checking for secure_getenv...
- no
- checking for __secure_getenv... no
- checking for issetugid... yes
- checking for library containing clock_gettime... none required
- configure: not using thread sanitizer
- checking for socket... yes
- checking for socketpair... yes
- checking for bind... yes
- checking for listen... yes
- checking for accept... yes
- checking for connect... yes
- checking for socklen_t... yes
- checking for inet_aton...
- yes
- checking for struct sockaddr_in6... yes
- checking for getaddrinfo... yes
- checking for getnameinfo... yes
- checking for inet_pton... yes
- checking for inet_ntop... yes
- checking for rewinddir... yes
- checking for lockf... yes
- checking for mkfifo... yes
- checking for getcwd... yes
- checking for system...
- yes
- checking for sys/types.h... (cached) yes
- checking for utime.h... yes
- checking for utime... yes
- checking for utimes... yes
- checking for fchmod... yes
- checking for fchown... yes
- checking for truncate... yes
- checking for ftruncate... yes
- checking for select... yes
- checking for fd_set... yes
- checking for nanosleep... yes
- checking for symlink...
- yes
- checking for readlink... yes
- checking for lstat... yes
- checking for realpath... yes
- checking for waitpid... yes
- checking for wait4... yes
- checking for getgroups... yes
- checking for setgroups... yes
- checking for initgroups... yes
- checking for termios.h... yes
- checking for tcgetattr... yes
- checking for tcsetattr... yes
- checking for tcsendbreak...
- yes
- checking for tcflush... yes
- checking for tcflow... yes
- checking for setitimer... yes
- checking for gethostname... yes
- checking for sys/utsname.h... yes
- checking for uname... yes
- checking for gettimeofday... yes
- checking for mktime... yes
- checking for setsid... yes
- checking for putenv... yes
- checking for setenv...
- yes
- checking for unsetenv... yes
- checking for locale.h... yes
- checking for newlocale... yes
- checking for freelocale... yes
- checking for uselocale... yes
- checking for xlocale.h... no
- checking for strtod_l... yes
- configure: Dynamic loading of shared libraries is not supported.
- checking for sys/mman.h... (cached) yes
- checking for mmap... yes
- checking for munmap... yes
- checking for pwrite... yes
- checking whether the C compiler accepts -fdebug-prefix-map=old=new... yes
- checking for struct stat.st_atim.tv_nsec... yes
- checking for struct stat.st_atimespec.tv_nsec... no
- checking for struct stat.st_atimensec...
- no
- configure: stat supports nanosecond precision
- checking how many arguments gethostbyname_r() takes... six
- checking how many arguments gethostbyaddr_r() takes... eight
- checking for mkstemp... yes
- checking for nice... yes
- checking for dup3... yes
- checking for pipe2... yes
- checking for accept4... yes
- checking for getauxval... yes
- checking for sys/shm.h... yes
- checking for shmat... yes
- checking for execvpe... yes
- checking for spawn.h...
- yes
- checking for posix_spawn... yes
- checking for posix_spawnp... no
- checking for x86_64-unikraft-ocaml-pkg-config... no
- checking for x86_64-unikraft-ocaml-gcc options needed to detect all undeclared functions... none needed
- configure: ocamldebug supported
- checking whether x86_64-unikraft-ocaml-gcc is Clang... no
- checking whether pthreads work with "-pthread" and "-lpthread"... yes
- checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
- checking whether more special flags are required for pthreads... no
- checking for PTHREAD_PRIO_INHERIT... yes
- checking arguments for pthread_getaffinity_np... GNU
- checking for prctl... yes
- checking for pthread_setname_np... yes
- checking for pthread_set_name_np... no
- checking for SetThreadDescription...
- no
- configure: the threads library is supported
- checking whether the assembler supports --debug-prefix-map... no
- checking whether the assembler supports CFI directives... yes
- configure: not using frame pointers
- checking whether mmap supports huge pages... no assumed
- checking whether mmap supports MAP_STACK... no assumed
- configure: creating ./config.status
- config.status: creating Makefile.build_config
- config.status: creating Makefile.config
- config.status: creating stdlib/sys.ml
- config.status: creating manual/src/version.tex
- config.status: creating manual/src/html_processing/src/common.ml
- config.status: creating ocamltest/ocamltest_config.ml
- config.status: creating otherlibs/dynlink/dynlink_config.ml
- config.status: creating utils/config.common.ml
- config.status: creating utils/config.generated.ml
- config.status: creating compilerlibs/META
- config.status: creating otherlibs/dynlink/META
- config.status: creating otherlibs/runtime_events/META
- config.status: creating stdlib/META
- config.status: creating otherlibs/unix/META
- config.status: creating otherlibs/str/META
- config.status: creating otherlibs/systhreads/META
- config.status: creating runtime/caml/exec.h
- config.status: creating runtime/caml/m.h
- config.status: creating runtime/caml/s.h
- config.status: creating runtime/caml/version.h
- config.status: linking file_formats/cmo_format.mli to otherlibs/dynlink/dynlink_cmo_format.mli
- config.status: linking file_formats/cmxs_format.mli to otherlibs/dynlink/dynlink_cmxs_format.mli
- config.status: linking otherlibs/dynlink/dynlink_platform_intf.ml to otherlibs/dynlink/dynlink_platform_intf.mli
- config.status: linking otherlibs/unix/unix_unix.ml to otherlibs/unix/unix.ml
- config.status: executing libtool commands
- config.status: executing shebang commands
- PATH="$PWD/_build/bin:$PATH" \
- make -C ocaml crossopt OLDS="-o yacc/ocamlyacc -o lex/ocamllex"
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- GEN runtime/ld.conf
- GEN runtime/caml/opnames.h
- GEN runtime/caml/jumptbl.h
- MKEXE runtime/sak
- GEN runtime/primitives
- GEN runtime/prims.c
- GEN runtime/build_config.h
- CC runtime/addrmap.b.o
- CC runtime/afl.b.o
- CC runtime/alloc.b.o
- CC runtime/array.b.o
- CC runtime/backtrace.b.o
- CC runtime/bigarray.b.o
- CC runtime/blake2.b.o
- CC runtime/callback.b.o
- CC runtime/codefrag.b.o
- CC runtime/compare.b.o
- CC runtime/custom.b.o
- CC runtime/debugger.b.o
- CC runtime/domain.b.o
- CC runtime/dynlink.b.o
- CC runtime/extern.b.o
- CC runtime/fail.b.o
- CC runtime/fiber.b.o
- CC runtime/finalise.b.o
- CC runtime/floats.b.o
- CC runtime/gc_ctrl.b.o
- CC runtime/gc_stats.b.o
- CC runtime/globroots.b.o
- CC runtime/hash.b.o
- CC runtime/intern.b.o
- CC runtime/ints.b.o
- CC runtime/io.b.o
- CC runtime/lexing.b.o
- CC runtime/lf_skiplist.b.o
- CC runtime/main.b.o
- CC runtime/major_gc.b.o
- CC runtime/md5.b.o
- CC runtime/memory.b.o
- CC runtime/memprof.b.o
- CC runtime/meta.b.o
- CC runtime/minor_gc.b.o
- CC runtime/misc.b.o
- CC runtime/obj.b.o
- CC runtime/parsing.b.o
- CC runtime/platform.b.o
- CC runtime/printexc.b.o
- CC runtime/prng.b.o
- CC runtime/roots.b.o
- CC runtime/runtime_events.b.o
- CC runtime/shared_heap.b.o
- CC runtime/signals.b.o
- CC runtime/skiplist.b.o
- CC runtime/startup_aux.b.o
- CC runtime/str.b.o
- CC runtime/sync.b.o
- CC runtime/sys.b.o
- CC runtime/unix.b.o
- CC runtime/weak.b.o
- CC runtime/backtrace_byt.b.o
- CC runtime/fail_byt.b.o
- CC runtime/fix_code.b.o
- CC runtime/interp.b.o
- CC runtime/startup_byt.b.o
- CC runtime/zstd.b.o
- CC runtime/addrmap.bd.o
- CC runtime/afl.bd.o
- CC runtime/alloc.bd.o
- CC runtime/array.bd.o
- CC runtime/backtrace.bd.o
- CC runtime/bigarray.bd.o
- CC runtime/blake2.bd.o
- CC runtime/callback.bd.o
- CC runtime/codefrag.bd.o
- CC runtime/compare.bd.o
- CC runtime/custom.bd.o
- CC runtime/debugger.bd.o
- CC runtime/domain.bd.o
- CC runtime/dynlink.bd.o
- CC runtime/extern.bd.o
- CC runtime/fail.bd.o
- CC runtime/fiber.bd.o
- CC runtime/finalise.bd.o
- CC runtime/floats.bd.o
- CC runtime/gc_ctrl.bd.o
- CC runtime/gc_stats.bd.o
- CC runtime/globroots.bd.o
- CC runtime/hash.bd.o
- CC runtime/intern.bd.o
- CC runtime/ints.bd.o
- CC runtime/io.bd.o
- CC runtime/lexing.bd.o
- CC runtime/lf_skiplist.bd.o
- CC runtime/main.bd.o
- CC runtime/major_gc.bd.o
- CC runtime/md5.bd.o
- CC runtime/memory.bd.o
- CC runtime/memprof.bd.o
- CC runtime/meta.bd.o
- CC runtime/minor_gc.bd.o
- CC runtime/misc.bd.o
- CC runtime/obj.bd.o
- CC runtime/parsing.bd.o
- CC runtime/platform.bd.o
- CC runtime/printexc.bd.o
- CC runtime/prng.bd.o
- CC runtime/roots.bd.o
- CC runtime/runtime_events.bd.o
- CC runtime/shared_heap.bd.o
- CC runtime/signals.bd.o
- CC runtime/skiplist.bd.o
- CC runtime/startup_aux.bd.o
- CC runtime/str.bd.o
- CC runtime/sync.bd.o
- CC runtime/sys.bd.o
- CC runtime/unix.bd.o
- CC runtime/weak.bd.o
- CC runtime/backtrace_byt.bd.o
- CC runtime/fail_byt.bd.o
- CC runtime/fix_code.bd.o
- CC runtime/interp.bd.o
- CC runtime/startup_byt.bd.o
- CC runtime/zstd.bd.o
- CC runtime/instrtrace.bd.o
- CC runtime/addrmap.bi.o
- CC runtime/afl.bi.o
- CC runtime/alloc.bi.o
- CC runtime/array.bi.o
- CC runtime/backtrace.bi.o
- CC runtime/bigarray.bi.o
- CC runtime/blake2.bi.o
- CC runtime/callback.bi.o
- CC runtime/codefrag.bi.o
- CC runtime/compare.bi.o
- CC runtime/custom.bi.o
- CC runtime/debugger.bi.o
- CC runtime/domain.bi.o
- CC runtime/dynlink.bi.o
- CC runtime/extern.bi.o
- CC runtime/fail.bi.o
- CC runtime/fiber.bi.o
- CC runtime/finalise.bi.o
- CC runtime/floats.bi.o
- CC runtime/gc_ctrl.bi.o
- CC runtime/gc_stats.bi.o
- CC runtime/globroots.bi.o
- CC runtime/hash.bi.o
- CC runtime/intern.bi.o
- CC runtime/ints.bi.o
- CC runtime/io.bi.o
- CC runtime/lexing.bi.o
- CC runtime/lf_skiplist.bi.o
- CC runtime/main.bi.o
- CC runtime/major_gc.bi.o
- CC runtime/md5.bi.o
- CC runtime/memory.bi.o
- CC runtime/memprof.bi.o
- CC runtime/meta.bi.o
- CC runtime/minor_gc.bi.o
- CC runtime/misc.bi.o
- CC runtime/obj.bi.o
- CC runtime/parsing.bi.o
- CC runtime/platform.bi.o
- CC runtime/printexc.bi.o
- CC runtime/prng.bi.o
- CC runtime/roots.bi.o
- CC runtime/runtime_events.bi.o
- CC runtime/shared_heap.bi.o
- CC runtime/signals.bi.o
- CC runtime/skiplist.bi.o
- CC runtime/startup_aux.bi.o
- CC runtime/str.bi.o
- CC runtime/sync.bi.o
- CC runtime/sys.bi.o
- CC runtime/unix.bi.o
- CC runtime/weak.bi.o
- CC runtime/backtrace_byt.bi.o
- CC runtime/fail_byt.bi.o
- CC runtime/fix_code.bi.o
- CC runtime/interp.bi.o
- CC runtime/startup_byt.bi.o
- CC runtime/zstd.bi.o
- CC runtime/prims.o
- MKLIB runtime/libcamlrun.a
- MKEXE runtime/ocamlrun
- MKLIB runtime/libcamlruni.a
- MKLIB runtime/libcamlrund.a
- MKEXE runtime/ocamlruni
- MKEXE runtime/ocamlrund
- make ocamlc tools/ocamldep tools/ocamlobjinfo tools/ocamlcmt tools/ocamlprof tools/ocamlcp tools/ocamlmklib tools/ocamlmktop tools/ocamloptp tools/dumpobj tools/primreq tools/stripdebug tools/cmpbyt tools/profiling.cmo expunge \
- OCAMLRUN=ocamlrun NEW_OCAMLRUN=ocamlrun BOOT_OCAMLLEX=ocamllex OCAMLYACC=ocamlyacc CAMLC=ocamlc CAMLOPT=ocamlopt BEST_OCAMLC=ocamlc BEST_OCAMLOPT=ocamlopt BEST_OCAMLLEX=ocamllex -o yacc/ocamlyacc -o lex/ocamllex
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- OCAMLC utils/config.cmi
- OCAMLC utils/build_path_prefix_map.cmi
- OCAMLC utils/format_doc.cmi
- OCAMLC utils/identifiable.cmi
- OCAMLC utils/arg_helper.cmi
- OCAMLC utils/local_store.cmi
- OCAMLC utils/load_path.cmi
- OCAMLC utils/profile.cmi
- OCAMLC utils/terminfo.cmi
- OCAMLC utils/ccomp.cmi
- OCAMLC utils/targetint.cmi
- OCAMLC utils/int_replace_polymorphic_compare.cmi
- GEN utils/domainstate.mli
- OCAMLC utils/binutils.cmi
- OCAMLC utils/lazy_backtrack.cmi
- OCAMLC utils/compression.cmi
- OCAMLC parsing/unit_info.cmi
- GEN parsing/camlinternalMenhirLib.mli
- OCAMLC typing/value_rec_types.cmi
- OCAMLC lambda/switch.cmi
- OCAMLC lambda/runtimedef.cmi
- OCAMLC file_formats/cmo_format.cmi
- OCAMLC middle_end/flambda/allocated_const.cmi
- OCAMLC file_formats/cmxs_format.cmi
- OCAMLLEX tools/make_opcodes.ml
- OCAMLC tools/make_opcodes.cmi
- OCAMLC bytecomp/bytesections.cmi
- OCAMLC bytecomp/dll.cmi
- OCAMLC driver/main_args.cmi
- OCAMLC driver/makedepend.cmi
- GEN utils/config_main.ml
- OCAMLC utils/build_path_prefix_map.cmo
- OCAMLC utils/format_doc.cmo
- OCAMLC utils/arg_helper.cmo
- OCAMLC utils/local_store.cmo
- OCAMLC utils/terminfo.cmo
- OCAMLC utils/int_replace_polymorphic_compare.cmo
- GEN utils/domainstate.ml
- OCAMLC utils/binutils.cmo
- OCAMLC utils/lazy_backtrack.cmo
- OCAMLC utils/compression.cmo
- GEN parsing/camlinternalMenhirLib.ml
- OCAMLLEX parsing/lexer.ml
- OCAMLC lambda/switch.cmo
- GEN lambda/runtimedef.ml
- OCAMLC bytecomp/bytesections.cmo
- cp utils/config.mli utils/config_main.mli
- GEN utils/config_boot.ml
- cp utils/config.mli utils/config_boot.mli
- OCAMLC driver/errors.cmi
- OCAMLC driver/maindriver.cmi
- OCAMLC driver/main.cmi
- OCAMLC tools/ocamldep.cmi
- OCAMLC middle_end/flambda/base_types/id_types.cmi
- OCAMLC middle_end/flambda/pass_wrapper.cmi
- OCAMLC middle_end/flambda/allocated_const.cmo
- OCAMLC tools/objinfo.cmi
- OCAMLC tools/ocamlcmt.cmi
- OCAMLC tools/ocamlprof.cmi
- OCAMLC tools/ocamlcp_common.cmi
- OCAMLC tools/ocamlcp.cmi
- OCAMLC tools/ocamlmklib.cmi
- OCAMLC tools/ocamlmktop.cmi
- OCAMLC tools/ocamloptp.cmi
- OCAMLC tools/opnames.cmi
- OCAMLC tools/dumpobj.cmi
- OCAMLC tools/primreq.cmi
- OCAMLC tools/stripdebug.cmi
- OCAMLC tools/cmpbyt.cmi
- OCAMLC tools/profiling.cmi
- OCAMLC toplevel/expunge.cmi
- OCAMLC utils/misc.cmi
- OCAMLC utils/numbers.cmi
- OCAMLC utils/warnings.cmi
- OCAMLC utils/linkdeps.cmi
- OCAMLC utils/strongly_connected_components.cmi
- OCAMLC utils/domainstate.cmi
- OCAMLC parsing/camlinternalMenhirLib.cmi
- OCAMLC typing/ident.cmi
- OCAMLC middle_end/linkage_name.cmi
- OCAMLC middle_end/flambda/base_types/tag.cmi
- OCAMLC middle_end/flambda/base_types/static_exception.cmi
- OCAMLC tools/make_opcodes.cmo
- GEN utils/config.ml
- OCAMLC lambda/runtimedef.cmo
- OCAMLC utils/config_main.cmi
- OCAMLC utils/config_boot.cmi
- OCAMLC driver/main.cmo
- OCAMLC tools/ocamldep.cmo
- OCAMLC middle_end/flambda/base_types/id_types.cmo
- OCAMLC tools/ocamlcp.cmo
- OCAMLC tools/ocamlmktop.cmo
- OCAMLC utils/config.cmo
- OCAMLC tools/ocamloptp.cmo
- OCAMLC tools/profiling.cmo
- OCAMLC tools/cmpbyt.cmo
- OCAMLC bytecomp/bytelibrarian.cmi
- OCAMLC utils/domainstate.cmo
- OCAMLC parsing/location.cmi
- OCAMLC utils/config_main.cmo
- OCAMLC utils/config_boot.cmo
- LINKC tools/make_opcodes
- OCAMLC middle_end/linkage_name.cmo
- OCAMLC typing/path.cmi
- OCAMLC middle_end/compilation_unit.cmi
- OCAMLC utils/clflags.cmi
- OCAMLC utils/consistbl.cmi
- OCAMLC utils/diffing.cmi
- OCAMLC utils/misc.cmo
- OCAMLC utils/identifiable.cmo
- OCAMLC utils/numbers.cmo
- OCAMLC utils/load_path.cmo
- OCAMLC utils/profile.cmo
- OCAMLC utils/warnings.cmo
- OCAMLC utils/linkdeps.cmo
- OCAMLC utils/strongly_connected_components.cmo
- OCAMLC utils/targetint.cmo
- OCAMLC parsing/camlinternalMenhirLib.cmo
- OCAMLC bytecomp/dll.cmo
- OCAMLC middle_end/flambda/base_types/tag.cmo
- OCAMLC tools/ocamlmklib.cmo
- OCAMLC tools/primreq.cmo
- OCAMLC tools/stripdebug.cmo
- OCAMLC parsing/asttypes.cmi
- OCAMLC parsing/longident.cmi
- OCAMLC parsing/syntaxerr.cmi
- OCAMLC typing/annot.cmi
- OCAMLC parsing/unit_info.cmo
- OCAMLC driver/errors.cmo
- OCAMLC typing/shape.cmi
- OCAMLC middle_end/flambda/base_types/set_of_closures_id.cmi
- OCAMLC middle_end/flambda/base_types/export_id.cmi
- OCAMLC middle_end/compilation_unit.cmo
- OCAMLC utils/diffing_with_keys.cmi
- OCAMLC utils/diffing.cmo
- OCAMLC utils/consistbl.cmo
- OCAMLC parsing/location.cmo
- OCAMLC typing/ident.cmo
- OCAMLC middle_end/flambda/pass_wrapper.cmo
- OCAMLC driver/compenv.cmi
- OCAMLC utils/clflags.cmo
- OCAMLC utils/ccomp.cmo
- OCAMLC parsing/longident.cmo
- OCAMLC parsing/parsetree.cmi
- OCAMLC lambda/debuginfo.cmi
- OCAMLC parsing/asttypes.cmo
- OCAMLC parsing/syntaxerr.cmo
- OCAMLC utils/diffing_with_keys.cmo
- OCAMLC middle_end/flambda/base_types/export_id.cmo
- OCAMLC middle_end/flambda/base_types/set_of_closures_origin.cmi
- OCAMLC middle_end/flambda/base_types/set_of_closures_id.cmo
- OCAMLC driver/compenv.cmo
- OCAMLC driver/main_args.cmo
- OCAMLC tools/ocamlcp_common.cmo
- OCAMLC typing/shape.cmo
- OCAMLC middle_end/backend_var.cmi
- OCAMLC lambda/debuginfo.cmo
- OCAMLC parsing/docstrings.cmi
- OCAMLC parsing/ast_iterator.cmi
- OCAMLC parsing/builtin_attributes.cmi
- OCAMLC parsing/pprintast.cmi
- OCAMLC parsing/parse.cmi
- OCAMLC parsing/printast.cmi
- OCAMLC parsing/ast_mapper.cmi
- OCAMLC parsing/attr_helper.cmi
- OCAMLC parsing/depend.cmi
- OCAMLC typing/type_immediacy.cmi
- OCAMLC driver/pparse.cmi
- OCAMLC middle_end/flambda/base_types/set_of_closures_origin.cmo
- OCAMLC middle_end/backend_var.cmo
- GEN bytecomp/opcodes.ml
- GEN tools/opnames.ml
- OCAMLC parsing/ast_helper.cmi
- OCAMLC typing/outcometree.cmi
- OCAMLC parsing/docstrings.cmo
- OCAMLC tools/ocamlprof.cmo
- OCAMLC parsing/ast_invariants.cmi
- OCAMLC parsing/ast_iterator.cmo
- OCAMLC parsing/attr_helper.cmo
- OCAMLC parsing/depend.cmo
- OCAMLC typing/type_immediacy.cmo
- OCAMLC parsing/printast.cmo
- GEN bytecomp/opcodes.mli
- OCAMLC tools/opnames.cmo
- OCAMLC bytecomp/opcodes.cmi
- OCAMLC typing/primitive.cmi
- OCAMLC typing/oprint.cmi
- OCAMLC parsing/ast_invariants.cmo
- OCAMLC driver/pparse.cmo
- GEN parsing/parser.mli
- OCAMLC parsing/ast_helper.cmo
- OCAMLC parsing/builtin_attributes.cmo
- GEN parsing/parser.ml
- OCAMLC parsing/ast_mapper.cmo
- OCAMLC parsing/parser.cmi
- OCAMLC bytecomp/opcodes.cmo
- LINKC tools/ocamlmklib
- LINKC tools/ocamlmktop
- OCAMLC typing/types.cmi
- OCAMLC typing/primitive.cmo
- OCAMLC parsing/parser.cmo
- OCAMLC parsing/lexer.cmi
- OCAMLC typing/data_types.cmi
- OCAMLC typing/rawprinttyp.cmi
- OCAMLC typing/gprinttyp.cmi
- OCAMLC typing/btype.cmi
- OCAMLC typing/subst.cmi
- OCAMLC typing/predef.cmi
- OCAMLC file_formats/cmi_format.cmi
- OCAMLC typing/errortrace.cmi
- OCAMLC typing/signature_group.cmi
- OCAMLC parsing/lexer.cmo
- OCAMLC parsing/pprintast.cmo
- OCAMLC parsing/parse.cmo
- OCAMLC typing/path.cmo
- OCAMLC typing/types.cmo
- OCAMLC typing/oprint.cmo
- OCAMLC driver/makedepend.cmo
- OCAMLC typing/rawprinttyp.cmo
- OCAMLC typing/gprinttyp.cmo
- OCAMLC typing/datarepr.cmi
- OCAMLC typing/data_types.cmo
- LINKC tools/ocamlcp
- LINKC tools/ocamloptp
- OCAMLC typing/persistent_env.cmi
- OCAMLC file_formats/cmi_format.cmo
- OCAMLC typing/errortrace.cmo
- OCAMLC typing/btype.cmo
- OCAMLC typing/predef.cmo
- OCAMLC typing/signature_group.cmo
- OCAMLC typing/env.cmi
- OCAMLC typing/subst.cmo
- OCAMLC typing/datarepr.cmo
- OCAMLC typing/persistent_env.cmo
- OCAMLC typing/typedtree.cmi
- OCAMLC typing/ctype.cmi
- OCAMLC typing/out_type.cmi
- OCAMLC typing/mtype.cmi
- OCAMLC typing/envaux.cmi
- OCAMLC typing/shape_reduce.cmi
- OCAMLC typing/typedecl_properties.cmi
- OCAMLC typing/typedecl_unboxed.cmi
- OCAMLC lambda/lambda.cmi
- OCAMLC driver/compmisc.cmi
- OCAMLC typing/env.cmo
- OCAMLC bytecomp/bytepackager.cmi
- OCAMLC typing/shape_reduce.cmo
- OCAMLC typing/typedecl_immediacy.cmi
- OCAMLC typing/typedecl_separability.cmi
- OCAMLC typing/typedecl_properties.cmo
- OCAMLC typing/printtyp.cmi
- OCAMLC typing/errortrace_report.cmi
- OCAMLC typing/includeclass.cmi
- OCAMLC typing/ctype.cmo
- OCAMLC typing/out_type.cmo
- OCAMLC typing/mtype.cmo
- OCAMLC typing/typedecl_unboxed.cmo
- OCAMLC lambda/printlambda.cmi
- OCAMLC lambda/value_rec_compiler.cmi
- OCAMLC lambda/translobj.cmi
- OCAMLC lambda/tmc.cmi
- OCAMLC lambda/simplif.cmi
- OCAMLC middle_end/internal_variable_names.cmi
- OCAMLC middle_end/clambda_primitives.cmi
- OCAMLC bytecomp/instruct.cmi
- OCAMLC bytecomp/symtable.cmi
- OCAMLC lambda/lambda.cmo
- OCAMLC middle_end/flambda/base_types/static_exception.cmo
- OCAMLC typing/printtyped.cmi
- OCAMLC typing/includecore.cmi
- OCAMLC typing/tast_iterator.cmi
- OCAMLC typing/tast_mapper.cmi
- OCAMLC typing/stypes.cmi
- OCAMLC file_formats/cmt_format.cmi
- OCAMLC typing/untypeast.cmi
- OCAMLC typing/typetexp.cmi
- OCAMLC typing/printpat.cmi
- OCAMLC typing/patterns.cmi
- OCAMLC typing/parmatch.cmi
- OCAMLC typing/typedecl_variance.cmi
- OCAMLC typing/typeopt.cmi
- OCAMLC typing/value_rec_check.cmi
- OCAMLC typing/typecore.cmi
- OCAMLC typing/typeclass.cmi
- OCAMLC lambda/matching.cmi
- OCAMLC lambda/translattribute.cmi
- OCAMLC lambda/translprim.cmi
- OCAMLC lambda/translcore.cmi
- OCAMLC lambda/translclass.cmi
- OCAMLC lambda/translmod.cmi
- OCAMLC driver/compile_common.cmi
- OCAMLC typing/typedtree.cmo
- OCAMLC typing/typedecl_immediacy.cmo
- OCAMLC typing/typedecl_separability.cmo
- OCAMLC typing/printtyp.cmo
- OCAMLC typing/errortrace_report.cmo
- OCAMLC typing/includeclass.cmo
- OCAMLC typing/envaux.cmo
- OCAMLC lambda/value_rec_compiler.cmo
- OCAMLC lambda/tmc.cmo
- OCAMLC lambda/simplif.cmo
- OCAMLC middle_end/variable.cmi
- OCAMLC lambda/printlambda.cmo
- OCAMLC lambda/translobj.cmo
- OCAMLC middle_end/internal_variable_names.cmo
- OCAMLC middle_end/clambda.cmi
- OCAMLC middle_end/printclambda_primitives.cmi
- OCAMLC middle_end/semantics_of_primitives.cmi
- OCAMLC middle_end/convert_primitives.cmi
- OCAMLC middle_end/clambda_primitives.cmo
- OCAMLC bytecomp/meta.cmi
- OCAMLC bytecomp/bytegen.cmi
- OCAMLC bytecomp/printinstr.cmi
- OCAMLC bytecomp/emitcode.cmi
- OCAMLC bytecomp/instruct.cmo
- OCAMLC typing/printtyped.cmo
- OCAMLC typing/stypes.cmo
- OCAMLC bytecomp/bytelink.cmi
- OCAMLC tools/dumpobj.cmo
- OCAMLC toplevel/expunge.cmo
- OCAMLC typing/printpat.cmo
- OCAMLC typing/typeopt.cmo
- OCAMLC typing/value_rec_check.cmo
- OCAMLC typing/cmt2annot.cmi
- OCAMLC typing/tast_iterator.cmo
- OCAMLC typing/tast_mapper.cmo
- OCAMLC file_formats/cmt_format.cmo
- OCAMLC typing/untypeast.cmo
- OCAMLC typing/typetexp.cmo
- OCAMLC typing/patterns.cmo
- OCAMLC typing/parmatch.cmo
- OCAMLC typing/typedecl_variance.cmo
- OCAMLC lambda/matching.cmo
- OCAMLC lambda/translattribute.cmo
- OCAMLC lambda/translprim.cmo
- OCAMLC lambda/translclass.cmo
- OCAMLC lambda/translmod.cmo
- OCAMLC typing/includemod.cmi
- OCAMLC typing/typedecl.cmi
- OCAMLC typing/includecore.cmo
- OCAMLC bytecomp/meta.cmo
- OCAMLC bytecomp/symtable.cmo
- OCAMLC driver/compile.cmi
- OCAMLC bytecomp/bytegen.cmo
- OCAMLC bytecomp/printinstr.cmo
- OCAMLC middle_end/printclambda.cmi
- OCAMLC middle_end/printclambda_primitives.cmo
- OCAMLC middle_end/clambda.cmo
- OCAMLC middle_end/semantics_of_primitives.cmo
- OCAMLC middle_end/convert_primitives.cmo
- OCAMLC lambda/translcore.cmo
- OCAMLC bytecomp/emitcode.cmo
- OCAMLC middle_end/flambda/base_types/closure_element.cmi
- OCAMLC middle_end/symbol.cmi
- OCAMLC middle_end/flambda/parameter.cmi
- OCAMLC middle_end/flambda/base_types/mutable_variable.cmi
- OCAMLC middle_end/variable.cmo
- OCAMLC bytecomp/bytelink.cmo
- OCAMLC bytecomp/bytelibrarian.cmo
- OCAMLC typing/cmt2annot.cmo
- OCAMLC tools/ocamlcmt.cmo
- OCAMLC driver/compile.cmo
- OCAMLC driver/maindriver.cmo
- OCAMLC middle_end/printclambda.cmo
- OCAMLC middle_end/flambda/base_types/mutable_variable.cmo
- OCAMLC middle_end/flambda/closure_conversion_aux.cmi
- OCAMLC middle_end/flambda/un_anf.cmi
- OCAMLC middle_end/symbol.cmo
- OCAMLC middle_end/flambda/parameter.cmo
- OCAMLC typing/typedecl.cmo
- OCAMLC typing/typecore.cmo
- OCAMLC typing/typeclass.cmo
- OCAMLC middle_end/flambda/base_types/var_within_closure.cmi
- OCAMLC middle_end/flambda/base_types/closure_id.cmi
- OCAMLC middle_end/flambda/base_types/closure_element.cmo
- OCAMLC typing/includemod_errorprinter.cmi
- OCAMLC typing/typemod.cmi
- OCAMLC typing/includemod.cmo
- OCAMLC middle_end/flambda/un_anf.cmo
- OCAMLC middle_end/flambda/closure_conversion_aux.cmo
- OCAMLC typing/includemod_errorprinter.cmo
- OCAMLC middle_end/flambda/base_types/var_within_closure.cmo
- OCAMLC typing/typemod.cmo
- OCAMLC driver/compmisc.cmo
- OCAMLC driver/compile_common.cmo
- OCAMLC bytecomp/bytepackager.cmo
- OCAMLC middle_end/flambda/base_types/closure_id.cmo
- OCAMLC middle_end/flambda/projection.cmi
- OCAMLC middle_end/flambda/base_types/closure_origin.cmi
- OCAMLC middle_end/flambda/base_types/closure_origin.cmo
- OCAMLC middle_end/flambda/flambda.cmi
- OCAMLC middle_end/flambda/projection.cmo
- LINKC compilerlibs/ocamlbytecomp.cma
- OCAMLC middle_end/flambda/freshening.cmi
- OCAMLC middle_end/flambda/flambda_iterators.cmi
- OCAMLC middle_end/flambda/flambda_utils.cmi
- OCAMLC middle_end/flambda/effect_analysis.cmi
- OCAMLC middle_end/flambda/inlining_cost.cmi
- OCAMLC middle_end/flambda/lift_code.cmi
- OCAMLC middle_end/flambda/initialize_symbol_to_let_symbol.cmi
- OCAMLC middle_end/flambda/alias_analysis.cmi
- OCAMLC middle_end/flambda/share_constants.cmi
- OCAMLC middle_end/flambda/remove_unused_closure_vars.cmi
- OCAMLC middle_end/flambda/remove_unused_program_constructs.cmi
- OCAMLC middle_end/flambda/remove_free_vars_equal_to_args.cmi
- OCAMLC middle_end/flambda/ref_to_variables.cmi
- OCAMLC middle_end/flambda/flambda_invariants.cmi
- OCAMLC middle_end/flambda/closure_offsets.cmi
- OCAMLC middle_end/flambda/flambda.cmo
- OCAMLC middle_end/flambda/flambda_iterators.cmo
- OCAMLC middle_end/flambda/share_constants.cmo
- OCAMLC middle_end/flambda/initialize_symbol_to_let_symbol.cmo
- OCAMLC middle_end/flambda/inlining_stats_types.cmi
- OCAMLC middle_end/flambda/inlining_cost.cmo
- OCAMLC middle_end/flambda/lift_code.cmo
- OCAMLC middle_end/flambda/remove_unused_program_constructs.cmo
- OCAMLC middle_end/flambda/simple_value_approx.cmi
- OCAMLC middle_end/flambda/effect_analysis.cmo
- OCAMLC middle_end/flambda/ref_to_variables.cmo
- OCAMLC middle_end/flambda/flambda_invariants.cmo
- OCAMLC middle_end/flambda/flambda_utils.cmo
- OCAMLC middle_end/flambda/freshening.cmo
- OCAMLC middle_end/flambda/alias_analysis.cmo
- OCAMLC middle_end/flambda/remove_unused_closure_vars.cmo
- OCAMLC middle_end/flambda/remove_free_vars_equal_to_args.cmo
- OCAMLC middle_end/flambda/closure_offsets.cmo
- OCAMLC middle_end/flambda/inlining_stats.cmi
- OCAMLC middle_end/flambda/inlining_stats_types.cmo
- OCAMLC middle_end/flambda/export_info.cmi
- OCAMLC middle_end/backend_intf.cmi
- OCAMLC middle_end/flambda/import_approx.cmi
- OCAMLC middle_end/flambda/simplify_common.cmi
- OCAMLC middle_end/flambda/simplify_boxed_integer_ops_intf.cmi
- OCAMLC middle_end/flambda/simplify_primitives.cmi
- OCAMLC middle_end/flambda/simple_value_approx.cmo
- OCAMLC middle_end/flambda/inlining_stats.cmo
- OCAMLC middle_end/closure/closure.cmi
- OCAMLC middle_end/closure/closure_middle_end.cmi
- OCAMLC middle_end/flambda/closure_conversion.cmi
- OCAMLC middle_end/flambda/lift_let_to_initialize_symbol.cmi
- OCAMLC middle_end/flambda/find_recursive_functions.cmi
- OCAMLC middle_end/flambda/invariant_params.cmi
- OCAMLC middle_end/flambda/inconstant_idents.cmi
- OCAMLC middle_end/flambda/lift_constants.cmi
- OCAMLC middle_end/flambda/remove_unused_arguments.cmi
- OCAMLC middle_end/flambda/simplify_boxed_integer_ops.cmi
- OCAMLC middle_end/flambda/inline_and_simplify_aux.cmi
- OCAMLC middle_end/flambda/flambda_middle_end.cmi
- OCAMLC middle_end/flambda/simplify_common.cmo
- OCAMLC file_formats/cmx_format.cmi
- OCAMLC middle_end/flambda/export_info_for_pack.cmi
- OCAMLC middle_end/flambda/traverse_for_exported_symbols.cmi
- OCAMLC middle_end/flambda/build_export_info.cmi
- OCAMLC middle_end/flambda/flambda_to_clambda.cmi
- OCAMLC middle_end/flambda/export_info.cmo
- OCAMLC middle_end/flambda/lift_let_to_initialize_symbol.cmo
- OCAMLC middle_end/flambda/find_recursive_functions.cmo
- OCAMLC middle_end/flambda/closure_conversion.cmo
- OCAMLC middle_end/flambda/inconstant_idents.cmo
- OCAMLC middle_end/flambda/lift_constants.cmo
- OCAMLC middle_end/flambda/invariant_params.cmo
- OCAMLC middle_end/flambda/remove_unused_arguments.cmo
- OCAMLC middle_end/flambda/simplify_boxed_integer_ops.cmo
- OCAMLC middle_end/flambda/simplify_primitives.cmo
- OCAMLC middle_end/flambda/inlining_decision_intf.cmi
- OCAMLC middle_end/flambda/extract_projections.cmi
- OCAMLC middle_end/flambda/augment_specialised_args.cmi
- OCAMLC middle_end/flambda/unbox_free_vars_of_closures.cmi
- OCAMLC middle_end/flambda/unbox_specialised_args.cmi
- OCAMLC middle_end/flambda/unbox_closures.cmi
- OCAMLC middle_end/flambda/inline_and_simplify.cmi
- OCAMLC middle_end/flambda/export_info_for_pack.cmo
- OCAMLC middle_end/flambda/inline_and_simplify_aux.cmo
- OCAMLC tools/objinfo.cmo
- OCAMLC middle_end/compilenv.cmi
- OCAMLC middle_end/flambda/traverse_for_exported_symbols.cmo
- OCAMLC middle_end/flambda/inlining_transforms.cmi
- OCAMLC middle_end/flambda/inlining_decision.cmi
- OCAMLC middle_end/flambda/extract_projections.cmo
- OCAMLC middle_end/flambda/augment_specialised_args.cmo
- OCAMLC middle_end/flambda/unbox_free_vars_of_closures.cmo
- OCAMLC middle_end/flambda/unbox_closures.cmo
- OCAMLC middle_end/flambda/unbox_specialised_args.cmo
- OCAMLC middle_end/compilenv.cmo
- OCAMLC middle_end/closure/closure.cmo
- OCAMLC middle_end/closure/closure_middle_end.cmo
- OCAMLC middle_end/flambda/import_approx.cmo
- OCAMLC middle_end/flambda/build_export_info.cmo
- OCAMLC middle_end/flambda/flambda_to_clambda.cmo
- OCAMLC middle_end/flambda/flambda_middle_end.cmo
- OCAMLC middle_end/flambda/inline_and_simplify.cmo
- OCAMLC middle_end/flambda/inlining_transforms.cmo
- OCAMLC middle_end/flambda/inlining_decision.cmo
- LINKC compilerlibs/ocamlmiddleend.cma
- LINKC compilerlibs/ocamlcommon.cma
- LINKC tools/ocamlprof
- LINKC ocamlc
- LINKC tools/ocamldep
- LINKC tools/ocamlobjinfo
- LINKC tools/ocamlcmt
- LINKC tools/dumpobj
- LINKC tools/primreq
- LINKC tools/stripdebug
- LINKC tools/cmpbyt
- LINKC expunge
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- make library OCAMLRUN=ocamlrun NEW_OCAMLRUN=ocamlrun BOOT_OCAMLLEX=ocamllex OCAMLYACC=ocamlyacc -o yacc/ocamlyacc -o lex/ocamllex
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- make -C stdlib all
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/stdlib'
- OCAMLC camlinternalFormatBasics.cmi
- CC header.o
- MKEXE tmpheader.exe
- x86_64-unikraft-ocaml-strip tmpheader.exe
- OCAMLC camlinternalFormatBasics.cmo
- OCAMLC stdlib.cmi
- OCAMLC stdlib.cmo
- OCAMLC stdlib__Either.cmi
- OCAMLC stdlib__Sys.cmi
- OCAMLC stdlib__Int32.cmi
- OCAMLC stdlib__Type.cmi
- OCAMLC stdlib__Atomic.cmi
- OCAMLC camlinternalLazy.cmi
- OCAMLC stdlib__Pair.cmi
- OCAMLC stdlib__Bool.cmi
- OCAMLC stdlib__Char.cmi
- OCAMLC stdlib__Uchar.cmi
- OCAMLC stdlib__Int.cmi
- OCAMLC stdlib__Unit.cmi
- OCAMLC stdlib__Marshal.cmi
- OCAMLC stdlib__Int64.cmi
- OCAMLC stdlib__Nativeint.cmi
- OCAMLC stdlib__Lexing.cmi
- OCAMLC stdlib__Repr.cmi
- OCAMLC stdlib__Mutex.cmi
- OCAMLC stdlib__Semaphore.cmi
- OCAMLC stdlib__Domain.cmi
- OCAMLC stdlib__Arg.cmi
- OCAMLC stdlib__Fun.cmi
- OCAMLC stdlib__Complex.cmi
- OCAMLC stdlib__Digest.cmi
- OCAMLC stdlib__Scanf.cmi
- OCAMLC stdlib__Callback.cmi
- OCAMLC stdlib__Pqueue.cmi
- OCAMLC stdlib__Filename.cmi
- OCAMLC std_exit.cmi
- OCAMLC stdlib__Either.cmo
- OCAMLC stdlib__Sys.cmo
- OCAMLC stdlib__Obj.cmi
- OCAMLC stdlib__Atomic.cmo
- OCAMLC stdlib__Lazy.cmi
- OCAMLC stdlib__Seq.cmi
- OCAMLC stdlib__Pair.cmo
- OCAMLC stdlib__Bool.cmo
- OCAMLC stdlib__Char.cmo
- OCAMLC stdlib__Uchar.cmo
- OCAMLC stdlib__Int.cmo
- OCAMLC stdlib__Unit.cmo
- OCAMLC stdlib__Int32.cmo
- OCAMLC stdlib__Int64.cmo
- OCAMLC stdlib__Nativeint.cmo
- OCAMLC stdlib__Repr.cmo
- OCAMLC stdlib__Mutex.cmo
- OCAMLC stdlib__Condition.cmi
- OCAMLC stdlib__Bigarray.cmi
- OCAMLC stdlib__Random.cmi
- OCAMLC std_exit.cmo
- OCAMLC stdlib__Obj.cmo
- OCAMLC stdlib__Type.cmo
- OCAMLC camlinternalLazy.cmo
- OCAMLC stdlib__Lazy.cmo
- OCAMLC stdlib__Parsing.cmi
- OCAMLC stdlib__Printexc.cmi
- OCAMLC stdlib__Callback.cmo
- OCAMLC camlinternalOO.cmi
- OCAMLC camlinternalMod.cmi
- OCAMLC stdlib__Condition.cmo
- OCAMLC stdlib__Semaphore.cmo
- OCAMLC stdlib__Seq.cmo
- OCAMLC stdlib__Option.cmi
- OCAMLC stdlib__Result.cmi
- OCAMLC stdlib__List.cmi
- OCAMLC stdlib__Array.cmi
- OCAMLC stdlib__Iarray.cmi
- OCAMLC stdlib__Bytes.cmi
- OCAMLC stdlib__String.cmi
- OCAMLC stdlib__Float.cmi
- OCAMLC stdlib__Set.cmi
- OCAMLC stdlib__Map.cmi
- OCAMLC stdlib__Stack.cmi
- OCAMLC stdlib__Queue.cmi
- OCAMLC stdlib__Buffer.cmi
- OCAMLC stdlib__Hashtbl.cmi
- OCAMLC stdlib__Dynarray.cmi
- OCAMLC stdlib__ArrayLabels.cmi
- OCAMLC stdlib__ListLabels.cmi
- OCAMLC stdlib__BytesLabels.cmi
- OCAMLC stdlib__StringLabels.cmi
- OCAMLC stdlib__Effect.cmi
- OCAMLC stdlib__Fun.cmo
- OCAMLC stdlib__Gc.cmi
- OCAMLC stdlib__Oo.cmi
- OCAMLC stdlib__Option.cmo
- OCAMLC stdlib__Result.cmo
- OCAMLC stdlib__Queue.cmo
- OCAMLC stdlib__Array.cmo
- OCAMLC stdlib__Iarray.cmo
- OCAMLC stdlib__Parsing.cmo
- OCAMLC camlinternalFormat.cmi
- OCAMLC stdlib__Printf.cmi
- OCAMLC stdlib__In_channel.cmi
- OCAMLC stdlib__Out_channel.cmi
- OCAMLC stdlib__Bigarray.cmo
- OCAMLC stdlib__Random.cmo
- OCAMLC stdlib__Format.cmi
- OCAMLC stdlib__Oo.cmo
- OCAMLC camlinternalMod.cmo
- OCAMLC stdlib__Pqueue.cmo
- OCAMLC stdlib__List.cmo
- OCAMLC stdlib__Bytes.cmo
- OCAMLC stdlib__String.cmo
- OCAMLC stdlib__Marshal.cmo
- OCAMLC stdlib__Lexing.cmo
- OCAMLC stdlib__Set.cmo
- OCAMLC stdlib__Map.cmo
- OCAMLC stdlib__Stack.cmo
- OCAMLC stdlib__Buffer.cmo
- OCAMLC stdlib__Domain.cmo
- OCAMLC camlinternalOO.cmo
- OCAMLC stdlib__Complex.cmo
- OCAMLC stdlib__ArrayLabels.cmo
- OCAMLC stdlib__ListLabels.cmo
- OCAMLC stdlib__StringLabels.cmo
- OCAMLC stdlib__MoreLabels.cmi
- OCAMLC stdlib__StdLabels.cmi
- OCAMLC stdlib__Float.cmo
- OCAMLC stdlib__Hashtbl.cmo
- OCAMLC stdlib__Weak.cmi
- OCAMLC stdlib__Ephemeron.cmi
- OCAMLC stdlib__BytesLabels.cmo
- OCAMLC stdlib__In_channel.cmo
- OCAMLC stdlib__Digest.cmo
- OCAMLC stdlib__Dynarray.cmo
- OCAMLC stdlib__Filename.cmo
- OCAMLC stdlib__Effect.cmo
- OCAMLC stdlib__Arg.cmo
- OCAMLC stdlib__Printexc.cmo
- OCAMLC stdlib__Gc.cmo
- OCAMLC stdlib__Out_channel.cmo
- OCAMLC stdlib__Scanf.cmo
- OCAMLC camlinternalFormat.cmo
- OCAMLC stdlib__Printf.cmo
- OCAMLC stdlib__StdLabels.cmo
- OCAMLC stdlib__Weak.cmo
- OCAMLC stdlib__Format.cmo
- OCAMLC stdlib__Ephemeron.cmo
- OCAMLC stdlib__MoreLabels.cmo
- LINKC stdlib.cma
- rm tmpheader.exe
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/stdlib'
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- make ocamlyacc OCAMLRUN=ocamlrun NEW_OCAMLRUN=ocamlrun BOOT_OCAMLLEX=ocamllex OCAMLYACC=ocamlyacc -o yacc/ocamlyacc -o lex/ocamllex
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- make[2]: Nothing to be done for 'ocamlyacc'.
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- make ocamllex OCAMLRUN=ocamlrun NEW_OCAMLRUN=ocamlrun BOOT_OCAMLLEX=ocamllex OCAMLYACC=ocamlyacc CAMLC=ocamlc CAMLOPT=ocamlopt BEST_OCAMLC=ocamlc BEST_OCAMLOPT=ocamlopt BEST_OCAMLLEX=ocamllex -o yacc/ocamlyacc -o lex/ocamllex
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- make lex-all
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- OCAMLC lex/cset.cmi
- OCAMLYACC lex/parser.ml
- OCAMLLEX lex/lexer.ml
- OCAMLC lex/table.cmi
- OCAMLC lex/main.cmi
- OCAMLC lex/cset.cmo
- OCAMLC lex/syntax.cmi
- OCAMLC lex/table.cmo
- OCAMLC lex/syntax.cmo
- OCAMLC lex/parser.cmi
- OCAMLC lex/lexgen.cmi
- OCAMLC lex/lexgen.cmo
- OCAMLC lex/compact.cmi
- OCAMLC lex/common.cmi
- OCAMLC lex/parser.cmo
- OCAMLC lex/lexer.cmi
- OCAMLC lex/compact.cmo
- OCAMLC lex/common.cmo
- OCAMLC lex/output.cmi
- OCAMLC lex/outputbis.cmi
- OCAMLC lex/lexer.cmo
- OCAMLC lex/outputbis.cmo
- OCAMLC lex/output.cmo
- OCAMLC lex/main.cmo
- LINKC lex/ocamllex
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- make ocaml OCAMLRUN=ocamlrun NEW_OCAMLRUN=ocamlrun BOOT_OCAMLLEX=ocamllex OCAMLYACC=ocamlyacc CAMLC=ocamlc CAMLOPT=ocamlopt BEST_OCAMLC=ocamlc BEST_OCAMLOPT=ocamlopt BEST_OCAMLLEX=ocamllex -o yacc/ocamlyacc -o lex/ocamllex
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- OCAMLC toplevel/genprintval.cmi
- OCAMLC toplevel/trace.cmi
- OCAMLC toplevel/toploop.cmi
- OCAMLC toplevel/topprinters.cmi
- OCAMLC toplevel/topdirs.cmi
- OCAMLC toplevel/topmain.cmi
- OCAMLC toplevel/topstart.cmi
- cp toplevel/topmain.cmi toplevel/topmain.mli toplevel/byte
- OCAMLC toplevel/topstart.cmo
- cp toplevel/trace.cmi toplevel/trace.mli toplevel/byte
- OCAMLC toplevel/topprinters.cmo
- OCAMLC toplevel/topcommon.cmi
- OCAMLC toplevel/genprintval.cmo
- OCAMLC toplevel/topeval.cmi
- OCAMLC toplevel/topcommon.cmo
- OCAMLC toplevel/byte/topmain.cmo
- cp toplevel/topeval.cmi toplevel/topeval.mli toplevel/byte
- OCAMLC toplevel/toploop.cmo
- OCAMLC toplevel/topdirs.cmo
- OCAMLC toplevel/byte/topeval.cmo
- OCAMLC toplevel/byte/trace.cmo
- LINKC compilerlibs/ocamltoplevel.cma
- LINKC ocaml.tmp
- GEN ocaml
- rm ocaml.tmp
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- make dynlink-all OCAMLRUN=ocamlrun NEW_OCAMLRUN=ocamlrun BOOT_OCAMLLEX=ocamllex OCAMLYACC=ocamlyacc -o yacc/ocamlyacc -o lex/ocamllex
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- OCAMLC otherlibs/dynlink/dynlink_config.cmi
- OCAMLC otherlibs/dynlink/dynlink_types.cmi
- OCAMLC otherlibs/dynlink/dynlink_cmo_format.cmi
- OCAMLC otherlibs/dynlink/dynlink.cmi
- OCAMLC otherlibs/dynlink/dynlink_config.cmo
- OCAMLC otherlibs/dynlink/dynlink_platform_intf.cmi
- OCAMLC otherlibs/dynlink/dynlink_types.cmo
- cp otherlibs/dynlink/dynlink.cmi otherlibs/dynlink/dynlink.mli otherlibs/dynlink/byte/
- OCAMLC otherlibs/dynlink/byte/dynlink_symtable.cmi
- OCAMLC otherlibs/dynlink/dynlink_common.cmi
- OCAMLC otherlibs/dynlink/dynlink_platform_intf.cmo
- OCAMLC otherlibs/dynlink/byte/dynlink_symtable.cmo
- OCAMLC otherlibs/dynlink/dynlink_common.cmo
- OCAMLC otherlibs/dynlink/byte/dynlink.cmo
- LINKC otherlibs/dynlink/dynlink.cma
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- make -C otherlibs all OCAMLRUN=ocamlrun NEW_OCAMLRUN=ocamlrun BOOT_OCAMLLEX=ocamllex OCAMLYACC=ocamlyacc -o yacc/ocamlyacc -o lex/ocamllex
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs'
- for lib in runtime_events unix str systhreads; do (make -C $lib all) || exit $?; done
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/runtime_events'
- CC runtime_events_consumer.b.o
- CC runtime_events_consumer.n.o
- OCAMLC runtime_events.cmi
- OCAMLC runtime_events.cmo
- OCAMLMKLIB runtime_events.cma
- OCAMLMKLIB libcamlruntime_eventsbyt.a
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/runtime_events'
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/unix'
- CC access.b.o
- CC addrofstr.b.o
- CC chdir.b.o
- CC chmod.b.o
- CC cst2constr.b.o
- CC cstringv.b.o
- CC execv.b.o
- CC execve.b.o
- CC execvp.b.o
- CC fsync.b.o
- CC mkdir.b.o
- CC exit.b.o
- CC getaddrinfo.b.o
- CC getcwd.b.o
- CC gethost.b.o
- CC gethostname.b.o
- CC getnameinfo.b.o
- CC getproto.b.o
- CC getserv.b.o
- CC gmtime.b.o
- CC mmap_ba.b.o
- CC putenv.b.o
- CC rmdir.b.o
- CC socketaddr.b.o
- CC strofaddr.b.o
- CC time.b.o
- CC unlink.b.o
- CC accept_unix.b.o
- CC bind_unix.b.o
- CC channels_unix.b.o
- CC close_unix.b.o
- CC connect_unix.b.o
- CC dup_unix.b.o
- CC envir_unix.b.o
- CC errmsg_unix.b.o
- CC getpeername_unix.b.o
- CC getpid_unix.b.o
- CC getsockname_unix.b.o
- CC gettimeofday_unix.b.o
- CC isatty_unix.b.o
- CC link_unix.b.o
- CC listen_unix.b.o
- CC lockf_unix.b.o
- CC lseek_unix.b.o
- CC mmap_unix.b.o
- CC open_unix.b.o
- CC pipe_unix.b.o
- CC read_unix.b.o
- CC readlink_unix.b.o
- CC realpath_unix.b.o
- CC rename_unix.b.o
- CC select_unix.b.o
- CC sendrecv_unix.b.o
- CC shutdown_unix.b.o
- CC sleep_unix.b.o
- CC socket_unix.b.o
- CC socketpair_unix.b.o
- CC sockopt_unix.b.o
- CC stat_unix.b.o
- CC symlink_unix.b.o
- CC times_unix.b.o
- CC truncate_unix.b.o
- CC unixsupport_unix.b.o
- CC utimes_unix.b.o
- CC write_unix.b.o
- CC alarm.b.o
- CC chown.b.o
- CC chroot.b.o
- CC closedir.b.o
- CC dup2.b.o
- CC fchmod.b.o
- CC fchown.b.o
- CC fcntl.b.o
- CC fork.b.o
- CC ftruncate.b.o
- CC getegid.b.o
- CC geteuid.b.o
- CC getgid.b.o
- CC getgr.b.o
- CC getgroups.b.o
- CC getlogin.b.o
- CC getppid.b.o
- CC getpw.b.o
- CC getuid.b.o
- CC initgroups.b.o
- CC itimer.b.o
- CC kill.b.o
- CC mkfifo.b.o
- CC nice.b.o
- CC opendir.b.o
- CC readdir.b.o
- CC rewinddir.b.o
- CC setgid.b.o
- CC setgroups.b.o
- CC setsid.b.o
- CC setuid.b.o
- CC signals.b.o
- CC spawn.b.o
- CC termios.b.o
- CC umask.b.o
- CC wait.b.o
- CC access.n.o
- CC addrofstr.n.o
- CC chdir.n.o
- CC chmod.n.o
- CC cst2constr.n.o
- CC cstringv.n.o
- CC execv.n.o
- CC execve.n.o
- CC execvp.n.o
- CC fsync.n.o
- CC mkdir.n.o
- CC exit.n.o
- CC getaddrinfo.n.o
- CC getcwd.n.o
- CC gethost.n.o
- CC gethostname.n.o
- CC getnameinfo.n.o
- CC getproto.n.o
- CC getserv.n.o
- CC gmtime.n.o
- CC mmap_ba.n.o
- CC putenv.n.o
- CC rmdir.n.o
- CC socketaddr.n.o
- CC strofaddr.n.o
- CC time.n.o
- CC unlink.n.o
- CC accept_unix.n.o
- CC bind_unix.n.o
- CC channels_unix.n.o
- CC close_unix.n.o
- CC connect_unix.n.o
- CC dup_unix.n.o
- CC envir_unix.n.o
- CC errmsg_unix.n.o
- CC getpeername_unix.n.o
- CC getpid_unix.n.o
- CC getsockname_unix.n.o
- CC gettimeofday_unix.n.o
- CC isatty_unix.n.o
- CC link_unix.n.o
- CC listen_unix.n.o
- CC lockf_unix.n.o
- CC lseek_unix.n.o
- CC mmap_unix.n.o
- CC open_unix.n.o
- CC pipe_unix.n.o
- CC read_unix.n.o
- CC readlink_unix.n.o
- CC realpath_unix.n.o
- CC rename_unix.n.o
- CC select_unix.n.o
- CC sendrecv_unix.n.o
- CC shutdown_unix.n.o
- CC sleep_unix.n.o
- CC socket_unix.n.o
- CC socketpair_unix.n.o
- CC sockopt_unix.n.o
- CC stat_unix.n.o
- CC symlink_unix.n.o
- CC times_unix.n.o
- CC truncate_unix.n.o
- CC unixsupport_unix.n.o
- CC utimes_unix.n.o
- CC write_unix.n.o
- CC alarm.n.o
- CC chown.n.o
- CC chroot.n.o
- CC closedir.n.o
- CC dup2.n.o
- CC fchmod.n.o
- CC fchown.n.o
- CC fcntl.n.o
- CC fork.n.o
- CC ftruncate.n.o
- CC getegid.n.o
- CC geteuid.n.o
- CC getgid.n.o
- CC getgr.n.o
- CC getgroups.n.o
- CC getlogin.n.o
- CC getppid.n.o
- CC getpw.n.o
- CC getuid.n.o
- CC initgroups.n.o
- CC itimer.n.o
- CC kill.n.o
- CC mkfifo.n.o
- CC nice.n.o
- CC opendir.n.o
- CC readdir.n.o
- CC rewinddir.n.o
- CC setgid.n.o
- CC setgroups.n.o
- CC setsid.n.o
- CC setuid.n.o
- CC signals.n.o
- CC spawn.n.o
- CC termios.n.o
- CC umask.n.o
- CC wait.n.o
- OCAMLC unix.cmi
- OCAMLC unix.cmo
- OCAMLC unixLabels.cmi
- OCAMLMKLIB libunixbyt.a
- OCAMLC unixLabels.cmo
- OCAMLMKLIB unix.cma
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/unix'
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/str'
- CC strstubs.b.o
- CC strstubs.n.o
- OCAMLC str.cmi
- OCAMLC str.cmo
- OCAMLMKLIB libcamlstrbyt.a
- OCAMLMKLIB str.cma
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/str'
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/systhreads'
- CC st_stubs.b.o
- OCAMLC thread.cmi
- OCAMLC event.cmi
- OCAMLC event.cmo
- OCAMLC thread.cmo
- OCAMLMKLIB threads.cma
- OCAMLMKLIB libthreads.a
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/systhreads'
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs'
- make runtimeopt -o yacc/ocamlyacc -o lex/ocamllex
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- CC runtime/addrmap.n.o
- CC runtime/afl.n.o
- CC runtime/alloc.n.o
- CC runtime/array.n.o
- CC runtime/backtrace.n.o
- CC runtime/bigarray.n.o
- CC runtime/blake2.n.o
- CC runtime/callback.n.o
- CC runtime/codefrag.n.o
- CC runtime/compare.n.o
- CC runtime/custom.n.o
- CC runtime/debugger.n.o
- CC runtime/domain.n.o
- CC runtime/dynlink.n.o
- CC runtime/extern.n.o
- CC runtime/fail.n.o
- CC runtime/fiber.n.o
- CC runtime/finalise.n.o
- CC runtime/floats.n.o
- CC runtime/gc_ctrl.n.o
- CC runtime/gc_stats.n.o
- CC runtime/globroots.n.o
- CC runtime/hash.n.o
- CC runtime/intern.n.o
- CC runtime/ints.n.o
- CC runtime/io.n.o
- CC runtime/lexing.n.o
- CC runtime/lf_skiplist.n.o
- CC runtime/main.n.o
- CC runtime/major_gc.n.o
- CC runtime/md5.n.o
- CC runtime/memory.n.o
- CC runtime/memprof.n.o
- CC runtime/meta.n.o
- CC runtime/minor_gc.n.o
- CC runtime/misc.n.o
- CC runtime/obj.n.o
- CC runtime/parsing.n.o
- CC runtime/platform.n.o
- CC runtime/printexc.n.o
- CC runtime/prng.n.o
- CC runtime/roots.n.o
- CC runtime/runtime_events.n.o
- CC runtime/shared_heap.n.o
- CC runtime/signals.n.o
- CC runtime/skiplist.n.o
- CC runtime/startup_aux.n.o
- CC runtime/str.n.o
- CC runtime/sync.n.o
- CC runtime/sys.n.o
- CC runtime/unix.n.o
- CC runtime/weak.n.o
- CC runtime/backtrace_nat.n.o
- CC runtime/clambda_checks.n.o
- CC runtime/dynlink_nat.n.o
- CC runtime/fail_nat.n.o
- CC runtime/frame_descriptors.n.o
- CC runtime/startup_nat.n.o
- CC runtime/signals_nat.n.o
- ASM runtime/amd64.o
- CC runtime/zstd.npic.o
- CC runtime/addrmap.nd.o
- CC runtime/afl.nd.o
- CC runtime/alloc.nd.o
- CC runtime/array.nd.o
- CC runtime/backtrace.nd.o
- CC runtime/bigarray.nd.o
- CC runtime/blake2.nd.o
- CC runtime/callback.nd.o
- CC runtime/codefrag.nd.o
- CC runtime/compare.nd.o
- CC runtime/custom.nd.o
- CC runtime/debugger.nd.o
- CC runtime/domain.nd.o
- CC runtime/dynlink.nd.o
- CC runtime/extern.nd.o
- CC runtime/fail.nd.o
- CC runtime/fiber.nd.o
- CC runtime/finalise.nd.o
- CC runtime/floats.nd.o
- CC runtime/gc_ctrl.nd.o
- CC runtime/gc_stats.nd.o
- CC runtime/globroots.nd.o
- CC runtime/hash.nd.o
- CC runtime/intern.nd.o
- CC runtime/ints.nd.o
- CC runtime/io.nd.o
- CC runtime/lexing.nd.o
- CC runtime/lf_skiplist.nd.o
- CC runtime/main.nd.o
- CC runtime/major_gc.nd.o
- CC runtime/md5.nd.o
- CC runtime/memory.nd.o
- CC runtime/memprof.nd.o
- CC runtime/meta.nd.o
- CC runtime/minor_gc.nd.o
- CC runtime/misc.nd.o
- CC runtime/obj.nd.o
- CC runtime/parsing.nd.o
- CC runtime/platform.nd.o
- CC runtime/printexc.nd.o
- CC runtime/prng.nd.o
- CC runtime/roots.nd.o
- CC runtime/runtime_events.nd.o
- CC runtime/shared_heap.nd.o
- CC runtime/signals.nd.o
- CC runtime/skiplist.nd.o
- CC runtime/startup_aux.nd.o
- CC runtime/str.nd.o
- CC runtime/sync.nd.o
- CC runtime/sys.nd.o
- CC runtime/unix.nd.o
- CC runtime/weak.nd.o
- CC runtime/backtrace_nat.nd.o
- CC runtime/clambda_checks.nd.o
- CC runtime/dynlink_nat.nd.o
- CC runtime/fail_nat.nd.o
- CC runtime/frame_descriptors.nd.o
- CC runtime/startup_nat.nd.o
- CC runtime/signals_nat.nd.o
- ASM runtime/amd64.d.o
- CC runtime/addrmap.ni.o
- CC runtime/afl.ni.o
- CC runtime/alloc.ni.o
- CC runtime/array.ni.o
- CC runtime/backtrace.ni.o
- CC runtime/bigarray.ni.o
- CC runtime/blake2.ni.o
- CC runtime/callback.ni.o
- CC runtime/codefrag.ni.o
- CC runtime/compare.ni.o
- CC runtime/custom.ni.o
- CC runtime/debugger.ni.o
- CC runtime/domain.ni.o
- CC runtime/dynlink.ni.o
- CC runtime/extern.ni.o
- CC runtime/fail.ni.o
- CC runtime/fiber.ni.o
- CC runtime/finalise.ni.o
- CC runtime/floats.ni.o
- CC runtime/gc_ctrl.ni.o
- CC runtime/gc_stats.ni.o
- CC runtime/globroots.ni.o
- CC runtime/hash.ni.o
- CC runtime/intern.ni.o
- CC runtime/ints.ni.o
- CC runtime/io.ni.o
- CC runtime/lexing.ni.o
- CC runtime/lf_skiplist.ni.o
- CC runtime/main.ni.o
- CC runtime/major_gc.ni.o
- CC runtime/md5.ni.o
- CC runtime/memory.ni.o
- CC runtime/memprof.ni.o
- CC runtime/meta.ni.o
- CC runtime/minor_gc.ni.o
- CC runtime/misc.ni.o
- CC runtime/obj.ni.o
- CC runtime/parsing.ni.o
- CC runtime/platform.ni.o
- CC runtime/printexc.ni.o
- CC runtime/prng.ni.o
- CC runtime/roots.ni.o
- CC runtime/runtime_events.ni.o
- CC runtime/shared_heap.ni.o
- CC runtime/signals.ni.o
- CC runtime/skiplist.ni.o
- CC runtime/startup_aux.ni.o
- CC runtime/str.ni.o
- CC runtime/sync.ni.o
- CC runtime/sys.ni.o
- CC runtime/unix.ni.o
- CC runtime/weak.ni.o
- CC runtime/backtrace_nat.ni.o
- CC runtime/clambda_checks.ni.o
- CC runtime/dynlink_nat.ni.o
- CC runtime/fail_nat.ni.o
- CC runtime/frame_descriptors.ni.o
- CC runtime/startup_nat.ni.o
- CC runtime/signals_nat.ni.o
- ASM runtime/amd64.i.o
- MKLIB runtime/libcomprmarsh.a
- MKLIB runtime/libasmrun.a
- MKLIB runtime/libasmruni.a
- MKLIB runtime/libasmrund.a
- cd stdlib; ln -sf ../runtime/libasmrun.a .
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- make ocamlc.opt ocamlopt.opt tools/profiling.cmx \
- OCAMLRUN=ocamlrun NEW_OCAMLRUN=ocamlrun BOOT_OCAMLLEX=ocamllex OCAMLYACC=ocamlyacc CAMLC=ocamlc CAMLOPT=ocamlopt BEST_OCAMLC=ocamlc BEST_OCAMLOPT=ocamlopt BEST_OCAMLLEX=ocamllex "ZSTD_LIBS=-lzstd" -o yacc/ocamlyacc -o lex/ocamllex
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- OCAMLC asmcomp/x86_ast.cmi
- OCAMLC asmcomp/cmm.cmi
- OCAMLC asmcomp/coloring.cmi
- OCAMLC asmcomp/asmlink.cmi
- OCAMLC asmcomp/asmlibrarian.cmi
- OCAMLC asmcomp/asmpackager.cmi
- OCAMLC driver/opterrors.cmi
- OCAMLC driver/optcompile.cmi
- OCAMLC driver/optmaindriver.cmi
- OCAMLLEX tools/cvt_emit.ml
- OCAMLC tools/cvt_emit.cmi
- OCAMLC driver/optmain.cmi
- cd stdlib; ln -sf ../runtime/libcomprmarsh.a .
- OCAMLOPT tools/profiling.cmx
- OCAMLC asmcomp/x86_proc.cmi
- OCAMLC asmcomp/x86_dsl.cmi
- OCAMLC asmcomp/x86_gas.cmi
- OCAMLC asmcomp/x86_masm.cmi
- OCAMLC asmcomp/arch.cmi
- OCAMLC asmcomp/printcmm.cmi
- OCAMLC asmcomp/reg.cmi
- OCAMLC asmcomp/strmatch.cmi
- OCAMLC asmcomp/cmmgen_state.cmi
- OCAMLC asmcomp/afl_instrument.cmi
- OCAMLC asmcomp/thread_sanitizer.cmi
- OCAMLC asmcomp/cmmgen.cmi
- OCAMLC asmcomp/cmm_invariants.cmi
- OCAMLC asmcomp/cmm.cmo
- OCAMLC tools/cvt_emit.cmo
- OCAMLC asmcomp/asmlibrarian.cmo
- OCAMLC driver/opterrors.cmo
- OCAMLC driver/optmain.cmo
- OCAMLC asmcomp/x86_proc.cmo
- OCAMLC asmcomp/x86_masm.cmo
- OCAMLC asmcomp/x86_gas.cmo
- OCAMLC asmcomp/afl_instrument.cmo
- OCAMLC asmcomp/arch.cmo
- OCAMLC asmcomp/cmm_invariants.cmo
- OCAMLC asmcomp/x86_dsl.cmo
- OCAMLC asmcomp/printcmm.cmo
- OCAMLC asmcomp/strmatch.cmo
- LINKC tools/cvt_emit
- OCAMLC asmcomp/mach.cmi
- OCAMLC asmcomp/cmm_helpers.cmi
- OCAMLC asmcomp/reg.cmo
- OCAMLC asmcomp/cmmgen_state.cmo
- OCAMLC asmcomp/proc.cmi
- OCAMLC asmcomp/interval.cmi
- OCAMLC asmcomp/dataflow.cmi
- OCAMLC asmcomp/polling.cmi
- OCAMLC asmcomp/selectgen.cmi
- OCAMLC asmcomp/selection.cmi
- OCAMLC asmcomp/comballoc.cmi
- OCAMLC asmcomp/CSEgen.cmi
- OCAMLC asmcomp/CSE.cmi
- OCAMLC asmcomp/liveness.cmi
- OCAMLC asmcomp/spill.cmi
- OCAMLC asmcomp/split.cmi
- OCAMLC asmcomp/interf.cmi
- OCAMLC asmcomp/reloadgen.cmi
- OCAMLC asmcomp/reload.cmi
- OCAMLC asmcomp/deadcode.cmi
- OCAMLC asmcomp/stackframegen.cmi
- OCAMLC asmcomp/linear.cmi
- OCAMLC asmcomp/mach.cmo
- OCAMLC asmcomp/cmm_helpers.cmo
- OCAMLC asmcomp/thread_sanitizer.cmo
- OCAMLC asmcomp/cmmgen.cmo
- OCAMLC asmcomp/proc.cmo
- OCAMLC asmcomp/coloring.cmo
- OCAMLC driver/optmaindriver.cmo
- OCAMLC asmcomp/dataflow.cmo
- OCAMLC asmcomp/comballoc.cmo
- OCAMLC asmcomp/split.cmo
- OCAMLC asmcomp/printmach.cmi
- OCAMLC asmcomp/linscan.cmi
- OCAMLC asmcomp/interval.cmo
- OCAMLC asmcomp/CSEgen.cmo
- OCAMLC asmcomp/polling.cmo
- OCAMLC asmcomp/spill.cmo
- OCAMLC asmcomp/reloadgen.cmo
- OCAMLC asmcomp/selectgen.cmo
- OCAMLC asmcomp/selection.cmo
- OCAMLC asmcomp/CSE.cmo
- OCAMLC asmcomp/interf.cmo
- OCAMLC asmcomp/reload.cmo
- OCAMLC asmcomp/deadcode.cmo
- OCAMLC asmcomp/linear.cmo
- OCAMLC asmcomp/printlinear.cmi
- OCAMLC asmcomp/linearize.cmi
- OCAMLC file_formats/linear_format.cmi
- OCAMLC asmcomp/schedgen.cmi
- OCAMLC asmcomp/scheduling.cmi
- OCAMLC asmcomp/branch_relaxation_intf.cmi
- OCAMLC asmcomp/emitenv.cmi
- OCAMLC asmcomp/emit.cmi
- OCAMLC asmcomp/stackframegen.cmo
- OCAMLC asmcomp/stackframe.cmi
- OCAMLC asmcomp/linscan.cmo
- OCAMLC asmcomp/printmach.cmo
- OCAMLC asmcomp/liveness.cmo
- OCAMLC asmcomp/schedgen.cmo
- OCAMLC asmcomp/scheduling.cmo
- OCAMLC asmcomp/printlinear.cmo
- OCAMLC asmcomp/branch_relaxation.cmi
- OCAMLC asmcomp/stackframe.cmo
- OCAMLC asmcomp/linearize.cmo
- OCAMLC file_formats/linear_format.cmo
- OCAMLC asmcomp/emitaux.cmi
- GEN asmcomp/emit.ml
- OCAMLC asmcomp/branch_relaxation.cmo
- OCAMLC asmcomp/asmgen.cmi
- OCAMLC asmcomp/emitaux.cmo
- OCAMLC asmcomp/emit.cmo
- OCAMLC asmcomp/asmgen.cmo
- OCAMLC asmcomp/asmlink.cmo
- OCAMLC asmcomp/asmpackager.cmo
- OCAMLC driver/optcompile.cmo
- LINKC compilerlibs/ocamloptcomp.cma
- LINKC ocamlopt
- OCAMLOPT utils/config.cmx
- OCAMLOPT utils/build_path_prefix_map.cmx
- OCAMLOPT utils/format_doc.cmx
- OCAMLOPT utils/arg_helper.cmx
- OCAMLOPT utils/local_store.cmx
- OCAMLOPT utils/terminfo.cmx
- OCAMLOPT utils/int_replace_polymorphic_compare.cmx
- OCAMLOPT utils/domainstate.cmx
- OCAMLOPT utils/binutils.cmx
- OCAMLOPT utils/lazy_backtrack.cmx
- OCAMLOPT utils/compression.cmx
- OCAMLOPT parsing/camlinternalMenhirLib.cmx
- OCAMLOPT lambda/switch.cmx
- OCAMLOPT lambda/runtimedef.cmx
- OCAMLOPT bytecomp/opcodes.cmx
- OCAMLOPT middle_end/flambda/allocated_const.cmx
- OCAMLOPT bytecomp/bytesections.cmx
- OCAMLOPT utils/misc.cmx
- OCAMLOPT utils/identifiable.cmx
- OCAMLOPT utils/load_path.cmx
- OCAMLOPT utils/profile.cmx
- OCAMLOPT utils/warnings.cmx
- OCAMLOPT utils/consistbl.cmx
- OCAMLOPT utils/linkdeps.cmx
- OCAMLOPT utils/targetint.cmx
- OCAMLOPT utils/diffing.cmx
- OCAMLOPT bytecomp/dll.cmx
- OCAMLOPT utils/diffing_with_keys.cmx
- OCAMLOPT utils/numbers.cmx
- OCAMLOPT middle_end/linkage_name.cmx
- OCAMLOPT middle_end/flambda/base_types/id_types.cmx
- OCAMLOPT utils/clflags.cmx
- OCAMLOPT utils/strongly_connected_components.cmx
- OCAMLOPT middle_end/flambda/base_types/tag.cmx
- OCAMLOPT utils/ccomp.cmx
- OCAMLOPT parsing/location.cmx
- OCAMLOPT typing/ident.cmx
- OCAMLOPT middle_end/flambda/pass_wrapper.cmx
- OCAMLOPT middle_end/compilation_unit.cmx
- OCAMLOPT middle_end/flambda/base_types/export_id.cmx
- OCAMLOPT middle_end/flambda/base_types/set_of_closures_id.cmx
- OCAMLOPT parsing/unit_info.cmx
- OCAMLOPT parsing/asttypes.cmx
- OCAMLOPT parsing/longident.cmx
- OCAMLOPT parsing/docstrings.cmx
- OCAMLOPT parsing/syntaxerr.cmx
- OCAMLOPT driver/compenv.cmx
- OCAMLOPT driver/errors.cmx
- OCAMLOPT driver/opterrors.cmx
- OCAMLOPT middle_end/flambda/base_types/set_of_closures_origin.cmx
- OCAMLOPT lambda/debuginfo.cmx
- OCAMLOPT parsing/ast_iterator.cmx
- OCAMLOPT parsing/ast_helper.cmx
- OCAMLOPT driver/main_args.cmx
- OCAMLOPT parsing/builtin_attributes.cmx
- OCAMLOPT parsing/ast_mapper.cmx
- OCAMLOPT parsing/parser.cmx
- OCAMLOPT parsing/attr_helper.cmx
- OCAMLOPT parsing/depend.cmx
- OCAMLOPT typing/type_immediacy.cmx
- OCAMLOPT typing/primitive.cmx
- OCAMLOPT parsing/lexer.cmx
- OCAMLOPT parsing/pprintast.cmx
- OCAMLOPT typing/path.cmx
- OCAMLOPT typing/shape.cmx
- OCAMLOPT middle_end/backend_var.cmx
- OCAMLOPT typing/types.cmx
- OCAMLOPT typing/data_types.cmx
- OCAMLOPT typing/gprinttyp.cmx
- OCAMLOPT typing/btype.cmx
- OCAMLOPT file_formats/cmi_format.cmx
- OCAMLOPT typing/errortrace.cmx
- OCAMLOPT typing/persistent_env.cmx
- OCAMLOPT typing/subst.cmx
- OCAMLOPT typing/predef.cmx
- OCAMLOPT typing/datarepr.cmx
- OCAMLOPT typing/signature_group.cmx
- OCAMLOPT parsing/parse.cmx
- OCAMLOPT parsing/printast.cmx
- OCAMLOPT typing/rawprinttyp.cmx
- OCAMLOPT typing/oprint.cmx
- OCAMLOPT typing/env.cmx
- OCAMLOPT parsing/ast_invariants.cmx
- OCAMLOPT driver/pparse.cmx
- OCAMLOPT driver/makedepend.cmx
- OCAMLOPT typing/typedtree.cmx
- OCAMLOPT typing/ctype.cmx
- OCAMLOPT typing/shape_reduce.cmx
- OCAMLOPT typing/typedecl_properties.cmx
- OCAMLOPT lambda/lambda.cmx
- OCAMLOPT typing/printtyped.cmx
- OCAMLOPT typing/tast_iterator.cmx
- OCAMLOPT typing/tast_mapper.cmx
- OCAMLOPT typing/untypeast.cmx
- OCAMLOPT typing/printpat.cmx
- OCAMLOPT lambda/value_rec_compiler.cmx
- OCAMLOPT lambda/translobj.cmx
- OCAMLOPT lambda/translattribute.cmx
- OCAMLOPT lambda/tmc.cmx
- OCAMLOPT bytecomp/instruct.cmx
- OCAMLOPT middle_end/internal_variable_names.cmx
- OCAMLOPT middle_end/clambda_primitives.cmx
- OCAMLOPT middle_end/flambda/base_types/static_exception.cmx
- OCAMLOPT asmcomp/arch.cmx
- OCAMLOPT asmcomp/cmm.cmx
- OCAMLOPT middle_end/clambda.cmx
- OCAMLOPT middle_end/semantics_of_primitives.cmx
- OCAMLOPT bytecomp/meta.cmx
- OCAMLOPT asmcomp/printcmm.cmx
- OCAMLOPT asmcomp/reg.cmx
- OCAMLOPT asmcomp/afl_instrument.cmx
- OCAMLOPT asmcomp/cmm_invariants.cmx
- OCAMLOPT asmcomp/strmatch.cmx
- OCAMLOPT bytecomp/symtable.cmx
- OCAMLOPT middle_end/variable.cmx
- OCAMLOPT asmcomp/mach.cmx
- OCAMLOPT file_formats/cmt_format.cmx
- OCAMLOPT lambda/simplif.cmx
- OCAMLOPT middle_end/flambda/base_types/closure_element.cmx
- OCAMLOPT middle_end/symbol.cmx
- OCAMLOPT middle_end/flambda/base_types/mutable_variable.cmx
- OCAMLOPT middle_end/flambda/parameter.cmx
- OCAMLOPT asmcomp/dataflow.cmx
- OCAMLOPT asmcomp/comballoc.cmx
- OCAMLOPT asmcomp/split.cmx
- OCAMLOPT asmcomp/reloadgen.cmx
- OCAMLOPT asmcomp/deadcode.cmx
- OCAMLOPT asmcomp/stackframegen.cmx
- OCAMLOPT asmcomp/linear.cmx
- OCAMLOPT middle_end/flambda/base_types/closure_id.cmx
- OCAMLOPT middle_end/flambda/base_types/var_within_closure.cmx
- OCAMLOPT middle_end/flambda/closure_conversion_aux.cmx
- OCAMLOPT file_formats/linear_format.cmx
- OCAMLOPT asmcomp/branch_relaxation.cmx
- OCAMLOPT asmcomp/polling.cmx
- OCAMLOPT asmcomp/stackframe.cmx
- OCAMLOPT asmcomp/reload.cmx
- OCAMLOPT middle_end/flambda/base_types/closure_origin.cmx
- OCAMLOPT middle_end/flambda/projection.cmx
- OCAMLOPT asmcomp/linearize.cmx
- OCAMLOPT typing/out_type.cmx
- OCAMLOPT typing/mtype.cmx
- OCAMLOPT typing/patterns.cmx
- OCAMLOPT typing/typedecl_variance.cmx
- OCAMLOPT typing/typedecl_unboxed.cmx
- OCAMLOPT typing/typedecl_separability.cmx
- OCAMLOPT typing/typedecl_immediacy.cmx
- OCAMLOPT typing/typeopt.cmx
- OCAMLOPT typing/parmatch.cmx
- OCAMLOPT typing/value_rec_check.cmx
- OCAMLOPT typing/printtyp.cmx
- OCAMLOPT typing/errortrace_report.cmx
- OCAMLOPT typing/envaux.cmx
- OCAMLOPT typing/stypes.cmx
- OCAMLOPT lambda/printlambda.cmx
- OCAMLOPT typing/cmt2annot.cmx
- OCAMLOPT typing/includeclass.cmx
- OCAMLOPT typing/includecore.cmx
- OCAMLOPT typing/typetexp.cmx
- OCAMLOPT lambda/matching.cmx
- OCAMLOPT bytecomp/printinstr.cmx
- OCAMLOPT middle_end/printclambda_primitives.cmx
- OCAMLOPT middle_end/convert_primitives.cmx
- OCAMLOPT middle_end/printclambda.cmx
- OCAMLOPT middle_end/flambda/flambda.cmx
- OCAMLOPT typing/includemod.cmx
- OCAMLOPT typing/typedecl.cmx
- OCAMLOPT middle_end/flambda/un_anf.cmx
- OCAMLOPT middle_end/flambda/flambda_iterators.cmx
- OCAMLOPT middle_end/flambda/effect_analysis.cmx
- OCAMLOPT middle_end/flambda/initialize_symbol_to_let_symbol.cmx
- OCAMLOPT middle_end/flambda/alias_analysis.cmx
- OCAMLOPT middle_end/flambda/remove_unused_program_constructs.cmx
- OCAMLOPT typing/includemod_errorprinter.cmx
- OCAMLOPT middle_end/flambda/flambda_utils.cmx
- OCAMLOPT middle_end/flambda/inlining_cost.cmx
- OCAMLOPT middle_end/flambda/lift_code.cmx
- OCAMLOPT middle_end/flambda/share_constants.cmx
- OCAMLOPT middle_end/flambda/ref_to_variables.cmx
- OCAMLOPT middle_end/flambda/flambda_invariants.cmx
- OCAMLOPT typing/typecore.cmx
- OCAMLOPT middle_end/flambda/inlining_stats_types.cmx
- OCAMLOPT lambda/translprim.cmx
- OCAMLOPT bytecomp/bytegen.cmx
- OCAMLOPT middle_end/flambda/inlining_stats.cmx
- OCAMLOPT middle_end/flambda/freshening.cmx
- OCAMLOPT middle_end/flambda/closure_conversion.cmx
- OCAMLOPT middle_end/flambda/lift_let_to_initialize_symbol.cmx
- OCAMLOPT middle_end/flambda/find_recursive_functions.cmx
- OCAMLOPT middle_end/flambda/invariant_params.cmx
- OCAMLOPT middle_end/flambda/inconstant_idents.cmx
- OCAMLOPT middle_end/flambda/remove_unused_closure_vars.cmx
- OCAMLOPT middle_end/flambda/remove_free_vars_equal_to_args.cmx
- OCAMLOPT middle_end/flambda/closure_offsets.cmx
- OCAMLOPT middle_end/flambda/remove_unused_arguments.cmx
- OCAMLOPT middle_end/flambda/simple_value_approx.cmx
- OCAMLOPT middle_end/flambda/export_info.cmx
- OCAMLOPT middle_end/flambda/lift_constants.cmx
- OCAMLOPT middle_end/flambda/simplify_common.cmx
- OCAMLOPT middle_end/flambda/inline_and_simplify_aux.cmx
- OCAMLOPT middle_end/flambda/simplify_boxed_integer_ops.cmx
- OCAMLOPT middle_end/flambda/simplify_primitives.cmx
- OCAMLOPT middle_end/flambda/export_info_for_pack.cmx
- OCAMLOPT middle_end/compilenv.cmx
- OCAMLOPT middle_end/flambda/traverse_for_exported_symbols.cmx
- OCAMLOPT middle_end/flambda/extract_projections.cmx
- OCAMLOPT middle_end/flambda/augment_specialised_args.cmx
- OCAMLOPT middle_end/flambda/inlining_transforms.cmx
- OCAMLOPT middle_end/flambda/unbox_free_vars_of_closures.cmx
- OCAMLOPT middle_end/closure/closure.cmx
- OCAMLOPT middle_end/flambda/import_approx.cmx
- OCAMLOPT middle_end/flambda/build_export_info.cmx
- OCAMLOPT middle_end/flambda/flambda_to_clambda.cmx
- OCAMLOPT asmcomp/x86_proc.cmx
- OCAMLOPT asmcomp/cmmgen_state.cmx
- OCAMLOPT asmcomp/emitaux.cmx
- OCAMLOPT middle_end/flambda/inlining_decision.cmx
- OCAMLOPT middle_end/flambda/unbox_specialised_args.cmx
- OCAMLOPT middle_end/flambda/unbox_closures.cmx
- OCAMLOPT asmcomp/cmm_helpers.cmx
- OCAMLOPT asmcomp/x86_dsl.cmx
- OCAMLOPT asmcomp/x86_gas.cmx
- OCAMLOPT asmcomp/x86_masm.cmx
- OCAMLOPT asmcomp/proc.cmx
- OCAMLOPT asmcomp/interval.cmx
- OCAMLOPT asmcomp/selectgen.cmx
- OCAMLOPT asmcomp/CSEgen.cmx
- OCAMLOPT asmcomp/spill.cmx
- OCAMLOPT asmcomp/interf.cmx
- OCAMLOPT asmcomp/coloring.cmx
- OCAMLOPT asmcomp/schedgen.cmx
- OCAMLOPT middle_end/flambda/inline_and_simplify.cmx
- OCAMLOPT asmcomp/emit.cmx
- OCAMLOPT asmcomp/printmach.cmx
- OCAMLOPT asmcomp/linscan.cmx
- OCAMLOPT asmcomp/scheduling.cmx
- OCAMLOPT asmcomp/CSE.cmx
- OCAMLOPT middle_end/closure/closure_middle_end.cmx
- OCAMLOPT asmcomp/liveness.cmx
- OCAMLOPT asmcomp/printlinear.cmx
- OCAMLOPT asmcomp/selection.cmx
- OCAMLOPT middle_end/flambda/flambda_middle_end.cmx
- OCAMLOPT typing/typeclass.cmx
- OCAMLOPT lambda/translcore.cmx
- OCAMLOPT asmcomp/thread_sanitizer.cmx
- OCAMLOPT asmcomp/cmmgen.cmx
- OCAMLOPT lambda/translclass.cmx
- OCAMLOPT typing/typemod.cmx
- OCAMLOPT lambda/translmod.cmx
- OCAMLOPT bytecomp/emitcode.cmx
- OCAMLOPT asmcomp/asmgen.cmx
- OCAMLOPT asmcomp/asmlink.cmx
- OCAMLOPT bytecomp/bytelink.cmx
- OCAMLOPT driver/compmisc.cmx
- OCAMLOPT driver/compile_common.cmx
- OCAMLOPT asmcomp/asmlibrarian.cmx
- OCAMLOPT asmcomp/asmpackager.cmx
- OCAMLOPT bytecomp/bytelibrarian.cmx
- OCAMLOPT bytecomp/bytepackager.cmx
- LINKOPT compilerlibs/ocamlcommon.cmxa
- OCAMLOPT driver/compile.cmx
- OCAMLOPT driver/optcompile.cmx
- OCAMLOPT driver/optmaindriver.cmx
- OCAMLOPT driver/maindriver.cmx
- LINKOPT compilerlibs/ocamlbytecomp.cmxa
- OCAMLOPT driver/main.cmx
- LINKOPT compilerlibs/ocamloptcomp.cmxa
- OCAMLOPT driver/optmain.cmx
- LINKOPT ocamlc.opt
- LINKOPT ocamlopt.opt
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- make libraryopt OCAMLRUN=ocamlrun NEW_OCAMLRUN=ocamlrun BOOT_OCAMLLEX=ocamllex OCAMLYACC=ocamlyacc -o yacc/ocamlyacc -o lex/ocamllex
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- make -C stdlib allopt
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/stdlib'
- OCAMLOPT camlinternalFormatBasics.cmx
- OCAMLOPT stdlib.cmx
- OCAMLOPT stdlib__Either.cmx
- OCAMLOPT stdlib__Sys.cmx
- OCAMLOPT stdlib__Atomic.cmx
- OCAMLOPT stdlib__Pair.cmx
- OCAMLOPT stdlib__Bool.cmx
- OCAMLOPT stdlib__Char.cmx
- OCAMLOPT stdlib__Int.cmx
- OCAMLOPT stdlib__Unit.cmx
- OCAMLOPT stdlib__Int64.cmx
- OCAMLOPT stdlib__Repr.cmx
- OCAMLOPT stdlib__Mutex.cmx
- OCAMLOPT std_exit.cmx
- OCAMLOPT stdlib__Condition.cmx
- OCAMLOPT stdlib__Int32.cmx
- OCAMLOPT stdlib__Nativeint.cmx
- OCAMLOPT stdlib__Semaphore.cmx
- OCAMLOPT stdlib__Uchar.cmx
- OCAMLOPT stdlib__Obj.cmx
- OCAMLOPT stdlib__Type.cmx
- OCAMLOPT camlinternalLazy.cmx
- OCAMLOPT stdlib__Callback.cmx
- OCAMLOPT stdlib__Lazy.cmx
- OCAMLOPT stdlib__Seq.cmx
- OCAMLOPT stdlib__Option.cmx
- OCAMLOPT stdlib__Result.cmx
- OCAMLOPT stdlib__List.cmx
- OCAMLOPT stdlib__Array.cmx
- OCAMLOPT stdlib__Bytes.cmx
- OCAMLOPT stdlib__Queue.cmx
- OCAMLOPT stdlib__Iarray.cmx
- OCAMLOPT stdlib__ArrayLabels.cmx
- OCAMLOPT stdlib__Float.cmx
- OCAMLOPT stdlib__Set.cmx
- OCAMLOPT stdlib__Map.cmx
- OCAMLOPT stdlib__Stack.cmx
- OCAMLOPT stdlib__Domain.cmx
- OCAMLOPT stdlib__ListLabels.cmx
- OCAMLOPT stdlib__String.cmx
- OCAMLOPT stdlib__Marshal.cmx
- OCAMLOPT stdlib__Lexing.cmx
- OCAMLOPT stdlib__BytesLabels.cmx
- OCAMLOPT stdlib__Parsing.cmx
- OCAMLOPT stdlib__Complex.cmx
- OCAMLOPT stdlib__Buffer.cmx
- OCAMLOPT stdlib__StringLabels.cmx
- OCAMLOPT stdlib__StdLabels.cmx
- OCAMLOPT camlinternalOO.cmx
- OCAMLOPT stdlib__Bigarray.cmx
- OCAMLOPT camlinternalFormat.cmx
- OCAMLOPT stdlib__Oo.cmx
- OCAMLOPT camlinternalMod.cmx
- OCAMLOPT stdlib__Printf.cmx
- OCAMLOPT stdlib__Format.cmx
- OCAMLOPT stdlib__Arg.cmx
- OCAMLOPT stdlib__Printexc.cmx
- OCAMLOPT stdlib__Scanf.cmx
- OCAMLOPT stdlib__Dynarray.cmx
- OCAMLOPT stdlib__Fun.cmx
- OCAMLOPT stdlib__Effect.cmx
- OCAMLOPT stdlib__Gc.cmx
- OCAMLOPT stdlib__In_channel.cmx
- OCAMLOPT stdlib__Out_channel.cmx
- OCAMLOPT stdlib__Digest.cmx
- OCAMLOPT stdlib__Random.cmx
- OCAMLOPT stdlib__Pqueue.cmx
- OCAMLOPT stdlib__Hashtbl.cmx
- OCAMLOPT stdlib__Filename.cmx
- OCAMLOPT stdlib__Weak.cmx
- OCAMLOPT stdlib__Ephemeron.cmx
- OCAMLOPT stdlib__MoreLabels.cmx
- LINKOPT stdlib.cmxa
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/stdlib'
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- make otherlibrariesopt ocamltoolsopt OCAMLRUN=ocamlrun NEW_OCAMLRUN=ocamlrun BOOT_OCAMLLEX=ocamllex OCAMLYACC=ocamlyacc -o yacc/ocamlyacc -o lex/ocamllex
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- cp otherlibs/dynlink/dynlink.cmi otherlibs/dynlink/dynlink.mli otherlibs/dynlink/native/
- OCAMLOPT otherlibs/dynlink/dynlink_config.cmx
- OCAMLOPT otherlibs/dynlink/dynlink_types.cmx
- OCAMLC otherlibs/dynlink/dynlink_cmxs_format.cmi
- make tools-allopt
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- make[3]: Nothing to be done for 'tools-allopt'.
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- OCAMLOPT otherlibs/dynlink/dynlink_platform_intf.cmx
- OCAMLOPT otherlibs/dynlink/dynlink_common.cmx
- OCAMLOPT otherlibs/dynlink/native/dynlink.cmx
- LINKOPT otherlibs/dynlink/dynlink.cmxa
- make -C otherlibs allopt
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs'
- for lib in runtime_events unix str systhreads; do (make -C $lib allopt) || exit $?; done
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/runtime_events'
- OCAMLMKLIB libcamlruntime_eventsnat.a
- OCAMLOPT runtime_events.cmx
- OCAMLMKLIB runtime_events.cmxa
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/runtime_events'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/unix'
- OCAMLMKLIB libunixnat.a
- OCAMLOPT unix.cmx
- OCAMLOPT unixLabels.cmx
- OCAMLMKLIB unix.cmxa
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/unix'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/str'
- OCAMLMKLIB libcamlstrnat.a
- OCAMLOPT str.cmx
- OCAMLMKLIB str.cmxa
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/str'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/systhreads'
- CC st_stubs.n.o
- OCAMLOPT thread.cmx
- OCAMLOPT event.cmx
- LINKOPT threads.cmxa
- OCAMLMKLIB libthreadsnat.a
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/systhreads'
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs'
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- make tools-allopt.opt OCAMLRUN=ocamlrun NEW_OCAMLRUN=ocamlrun BOOT_OCAMLLEX=ocamllex OCAMLYACC=ocamlyacc CAMLC=ocamlc CAMLOPT=ocamlopt BEST_OCAMLC=ocamlc BEST_OCAMLOPT=ocamlopt BEST_OCAMLLEX=ocamllex -o yacc/ocamlyacc -o lex/ocamllex
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- OCAMLOPT tools/ocamldep.cmx
- LINKOPT compilerlibs/ocamlmiddleend.cmxa
- OCAMLOPT tools/objinfo.cmx
- LINKOPT tools/ocamldep.opt
- LINKOPT tools/ocamlobjinfo.opt
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- # We now build the compiler libs again, but for target this time
- rm -f utils/config.cmx utils/build_path_prefix_map.cmx utils/format_doc.cmx utils/misc.cmx utils/identifiable.cmx utils/numbers.cmx utils/arg_helper.cmx utils/local_store.cmx utils/load_path.cmx utils/clflags.cmx utils/profile.cmx utils/terminfo.cmx utils/ccomp.cmx utils/warnings.cmx utils/consistbl.cmx utils/linkdeps.cmx utils/strongly_connected_components.cmx utils/targetint.cmx utils/int_replace_polymorphic_compare.cmx utils/domainstate.cmx utils/binutils.cmx utils/lazy_backtrack.cmx utils/diffing.cmx utils/diffing_with_keys.cmx utils/compression.cmx parsing/location.cmx parsing/unit_info.cmx parsing/asttypes.cmx parsing/longident.cmx parsing/docstrings.cmx parsing/syntaxerr.cmx parsing/ast_helper.cmx parsing/ast_iterator.cmx parsing/builtin_attributes.cmx parsing/camlinternalMenhirLib.cmx parsing/parser.cmx parsing/lexer.cmx parsing/pprintast.cmx parsing/parse.cmx parsing/printast.cmx parsing/ast_mapper.cmx parsing/attr_helper.cmx parsing/ast_invariants.cmx parsing/depend.cmx typing/ident.cmx typing/path.cmx typing/primitive.cmx typing/type_immediacy.cmx typing/shape.cmx typing/types.cmx typing/data_types.cmx typing/rawprinttyp.cmx typing/gprinttyp.cmx typing/btype.cmx typing/oprint.cmx typing/subst.cmx typing/predef.cmx typing/datarepr.cmx file_formats/cmi_format.cmx typing/persistent_env.cmx typing/env.cmx typing/errortrace.cmx typing/typedtree.cmx typing/signature_group.cmx typing/printtyped.cmx typing/ctype.cmx typing/out_type.cmx typing/printtyp.cmx typing/errortrace_report.cmx typing/includeclass.cmx typing/mtype.cmx typing/envaux.cmx typing/includecore.cmx typing/tast_iterator.cmx typing/tast_mapper.cmx typing/stypes.cmx typing/shape_reduce.cmx file_formats/cmt_format.cmx typing/cmt2annot.cmx typing/untypeast.cmx typing/includemod.cmx typing/includemod_errorprinter.cmx typing/typetexp.cmx typing/printpat.cmx typing/patterns.cmx typing/parmatch.cmx typing/typedecl_properties.cmx typing/typedecl_variance.cmx typing/typedecl_unboxed.cmx typing/typedecl_immediacy.cmx typing/typedecl_separability.cmx typing/typeopt.cmx typing/typedecl.cmx typing/value_rec_check.cmx typing/typecore.cmx typing/typeclass.cmx typing/typemod.cmx lambda/debuginfo.cmx lambda/lambda.cmx lambda/printlambda.cmx lambda/switch.cmx lambda/matching.cmx lambda/value_rec_compiler.cmx lambda/translobj.cmx lambda/translattribute.cmx lambda/translprim.cmx lambda/translcore.cmx lambda/translclass.cmx lambda/translmod.cmx lambda/tmc.cmx lambda/simplif.cmx lambda/runtimedef.cmx bytecomp/meta.cmx bytecomp/opcodes.cmx bytecomp/bytesections.cmx bytecomp/dll.cmx bytecomp/symtable.cmx driver/pparse.cmx driver/compenv.cmx driver/main_args.cmx driver/compmisc.cmx driver/makedepend.cmx driver/compile_common.cmx middle_end/internal_variable_names.cmx middle_end/linkage_name.cmx middle_end/compilation_unit.cmx middle_end/variable.cmx middle_end/flambda/base_types/closure_element.cmx middle_end/flambda/base_types/closure_id.cmx middle_end/symbol.cmx middle_end/backend_var.cmx middle_end/clambda_primitives.cmx middle_end/printclambda_primitives.cmx middle_end/clambda.cmx middle_end/printclambda.cmx middle_end/semantics_of_primitives.cmx middle_end/convert_primitives.cmx middle_end/flambda/base_types/id_types.cmx middle_end/flambda/base_types/export_id.cmx middle_end/flambda/base_types/tag.cmx middle_end/flambda/base_types/mutable_variable.cmx middle_end/flambda/base_types/set_of_closures_id.cmx middle_end/flambda/base_types/set_of_closures_origin.cmx middle_end/flambda/base_types/closure_origin.cmx middle_end/flambda/base_types/var_within_closure.cmx middle_end/flambda/base_types/static_exception.cmx middle_end/flambda/pass_wrapper.cmx middle_end/flambda/allocated_const.cmx middle_end/flambda/parameter.cmx middle_end/flambda/projection.cmx middle_end/flambda/flambda.cmx middle_end/flambda/flambda_iterators.cmx middle_end/flambda/flambda_utils.cmx middle_end/flambda/freshening.cmx middle_end/flambda/effect_analysis.cmx middle_end/flambda/inlining_cost.cmx middle_end/flambda/simple_value_approx.cmx middle_end/flambda/export_info.cmx middle_end/flambda/export_info_for_pack.cmx middle_end/compilenv.cmx middle_end/closure/closure.cmx middle_end/closure/closure_middle_end.cmx middle_end/flambda/import_approx.cmx middle_end/flambda/lift_code.cmx middle_end/flambda/closure_conversion_aux.cmx middle_end/flambda/closure_conversion.cmx middle_end/flambda/initialize_symbol_to_let_symbol.cmx middle_end/flambda/lift_let_to_initialize_symbol.cmx middle_end/flambda/find_recursive_functions.cmx middle_end/flambda/invariant_params.cmx middle_end/flambda/inconstant_idents.cmx middle_end/flambda/alias_analysis.cmx middle_end/flambda/lift_constants.cmx middle_end/flambda/share_constants.cmx middle_end/flambda/simplify_common.cmx middle_end/flambda/remove_unused_arguments.cmx middle_end/flambda/remove_unused_closure_vars.cmx middle_end/flambda/remove_unused_program_constructs.cmx middle_end/flambda/simplify_boxed_integer_ops.cmx middle_end/flambda/simplify_primitives.cmx middle_end/flambda/inlining_stats_types.cmx middle_end/flambda/inlining_stats.cmx middle_end/flambda/inline_and_simplify_aux.cmx middle_end/flambda/remove_free_vars_equal_to_args.cmx middle_end/flambda/extract_projections.cmx middle_end/flambda/augment_specialised_args.cmx middle_end/flambda/unbox_free_vars_of_closures.cmx middle_end/flambda/unbox_specialised_args.cmx middle_end/flambda/unbox_closures.cmx middle_end/flambda/inlining_transforms.cmx middle_end/flambda/inlining_decision.cmx middle_end/flambda/inline_and_simplify.cmx middle_end/flambda/ref_to_variables.cmx middle_end/flambda/flambda_invariants.cmx middle_end/flambda/traverse_for_exported_symbols.cmx middle_end/flambda/build_export_info.cmx middle_end/flambda/closure_offsets.cmx middle_end/flambda/un_anf.cmx middle_end/flambda/flambda_to_clambda.cmx middle_end/flambda/flambda_middle_end.cmx \
- bytecomp/instruct.cmx bytecomp/bytegen.cmx bytecomp/printinstr.cmx bytecomp/emitcode.cmx bytecomp/bytelink.cmx bytecomp/bytelibrarian.cmx bytecomp/bytepackager.cmx driver/errors.cmx driver/compile.cmx driver/maindriver.cmx middle_end/internal_variable_names.cmx middle_end/linkage_name.cmx middle_end/compilation_unit.cmx middle_end/variable.cmx middle_end/flambda/base_types/closure_element.cmx middle_end/flambda/base_types/closure_id.cmx middle_end/symbol.cmx middle_end/backend_var.cmx middle_end/clambda_primitives.cmx middle_end/printclambda_primitives.cmx middle_end/clambda.cmx middle_end/printclambda.cmx middle_end/semantics_of_primitives.cmx middle_end/convert_primitives.cmx middle_end/flambda/base_types/id_types.cmx middle_end/flambda/base_types/export_id.cmx middle_end/flambda/base_types/tag.cmx middle_end/flambda/base_types/mutable_variable.cmx middle_end/flambda/base_types/set_of_closures_id.cmx middle_end/flambda/base_types/set_of_closures_origin.cmx middle_end/flambda/base_types/closure_origin.cmx middle_end/flambda/base_types/var_within_closure.cmx middle_end/flambda/base_types/static_exception.cmx middle_end/flambda/pass_wrapper.cmx middle_end/flambda/allocated_const.cmx middle_end/flambda/parameter.cmx middle_end/flambda/projection.cmx middle_end/flambda/flambda.cmx middle_end/flambda/flambda_iterators.cmx middle_end/flambda/flambda_utils.cmx middle_end/flambda/freshening.cmx middle_end/flambda/effect_analysis.cmx middle_end/flambda/inlining_cost.cmx middle_end/flambda/simple_value_approx.cmx middle_end/flambda/export_info.cmx middle_end/flambda/export_info_for_pack.cmx middle_end/compilenv.cmx middle_end/closure/closure.cmx middle_end/closure/closure_middle_end.cmx middle_end/flambda/import_approx.cmx middle_end/flambda/lift_code.cmx middle_end/flambda/closure_conversion_aux.cmx middle_end/flambda/closure_conversion.cmx middle_end/flambda/initialize_symbol_to_let_symbol.cmx middle_end/flambda/lift_let_to_initialize_symbol.cmx middle_end/flambda/find_recursive_functions.cmx middle_end/flambda/invariant_params.cmx middle_end/flambda/inconstant_idents.cmx middle_end/flambda/alias_analysis.cmx middle_end/flambda/lift_constants.cmx middle_end/flambda/share_constants.cmx middle_end/flambda/simplify_common.cmx middle_end/flambda/remove_unused_arguments.cmx middle_end/flambda/remove_unused_closure_vars.cmx middle_end/flambda/remove_unused_program_constructs.cmx middle_end/flambda/simplify_boxed_integer_ops.cmx middle_end/flambda/simplify_primitives.cmx middle_end/flambda/inlining_stats_types.cmx middle_end/flambda/inlining_stats.cmx middle_end/flambda/inline_and_simplify_aux.cmx middle_end/flambda/remove_free_vars_equal_to_args.cmx middle_end/flambda/extract_projections.cmx middle_end/flambda/augment_specialised_args.cmx middle_end/flambda/unbox_free_vars_of_closures.cmx middle_end/flambda/unbox_specialised_args.cmx middle_end/flambda/unbox_closures.cmx middle_end/flambda/inlining_transforms.cmx middle_end/flambda/inlining_decision.cmx middle_end/flambda/inline_and_simplify.cmx middle_end/flambda/ref_to_variables.cmx middle_end/flambda/flambda_invariants.cmx middle_end/flambda/traverse_for_exported_symbols.cmx middle_end/flambda/build_export_info.cmx middle_end/flambda/closure_offsets.cmx middle_end/flambda/un_anf.cmx middle_end/flambda/flambda_to_clambda.cmx middle_end/flambda/flambda_middle_end.cmx asmcomp/x86_proc.cmx asmcomp/x86_dsl.cmx asmcomp/x86_gas.cmx asmcomp/x86_masm.cmx asmcomp/arch.cmx asmcomp/cmm.cmx asmcomp/printcmm.cmx asmcomp/reg.cmx asmcomp/mach.cmx asmcomp/proc.cmx asmcomp/strmatch.cmx asmcomp/cmmgen_state.cmx asmcomp/cmm_helpers.cmx asmcomp/afl_instrument.cmx asmcomp/thread_sanitizer.cmx asmcomp/cmmgen.cmx asmcomp/cmm_invariants.cmx asmcomp/interval.cmx asmcomp/printmach.cmx asmcomp/dataflow.cmx asmcomp/polling.cmx asmcomp/selectgen.cmx asmcomp/selection.cmx asmcomp/comballoc.cmx asmcomp/CSEgen.cmx asmcomp/CSE.cmx asmcomp/liveness.cmx asmcomp/spill.cmx asmcomp/split.cmx asmcomp/interf.cmx asmcomp/coloring.cmx asmcomp/linscan.cmx asmcomp/reloadgen.cmx asmcomp/reload.cmx asmcomp/deadcode.cmx asmcomp/stackframegen.cmx asmcomp/stackframe.cmx asmcomp/linear.cmx asmcomp/printlinear.cmx asmcomp/linearize.cmx file_formats/linear_format.cmx asmcomp/schedgen.cmx asmcomp/scheduling.cmx asmcomp/branch_relaxation.cmx asmcomp/emitaux.cmx asmcomp/emit.cmx asmcomp/asmgen.cmx asmcomp/asmlink.cmx asmcomp/asmlibrarian.cmx asmcomp/asmpackager.cmx driver/opterrors.cmx driver/optcompile.cmx driver/optmaindriver.cmx \
- toplevel/genprintval.cmx toplevel/topcommon.cmx toplevel/native/tophooks.cmx toplevel/native/topeval.cmx toplevel/native/trace.cmx toplevel/toploop.cmx toplevel/topprinters.cmx toplevel/topdirs.cmx toplevel/native/topmain.cmx compilerlibs/ocamlcommon.cmxa compilerlibs/ocamlmiddleend.cmxa compilerlibs/ocamlbytecomp.cmxa compilerlibs/ocamloptcomp.cmxa compilerlibs/ocamltoplevel.cmxa
- make compilerlibs/ocamlcommon.cmxa compilerlibs/ocamlmiddleend.cmxa compilerlibs/ocamlbytecomp.cmxa compilerlibs/ocamloptcomp.cmxa compilerlibs/ocamltoplevel.cmxa OCAMLRUN=ocamlrun NEW_OCAMLRUN=ocamlrun BOOT_OCAMLLEX=ocamllex OCAMLYACC=ocamlyacc CAMLC=ocamlc CAMLOPT="./ocamlopt.opt -nostdlib -I ./stdlib" -o yacc/ocamlyacc -o lex/ocamllex
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- OCAMLOPT utils/config.cmx
- OCAMLOPT utils/build_path_prefix_map.cmx
- OCAMLOPT utils/format_doc.cmx
- OCAMLOPT utils/arg_helper.cmx
- OCAMLOPT utils/local_store.cmx
- OCAMLOPT utils/terminfo.cmx
- OCAMLOPT utils/int_replace_polymorphic_compare.cmx
- OCAMLOPT utils/domainstate.cmx
- OCAMLOPT utils/binutils.cmx
- OCAMLOPT utils/lazy_backtrack.cmx
- OCAMLOPT utils/compression.cmx
- OCAMLOPT parsing/camlinternalMenhirLib.cmx
- OCAMLOPT lambda/switch.cmx
- OCAMLOPT lambda/runtimedef.cmx
- OCAMLOPT bytecomp/opcodes.cmx
- OCAMLC toplevel/native/tophooks.cmi
- cp toplevel/topeval.cmi toplevel/topeval.mli toplevel/native
- cp toplevel/trace.cmi toplevel/trace.mli toplevel/native
- cp toplevel/topmain.cmi toplevel/topmain.mli toplevel/native
- cd otherlibs/dynlink; ln -sf native/dynlink.cmx .
- OCAMLOPT middle_end/flambda/allocated_const.cmx
- OCAMLOPT bytecomp/bytesections.cmx
- OCAMLOPT utils/misc.cmx
- OCAMLOPT utils/identifiable.cmx
- OCAMLOPT utils/load_path.cmx
- OCAMLOPT utils/profile.cmx
- OCAMLOPT utils/warnings.cmx
- OCAMLOPT utils/consistbl.cmx
- OCAMLOPT utils/linkdeps.cmx
- OCAMLOPT utils/targetint.cmx
- OCAMLOPT utils/diffing.cmx
- OCAMLOPT bytecomp/dll.cmx
- OCAMLOPT utils/diffing_with_keys.cmx
- OCAMLOPT utils/numbers.cmx
- OCAMLOPT middle_end/linkage_name.cmx
- OCAMLOPT middle_end/flambda/base_types/id_types.cmx
- OCAMLOPT utils/clflags.cmx
- OCAMLOPT utils/strongly_connected_components.cmx
- OCAMLOPT middle_end/flambda/base_types/tag.cmx
- OCAMLOPT utils/ccomp.cmx
- OCAMLOPT parsing/location.cmx
- OCAMLOPT typing/ident.cmx
- OCAMLOPT middle_end/flambda/pass_wrapper.cmx
- OCAMLOPT middle_end/compilation_unit.cmx
- OCAMLOPT middle_end/flambda/base_types/export_id.cmx
- OCAMLOPT middle_end/flambda/base_types/set_of_closures_id.cmx
- OCAMLOPT parsing/unit_info.cmx
- OCAMLOPT parsing/asttypes.cmx
- OCAMLOPT parsing/longident.cmx
- OCAMLOPT parsing/docstrings.cmx
- OCAMLOPT parsing/syntaxerr.cmx
- OCAMLOPT driver/compenv.cmx
- OCAMLOPT driver/errors.cmx
- OCAMLOPT driver/opterrors.cmx
- OCAMLOPT lambda/debuginfo.cmx
- OCAMLOPT middle_end/flambda/base_types/set_of_closures_origin.cmx
- OCAMLOPT parsing/ast_iterator.cmx
- OCAMLOPT parsing/ast_helper.cmx
- OCAMLOPT driver/main_args.cmx
- OCAMLOPT parsing/builtin_attributes.cmx
- OCAMLOPT parsing/ast_mapper.cmx
- OCAMLOPT parsing/parser.cmx
- OCAMLOPT parsing/attr_helper.cmx
- OCAMLOPT parsing/depend.cmx
- OCAMLOPT typing/type_immediacy.cmx
- OCAMLOPT typing/primitive.cmx
- OCAMLOPT parsing/lexer.cmx
- OCAMLOPT parsing/pprintast.cmx
- OCAMLOPT typing/path.cmx
- OCAMLOPT typing/shape.cmx
- OCAMLOPT middle_end/backend_var.cmx
- OCAMLOPT toplevel/native/trace.cmx
- OCAMLOPT typing/types.cmx
- OCAMLOPT typing/data_types.cmx
- OCAMLOPT typing/gprinttyp.cmx
- OCAMLOPT typing/btype.cmx
- OCAMLOPT file_formats/cmi_format.cmx
- OCAMLOPT typing/errortrace.cmx
- OCAMLOPT typing/persistent_env.cmx
- OCAMLOPT typing/subst.cmx
- OCAMLOPT typing/predef.cmx
- OCAMLOPT typing/datarepr.cmx
- OCAMLOPT typing/signature_group.cmx
- OCAMLOPT parsing/parse.cmx
- OCAMLOPT parsing/printast.cmx
- OCAMLOPT typing/rawprinttyp.cmx
- OCAMLOPT typing/oprint.cmx
- OCAMLOPT typing/env.cmx
- OCAMLOPT parsing/ast_invariants.cmx
- OCAMLOPT driver/pparse.cmx
- OCAMLOPT driver/makedepend.cmx
- OCAMLOPT typing/typedtree.cmx
- OCAMLOPT typing/ctype.cmx
- OCAMLOPT typing/shape_reduce.cmx
- OCAMLOPT typing/typedecl_properties.cmx
- OCAMLOPT lambda/lambda.cmx
- OCAMLOPT typing/printtyped.cmx
- OCAMLOPT typing/tast_iterator.cmx
- OCAMLOPT typing/tast_mapper.cmx
- OCAMLOPT typing/untypeast.cmx
- OCAMLOPT typing/printpat.cmx
- OCAMLOPT lambda/value_rec_compiler.cmx
- OCAMLOPT lambda/translobj.cmx
- OCAMLOPT lambda/translattribute.cmx
- OCAMLOPT lambda/tmc.cmx
- OCAMLOPT bytecomp/instruct.cmx
- OCAMLOPT middle_end/internal_variable_names.cmx
- OCAMLOPT middle_end/clambda_primitives.cmx
- OCAMLOPT middle_end/flambda/base_types/static_exception.cmx
- OCAMLOPT asmcomp/arch.cmx
- OCAMLOPT asmcomp/cmm.cmx
- OCAMLOPT bytecomp/meta.cmx
- OCAMLOPT middle_end/clambda.cmx
- OCAMLOPT middle_end/semantics_of_primitives.cmx
- OCAMLOPT asmcomp/printcmm.cmx
- OCAMLOPT asmcomp/reg.cmx
- OCAMLOPT asmcomp/strmatch.cmx
- OCAMLOPT asmcomp/afl_instrument.cmx
- OCAMLOPT asmcomp/cmm_invariants.cmx
- OCAMLOPT bytecomp/symtable.cmx
- OCAMLOPT middle_end/variable.cmx
- OCAMLOPT file_formats/cmt_format.cmx
- OCAMLOPT asmcomp/mach.cmx
- OCAMLOPT lambda/simplif.cmx
- OCAMLOPT middle_end/flambda/base_types/closure_element.cmx
- OCAMLOPT middle_end/symbol.cmx
- OCAMLOPT middle_end/flambda/base_types/mutable_variable.cmx
- OCAMLOPT middle_end/flambda/parameter.cmx
- OCAMLOPT asmcomp/dataflow.cmx
- OCAMLOPT asmcomp/comballoc.cmx
- OCAMLOPT asmcomp/split.cmx
- OCAMLOPT asmcomp/reloadgen.cmx
- OCAMLOPT asmcomp/deadcode.cmx
- OCAMLOPT asmcomp/stackframegen.cmx
- OCAMLOPT asmcomp/linear.cmx
- OCAMLOPT middle_end/flambda/base_types/closure_id.cmx
- OCAMLOPT middle_end/flambda/base_types/var_within_closure.cmx
- OCAMLOPT middle_end/flambda/closure_conversion_aux.cmx
- OCAMLOPT file_formats/linear_format.cmx
- OCAMLOPT asmcomp/branch_relaxation.cmx
- OCAMLOPT asmcomp/polling.cmx
- OCAMLOPT asmcomp/stackframe.cmx
- OCAMLOPT middle_end/flambda/base_types/closure_origin.cmx
- OCAMLOPT middle_end/flambda/projection.cmx
- OCAMLOPT asmcomp/reload.cmx
- OCAMLOPT asmcomp/linearize.cmx
- OCAMLOPT typing/out_type.cmx
- OCAMLOPT typing/mtype.cmx
- OCAMLOPT typing/patterns.cmx
- OCAMLOPT typing/typedecl_variance.cmx
- OCAMLOPT typing/typedecl_unboxed.cmx
- OCAMLOPT typing/typedecl_separability.cmx
- OCAMLOPT typing/typedecl_immediacy.cmx
- OCAMLOPT typing/typeopt.cmx
- OCAMLOPT typing/parmatch.cmx
- OCAMLOPT typing/value_rec_check.cmx
- OCAMLOPT typing/printtyp.cmx
- OCAMLOPT typing/errortrace_report.cmx
- OCAMLOPT typing/envaux.cmx
- OCAMLOPT typing/stypes.cmx
- OCAMLOPT lambda/printlambda.cmx
- OCAMLOPT toplevel/genprintval.cmx
- OCAMLOPT toplevel/topprinters.cmx
- OCAMLOPT typing/cmt2annot.cmx
- OCAMLOPT typing/includeclass.cmx
- OCAMLOPT typing/includecore.cmx
- OCAMLOPT typing/typetexp.cmx
- OCAMLOPT lambda/matching.cmx
- OCAMLOPT middle_end/printclambda_primitives.cmx
- OCAMLOPT middle_end/convert_primitives.cmx
- OCAMLOPT bytecomp/printinstr.cmx
- OCAMLOPT middle_end/printclambda.cmx
- OCAMLOPT middle_end/flambda/flambda.cmx
- OCAMLOPT typing/includemod.cmx
- OCAMLOPT typing/typedecl.cmx
- OCAMLOPT middle_end/flambda/un_anf.cmx
- OCAMLOPT middle_end/flambda/flambda_iterators.cmx
- OCAMLOPT middle_end/flambda/effect_analysis.cmx
- OCAMLOPT middle_end/flambda/initialize_symbol_to_let_symbol.cmx
- OCAMLOPT middle_end/flambda/alias_analysis.cmx
- OCAMLOPT middle_end/flambda/remove_unused_program_constructs.cmx
- OCAMLOPT typing/includemod_errorprinter.cmx
- OCAMLOPT middle_end/flambda/flambda_utils.cmx
- OCAMLOPT middle_end/flambda/inlining_cost.cmx
- OCAMLOPT middle_end/flambda/lift_code.cmx
- OCAMLOPT middle_end/flambda/share_constants.cmx
- OCAMLOPT middle_end/flambda/ref_to_variables.cmx
- OCAMLOPT middle_end/flambda/flambda_invariants.cmx
- OCAMLOPT typing/typecore.cmx
- OCAMLOPT middle_end/flambda/inlining_stats_types.cmx
- OCAMLOPT lambda/translprim.cmx
- OCAMLOPT bytecomp/bytegen.cmx
- OCAMLOPT middle_end/flambda/freshening.cmx
- OCAMLOPT middle_end/flambda/closure_conversion.cmx
- OCAMLOPT middle_end/flambda/lift_let_to_initialize_symbol.cmx
- OCAMLOPT middle_end/flambda/find_recursive_functions.cmx
- OCAMLOPT middle_end/flambda/invariant_params.cmx
- OCAMLOPT middle_end/flambda/inconstant_idents.cmx
- OCAMLOPT middle_end/flambda/remove_unused_closure_vars.cmx
- OCAMLOPT middle_end/flambda/remove_free_vars_equal_to_args.cmx
- OCAMLOPT middle_end/flambda/closure_offsets.cmx
- OCAMLOPT middle_end/flambda/inlining_stats.cmx
- OCAMLOPT middle_end/flambda/remove_unused_arguments.cmx
- OCAMLOPT middle_end/flambda/simple_value_approx.cmx
- OCAMLOPT middle_end/flambda/export_info.cmx
- OCAMLOPT middle_end/flambda/lift_constants.cmx
- OCAMLOPT middle_end/flambda/simplify_common.cmx
- OCAMLOPT middle_end/flambda/inline_and_simplify_aux.cmx
- OCAMLOPT middle_end/flambda/simplify_boxed_integer_ops.cmx
- OCAMLOPT middle_end/flambda/simplify_primitives.cmx
- OCAMLOPT middle_end/flambda/export_info_for_pack.cmx
- OCAMLOPT middle_end/compilenv.cmx
- OCAMLOPT middle_end/flambda/traverse_for_exported_symbols.cmx
- OCAMLOPT middle_end/flambda/extract_projections.cmx
- OCAMLOPT middle_end/flambda/augment_specialised_args.cmx
- OCAMLOPT middle_end/flambda/inlining_transforms.cmx
- OCAMLOPT middle_end/flambda/unbox_free_vars_of_closures.cmx
- OCAMLOPT middle_end/closure/closure.cmx
- OCAMLOPT middle_end/flambda/import_approx.cmx
- OCAMLOPT middle_end/flambda/build_export_info.cmx
- OCAMLOPT middle_end/flambda/flambda_to_clambda.cmx
- OCAMLOPT asmcomp/x86_proc.cmx
- OCAMLOPT asmcomp/cmmgen_state.cmx
- OCAMLOPT asmcomp/emitaux.cmx
- OCAMLOPT middle_end/flambda/inlining_decision.cmx
- OCAMLOPT middle_end/flambda/unbox_specialised_args.cmx
- OCAMLOPT middle_end/flambda/unbox_closures.cmx
- OCAMLOPT asmcomp/cmm_helpers.cmx
- OCAMLOPT asmcomp/x86_dsl.cmx
- OCAMLOPT asmcomp/x86_gas.cmx
- OCAMLOPT asmcomp/x86_masm.cmx
- OCAMLOPT asmcomp/proc.cmx
- OCAMLOPT asmcomp/interval.cmx
- OCAMLOPT asmcomp/selectgen.cmx
- OCAMLOPT asmcomp/CSEgen.cmx
- OCAMLOPT asmcomp/spill.cmx
- OCAMLOPT asmcomp/interf.cmx
- OCAMLOPT asmcomp/coloring.cmx
- OCAMLOPT asmcomp/schedgen.cmx
- OCAMLOPT middle_end/flambda/inline_and_simplify.cmx
- OCAMLOPT asmcomp/emit.cmx
- OCAMLOPT asmcomp/printmach.cmx
- OCAMLOPT asmcomp/linscan.cmx
- OCAMLOPT asmcomp/scheduling.cmx
- OCAMLOPT asmcomp/CSE.cmx
- OCAMLOPT middle_end/closure/closure_middle_end.cmx
- OCAMLOPT asmcomp/liveness.cmx
- OCAMLOPT asmcomp/printlinear.cmx
- OCAMLOPT asmcomp/selection.cmx
- OCAMLOPT middle_end/flambda/flambda_middle_end.cmx
- OCAMLOPT asmcomp/thread_sanitizer.cmx
- OCAMLOPT typing/typeclass.cmx
- OCAMLOPT lambda/translcore.cmx
- LINKOPT compilerlibs/ocamlmiddleend.cmxa
- OCAMLOPT asmcomp/cmmgen.cmx
- OCAMLOPT lambda/translclass.cmx
- OCAMLOPT typing/typemod.cmx
- OCAMLOPT lambda/translmod.cmx
- OCAMLOPT bytecomp/emitcode.cmx
- OCAMLOPT asmcomp/asmgen.cmx
- OCAMLOPT asmcomp/asmlink.cmx
- OCAMLOPT bytecomp/bytelink.cmx
- OCAMLOPT driver/compmisc.cmx
- OCAMLOPT driver/compile_common.cmx
- OCAMLOPT toplevel/topcommon.cmx
- OCAMLOPT asmcomp/asmlibrarian.cmx
- OCAMLOPT asmcomp/asmpackager.cmx
- OCAMLOPT bytecomp/bytelibrarian.cmx
- OCAMLOPT bytecomp/bytepackager.cmx
- LINKOPT compilerlibs/ocamlcommon.cmxa
- OCAMLOPT driver/compile.cmx
- OCAMLOPT driver/optcompile.cmx
- OCAMLOPT driver/optmaindriver.cmx
- OCAMLOPT toplevel/native/tophooks.cmx
- OCAMLOPT driver/maindriver.cmx
- OCAMLOPT toplevel/native/topeval.cmx
- LINKOPT compilerlibs/ocamloptcomp.cmxa
- LINKOPT compilerlibs/ocamlbytecomp.cmxa
- OCAMLOPT toplevel/toploop.cmx
- OCAMLOPT toplevel/topdirs.cmx
- OCAMLOPT toplevel/native/topmain.cmx
- LINKOPT compilerlibs/ocamltoplevel.cmxa
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- touch _build/ocaml_built
- ./gen_ocamlfind_conf.sh x86_64 "/home/opam/.opam/5.4" > _build/unikraft_x86_64.conf
- ./gen_dot_install.sh x86_64 > ocaml-unikraft-x86_64.install
-> compiled ocaml-unikraft-x86_64.1.1.0
-> removed ocaml-unikraft-x86_64.1.1.0
Processing 4/4: [ocaml-unikraft-x86_64: make install-ocaml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install-ocaml" (CWD=/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0)
- ln -sf "$(command -v ocamllex)" ocaml/lex/ocamllex
- ln -sf "$(command -v ocamlyacc)" ocaml/yacc/ocamlyacc
- make -C ocaml installcross
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- # Create dummy files to keep `install` happy
- touch \
- toplevel/native/nat__dummy__.cmi toplevel/native/nat__dummy__.cmt toplevel/native/nat__dummy__.cmti toplevel/native/nat__dummy__.cmx toplevel/all__dummy__.cmx toplevel/topstart.o toplevel/native/tophooks.cmi
- ln -sf `command -v ocamllex` lex/ocamllex.opt
- ln -sf `command -v ocamlyacc` yacc/ocamlyacc.opt
- # Real installation
- make install build_ocamldoc=false WITH_DEBUGGER= OCAMLRUN=ocamlrun
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- mkdir -p "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/bin"
- mkdir -p "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"
- mkdir -p "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/stublibs"
- mkdir -p "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/compiler-libs"
- mkdir -p "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/share/doc/ocaml"
- mkdir -p "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/caml"
- mkdir -p "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/profiling"
- /usr/bin/install -c -p runtime/ocamlrun runtime/ocamlrund runtime/ocamlruni "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/bin"
- /usr/bin/install -c -p -m 644 runtime/ld.conf runtime/libcamlrun.a runtime/libcamlrund.a runtime/libcamlruni.a \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"
- /usr/bin/install -c -p -m 644 runtime/caml/domain_state.tbl runtime/caml/*.h \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/caml"
- /usr/bin/install -c -p ocaml "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/bin"
- ocamlrun ./tools/stripdebug ocamlc ocamlc.tmp && /usr/bin/install -c -p ocamlc.tmp "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/bin/ocamlc.byte" && rm ocamlc.tmp
- make -C stdlib install
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/stdlib'
- /usr/bin/install -c -p -m 644 \
- stdlib.cma std_exit.cmo *.cmi "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"
- mkdir -p "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/stdlib"
- /usr/bin/install -c -p -m 644 META "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/stdlib"
- /usr/bin/install -c -p -m 644 \
- *.cmt *.cmti *.mli *.ml *.ml.in \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"
- /usr/bin/install -c -p -m 644 target_runtime-launch-info "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/runtime-launch-info"
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/stdlib'
- /usr/bin/install -c -p lex/ocamllex \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/bin/ocamllex.byte"
- for i in ocamldep ocamlobjinfo; \
- do \
- /usr/bin/install -c -p "tools/$i" "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/bin/$i.byte";\
- if test -f "tools/$i".opt; then \
- /usr/bin/install -c -p "tools/$i.opt" "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/bin" && \
- (cd "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/bin" && ln -sf "$i.opt" "$i"); \
- else \
- (cd "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/bin" && ln -sf "$i.byte" "$i"); \
- fi; \
- done
- for i in ocamlcmt ocamlprof ocamlcp ocamlmklib ocamlmktop ocamloptp; \
- do \
- /usr/bin/install -c -p "tools/$i" "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/bin";\
- done
- /usr/bin/install -c -p yacc/ocamlyacc "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/bin"
- /usr/bin/install -c -p -m 644 \
- utils/*.cmi \
- parsing/*.cmi \
- typing/*.cmi \
- bytecomp/*.cmi \
- file_formats/*.cmi \
- lambda/*.cmi \
- driver/*.cmi \
- toplevel/*.cmi \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- toplevel/byte/*.cmi \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- utils/*.cmt utils/*.cmti utils/*.mli \
- parsing/*.cmt parsing/*.cmti parsing/*.mli \
- typing/*.cmt typing/*.cmti typing/*.mli \
- file_formats/*.cmt file_formats/*.cmti file_formats/*.mli \
- lambda/*.cmt lambda/*.cmti lambda/*.mli \
- bytecomp/*.cmt bytecomp/*.cmti bytecomp/*.mli \
- driver/*.cmt driver/*.cmti driver/*.mli \
- toplevel/*.cmt toplevel/*.cmti toplevel/*.mli \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- toplevel/byte/*.cmt \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- tools/profiling.cmt tools/profiling.cmti \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/profiling"
- /usr/bin/install -c -p -m 644 \
- compilerlibs/*.cma compilerlibs/META \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- driver/main.cmo toplevel/topstart.cmo \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p expunge "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"
- rm -f "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/topdirs.cm* "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/topdirs.mli"
- rm -f "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/profiling.cm* "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/profiling.o"
- /usr/bin/install -c -p -m 644 \
- tools/profiling.cmi tools/profiling.cmo \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/profiling"
- make -C man install
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/man'
- mkdir -p '/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/man/man1'
- /usr/bin/install -c -p -m 644 ocaml.1 ocamlc.1 ocamlc.opt.1 ocamlcp.1 ocamldebug.1 ocamldep.1 ocamldoc.1 ocamllex.1 ocamlmktop.1 ocamlopt.1 ocamlopt.opt.1 ocamloptp.1 ocamlprof.1 ocamlrun.1 ocamlyacc.1 '/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/man/man1'
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/man'
- rm -f "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/dynlink.cm* "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/dynlink.mli" \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/dynlink.a" \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/"dynlink_config.cmx "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/"dynlink_types.cmx "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/"dynlink_platform_intf.cmx "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/"dynlink_common.cmx "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/"dynlink.cmx
- mkdir -p "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/dynlink"
- /usr/bin/install -c -p -m 644 \
- otherlibs/dynlink/dynlink.cmi otherlibs/dynlink/dynlink.cma \
- otherlibs/dynlink/META \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/dynlink"
- /usr/bin/install -c -p -m 644 \
- otherlibs/dynlink/dynlink.cmti otherlibs/dynlink/dynlink.mli \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/dynlink"
- for i in runtime_events unix str systhreads; do \
- make -C otherlibs/$i install || exit $?; \
- done
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/runtime_events'
- if test -f dllcamlruntime_eventsbyt.so; then \
- /usr/bin/install -c -p \
- dllcamlruntime_eventsbyt.so "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libcamlruntime_eventsbyt.a "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/"
- rm -f "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/runtime_events.cma "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/runtime_events.cmi "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/runtime_events.mli "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/runtime_events.cmti "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/runtime_events.cmx "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/runtime_events.cmxa "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/runtime_events.cmxs "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/runtime_events.a
- mkdir -p "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/runtime_events"
- /usr/bin/install -c -p -m 644 \
- runtime_events.cma runtime_events.cmi META \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/runtime_events/"
- /usr/bin/install -c -p -m 644 \
- runtime_events.mli \
- runtime_events.cmti \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/runtime_events/"
- if test -n "caml/runtime_events_consumer.h"; then \
- /usr/bin/install -c -p -m 644 caml/runtime_events_consumer.h "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/caml/"; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/runtime_events'
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/unix'
- if test -f dllunixbyt.so; then \
- /usr/bin/install -c -p \
- dllunixbyt.so "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libunixbyt.a "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/"
- rm -f "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/unix.cma "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/unix.cmi "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/unixLabels.cmi "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/unix.mli "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/unixLabels.mli "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/unix.cmti "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/unixLabels.cmti "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/unix.cmx "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/unixLabels.cmx "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/unix.cmxa "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/unix.cmxs "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/unix.a
- mkdir -p "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/unix"
- /usr/bin/install -c -p -m 644 \
- unix.cma unix.cmi unixLabels.cmi META \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/unix/"
- /usr/bin/install -c -p -m 644 \
- unix.mli unixLabels.mli \
- unix.cmti unixLabels.cmti \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/unix/"
- if test -n "caml/unixsupport.h caml/socketaddr.h"; then \
- /usr/bin/install -c -p -m 644 caml/unixsupport.h caml/socketaddr.h "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/caml/"; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/unix'
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/str'
- if test -f dllcamlstrbyt.so; then \
- /usr/bin/install -c -p \
- dllcamlstrbyt.so "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libcamlstrbyt.a "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/"
- rm -f "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/str.cma "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/str.cmi "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/str.mli "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/str.cmti "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/str.cmx "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/str.cmxa "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/str.cmxs "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"/str.a
- mkdir -p "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/str"
- /usr/bin/install -c -p -m 644 \
- str.cma str.cmi META \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/str/"
- /usr/bin/install -c -p -m 644 \
- str.mli \
- str.cmti \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/str/"
- if test -n ""; then \
- /usr/bin/install -c -p -m 644 "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/caml/"; \
- fi
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/str'
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/systhreads'
- if test -f dllthreads.so; then \
- /usr/bin/install -c -p dllthreads.so "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libthreads.a "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"
- mkdir -p "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/threads"
- /usr/bin/install -c -p -m 644 \
- thread.cmi event.cmi threads.cma META \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/threads"
- /usr/bin/install -c -p -m 644 \
- thread.cmti event.cmti \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/threads"
- /usr/bin/install -c -p -m 644 thread.mli event.mli "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/threads"
- /usr/bin/install -c -p -m 644 caml/threads.h "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/caml"
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/systhreads'
- if test -n ""; then \
- /usr/bin/install -c -p debugger/ocamldebug "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/bin"; \
- fi
- /usr/bin/install -c -p -m 644 Makefile.config "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"
- /usr/bin/install -c -p -m 644 Changes README.adoc README.win32.adoc LICENSE "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/share/doc/ocaml"
- if test -f ocamlopt; then make installopt; else \
- cd "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/bin"; \
- ln -sf ocamlc.byte ocamlc; \
- ln -sf ocamllex.byte ocamllex; \
- (test -f flexlink.byte && \
- ln -sf flexlink.byte flexlink) || true; \
- fi
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- /usr/bin/install -c -p -m 644 runtime/libasmrun.a runtime/libcomprmarsh.a runtime/libasmrund.a runtime/libasmruni.a "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"
- ocamlrun ./tools/stripdebug ocamlopt ocamlopt.tmp && /usr/bin/install -c -p ocamlopt.tmp "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/bin/ocamlopt.byte" && rm ocamlopt.tmp
- make -C stdlib installopt
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/stdlib'
- /usr/bin/install -c -p -m 644 \
- stdlib.cmxa stdlib.a std_exit.o *.cmx \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/stdlib'
- /usr/bin/install -c -p -m 644 \
- middle_end/*.cmi \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- middle_end/closure/*.cmi \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- middle_end/flambda/*.cmi \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- middle_end/flambda/base_types/*.cmi \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- asmcomp/*.cmi \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- middle_end/*.cmt middle_end/*.cmti \
- middle_end/*.mli \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- middle_end/closure/*.cmt middle_end/closure/*.cmti \
- middle_end/closure/*.mli \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- middle_end/flambda/*.cmt middle_end/flambda/*.cmti \
- middle_end/flambda/*.mli \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- middle_end/flambda/base_types/*.cmt \
- middle_end/flambda/base_types/*.cmti \
- middle_end/flambda/base_types/*.mli \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- asmcomp/*.cmt asmcomp/*.cmti \
- asmcomp/*.mli \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- driver/optmain.cmo \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/compiler-libs"
- for i in runtime_events unix str systhreads; do \
- make -C otherlibs/$i installopt || exit $?; \
- done
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/runtime_events'
- /usr/bin/install -c -p -m 644 \
- runtime_events.cmx runtime_events.cmxa runtime_events.a \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/runtime_events/"
- if test -f runtime_events.cmxs; then \
- /usr/bin/install -c -p runtime_events.cmxs "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/runtime_events"; \
- fi
- if test -f dllcamlruntime_eventsnat.so; then \
- /usr/bin/install -c -p \
- dllcamlruntime_eventsnat.so "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libcamlruntime_eventsnat.a "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/"
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/runtime_events'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/unix'
- /usr/bin/install -c -p -m 644 \
- unix.cmx unixLabels.cmx unix.cmxa unix.a \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/unix/"
- if test -f unix.cmxs; then \
- /usr/bin/install -c -p unix.cmxs "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/unix"; \
- fi
- if test -f dllunixnat.so; then \
- /usr/bin/install -c -p \
- dllunixnat.so "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libunixnat.a "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/"
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/unix'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/str'
- /usr/bin/install -c -p -m 644 \
- str.cmx str.cmxa str.a \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/str/"
- if test -f str.cmxs; then \
- /usr/bin/install -c -p str.cmxs "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/str"; \
- fi
- if test -f dllcamlstrnat.so; then \
- /usr/bin/install -c -p \
- dllcamlstrnat.so "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/stublibs"; \
- fi
- /usr/bin/install -c -p -m 644 libcamlstrnat.a "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/"
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/str'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/systhreads'
- /usr/bin/install -c -p -m 644 libthreadsnat.a "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml"
- /usr/bin/install -c -p -m 644 \
- thread.cmx event.cmx threads.cmxa threads.a \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/threads"
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml/otherlibs/systhreads'
- if test -f ocamlopt.opt; then make installoptopt; else \
- cd "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/bin"; \
- ln -sf ocamlc.byte ocamlc; \
- ln -sf ocamlopt.byte ocamlopt; \
- ln -sf ocamllex.byte ocamllex; \
- (test -f flexlink.byte && \
- ln -sf flexlink.byte flexlink) || true; \
- fi
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- /usr/bin/install -c -p ocamlc.opt "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/bin"
- /usr/bin/install -c -p ocamlopt.opt "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/bin"
- /usr/bin/install -c -p lex/ocamllex.opt "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/bin"
- cd "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/bin"; \
- ln -sf ocamlc.opt ocamlc; \
- ln -sf ocamlopt.opt ocamlopt; \
- ln -sf ocamllex.opt ocamllex
- /usr/bin/install -c -p -m 644 \
- utils/*.cmx parsing/*.cmx typing/*.cmx bytecomp/*.cmx \
- toplevel/*.cmx toplevel/native/*.cmx \
- toplevel/native/tophooks.cmi \
- file_formats/*.cmx \
- lambda/*.cmx \
- driver/*.cmx asmcomp/*.cmx middle_end/*.cmx \
- middle_end/closure/*.cmx \
- middle_end/flambda/*.cmx \
- middle_end/flambda/base_types/*.cmx \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- compilerlibs/*.cmxa compilerlibs/*.a \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/compiler-libs"
- /usr/bin/install -c -p -m 644 \
- driver/main.cmx driver/main.o \
- driver/optmain.cmx driver/optmain.o \
- toplevel/topstart.o \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/compiler-libs"
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- /usr/bin/install -c -p -m 644 \
- tools/profiling.cmx tools/profiling.o \
- "/home/opam/.opam/5.4/lib/ocaml-unikraft-x86_64/lib/ocaml/profiling"
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-unikraft-x86_64.1.1.0/ocaml'
-> installed ocaml-unikraft-x86_64.1.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-02 07:56.50 ---> saved as "ce080aeac0bd4a78cb78fd17e969878374fb2c7e707236f6428eecd2977bf99e"
Job succeeded
2026-03-02 07:56.57: Job succeeded