Build:
  1. 0
2026-02-23 11:15.27: New job: test ocaml-variants.4.08.0+musl+static+flambda, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29451/head (eb625039bcf5bbcc82c8f591cc7d2b95d7c5596f)
                              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 eb625039
git fetch origin master
git merge --no-edit 8533409a78b7b71caafd68ec02d9bb6094bdfeac
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-2.3 /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-variants.4.08.0+musl+static+flambda 4.08.0+musl+static+flambda
RUN opam reinstall --update-invariant ocaml-variants.4.08.0+musl+static+flambda; \
    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-variants.4.08.0+musl+static+flambda' && 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-variants.4.08.0+musl+static+flambda) || true
RUN opam reinstall --with-test --verbose --update-invariant ocaml-variants.4.08.0+musl+static+flambda; \
    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-variants.4.08.0+musl+static+flambda' && 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-23 11:15.27: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c-ocaml-variants.4.08.0+musl+static+flambda-eb625039bcf5bbcc82c8f591cc7d2b95d7c5596f"
2026-02-23 11:15.27: 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-2.3 /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-variants.4.08.0+musl+static+flambda 4.08.0+musl+static+flambda"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall --update-invariant ocaml-variants.4.08.0+musl+static+flambda;\
             \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-variants.4.08.0+musl+static+flambda' && 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-variants.4.08.0+musl+static+flambda) || true"))
 (run (shell  "opam reinstall --with-test --verbose --update-invariant ocaml-variants.4.08.0+musl+static+flambda;\
             \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-variants.4.08.0+musl+static+flambda' && 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-23 11:15.27: Waiting for resource in pool OCluster
2026-02-23 20:52.11: Waiting for worker…
2026-02-23 20:54.19: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 8533409a78 Merge pull request #29443 from kit-ty-kate/opam-publish-opam-publish.3.0.0
Merge made by the 'ort' strategy.
 .../ocaml-base-compiler/ocaml-base-compiler.3.07+1/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.3.07+2/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.3.07/opam   |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.3.08.0/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.3.08.1/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.3.08.2/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.3.08.3/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.3.08.4/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.3.09.0/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.3.09.1/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.3.09.2/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.3.09.3/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.3.10.0/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.3.10.1/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.3.10.2/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.3.11.0/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.3.11.1/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.3.11.2/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.3.12.0/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.3.12.1/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.00.0/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.00.1/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.01.0/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.02.0/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.02.1/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.02.2/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.02.3/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.03.0/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.04.0/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.04.1/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.04.2/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.05.0/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.06.0/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.06.1/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.07.0/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.07.1/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.08.0/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.08.1/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.09.0/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.09.1/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.10.0/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.10.1/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.10.2/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.11.0/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.11.1/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.11.2/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.12.0/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.12.1/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.13.0/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.13.1/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.14.0/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.14.1/opam |  1 +
 .../ocaml-base-compiler/ocaml-base-compiler.4.14.2/opam |  1 +
 .../ocaml-base-compiler.4.14.2~rc1/opam                 |  1 +
 .../ocaml-base-compiler/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 +
 packages/ocaml-compiler/ocaml-compiler.5.4.0~beta1/opam |  1 +
 packages/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/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 +
 packages/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 +
 packages/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 +
 packages/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 +
 packages/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 +
 packages/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/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 +
 packages/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/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 +
 packages/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/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/ocaml-variants.4.05.0+spacetime/opam |  1 +
 .../ocaml-variants.4.05.0+statistical-memprof/opam      |  1 +
 .../ocaml-variants/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/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/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/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/ocaml-variants.4.07.1+spacetime/opam |  1 +
 .../ocaml-variants.4.07.1+statistical-memprof/opam      |  1 +
 .../ocaml-variants/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/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/ocaml-variants.4.08.1+spacetime/opam |  1 +
 .../ocaml-variants/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/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/ocaml-variants.4.09.1+spacetime/opam |  1 +
 .../ocaml-variants/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/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/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/ocaml-variants.4.10.2+spacetime/opam |  1 +
 .../ocaml-variants/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/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/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/ocaml-variants.4.11.2+spacetime/opam |  1 +
 .../ocaml-variants/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 +
 packages/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 +
 packages/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 +
 packages/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          | 17 +++++++++++++++++
 432 files changed, 463 insertions(+), 5 deletions(-)
 create mode 100644 packages/relocatable/relocatable.packages/opam

(from ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c)
2026-02-23 20:54.30 ---> using "3c18c9e472a4f76bc128dc0a5a1e21158ba3dbd0d6773ace6ec33f0cfe6fac9b" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2026-02-23 20:54.30 ---> using "17fb61ec04240c7b97766f08c6c6b15ae3c280b8851a200e196852d22a6fb5ff" 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [y/n] y
[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-02-23 20:54.30 ---> using "b65478e1e692d6e3f37d20cf50faedc937e2a6ab3bb83dd5a56872c926f28edc" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# 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-02-23 20:54.30 ---> using "d2738cd2dd960936c72373ef43e5c3f8577215a3f647beba062e69b3c46a6b0a" 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-02-23 20:54.30 ---> using "2cc59bf26f62e174379e23c440a43adb851045deca5b61583d8a3ef486785ff1" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-02-23 20:54.30 ---> using "10bc5025d241bfbb51cf8b35035e35d999da4766d11e1cf9553587a52b2b907e" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-23 20:54.31 ---> using "99947b2829ab4e1be8043d67a776b2b635ee2c8cb5011b7e300af96bb74bf539" 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 [112 kB]
- Fetched 203 kB in 0s (1852 kB/s)
- Reading package lists...
2026-02-23 20:54.31 ---> using "32159c5a84adc24c9abdce8335367652fe9528330b7bb98b41ad67de915555ed" from cache

/home/opam: (run (shell "opam pin add -k version -yn ocaml-variants.4.08.0+musl+static+flambda 4.08.0+musl+static+flambda"))
ocaml-variants is now pinned to version 4.08.0+musl+static+flambda
2026-02-23 20:54.31 ---> using "e04f501f74f57a1efd14038e95e38e192b9aad4be365fdcbdf916338b5dbc1e0" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall --update-invariant ocaml-variants.4.08.0+musl+static+flambda;\
                        \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-variants.4.08.0+musl+static+flambda' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ocaml-variants.4.08.0+musl+static+flambda is not installed. Install it? [y/n] y
The following actions will be performed:
=== remove 6 packages
  - remove    base-domains          base                                [conflicts with ocaml]
  - remove    base-effects          base                                [conflicts with ocaml]
  - remove    base-nnp              base                                [uses base-domains]
  - remove    ocaml-base-compiler   5.4.0 (pinned)                      [conflicts with ocaml-variants]
  - remove    ocaml-compiler        5.4.0
  - remove    ocaml-options-vanilla 1
=== downgrade 2 packages
  - downgrade ocaml                 5.4.0 to 4.08.0                     [uses ocaml-variants]
  - downgrade ocaml-config          3 to 1                              [uses ocaml-variants]
=== recompile 1 package
  - recompile opam-depext           1.2.3                               [uses ocaml]
=== install 1 package
  - install   ocaml-variants        4.08.0+musl+static+flambda (pinned)

The following system packages will first need to be installed:
    musl-tools

<><> 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" "musl-tools"
- Selecting previously unselected package musl:amd64.
- (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 .../musl_1.2.5-3_amd64.deb ...
- Unpacking musl:amd64 (1.2.5-3) ...
- Selecting previously unselected package musl-dev:amd64.
- Preparing to unpack .../musl-dev_1.2.5-3_amd64.deb ...
- Unpacking musl-dev:amd64 (1.2.5-3) ...
- Selecting previously unselected package musl-tools.
- Preparing to unpack .../musl-tools_1.2.5-3_amd64.deb ...
- Unpacking musl-tools (1.2.5-3) ...
- Setting up musl:amd64 (1.2.5-3) ...
- Setting up musl-dev:amd64 (1.2.5-3) ...
- Setting up musl-tools (1.2.5-3) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed   base-effects.base
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   ocaml-options-vanilla.1
-> retrieved ocaml-config.1  (cached)
-> retrieved ocaml-variants.4.08.0+musl+static+flambda  (cached)
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.3
-> removed   ocaml.5.4.0
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.4.0
-> removed   ocaml-compiler.5.4.0
-> installed ocaml-variants.4.08.0+musl+static+flambda
-> installed ocaml-config.1
-> installed ocaml.4.08.0
-> installed opam-depext.1.2.3
[NOTE] Switch invariant was updated to ["ocaml-variants" {= "4.08.0+musl+static+flambda"}]
       Use `opam switch set-invariant' to change it.
Done.

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# To update the current shell environment, run: eval $(opam env)
2026-02-23 20:57.10 ---> saved as "7d957e5930fc63ef32f916e432b587916531b8b3b2015700c051c2cb2aa15483"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test ocaml-variants.4.08.0+musl+static+flambda) || true"))
The following actions will be performed:
=== recompile 4 packages
  - recompile ocaml          4.08.0                              [uses ocaml-variants]
  - recompile ocaml-config   1                                   [uses ocaml-variants]
  - recompile ocaml-variants 4.08.0+musl+static+flambda (pinned)
  - recompile opam-depext    1.2.3                               [uses ocaml]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.1  (2 extra sources)
-> retrieved ocaml-config.1  (2 extra sources)
-> retrieved ocaml-variants.4.08.0+musl+static+flambda  (https://opam.ocaml.org/cache)
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.3
-> removed   ocaml.4.08.0
-> removed   ocaml-config.1
-> removed   ocaml-variants.4.08.0+musl+static+flambda
-> installed ocaml-variants.4.08.0+musl+static+flambda
-> installed ocaml-config.1
-> installed ocaml.4.08.0
-> installed opam-depext.1.2.3
Done.

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# To update the current shell environment, run: eval $(opam env)
2026-02-23 20:59.43 ---> saved as "379e24ce9863d76ecaff383adcca206ef4fc647d31056913cab2b0cc1b009883"

/home/opam: (run (shell  "opam reinstall --with-test --verbose --update-invariant ocaml-variants.4.08.0+musl+static+flambda;\
                        \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-variants.4.08.0+musl+static+flambda' && 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 4 packages
  - recompile ocaml          4.08.0                              [uses ocaml-variants]
  - recompile ocaml-config   1                                   [uses ocaml-variants]
  - recompile ocaml-variants 4.08.0+musl+static+flambda (pinned)
  - recompile opam-depext    1.2.3                               [uses ocaml]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.1  (cached)
Processing  3/16: [ocaml-variants.4.08.0+musl+static+flambda: extract]
-> retrieved ocaml-variants.4.08.0+musl+static+flambda  (cached)
Processing  4/16: [opam-depext.1.2.3: extract]
[ocaml-variants: patch] applying fix-gcc10.patch
Processing  5/16: [opam-depext.1.2.3: extract] [ocaml-variants: patch]
-> retrieved opam-depext.1.2.3  (cached)
Processing  5/16: [ocaml-variants: patch]
[ocaml-variants: patch] applying alt-signal-stack.patch
Processing  5/16: [ocaml-variants: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix=/home/opam/.opam/5.4" "CC=musl-gcc" "CFLAGS=-Os" "ASPP=musl-gcc -c" "--enable-flambda" "LIBS=-static" "--disable-graph-lib" (CWD=/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda)
- configure: Configuring OCaml version 4.08.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-linux-gnu
- checking for ld... ld
- checking how to print strings... printf
- checking for gcc... musl-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... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether musl-gcc accepts -g... yes
- checking for musl-gcc option to accept ISO C89... 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 musl-gcc... ld
- checking if the linker (ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
- checking the name lister (/usr/bin/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-linux-gnu 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 ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for ar... ar
- checking for archiver @FILE support... @
- checking for strip... strip
- checking for ranlib... ranlib
- checking for gawk... no
- checking for mawk... mawk
- checking command to parse /usr/bin/nm -B output from musl-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
- ./configure: line 6643: /usr/bin/file: No such file or directory
- checking for mt... no
- checking if : is a manifest tool... no
- checking how to run the C preprocessor... musl-gcc -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if musl-gcc supports -fno-rtti -fno-exceptions... no
- checking for musl-gcc option to produce PIC... -fPIC -DPIC
- checking if musl-gcc PIC flag -fPIC -DPIC works... yes
- checking if musl-gcc static flag -static works... yes
- checking if musl-gcc supports -c -o file.o... yes
- checking if musl-gcc supports -c -o file.o... (cached) yes
- checking whether the musl-gcc linker (ld) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... no
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking whether #! works in shell scripts... yes
- checking C compiler vendor... 
- gcc-14-2
- checking for a BSD-compatible install... /usr/bin/install -c
- checking for cos in -lm... yes
- checking math.h usability... yes
- checking math.h presence... yes
- checking for math.h... yes
- checking for unistd.h... (cached) yes
- checking for stdint.h... (cached) yes
- checking sys/shm.h usability... yes
- checking sys/shm.h presence... yes
- checking for sys/shm.h... yes
- checking for dirent.h... yes
- checking for sys/select.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 whether the C compiler supports -fno-tree-vrp... yes
- checking for ld... ld
- 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 copysign... yes
- checking for getrusage... yes
- checking for times... yes
- checking for secure_getenv... yes
- checking for issetugid... yes
- checking for library containing clock_gettime... none required
- 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 getpriority... yes
- checking for setpriority... yes
- checking for sys/types.h... (cached) yes
- checking utime.h usability... yes
- checking utime.h presence... yes
- checking for utime.h... yes
- checking for utime... yes
- checking for utimes... yes
- checking for dup2... 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 waitpid... 
- yes
- checking for wait4... yes
- checking for getgroups... yes
- checking for setgroups... yes
- checking for initgroups... yes
- checking termios.h usability... yes
- checking termios.h presence... 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 asynchronous I/O... no
- checking for setitimer... yes
- checking for gethostname... yes
- checking sys/utsname.h usability... yes
- checking sys/utsname.h presence... 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 locale.h usability... yes
- checking locale.h presence... yes
- checking for locale.h... yes
- checking for newlocale... yes
- checking for freelocale... 
- yes
- checking for uselocale... yes
- checking xlocale.h usability... no
- checking xlocale.h presence... no
- checking for xlocale.h... no
- checking for strtod_l... yes
- checking for dlopen... yes
- configure: Dynamic loading of shared libraries is supported.
- checking sys/mman.h usability... yes
- checking sys/mman.h presence... yes
- checking for sys/mman.h... yes
- checking for mmap... yes
- checking for munmap... yes
- checking for pwrite... yes
- checking whether the C compiler supports -fdebug-prefix-map... yes
- checking for struct stat.st_atim.tv_nsec... yes
- 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 execvpe... yes
- configure: replay debugger supported
- checking whether stack overflows can be detected... yes
- checking whether musl-gcc is Clang... no
- checking whether pthreads work with -pthread... 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
- configure: the POSIX threads library is supported
- checking for sigwait... yes
- configure: the bytecode threads library is supported
- configure: the graph library has been disabled
- checking bfd.h usability... no
- checking bfd.h presence... no
- checking for bfd.h... no
- checking whether the assembler supports --debug-prefix-map... yes
- checking whether the assembler supports CFI directives... yes
- configure: not using frame pointers
- checking whether mmap supports huge pages... yes
- checking whether to build spacetime... no
- configure: creating ./config.status
- config.status: creating Makefile.common
- config.status: creating Makefile.config
- config.status: creating runtime/caml/m.h
- config.status: creating runtime/caml/s.h
- config.status: executing libtool commands
Processing  5/16: [ocaml-variants: make world]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j255" "world" (CWD=/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda)
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- make -C runtime  all
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/runtime'
- echo "/home/opam/.opam/5.4/lib/ocaml/stublibs" > ld.conf
- cat caml/instruct.h | tr -d '\r' | \
- sed -n -e '/^  /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \
-        -e '/^}/q' > caml/jumptbl.h
- echo "/home/opam/.opam/5.4/lib/ocaml" >> ld.conf
- ../tools/make-version-header.sh ../VERSION > caml/version.h
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o stacks_b.o stacks.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o fix_code_b.o fix_code.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o startup_aux_b.o startup_aux.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o freelist_b.o freelist.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o major_gc_b.o major_gc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o minor_gc_b.o minor_gc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o memory_b.o memory.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o alloc_b.o alloc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o roots_byt_b.o roots_byt.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o globroots_b.o globroots.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o fail_byt_b.o fail_byt.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o signals_b.o signals.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o signals_byt_b.o signals_byt.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o printexc_b.o printexc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o backtrace_byt_b.o backtrace_byt.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o backtrace_b.o backtrace.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o compare_b.o compare.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o ints_b.o ints.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o floats_b.o floats.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o str_b.o str.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o array_b.o array.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o io_b.o io.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o extern_b.o extern.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o intern_b.o intern.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o hash_b.o hash.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o meta_b.o meta.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o parsing_b.o parsing.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o gc_ctrl_b.o gc_ctrl.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o md5_b.o md5.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o obj_b.o obj.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o lexing_b.o lexing.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o callback_b.o callback.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o debugger_b.o debugger.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o weak_b.o weak.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o compact_b.o compact.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o finalise_b.o finalise.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o custom_b.o custom.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o dynlink_b.o dynlink.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o spacetime_byt_b.o spacetime_byt.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o afl_b.o afl.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o unix_b.o unix.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o bigarray_b.o bigarray.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o main_b.o main.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o interp_bd.o interp.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o misc_bd.o misc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o stacks_bd.o stacks.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o fix_code_bd.o fix_code.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o startup_aux_bd.o startup_aux.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o startup_byt_bd.o startup_byt.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o freelist_bd.o freelist.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o major_gc_bd.o major_gc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o minor_gc_bd.o minor_gc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o memory_bd.o memory.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o alloc_bd.o alloc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o roots_byt_bd.o roots_byt.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o globroots_bd.o globroots.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o fail_byt_bd.o fail_byt.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o signals_bd.o signals.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o signals_byt_bd.o signals_byt.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o printexc_bd.o printexc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o backtrace_byt_bd.o backtrace_byt.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o backtrace_bd.o backtrace.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o compare_bd.o compare.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o ints_bd.o ints.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o floats_bd.o floats.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o str_bd.o str.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o array_bd.o array.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o io_bd.o io.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o extern_bd.o extern.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o intern_bd.o intern.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o hash_bd.o hash.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o sys_bd.o sys.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o meta_bd.o meta.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o parsing_bd.o parsing.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o gc_ctrl_bd.o gc_ctrl.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o md5_bd.o md5.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o obj_bd.o obj.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o lexing_bd.o lexing.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o callback_bd.o callback.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o debugger_bd.o debugger.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o weak_bd.o weak.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o compact_bd.o compact.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o finalise_bd.o finalise.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o custom_bd.o custom.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o dynlink_bd.o dynlink.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o spacetime_byt_bd.o spacetime_byt.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o afl_bd.o afl.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o unix_bd.o unix.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o bigarray_bd.o bigarray.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o main_bd.o main.c
- cat caml/instruct.h | tr -d '\r' | \
- sed -e '/\/\*/d' \
-     -e '/^#/d' \
-     -e 's/enum /static char * names_of_/' \
-     -e 's/{$/[] = {/' \
-     -e 's/\([[:upper:]][[:upper:]_0-9]*\)/"\1"/g' > caml/opnames.h
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o interp_bi.o interp.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o misc_bi.o misc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o stacks_bi.o stacks.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o fix_code_bi.o fix_code.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o startup_aux_bi.o startup_aux.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o startup_byt_bi.o startup_byt.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o freelist_bi.o freelist.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o major_gc_bi.o major_gc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o minor_gc_bi.o minor_gc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o memory_bi.o memory.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o alloc_bi.o alloc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o roots_byt_bi.o roots_byt.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o globroots_bi.o globroots.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o fail_byt_bi.o fail_byt.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o signals_bi.o signals.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o signals_byt_bi.o signals_byt.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o printexc_bi.o printexc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o backtrace_byt_bi.o backtrace_byt.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o backtrace_bi.o backtrace.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o compare_bi.o compare.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o ints_bi.o ints.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o floats_bi.o floats.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o str_bi.o str.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o array_bi.o array.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o io_bi.o io.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o extern_bi.o extern.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o intern_bi.o intern.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o hash_bi.o hash.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o sys_bi.o sys.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o meta_bi.o meta.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o parsing_bi.o parsing.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o gc_ctrl_bi.o gc_ctrl.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o md5_bi.o md5.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o obj_bi.o obj.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o lexing_bi.o lexing.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o callback_bi.o callback.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o debugger_bi.o debugger.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o weak_bi.o weak.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o compact_bi.o compact.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o finalise_bi.o finalise.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o custom_bi.o custom.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o dynlink_bi.o dynlink.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o spacetime_byt_bi.o spacetime_byt.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o afl_bi.o afl.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o unix_bi.o unix.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o bigarray_bi.o bigarray.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DCAML_INSTR -o main_bi.o main.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o interp_bpic.o interp.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o misc_bpic.o misc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o stacks_bpic.o stacks.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o fix_code_bpic.o fix_code.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o startup_aux_bpic.o startup_aux.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o startup_byt_bpic.o startup_byt.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o freelist_bpic.o freelist.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o major_gc_bpic.o major_gc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o minor_gc_bpic.o minor_gc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o memory_bpic.o memory.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o alloc_bpic.o alloc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o roots_byt_bpic.o roots_byt.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o globroots_bpic.o globroots.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o fail_byt_bpic.o fail_byt.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o signals_bpic.o signals.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o signals_byt_bpic.o signals_byt.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o printexc_bpic.o printexc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o backtrace_byt_bpic.o backtrace_byt.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o backtrace_bpic.o backtrace.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o compare_bpic.o compare.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o ints_bpic.o ints.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o floats_bpic.o floats.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o str_bpic.o str.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o array_bpic.o array.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o io_bpic.o io.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o extern_bpic.o extern.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o intern_bpic.o intern.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o hash_bpic.o hash.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o sys_bpic.o sys.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o meta_bpic.o meta.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o parsing_bpic.o parsing.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o gc_ctrl_bpic.o gc_ctrl.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o md5_bpic.o md5.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o obj_bpic.o obj.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o lexing_bpic.o lexing.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o callback_bpic.o callback.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o debugger_bpic.o debugger.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o weak_bpic.o weak.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o compact_bpic.o compact.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o finalise_bpic.o finalise.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o custom_bpic.o custom.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o dynlink_bpic.o dynlink.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o spacetime_byt_bpic.o spacetime_byt.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o afl_bpic.o afl.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o unix_bpic.o unix.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o bigarray_bpic.o bigarray.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o main_bpic.o main.c
- ./gen_primitives.sh >primitives
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o interp_b.o interp.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o misc_b.o misc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o startup_byt_b.o startup_byt.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o sys_b.o sys.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DDEBUG -o instrtrace_bd.o instrtrace.c
- (echo '#define CAML_INTERNALS'; \
-          echo '#include "caml/mlvalues.h"'; \
-  echo '#include "caml/prims.h"'; \
-  sed -e 's/.*/extern value &();/' primitives; \
-  echo 'c_primitive caml_builtin_cprim[] = {'; \
-  sed -e 's/.*/	&,/' primitives; \
-  echo '	 0 };'; \
-  echo 'char * caml_names_of_builtin_cprim[] = {'; \
-  sed -e 's/.*/	"&",/' primitives; \
-  echo '	 0 };') > prims.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -o prims.o prims.c
- rm -f libcamlrund.a && ar rc libcamlrund.a  interp_bd.o misc_bd.o stacks_bd.o fix_code_bd.o startup_aux_bd.o startup_byt_bd.o freelist_bd.o major_gc_bd.o minor_gc_bd.o memory_bd.o alloc_bd.o roots_byt_bd.o globroots_bd.o fail_byt_bd.o signals_bd.o signals_byt_bd.o printexc_bd.o backtrace_byt_bd.o backtrace_bd.o compare_bd.o ints_bd.o floats_bd.o str_bd.o array_bd.o io_bd.o extern_bd.o intern_bd.o hash_bd.o sys_bd.o meta_bd.o parsing_bd.o gc_ctrl_bd.o md5_bd.o obj_bd.o lexing_bd.o callback_bd.o debugger_bd.o weak_bd.o compact_bd.o finalise_bd.o custom_bd.o dynlink_bd.o spacetime_byt_bd.o afl_bd.o unix_bd.o bigarray_bd.o main_bd.o instrtrace_bd.o && ranlib libcamlrund.a
- rm -f libcamlruni.a && ar rc libcamlruni.a  interp_bi.o misc_bi.o stacks_bi.o fix_code_bi.o startup_aux_bi.o startup_byt_bi.o freelist_bi.o major_gc_bi.o minor_gc_bi.o memory_bi.o alloc_bi.o roots_byt_bi.o globroots_bi.o fail_byt_bi.o signals_bi.o signals_byt_bi.o printexc_bi.o backtrace_byt_bi.o backtrace_bi.o compare_bi.o ints_bi.o floats_bi.o str_bi.o array_bi.o io_bi.o extern_bi.o intern_bi.o hash_bi.o sys_bi.o meta_bi.o parsing_bi.o gc_ctrl_bi.o md5_bi.o obj_bi.o lexing_bi.o callback_bi.o debugger_bi.o weak_bi.o compact_bi.o finalise_bi.o custom_bi.o dynlink_bi.o spacetime_byt_bi.o afl_bi.o unix_bi.o bigarray_bi.o main_bi.o && ranlib libcamlruni.a
- rm -f libcamlrun_pic.a && ar rc libcamlrun_pic.a  interp_bpic.o misc_bpic.o stacks_bpic.o fix_code_bpic.o startup_aux_bpic.o startup_byt_bpic.o freelist_bpic.o major_gc_bpic.o minor_gc_bpic.o memory_bpic.o alloc_bpic.o roots_byt_bpic.o globroots_bpic.o fail_byt_bpic.o signals_bpic.o signals_byt_bpic.o printexc_bpic.o backtrace_byt_bpic.o backtrace_bpic.o compare_bpic.o ints_bpic.o floats_bpic.o str_bpic.o array_bpic.o io_bpic.o extern_bpic.o intern_bpic.o hash_bpic.o sys_bpic.o meta_bpic.o parsing_bpic.o gc_ctrl_bpic.o md5_bpic.o obj_bpic.o lexing_bpic.o callback_bpic.o debugger_bpic.o weak_bpic.o compact_bpic.o finalise_bpic.o custom_bpic.o dynlink_bpic.o spacetime_byt_bpic.o afl_bpic.o unix_bpic.o bigarray_bpic.o main_bpic.o && ranlib libcamlrun_pic.a
- musl-gcc -shared -o libcamlrun_shared.so interp_bpic.o misc_bpic.o stacks_bpic.o fix_code_bpic.o startup_aux_bpic.o startup_byt_bpic.o freelist_bpic.o major_gc_bpic.o minor_gc_bpic.o memory_bpic.o alloc_bpic.o roots_byt_bpic.o globroots_bpic.o fail_byt_bpic.o signals_bpic.o signals_byt_bpic.o printexc_bpic.o backtrace_byt_bpic.o backtrace_bpic.o compare_bpic.o ints_bpic.o floats_bpic.o str_bpic.o array_bpic.o io_bpic.o extern_bpic.o intern_bpic.o hash_bpic.o sys_bpic.o meta_bpic.o parsing_bpic.o gc_ctrl_bpic.o md5_bpic.o obj_bpic.o lexing_bpic.o callback_bpic.o debugger_bpic.o weak_bpic.o compact_bpic.o finalise_bpic.o custom_bpic.o dynlink_bpic.o spacetime_byt_bpic.o afl_bpic.o unix_bpic.o bigarray_bpic.o main_bpic.o -lm  -lpthread 
- musl-gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -Wl,-E -g -o ocamlrund prims.o libcamlrund.a -lm  -lpthread 
- musl-gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -Wl,-E -o ocamlruni prims.o libcamlruni.a -lm  -lpthread 
- rm -f libcamlrun.a && ar rc libcamlrun.a  interp_b.o misc_b.o stacks_b.o fix_code_b.o startup_aux_b.o startup_byt_b.o freelist_b.o major_gc_b.o minor_gc_b.o memory_b.o alloc_b.o roots_byt_b.o globroots_b.o fail_byt_b.o signals_b.o signals_byt_b.o printexc_b.o backtrace_byt_b.o backtrace_b.o compare_b.o ints_b.o floats_b.o str_b.o array_b.o io_b.o extern_b.o intern_b.o hash_b.o sys_b.o meta_b.o parsing_b.o gc_ctrl_b.o md5_b.o obj_b.o lexing_b.o callback_b.o debugger_b.o weak_b.o compact_b.o finalise_b.o custom_b.o dynlink_b.o spacetime_byt_b.o afl_b.o unix_b.o bigarray_b.o main_b.o && ranlib libcamlrun.a
- musl-gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -Wl,-E -o ocamlrun prims.o libcamlrun.a -lm  -lpthread 
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/runtime'
- cp runtime/ocamlrun boot/ocamlrun
- make -C stdlib  \
-   COMPILER="../boot/ocamlc -use-prims ../runtime/primitives" all
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/stdlib'
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -nopervasives -c camlinternalFormatBasics.mli
- sed -e "s|%%VERSION%%|`sed -e 1q ../VERSION | tr -d '\r'`|" sys.mlp > sys.ml
- for suff in '' d i; do \
-   echo '#!/home/opam/.opam/5.4/bin/ocamlrun'$suff > camlheader$suff && \
-   echo '#!/home/opam/.opam/5.4/bin/ocamlrun'$suff >target_camlheader$suff; \
- done && \
- echo '#!' | tr -d '\012' > camlheader_ur;
- for suff in '' d i; do \
-   echo '#!/home/opam/.opam/5.4/bin/ocamlrun'$suff > camlheader$suff && \
-   echo '#!/home/opam/.opam/5.4/bin/ocamlrun'$suff >target_camlheader$suff; \
- done && \
- echo '#!' | tr -d '\012' > camlheader_ur;
- for suff in '' d i; do \
-   echo '#!/home/opam/.opam/5.4/bin/ocamlrun'$suff > camlheader$suff && \
-   echo '#!/home/opam/.opam/5.4/bin/ocamlrun'$suff >target_camlheader$suff; \
- done && \
- echo '#!' | tr -d '\012' > camlheader_ur;
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -nopervasives -c camlinternalFormatBasics.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -nopervasives -no-alias-deps -w -49  -pp "$AWK -f expand_module_aliases.awk" -c stdlib.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -nopervasives -no-alias-deps -w -49  -pp "$AWK -f expand_module_aliases.awk" -c stdlib.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__pervasives.cmo -c pervasives.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__seq.cmi -c seq.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__bool.cmi -c bool.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__char.cmi -c char.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__uchar.cmi -c uchar.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__sys.cmi -c sys.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__unit.cmi -c unit.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__marshal.cmi -c marshal.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__int32.cmi -c int32.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__int.cmi -c int.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__int64.cmi -c int64.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__nativeint.cmi -c nativeint.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__lexing.cmi -c lexing.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -c camlinternalLazy.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__stream.cmi -c stream.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__arg.cmi -c arg.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__printexc.cmi -c printexc.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__fun.cmi -c fun.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__gc.cmi -c gc.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__digest.cmi -c digest.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__hashtbl.cmi -c hashtbl.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -w Ae -o stdlib__scanf.cmi -c scanf.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__callback.cmi -c callback.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__filename.cmi -c filename.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__complex.cmi -c complex.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__arrayLabels.cmi -c arrayLabels.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__listLabels.cmi -c listLabels.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__bytesLabels.cmi -c bytesLabels.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__stringLabels.cmi -c stringLabels.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__spacetime.cmi -c spacetime.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -c std_exit.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__seq.cmo -c seq.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__option.cmi -c option.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__result.cmi -c result.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__bool.cmo -c bool.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__char.cmo -c char.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__uchar.cmo -c uchar.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__sys.cmo -c sys.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__list.cmi -c list.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__bytes.cmi -c bytes.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__string.cmi -c string.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__unit.cmo -c unit.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__obj.cmi -c obj.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__array.cmi -c array.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__float.cmi -c float.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__int.cmo -c int.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__int32.cmo -c int32.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__int64.cmo -c int64.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__nativeint.cmo -c nativeint.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__set.cmi -c set.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__map.cmi -c map.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__stack.cmi -c stack.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__queue.cmi -c queue.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__lazy.cmi -c lazy.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -w A -o stdlib__buffer.cmi -c buffer.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__fun.cmo -c fun.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__random.cmi -c random.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__weak.cmi -c weak.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__callback.cmo -c callback.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -c camlinternalOO.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -c camlinternalMod.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__genlex.cmi -c genlex.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__ephemeron.cmi -c ephemeron.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__complex.cmo -c complex.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -nolabels -no-alias-deps -o stdlib__arrayLabels.cmo -c arrayLabels.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -nolabels -no-alias-deps -o stdlib__listLabels.cmo -c listLabels.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -nolabels -no-alias-deps -o stdlib__bytesLabels.cmo -c bytesLabels.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -nolabels -no-alias-deps -o stdlib__stringLabels.cmo -c stringLabels.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__stdLabels.cmi -c stdLabels.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__spacetime.cmo -c spacetime.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__bigarray.cmi -c bigarray.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__option.cmo -c option.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__result.cmo -c result.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__list.cmo -c list.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__bytes.cmo -c bytes.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__string.cmo -c string.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__marshal.cmo -c marshal.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__obj.cmo -c obj.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__array.cmo -c array.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -nolabels -no-alias-deps -o stdlib__float.cmo -c float.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__lexing.cmo -c lexing.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__parsing.cmi -c parsing.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__set.cmo -c set.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__map.cmo -c map.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__stack.cmo -c stack.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__queue.cmo -c queue.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -c camlinternalLazy.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__lazy.cmo -c lazy.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__stream.cmo -c stream.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -w A -o stdlib__buffer.cmo -c buffer.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -w Ae -c camlinternalFormat.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -w Ae -o stdlib__printf.cmi -c printf.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__digest.cmo -c digest.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__random.cmo -c random.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__hashtbl.cmo -c hashtbl.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__weak.cmo -c weak.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -w Ae -o stdlib__format.cmi -c format.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -c camlinternalOO.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__oo.cmi -c oo.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -c camlinternalMod.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__genlex.cmo -c genlex.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__moreLabels.cmi -c moreLabels.mli
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -nolabels -no-alias-deps -o stdlib__stdLabels.cmo -c stdLabels.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__parsing.cmo -c parsing.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__ephemeron.cmo -c ephemeron.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__oo.cmo -c oo.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__bigarray.cmo -c bigarray.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -w Ae -c camlinternalFormat.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -w Ae -o stdlib__printf.cmo -c printf.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__arg.cmo -c arg.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__printexc.cmo -c printexc.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__gc.cmo -c gc.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -w Ae -o stdlib__scanf.cmo -c scanf.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__filename.cmo -c filename.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -w Ae -o stdlib__format.cmo -c format.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -nolabels -no-alias-deps -o stdlib__moreLabels.cmo -c moreLabels.ml
- ../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -a -o stdlib.cma camlinternalFormatBasics.cmo stdlib.cmo stdlib__pervasives.cmo stdlib__seq.cmo stdlib__option.cmo stdlib__result.cmo stdlib__bool.cmo stdlib__char.cmo stdlib__uchar.cmo stdlib__sys.cmo stdlib__list.cmo stdlib__bytes.cmo stdlib__string.cmo stdlib__unit.cmo stdlib__marshal.cmo stdlib__obj.cmo stdlib__array.cmo stdlib__float.cmo stdlib__int.cmo stdlib__int32.cmo stdlib__int64.cmo stdlib__nativeint.cmo stdlib__lexing.cmo stdlib__parsing.cmo stdlib__set.cmo stdlib__map.cmo stdlib__stack.cmo stdlib__queue.cmo camlinternalLazy.cmo stdlib__lazy.cmo stdlib__stream.cmo stdlib__buffer.cmo camlinternalFormat.cmo stdlib__printf.cmo stdlib__arg.cmo stdlib__printexc.cmo stdlib__fun.cmo stdlib__gc.cmo stdlib__digest.cmo stdlib__random.cmo stdlib__hashtbl.cmo stdlib__weak.cmo stdlib__format.cmo stdlib__scanf.cmo stdlib__callback.cmo camlinternalOO.cmo stdlib__oo.cmo camlinternalMod.cmo stdlib__genlex.cmo stdlib__ephemeron.cmo stdlib__filename.cmo stdlib__complex.cmo stdlib__arrayLabels.cmo stdlib__listLabels.cmo stdlib__bytesLabels.cmo stdlib__stringLabels.cmo stdlib__moreLabels.cmo stdlib__stdLabels.cmo stdlib__spacetime.cmo stdlib__bigarray.cmo
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/stdlib'
- cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
- cd boot; ln -sf ../runtime/libcamlrun.a .
- make all
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- make -C runtime  all
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/runtime'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/runtime'
- cd stdlib; ln -sf ../runtime/libcamlrun.a .
- make ocamlc
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- make -C utils config.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/config.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/build_path_prefix_map.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/identifiable.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/arg_helper.mli
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/utils'
- sed -e 's|%%AFL_INSTRUMENT%%|false|' \
-     -e 's|%%ARCH%%|amd64|' \
-     -e 's|%%ARCMD%%|ar|' \
-     -e 's|%%ASM%%|as|' \
-     -e 's|%%ASM_CFI_SUPPORTED%%|true|' \
-     -e 's|%%BYTECCLIBS%%|-lm  -lpthread |' \
-     -e 's|%%CC%%|musl-gcc|' \
-     -e 's|%%CCOMPTYPE%%|cc|' \
-     -e 's|%%CC_PROFILE%%|-pg|' \
-     -e 's|%%OUTPUTOBJ%%|-o |' \
-     -e 's|%%EXT_ASM%%|.s|' \
-     -e 's|%%EXT_DLL%%|.so|' \
-     -e 's|%%EXE%%||' \
-     -e 's|%%EXT_LIB%%|.a|' \
-     -e 's|%%EXT_OBJ%%|.o|' \
-     -e 's|%%FLAMBDA%%|true|' \
-     -e 's|%%WITH_FLAMBDA_INVARIANTS%%|false|' \
-     -e 's|%%FLEXLINK_FLAGS%%||' \
-     -e 's|%%FLEXDLL_DIR%%||' \
-     -e 's|%%HOST%%|x86_64-pc-linux-gnu|' \
-     -e 's|%%LIBDIR%%|/home/opam/.opam/5.4/lib/ocaml|' \
-     -e 's|%%LIBUNWIND_AVAILABLE%%|false|' \
-     -e 's|%%LIBUNWIND_LINK_FLAGS%%||' \
-     -e 's|%%MKDLL%%|musl-gcc -shared|' \
-     -e 's|%%MKEXE%%|musl-gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -Wl,-E|' \
-     -e 's|%%FLEXLINK_LDFLAGS%%| -link \\"-Wl,-E\\"|' \
-     -e 's|%%MKMAINDLL%%|musl-gcc -shared|' \
-     -e 's|%%MODEL%%|default|' \
-     -e 's|%%NATIVECCLIBS%%|-lm |' \
-     -e 's|%%OCAMLC_CFLAGS%%|-O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC|' \
-     -e 's|%%OCAMLC_CPPFLAGS%%|-D_FILE_OFFSET_BITS=64 -D_REENTRANT|' \
-     -e 's|%%OCAMLOPT_CFLAGS%%|-O2 -fno-strict-aliasing -fwrapv -fcommon|' \
-     -e 's|%%OCAMLOPT_CPPFLAGS%%|-D_FILE_OFFSET_BITS=64 -D_REENTRANT|' \
-     -e 's|%%PACKLD%%|ld -r -o |' \
-     -e 's|%%PROFILING%%|true|' \
-     -e 's|%%PROFINFO_WIDTH%%|0|' \
-     -e 's|%%RANLIBCMD%%|ranlib|' \
-     -e 's|%%FORCE_SAFE_STRING%%|false|' \
-     -e 's|%%DEFAULT_SAFE_STRING%%|true|' \
-     -e 's|%%WINDOWS_UNICODE%%|0|' \
-     -e 's|%%SUPPORTS_SHARED_LIBRARIES%%|true|' \
-     -e 's|%%SYSTEM%%|linux|' \
-     -e 's|%%SYSTHREAD_SUPPORT%%|true|' \
-     -e 's|%%TARGET%%|x86_64-pc-linux-gnu|' \
-     -e 's|%%WITH_FRAME_POINTERS%%|false|' \
-     -e 's|%%WITH_PROFINFO%%|false|' \
-     -e 's|%%WITH_SPACETIME%%|false|' \
-     -e 's|%%ENABLE_CALL_COUNTS%%|true|' \
-     -e 's|%%FLAT_FLOAT_ARRAY%%|true|' \
-     -e 's|%%CC_HAS_DEBUG_PREFIX_MAP%%|true|' \
-     -e 's|%%AS_HAS_DEBUG_PREFIX_MAP%%|true|' \
-     config.mlp > config.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/profile.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/load_path.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/terminfo.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/ccomp.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/warnings.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/consistbl.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/targetint.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/longident.mli
- cp boot/menhir/menhirLib.ml parsing/camlinternalMenhirLib.ml
- cp boot/menhir/menhirLib.mli parsing/camlinternalMenhirLib.mli
- boot/ocamlrun boot/ocamllex parsing/lexer.mll
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/utils'
- bytecomp/generate_runtimedef.sh runtime/caml/fail.h runtime/primitives > bytecomp/runtimedef.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/runtimedef.mli
- make -C tools make_opcodes
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytesections.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/dll.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/main_args.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compenv.mli
- cp otherlibs/dynlink/dynlink_types.ml driver/compdynlink_types.ml
- cp otherlibs/dynlink/dynlink_types.mli driver/compdynlink_types.mli
- driver/compify_dynlink.sh otherlibs/dynlink/dynlink_platform_intf.ml driver/compdynlink_platform_intf.ml
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/tools'
- ../boot/ocamlrun ../boot/ocamllex make_opcodes.mll
- driver/compify_dynlink.sh otherlibs/dynlink/dynlink_common.ml driver/compdynlink_common.ml
- driver/compify_dynlink.sh otherlibs/dynlink/dynlink_common.mli driver/compdynlink_common.mli
- driver/compify_dynlink.sh otherlibs/dynlink/dynlink.mli driver/compdynlink.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compplugin.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/makedepend.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytelibrarian.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/errors.mli
- 14 states, 678 transitions, table size 2796 bytes
- 2232 additional bytes used for bindings
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/main.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/camlinternalMenhirLib.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compdynlink_types.mli
- cp driver/compdynlink_platform_intf.ml driver/compdynlink_platform_intf.mli
- driver/compify_dynlink.sh otherlibs/dynlink/dynlink.ml driver/compdynlink.mlbyte
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. make_opcodes.ml -o make_opcodes
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compdynlink.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/build_path_prefix_map.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/misc.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/terminfo.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/consistbl.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/config.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/arg_helper.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytesections.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/location.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/runtimedef.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compdynlink_types.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compdynlink_platform_intf.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compdynlink_platform_intf.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compdynlink_common.mli
- 224 states, 6586 transitions, table size 27688 bytes
- 2447 additional bytes used for bindings
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/asttypes.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/syntaxerr.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/annot.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/switch.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/errors.ml
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/tools'
- runtime/ocamlrun tools/make_opcodes -opcodes < runtime/caml/instruct.h > bytecomp/opcodes.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compdynlink_common.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/opcodes.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/misc.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/clflags.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/profile.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/load_path.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/warnings.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/targetint.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/longident.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/dll.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/syntaxerr.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/parsetree.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/outcometree.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/switch.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/camlinternalMenhirLib.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/identifiable.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/numbers.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/strongly_connected_components.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/ident.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/oprint.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/ccomp.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/location.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/main_args.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compenv.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/docstrings.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/pprintast.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/parse.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/printast.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_mapper.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_iterator.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/attr_helper.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/builtin_attributes.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_invariants.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/depend.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/primitive.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/pparse.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/ident.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/path.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/attr_helper.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/primitive.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/printast.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/oprint.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/builtin_attributes.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/depend.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/docstrings.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_helper.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/numbers.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/clflags.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_iterator.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_invariants.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/pparse.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/path.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/types.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/strongly_connected_components.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_helper.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/pprintast.ml
- cat boot/menhir/parser.mli | sed "s/MenhirLib/CamlinternalMenhirLib/g" > parsing/parser.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_mapper.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/parser.mli
- cat boot/menhir/parser.ml | sed "s/MenhirLib/CamlinternalMenhirLib/g" > parsing/parser.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/types.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/btype.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/subst.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/predef.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/datarepr.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/cmi_format.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/parser.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/lexer.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/cmi_format.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/env.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/btype.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/subst.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/predef.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/datarepr.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/lexer.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/parse.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/makedepend.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/env.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedtree.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/ctype.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/mtype.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/envaux.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedecl_properties.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedecl_unboxed.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/lambda.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compmisc.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytepackager.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedecl_properties.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedecl_immediacy.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compplugin.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/ctype.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/printtyp.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/includeclass.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/mtype.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedecl_unboxed.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedecl_immediacy.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/lambda.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/printlambda.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/semantics_of_primitives.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translobj.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/simplif.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/instruct.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/cmo_format.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/semantics_of_primitives.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translobj.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/symtable.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/printtyp.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/includeclass.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/envaux.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/printlambda.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/meta.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compile_common.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/instruct.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytegen.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/printinstr.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/emitcode.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedtree.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/printtyped.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/includecore.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedtreeIter.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/tast_mapper.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/cmt_format.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/untypeast.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/printpat.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/parmatch.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/stypes.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedecl_variance.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typeopt.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/rec_check.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typecore.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typeclass.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/matching.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translattribute.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translprim.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translcore.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translclass.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translmod.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/meta.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/symtable.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c -impl driver/compdynlink.mlbyte
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytelink.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/printinstr.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/stypes.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/simplif.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/printpat.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compile.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/printtyped.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/includecore.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/includemod.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedtreeIter.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytegen.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translattribute.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/emitcode.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/tast_mapper.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/cmt_format.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedecl_variance.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedecl.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/rec_check.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translprim.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/matching.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translclass.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translmod.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytelink.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytelibrarian.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/untypeast.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/parmatch.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compile.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/main.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translcore.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/includemod.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typetexp.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typeopt.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typemod.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typetexp.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedecl.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typecore.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typeclass.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typemod.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compmisc.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compile_common.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytepackager.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -a -o compilerlibs/ocamlbytecomp.cma bytecomp/instruct.cmo bytecomp/bytegen.cmo bytecomp/printinstr.cmo bytecomp/emitcode.cmo bytecomp/bytelink.cmo bytecomp/bytelibrarian.cmo bytecomp/bytepackager.cmo driver/errors.cmo driver/compile.cmo
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -a -linkall -o compilerlibs/ocamlcommon.cma utils/config.cmo utils/build_path_prefix_map.cmo utils/misc.cmo utils/identifiable.cmo utils/numbers.cmo utils/arg_helper.cmo utils/clflags.cmo utils/profile.cmo utils/load_path.cmo utils/terminfo.cmo utils/ccomp.cmo utils/warnings.cmo utils/consistbl.cmo utils/strongly_connected_components.cmo utils/targetint.cmo parsing/location.cmo parsing/longident.cmo parsing/docstrings.cmo parsing/syntaxerr.cmo parsing/ast_helper.cmo parsing/pprintast.cmo parsing/camlinternalMenhirLib.cmo parsing/parser.cmo parsing/lexer.cmo parsing/parse.cmo parsing/printast.cmo parsing/ast_mapper.cmo parsing/ast_iterator.cmo parsing/attr_helper.cmo parsing/builtin_attributes.cmo parsing/ast_invariants.cmo parsing/depend.cmo typing/ident.cmo typing/path.cmo typing/primitive.cmo typing/types.cmo typing/btype.cmo typing/oprint.cmo typing/subst.cmo typing/predef.cmo typing/datarepr.cmo typing/cmi_format.cmo typing/env.cmo typing/typedtree.cmo typing/printtyped.cmo typing/ctype.cmo typing/printtyp.cmo typing/includeclass.cmo typing/mtype.cmo typing/envaux.cmo typing/includecore.cmo typing/typedtreeIter.cmo typing/tast_mapper.cmo typing/cmt_format.cmo typing/untypeast.cmo typing/includemod.cmo typing/typetexp.cmo typing/printpat.cmo typing/parmatch.cmo typing/stypes.cmo typing/typedecl_properties.cmo typing/typedecl_variance.cmo typing/typedecl_unboxed.cmo typing/typedecl_immediacy.cmo typing/typedecl.cmo typing/typeopt.cmo typing/rec_check.cmo typing/typecore.cmo typing/typeclass.cmo typing/typemod.cmo bytecomp/lambda.cmo bytecomp/printlambda.cmo bytecomp/semantics_of_primitives.cmo bytecomp/switch.cmo bytecomp/matching.cmo bytecomp/translobj.cmo bytecomp/translattribute.cmo bytecomp/translprim.cmo bytecomp/translcore.cmo bytecomp/translclass.cmo bytecomp/translmod.cmo bytecomp/simplif.cmo bytecomp/runtimedef.cmo bytecomp/meta.cmo bytecomp/opcodes.cmo bytecomp/bytesections.cmo bytecomp/dll.cmo bytecomp/symtable.cmo driver/pparse.cmo driver/main_args.cmo driver/compenv.cmo driver/compmisc.cmo driver/compdynlink_types.cmo driver/compdynlink_platform_intf.cmo driver/compdynlink_common.cmo driver/compdynlink.cmo driver/compplugin.cmo driver/makedepend.cmo driver/compile_common.cmo
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives  -compat-32 -o ocamlc compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma driver/main.cmo
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- make ocamllex ocamltools library
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- make -C yacc  all
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/yacc'
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../runtime -o closure.o closure.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../runtime -o error.o error.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../runtime -o lalr.o lalr.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../runtime -o lr0.o lr0.c
- echo "#define OCAML_VERSION \"`sed -e 1q ../VERSION | tr -d '\r'`\"" > version.h
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../runtime -o mkpar.o mkpar.c
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/internal_variable_names.mli
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../runtime -o output.o output.c
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/linkage_name.mli
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../runtime -o reader.o reader.c
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/tag.mli
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../runtime -o skeleton.o skeleton.c
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/static_exception.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/debuginfo.mli
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../runtime -o symtab.o symtab.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../runtime -o verbose.o verbose.c
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/allocated_const.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/int_replace_polymorphic_compare.mli
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../runtime -o warshall.o warshall.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../runtime -o main.o main.c
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/id_types.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/pass_wrapper.mli
- make -C stdlib  all
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/stdlib'
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -nopervasives -c camlinternalFormatBasics.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/int_replace_polymorphic_compare.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/pass_wrapper.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/allocated_const.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/internal_variable_names.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/id_types.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/backend_var.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/debuginfo.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/compilation_unit.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/linkage_name.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/static_exception.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/tag.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/clambda.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/variable.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -nopervasives -c camlinternalFormatBasics.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/set_of_closures_id.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/export_id.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/compilation_unit.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -nopervasives -no-alias-deps -w -49  -pp "$AWK -f expand_module_aliases.awk" -c stdlib.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/printclambda.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/printclambda.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/set_of_closures_origin.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/set_of_closures_id.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/export_id.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -nopervasives -no-alias-deps -w -49  -pp "$AWK -f expand_module_aliases.awk" -c stdlib.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__pervasives.cmo -c pervasives.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__seq.cmi -c seq.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__bool.cmi -c bool.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__char.cmi -c char.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__uchar.cmi -c uchar.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__sys.cmi -c sys.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__unit.cmi -c unit.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__marshal.cmi -c marshal.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__int32.cmi -c int32.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__int.cmi -c int.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/closure_element.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__int64.cmi -c int64.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/symbol.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/parameter.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/mutable_variable.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/variable.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__nativeint.cmi -c nativeint.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__lexing.cmi -c lexing.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -c camlinternalLazy.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__stream.cmi -c stream.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__arg.cmi -c arg.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__printexc.cmi -c printexc.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__fun.cmi -c fun.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__gc.cmi -c gc.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__digest.cmi -c digest.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__hashtbl.cmi -c hashtbl.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -w Ae -o stdlib__scanf.cmi -c scanf.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__callback.cmi -c callback.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__filename.cmi -c filename.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__complex.cmi -c complex.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__arrayLabels.cmi -c arrayLabels.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__listLabels.cmi -c listLabels.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__bytesLabels.cmi -c bytesLabels.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__stringLabels.cmi -c stringLabels.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__spacetime.cmi -c spacetime.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -c std_exit.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__seq.cmo -c seq.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__option.cmi -c option.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/set_of_closures_origin.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__result.cmi -c result.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__bool.cmo -c bool.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__char.cmo -c char.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__uchar.cmo -c uchar.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__sys.cmo -c sys.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__list.cmi -c list.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__bytes.cmi -c bytes.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__string.cmi -c string.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__unit.cmo -c unit.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__obj.cmi -c obj.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__array.cmi -c array.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/symbol.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__float.cmi -c float.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__int.cmo -c int.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/var_within_closure.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/closure_id.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/closure_element.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__int32.cmo -c int32.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__int64.cmo -c int64.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__nativeint.cmo -c nativeint.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/parameter.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__set.cmi -c set.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__map.cmi -c map.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__stack.cmi -c stack.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/mutable_variable.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/closure_conversion_aux.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__queue.cmi -c queue.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__lazy.cmi -c lazy.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -w A -o stdlib__buffer.cmi -c buffer.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__fun.cmo -c fun.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__random.cmi -c random.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__weak.cmi -c weak.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__genlex.cmi -c genlex.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__ephemeron.cmi -c ephemeron.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__complex.cmo -c complex.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -nolabels -no-alias-deps -o stdlib__listLabels.cmo -c listLabels.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -nolabels -no-alias-deps -o stdlib__bytesLabels.cmo -c bytesLabels.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -nolabels -no-alias-deps -o stdlib__stringLabels.cmo -c stringLabels.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__stdLabels.cmi -c stdLabels.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__spacetime.cmo -c spacetime.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__bigarray.cmi -c bigarray.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__option.cmo -c option.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__result.cmo -c result.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__list.cmo -c list.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__bytes.cmo -c bytes.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/closure_conversion_aux.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__string.cmo -c string.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__marshal.cmo -c marshal.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__obj.cmo -c obj.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__array.cmo -c array.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -nolabels -no-alias-deps -o stdlib__float.cmo -c float.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__lexing.cmo -c lexing.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__parsing.cmi -c parsing.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__set.cmo -c set.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/var_within_closure.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__map.cmo -c map.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__stack.cmo -c stack.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__queue.cmo -c queue.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -c camlinternalLazy.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/projection.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/closure_origin.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/closure_id.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__lazy.cmo -c lazy.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__stream.cmo -c stream.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -w A -o stdlib__buffer.cmo -c buffer.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -w Ae -c camlinternalFormat.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -w Ae -o stdlib__printf.cmi -c printf.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__digest.cmo -c digest.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__random.cmo -c random.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__hashtbl.cmo -c hashtbl.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__weak.cmo -c weak.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -w Ae -o stdlib__format.cmi -c format.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__callback.cmo -c callback.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -c camlinternalOO.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -c camlinternalMod.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__genlex.cmo -c genlex.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -nolabels -no-alias-deps -o stdlib__arrayLabels.cmo -c arrayLabels.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__moreLabels.cmi -c moreLabels.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -nolabels -no-alias-deps -o stdlib__stdLabels.cmo -c stdLabels.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__parsing.cmo -c parsing.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__ephemeron.cmo -c ephemeron.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__arg.cmo -c arg.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__printexc.cmo -c printexc.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__gc.cmo -c gc.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__filename.cmo -c filename.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -w Ae -c camlinternalFormat.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -w Ae -o stdlib__printf.cmo -c printf.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -w Ae -o stdlib__scanf.cmo -c scanf.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -c camlinternalOO.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__oo.cmi -c oo.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -c camlinternalMod.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__bigarray.cmo -c bigarray.ml
- musl-gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../runtime -Wl,-E -o ocamlyacc closure.o error.o lalr.o lr0.o main.o mkpar.o output.o reader.o skeleton.o symtab.o verbose.o warshall.o 
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/closure_origin.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/flambda.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/projection.ml
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats   -o stdlib__oo.cmo -c oo.ml
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/yacc'
- make -C lex all
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/lex'
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot cset.mli
- ../yacc/ocamlyacc -v parser.mly
- ../yacc/ocamlyacc -v parser.mly
- ../boot/ocamlrun ../boot/ocamllex lexer.mll
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot table.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -w Ae -o stdlib__format.cmo -c format.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot cset.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot syntax.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot table.ml
- 133 states, 2239 transitions, table size 9754 bytes
- 2012 additional bytes used for bindings
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot syntax.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot parser.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot lexgen.mli
- ../boot/ocamlrun ../ocamlc -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats  -nolabels -no-alias-deps -o stdlib__moreLabels.cmo -c moreLabels.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot parser.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot lexer.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot lexgen.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot compact.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot common.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot lexer.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot compact.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot common.ml
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot output.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot outputbis.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/freshening.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot output.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/flambda.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/flambda_iterators.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot outputbis.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/flambda_utils.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot main.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_cost.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/effect_analysis.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/lift_code.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/initialize_symbol_to_let_symbol.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/alias_analysis.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/share_constants.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/remove_unused_closure_vars.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/remove_unused_program_constructs.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/remove_free_vars_equal_to_args.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/ref_to_variables.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/flambda_invariants.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/effect_analysis.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/initialize_symbol_to_let_symbol.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/remove_unused_program_constructs.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/flambda_iterators.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/lift_code.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/share_constants.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/ref_to_variables.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/flambda_invariants.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/simple_value_approx.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_cost.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_stats_types.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/alias_analysis.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/flambda_utils.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/freshening.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/remove_unused_closure_vars.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/remove_free_vars_equal_to_args.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_stats_types.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_stats.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_stats.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/export_info.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/simple_value_approx.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/backend_intf.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/simplify_common.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/simplify_boxed_integer_ops_intf.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/simplify_primitives.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/closure_conversion.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/lift_let_to_initialize_symbol.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/find_recursive_functions.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/invariant_params.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inconstant_idents.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/lift_constants.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/remove_unused_arguments.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inline_and_simplify_aux.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/middle_end.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/simplify_boxed_integer_ops.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/simplify_common.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/lift_let_to_initialize_symbol.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/find_recursive_functions.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inconstant_idents.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/lift_constants.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/closure_conversion.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/invariant_params.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/remove_unused_arguments.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/simplify_boxed_integer_ops.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/simplify_primitives.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/cmx_format.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/export_info.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inline_and_simplify_aux.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/extract_projections.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/augment_specialised_args.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/unbox_free_vars_of_closures.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/unbox_specialised_args.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/unbox_closures.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_decision_intf.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inline_and_simplify.mli
- ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -use-prims ../runtime/primitives  -compat-32 -o ocamllex cset.cmo syntax.cmo parser.cmo lexer.cmo table.cmo lexgen.cmo compact.cmo common.cmo output.cmo outputbis.cmo main.cmo
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/extract_projections.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/unbox_free_vars_of_closures.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/augment_specialised_args.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/unbox_specialised_args.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_transforms.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_decision.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/middle_end.ml
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/lex'
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/unbox_closures.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inline_and_simplify.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_transforms.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_decision.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -a -o compilerlibs/ocamlmiddleend.cma middle_end/int_replace_polymorphic_compare.cmo middle_end/debuginfo.cmo middle_end/base_types/tag.cmo middle_end/base_types/linkage_name.cmo middle_end/base_types/compilation_unit.cmo middle_end/internal_variable_names.cmo middle_end/base_types/variable.cmo middle_end/base_types/mutable_variable.cmo middle_end/base_types/id_types.cmo middle_end/base_types/set_of_closures_id.cmo middle_end/base_types/set_of_closures_origin.cmo middle_end/base_types/closure_element.cmo middle_end/base_types/closure_id.cmo middle_end/base_types/closure_origin.cmo middle_end/base_types/var_within_closure.cmo middle_end/base_types/static_exception.cmo middle_end/base_types/export_id.cmo middle_end/base_types/symbol.cmo middle_end/pass_wrapper.cmo middle_end/allocated_const.cmo middle_end/parameter.cmo middle_end/projection.cmo middle_end/flambda.cmo middle_end/flambda_iterators.cmo middle_end/flambda_utils.cmo middle_end/inlining_cost.cmo middle_end/effect_analysis.cmo middle_end/freshening.cmo middle_end/simple_value_approx.cmo middle_end/lift_code.cmo middle_end/closure_conversion_aux.cmo middle_end/closure_conversion.cmo middle_end/initialize_symbol_to_let_symbol.cmo middle_end/lift_let_to_initialize_symbol.cmo middle_end/find_recursive_functions.cmo middle_end/invariant_params.cmo middle_end/inconstant_idents.cmo middle_end/alias_analysis.cmo middle_end/lift_constants.cmo middle_end/share_constants.cmo middle_end/simplify_common.cmo middle_end/remove_unused_arguments.cmo middle_end/remove_unused_closure_vars.cmo middle_end/remove_unused_program_constructs.cmo middle_end/simplify_boxed_integer_ops.cmo middle_end/simplify_primitives.cmo middle_end/inlining_stats_types.cmo middle_end/inlining_stats.cmo middle_end/inline_and_simplify_aux.cmo middle_end/remove_free_vars_equal_to_args.cmo middle_end/extract_projections.cmo middle_end/augment_specialised_args.cmo middle_end/unbox_free_vars_of_closures.cmo middle_end/unbox_specialised_args.cmo middle_end/unbox_closures.cmo middle_end/inlining_transforms.cmo middle_end/inlining_decision.cmo middle_end/inline_and_simplify.cmo middle_end/ref_to_variables.cmo middle_end/flambda_invariants.cmo middle_end/middle_end.cmo
- make -C tools all
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/tools'
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - ocamldep.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - profiling.mli
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - ocamlprof.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - ocamlcp.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - ocamloptp.ml
- (echo 'let bindir = "/home/opam/.opam/5.4/bin"'; \
-          echo 'let supports_shared_libraries = true';\
-          echo 'let default_rpath = "-Wl,-rpath,"'; \
-          echo 'let mksharedlibrpath = "-Wl,-rpath,"'; \
-          echo 'let toolpref = ""';) \
-         > ocamlmklibconfig.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - ocamlmktop.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - cmt2annot.ml
- ../runtime/ocamlrun make_opcodes -opnames < ../runtime/caml/instruct.h > opnames.ml
- musl-gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../runtime -o objinfo_helper \
-           '-Dsymbol_prefix=""'  objinfo_helper.c 
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - ../asmcomp/backend_var.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - objinfo.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - primreq.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - stripdebug.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - cmpbyt.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - ocamlmklibconfig.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - opnames.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -compat-32 -I .. -o ocamldep ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma ocamldep.cmo
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - profiling.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - ocamlmklib.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o ocamlmktop config.cmo build_path_prefix_map.cmo misc.cmo identifiable.cmo numbers.cmo arg_helper.cmo clflags.cmo load_path.cmo ccomp.cmo ocamlmktop.cmo
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - dumpobj.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o stripdebug ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma stripdebug.cmo
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o primreq ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma primreq.cmo
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o cmpbyt ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma cmpbyt.cmo
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o ocamlcp config.cmo build_path_prefix_map.cmo misc.cmo profile.cmo warnings.cmo identifiable.cmo numbers.cmo arg_helper.cmo clflags.cmo main_args.cmo ocamlcp.cmo
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o ocamloptp config.cmo build_path_prefix_map.cmo misc.cmo profile.cmo warnings.cmo identifiable.cmo numbers.cmo arg_helper.cmo clflags.cmo main_args.cmo ocamloptp.cmo
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - read_cmt.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o ocamlobjinfo ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma ../compilerlibs/ocamlmiddleend.cma ../asmcomp/backend_var.cmo ../asmcomp/printclambda.cmo ../asmcomp/export_info.cmo objinfo.cmo
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o ocamlmklib ocamlmklibconfig.cmo config.cmo build_path_prefix_map.cmo misc.cmo ocamlmklib.cmo
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o read_cmt ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma cmt2annot.cmo read_cmt.cmo
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o ocamlprof config.cmo build_path_prefix_map.cmo misc.cmo identifiable.cmo numbers.cmo arg_helper.cmo clflags.cmo terminfo.cmo warnings.cmo location.cmo longident.cmo docstrings.cmo syntaxerr.cmo ast_helper.cmo camlinternalMenhirLib.cmo parser.cmo pprintast.cmo lexer.cmo parse.cmo profiling.cmo ocamlprof.cmo
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o dumpobj ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma opnames.cmo dumpobj.cmo
- ../boot/ocamlrun ../ocamlc -a -o stdlib.cma camlinternalFormatBasics.cmo stdlib.cmo stdlib__pervasives.cmo stdlib__seq.cmo stdlib__option.cmo stdlib__result.cmo stdlib__bool.cmo stdlib__char.cmo stdlib__uchar.cmo stdlib__sys.cmo stdlib__list.cmo stdlib__bytes.cmo stdlib__string.cmo stdlib__unit.cmo stdlib__marshal.cmo stdlib__obj.cmo stdlib__array.cmo stdlib__float.cmo stdlib__int.cmo stdlib__int32.cmo stdlib__int64.cmo stdlib__nativeint.cmo stdlib__lexing.cmo stdlib__parsing.cmo stdlib__set.cmo stdlib__map.cmo stdlib__stack.cmo stdlib__queue.cmo camlinternalLazy.cmo stdlib__lazy.cmo stdlib__stream.cmo stdlib__buffer.cmo camlinternalFormat.cmo stdlib__printf.cmo stdlib__arg.cmo stdlib__printexc.cmo stdlib__fun.cmo stdlib__gc.cmo stdlib__digest.cmo stdlib__random.cmo stdlib__hashtbl.cmo stdlib__weak.cmo stdlib__format.cmo stdlib__scanf.cmo stdlib__callback.cmo camlinternalOO.cmo stdlib__oo.cmo camlinternalMod.cmo stdlib__genlex.cmo stdlib__ephemeron.cmo stdlib__filename.cmo stdlib__complex.cmo stdlib__arrayLabels.cmo stdlib__listLabels.cmo stdlib__bytesLabels.cmo stdlib__stringLabels.cmo stdlib__moreLabels.cmo stdlib__stdLabels.cmo stdlib__spacetime.cmo stdlib__bigarray.cmo
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/stdlib'
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/tools'
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- make ocaml
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c toplevel/expunge.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c toplevel/genprintval.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c toplevel/toploop.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c toplevel/trace.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c toplevel/topdirs.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c toplevel/topmain.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c toplevel/topstart.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c toplevel/genprintval.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives  -o expunge compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma toplevel/expunge.cmo
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c toplevel/toploop.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c toplevel/trace.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c toplevel/topdirs.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c toplevel/topmain.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -a -o compilerlibs/ocamltoplevel.cma toplevel/genprintval.cmo toplevel/toploop.cmo toplevel/trace.cmo toplevel/topdirs.cmo toplevel/topmain.cmo
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives  -linkall -o ocaml.tmp compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma compilerlibs/ocamltoplevel.cma toplevel/topstart.cmo
- boot/ocamlrun expunge ocaml.tmp ocaml stdlib__spacetime stdlib__arg stdlib__array stdlib__arrayLabels stdlib__bigarray stdlib__bool stdlib__buffer stdlib__bytes stdlib__bytesLabels stdlib__callback camlinternalFormat camlinternalFormatBasics camlinternalLazy camlinternalMod camlinternalOO stdlib__char stdlib__complex stdlib__digest stdlib__ephemeron stdlib__filename stdlib__float stdlib__format stdlib__fun stdlib__gc stdlib__genlex stdlib__hashtbl stdlib__int stdlib__int32 stdlib__int64 stdlib__lazy stdlib__lexing stdlib__list stdlib__listLabels stdlib__map stdlib__marshal stdlib__moreLabels stdlib__nativeint stdlib__obj stdlib__oo stdlib__option stdlib__parsing stdlib__pervasives stdlib__printexc stdlib__printf stdlib__queue stdlib__random stdlib__result stdlib__scanf stdlib__seq stdlib__set stdlib__stack stdlib__stdLabels stdlib stdlib__stream stdlib__string stdlib__stringLabels stdlib__sys stdlib__uchar stdlib__unit stdlib__weak outcometree topdirs toploop
- rm ocaml.tmp
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- make otherlibraries ocamldebugger ocamldoc ocamltest
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- make -C yacc  all
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/yacc'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/yacc'
- make -C lex all
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/lex'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/lex'
- make -C tools all
- make -C ocamltest
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/ocamltest'
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/tools'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/tools'
- make -C otherlibs all
- musl-gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../runtime -DCAML_INTERNALS -c run_unix.c
- musl-gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../runtime -DCAML_INTERNALS -c run_stubs.c
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs'
- musl-gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../runtime -DCAML_INTERNALS -c ocamltest_stdlib_stubs.c
- sed \
-   -e 's|@@AFL_INSTRUMENT@@|false|' \
-   -e 's|@@ARCH@@|amd64|' \
-   -e 's|@@SHARED_LIBRARIES@@|true|' \
-   -e 's|@@UNIX@@|Some true|' \
-   -e 's|@@SYSTHREADS@@|true|' \
-   -e 's|@@STR@@|true|' \
-   -e 's|@@SYSTEM@@|linux|' \
-   -e 's|@@CPP@@|musl-gcc -E|' \
-   -e 's|@@OCAMLCDEFAULTFLAGS@@||' \
-   -e 's|@@OCAMLOPTDEFAULTFLAGS@@||' \
-   -e 's|@@OCAMLSRCDIR@@|/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda|' \
-   -e 's|@@FLAMBDA@@|true|' \
-   -e 's|@@SPACETIME@@|false|' \
-   -e 's|@@FORCE_SAFE_STRING@@|false|' \
-   -e 's|@@FLAT_FLOAT_ARRAY@@|true|' \
-   -e 's|@@OCAMLDOC@@|true|' \
-   -e 's|@@OCAMLDEBUG@@|true|' \
-   -e 's|@@OBJEXT@@|o|' \
-   -e 's|@@NATIVE_DYNLINK@@|true|' \
-   -e 's|@@SHARED_LIBRARY_CFLAGS@@|-fPIC|' \
-   -e 's|@@SHAREDOBJEXT@@|so|' \
-   -e 's|@@CSC@@||' \
-   -e 's|@@CSCFLAGS@@||' \
-   -e 's|@@MKDLL@@|musl-gcc -shared|' \
-   -e 's|@@MKEXE@@|musl-gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -Wl,-E|' \
-   -e 's|@@BYTECCLIBS@@|-lm  -lpthread |' \
-   -e 's|@@NATIVECCLIBS@@|-lm |' \
-   -e 's|@@ASM@@|as|' \
-   -e 's|@@CC@@|musl-gcc|' \
-   -e 's|@@CFLAGS@@|-O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp|' \
-   -e 's|@@CCOMPTYPE@@|cc|' \
-   -e 's|@@WINDOWS_UNICODE@@|0|' \
-   ocamltest_config.ml.in > ocamltest_config.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocamltest_config.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocamltest_stdlib.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c run_command.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c filecompare.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c variables.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c result.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c tsl_ast.mli
- ../yacc/ocamlyacc tsl_parser.mly
- ../runtime/ocamlrun ../lex/ocamllex -q tsl_lexer.mll
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_backends.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_directories.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_files.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_commands.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c options.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c main.mli
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/dynlink'
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -absname -w +a-4-9-40-41-42-44-45-48 -bin-annot -g -I ../../stdlib -warn-error A -safe-string -strict-sequence -strict-formats -pack -o dynlink_compilerlibs.cmo ../../utils/config.cmo ../../utils/build_path_prefix_map.cmo ../../utils/misc.cmo ../../utils/identifiable.cmo ../../utils/numbers.cmo ../../utils/arg_helper.cmo ../../utils/clflags.cmo ../../utils/consistbl.cmo ../../utils/terminfo.cmo ../../utils/warnings.cmo ../../utils/load_path.cmo ../../parsing/location.cmo ../../parsing/longident.cmo ../../parsing/docstrings.cmo ../../parsing/syntaxerr.cmo ../../parsing/ast_helper.cmo ../../parsing/ast_mapper.cmo ../../parsing/ast_iterator.cmo ../../parsing/attr_helper.cmo ../../parsing/builtin_attributes.cmo ../../typing/ident.cmo ../../typing/path.cmo ../../typing/primitive.cmo ../../typing/types.cmo ../../typing/btype.cmo ../../typing/subst.cmo ../../typing/predef.cmo ../../typing/datarepr.cmo ../../typing/cmi_format.cmo ../../typing/env.cmo ../../bytecomp/lambda.cmo ../../bytecomp/instruct.cmo ../../bytecomp/opcodes.cmo ../../bytecomp/runtimedef.cmo ../../bytecomp/bytesections.cmo ../../bytecomp/dll.cmo ../../bytecomp/meta.cmo ../../bytecomp/symtable.cmo ../../bytecomp/cmo_format.cmi
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -absname -w +a-4-9-40-41-42-44-45-48 -bin-annot -g -I ../../stdlib -warn-error A -safe-string -strict-sequence -strict-formats -c dynlink_types.mli
- cp dynlink_platform_intf.ml dynlink_platform_intf.mli
- run_unix.c: In function 'paths_same_file':
- run_unix.c:116:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
-   116 |   if (realpath(path1, realpath1) == NULL)
-       |   ^~
- run_unix.c:118:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
-   118 |     if (realpath(path2, realpath2) == NULL)
-       |     ^~
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocamltest_config.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c variables.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c environments.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c builtin_variables.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_variables.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c result.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c tsl_ast.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c tsl_parser.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_backends.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_filetypes.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_commands.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -absname -w +a-4-9-40-41-42-44-45-48 -bin-annot -g -I ../../stdlib -warn-error A -safe-string -strict-sequence -strict-formats -c dynlink_types.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -absname -w +a-4-9-40-41-42-44-45-48 -bin-annot -g -I ../../stdlib -warn-error A -safe-string -strict-sequence -strict-formats -c dynlink_platform_intf.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c builtin_variables.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocamltest_stdlib.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c run_command.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c filecompare.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_directories.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_files.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c actions.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_filetypes.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_variables.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_modifiers.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_flags.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_tools.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c tsl_parser.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c tsl_lexer.mli
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -absname -w +a-4-9-40-41-42-44-45-48 -bin-annot -g -I ../../stdlib -warn-error A -safe-string -strict-sequence -strict-formats -c dynlink_common.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_modifiers.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_flags.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_compilers.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c actions.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c tests.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c actions_helpers.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c builtin_actions.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_actions.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c tsl_lexer.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c environments.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -absname -w +a-4-9-40-41-42-44-45-48 -bin-annot -g -I ../../stdlib -warn-error A -safe-string -strict-sequence -strict-formats -c dynlink_platform_intf.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_compilers.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_toplevels.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c actions_helpers.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c builtin_actions.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_tools.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c tests.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c tsl_semantics.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_tests.mli
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c options.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -absname -w +a-4-9-40-41-42-44-45-48 -bin-annot -g -I ../../stdlib -warn-error A -safe-string -strict-sequence -strict-formats -c dynlink_common.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_toplevels.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_actions.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_tests.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c tsl_semantics.ml
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c main.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -absname -w +a-4-9-40-41-42-44-45-48 -bin-annot -g -I ../../stdlib -warn-error A -safe-string -strict-sequence -strict-formats dynlink.mli
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -absname -w +a-4-9-40-41-42-44-45-48 -bin-annot -g -I ../../stdlib -warn-error A -safe-string -strict-sequence -strict-formats extract_crc.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -absname -w +a-4-9-40-41-42-44-45-48 -bin-annot -g -I ../../stdlib -warn-error A -safe-string -strict-sequence -strict-formats -impl dynlink.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -absname -w +a-4-9-40-41-42-44-45-48 -bin-annot -g -I ../../stdlib -warn-error A -safe-string -strict-sequence -strict-formats -ccopt "-Wl,-E" -a -o dynlink.cma dynlink_compilerlibs.cmo dynlink_types.cmo dynlink_platform_intf.cmo dynlink_common.cmo dynlink.cmo
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -o extract_crc ../../utils/config.cmo ../../utils/build_path_prefix_map.cmo ../../utils/misc.cmo ../../utils/identifiable.cmo ../../utils/numbers.cmo ../../utils/arg_helper.cmo ../../utils/clflags.cmo ../../utils/consistbl.cmo ../../utils/terminfo.cmo ../../utils/warnings.cmo ../../utils/load_path.cmo ../../parsing/location.cmo ../../parsing/longident.cmo ../../parsing/docstrings.cmo ../../parsing/syntaxerr.cmo ../../parsing/ast_helper.cmo ../../parsing/ast_mapper.cmo ../../parsing/ast_iterator.cmo ../../parsing/attr_helper.cmo ../../parsing/builtin_attributes.cmo ../../typing/ident.cmo ../../typing/path.cmo ../../typing/primitive.cmo ../../typing/types.cmo ../../typing/btype.cmo ../../typing/subst.cmo ../../typing/predef.cmo ../../typing/datarepr.cmo ../../typing/cmi_format.cmo ../../typing/env.cmo ../../bytecomp/lambda.cmo ../../bytecomp/instruct.cmo ../../bytecomp/opcodes.cmo ../../bytecomp/runtimedef.cmo ../../bytecomp/bytesections.cmo ../../bytecomp/dll.cmo ../../bytecomp/meta.cmo ../../bytecomp/symtable.cmo dynlink.cma extract_crc.cmo
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/dynlink'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/unix'
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o accept.o accept.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o access.o access.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o addrofstr.o addrofstr.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o alarm.o alarm.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o bind.o bind.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o channels.o channels.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o chdir.o chdir.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o chmod.o chmod.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o chown.o chown.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o chroot.o chroot.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o close.o close.c
- ../runtime/ocamlrun ../ocamlc -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -custom ocamlcommon.cma ocamlbytecomp.cma -o ocamltest run_unix.o run_stubs.o ocamltest_stdlib_stubs.o ocamltest_config.cmo ocamltest_stdlib.cmo run_command.cmo filecompare.cmo variables.cmo result.cmo actions.cmo tests.cmo tsl_ast.cmo tsl_parser.cmo tsl_lexer.cmo environments.cmo tsl_semantics.cmo builtin_variables.cmo actions_helpers.cmo builtin_actions.cmo ocaml_backends.cmo ocaml_filetypes.cmo ocaml_variables.cmo ocaml_modifiers.cmo ocaml_directories.cmo ocaml_files.cmo ocaml_flags.cmo ocaml_commands.cmo ocaml_tools.cmo ocaml_compilers.cmo ocaml_toplevels.cmo ocaml_actions.cmo ocaml_tests.cmo options.cmo main.cmo
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o fsync.o fsync.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o closedir.o closedir.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o connect.o connect.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o cst2constr.o cst2constr.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o cstringv.o cstringv.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o dup.o dup.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o dup2.o dup2.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o envir.o envir.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o errmsg.o errmsg.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o execv.o execv.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o execve.o execve.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o execvp.o execvp.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o exit.o exit.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o fchmod.o fchmod.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o fchown.o fchown.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o fcntl.o fcntl.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o fork.o fork.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o ftruncate.o ftruncate.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o getaddrinfo.o getaddrinfo.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o getcwd.o getcwd.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o getegid.o getegid.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o geteuid.o geteuid.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o getgid.o getgid.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o getgr.o getgr.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o getgroups.o getgroups.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o gethost.o gethost.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o gethostname.o gethostname.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o getlogin.o getlogin.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o getnameinfo.o getnameinfo.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o getpeername.o getpeername.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o getpid.o getpid.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o getppid.o getppid.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o getproto.o getproto.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o getpw.o getpw.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o gettimeofday.o gettimeofday.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o getserv.o getserv.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o getsockname.o getsockname.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o getuid.o getuid.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o gmtime.o gmtime.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o initgroups.o initgroups.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o isatty.o isatty.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o itimer.o itimer.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o kill.o kill.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o link.o link.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o listen.o listen.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o lockf.o lockf.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o lseek.o lseek.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o mkdir.o mkdir.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o mkfifo.o mkfifo.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o mmap.o mmap.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o mmap_ba.o mmap_ba.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o nice.o nice.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o open.o open.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o opendir.o opendir.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o pipe.o pipe.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o putenv.o putenv.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o read.o read.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o readdir.o readdir.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o readlink.o readlink.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o rename.o rename.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o rewinddir.o rewinddir.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o rmdir.o rmdir.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o select.o select.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o sendrecv.o sendrecv.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o setgid.o setgid.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o setgroups.o setgroups.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o setsid.o setsid.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o setuid.o setuid.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o shutdown.o shutdown.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o signals.o signals.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o sleep.o sleep.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o socket.o socket.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o socketaddr.o socketaddr.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o socketpair.o socketpair.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o sockopt.o sockopt.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o stat.o stat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o strofaddr.o strofaddr.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o symlink.o symlink.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o termios.o termios.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o time.o time.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o times.o times.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o truncate.o truncate.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o umask.o umask.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o unixsupport.o unixsupport.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o unlink.o unlink.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o utimes.o utimes.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o wait.o wait.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o write.o write.c
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels unix.mli
- ../../boot/ocamlrun ../../tools/ocamlmklib -oc unix accept.o access.o addrofstr.o alarm.o bind.o channels.o chdir.o chmod.o chown.o chroot.o close.o fsync.o closedir.o connect.o cst2constr.o cstringv.o dup.o dup2.o envir.o errmsg.o execv.o execve.o execvp.o exit.o fchmod.o fchown.o fcntl.o fork.o ftruncate.o getaddrinfo.o getcwd.o getegid.o geteuid.o getgid.o getgr.o getgroups.o gethost.o gethostname.o getlogin.o getnameinfo.o getpeername.o getpid.o getppid.o getproto.o getpw.o gettimeofday.o getserv.o getsockname.o getuid.o gmtime.o initgroups.o isatty.o itimer.o kill.o link.o listen.o lockf.o lseek.o mkdir.o mkfifo.o mmap.o mmap_ba.o nice.o open.o opendir.o pipe.o putenv.o read.o readdir.o readlink.o rename.o rewinddir.o rmdir.o select.o sendrecv.o setgid.o setgroups.o setsid.o setuid.o shutdown.o signals.o sleep.o socket.o socketaddr.o socketpair.o sockopt.o stat.o strofaddr.o symlink.o termios.o time.o times.o truncate.o umask.o unixsupport.o unlink.o utimes.o wait.o write.o -lm 
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels unix.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels unixLabels.mli
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels unixLabels.ml
- ../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib' -linkall \
-          unix.cmo unixLabels.cmo 
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/unix'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/bigarray'
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats  bigarray.mli
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats  bigarray.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -o bigarray.cma -a -linkall bigarray.cmo 
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/bigarray'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/str'
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o strstubs.o strstubs.c
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats  str.mli
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats  str.ml
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/ocamltest'
- ../../boot/ocamlrun ../../tools/ocamlmklib -oc camlstr strstubs.o 
- ../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc camlstr -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib' -linkall \
-          str.cmo 
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/str'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/raw_spacetime_lib'
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o spacetime_offline.o spacetime_offline.c
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats  raw_spacetime_lib.mli
- ../../boot/ocamlrun ../../tools/ocamlmklib -oc raw_spacetime_lib spacetime_offline.o 
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats  raw_spacetime_lib.ml
- ../../boot/ocamlrun ../../tools/ocamlmklib -o raw_spacetime_lib -oc raw_spacetime_lib -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib' -linkall \
-          raw_spacetime_lib.cmo 
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/raw_spacetime_lib'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/systhreads'
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime  \
-   -fPIC -o st_stubs_b.o st_stubs.c
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string thread.mli
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string mutex.mli
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string event.mli
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string threadUnix.mli
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string mutex.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string condition.mli
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string thread.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string threadUnix.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string condition.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string event.ml
- ../../boot/ocamlrun ../../tools/ocamlmklib -o threads -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix' -cclib -lunix -linkall \
-   -cclib -lpthread thread.cmo mutex.cmo condition.cmo event.cmo threadUnix.cmo
- ../../boot/ocamlrun ../../tools/ocamlmklib -o threads st_stubs_b.o -lpthread
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/systhreads'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/threads'
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -I../../runtime -o scheduler.o scheduler.c
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string marshal.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string mutex.mli
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string event.mli
- ln -s ../../stdlib/stdlib.mli stdlib.mli
- ln -s -f ../unix/unix.mli unix.mli
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string condition.mli
- rm -f stdlib.cmi
- ln -s ../../stdlib/stdlib.cmi stdlib.cmi
- ln -s -f ../unix/unix.cmi unix.cmi
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string thread.mli
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string threadUnix.mli
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -w +33..39 -warn-error A -bin-annot -g -safe-string -nopervasives \
-   -pp "mawk -f ../../stdlib/expand_module_aliases.awk" -o stdlib.cmo -c stdlib.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -w +33..39 -warn-error A -bin-annot -g -safe-string -c unix.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string event.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string thread.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string mutex.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string condition.ml
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string threadUnix.ml
- ../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix' -o threads -oc vmthreads thread.cmo mutex.cmo condition.cmo event.cmo threadUnix.cmo
- ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -a -o stdlib.cma ../../stdlib/camlinternalFormatBasics.cmo stdlib.cmo ../../stdlib/stdlib__bool.cmo ../../stdlib/stdlib__seq.cmo ../../stdlib/stdlib__option.cmo ../../stdlib/stdlib__result.cmo ../../stdlib/stdlib__fun.cmo ../../stdlib/stdlib__unit.cmo ../../stdlib/stdlib__array.cmo ../../stdlib/stdlib__list.cmo ../../stdlib/stdlib__char.cmo ../../stdlib/stdlib__bytes.cmo ../../stdlib/stdlib__string.cmo ../../stdlib/stdlib__sys.cmo marshal.cmo ../../stdlib/stdlib__obj.cmo ../../stdlib/stdlib__int.cmo ../../stdlib/stdlib__int32.cmo ../../stdlib/stdlib__int64.cmo ../../stdlib/stdlib__nativeint.cmo ../../stdlib/stdlib__lexing.cmo ../../stdlib/stdlib__parsing.cmo ../../stdlib/stdlib__set.cmo ../../stdlib/stdlib__map.cmo ../../stdlib/stdlib__stack.cmo ../../stdlib/stdlib__queue.cmo ../../stdlib/camlinternalLazy.cmo ../../stdlib/stdlib__lazy.cmo ../../stdlib/stdlib__stream.cmo ../../stdlib/stdlib__buffer.cmo ../../stdlib/camlinternalFormat.cmo ../../stdlib/stdlib__printf.cmo ../../stdlib/stdlib__arg.cmo ../../stdlib/stdlib__printexc.cmo ../../stdlib/stdlib__gc.cmo ../../stdlib/stdlib__digest.cmo ../../stdlib/stdlib__random.cmo ../../stdlib/stdlib__hashtbl.cmo ../../stdlib/stdlib__format.cmo ../../stdlib/stdlib__scanf.cmo ../../stdlib/stdlib__callback.cmo ../../stdlib/camlinternalOO.cmo ../../stdlib/stdlib__oo.cmo ../../stdlib/camlinternalMod.cmo ../../stdlib/stdlib__genlex.cmo ../../stdlib/stdlib__weak.cmo ../../stdlib/stdlib__ephemeron.cmo ../../stdlib/stdlib__filename.cmo ../../stdlib/stdlib__complex.cmo ../../stdlib/stdlib__arrayLabels.cmo ../../stdlib/stdlib__listLabels.cmo ../../stdlib/stdlib__bytesLabels.cmo ../../stdlib/stdlib__stringLabels.cmo ../../stdlib/stdlib__moreLabels.cmo ../../stdlib/stdlib__stdLabels.cmo
- ../../boot/ocamlrun ../../tools/ocamlmklib -o threads -oc vmthreads scheduler.o
- ../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix' -o unix -linkall unix.cmo ../unix/unixLabels.cmo
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/threads'
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs'
- make -C debugger all
- make -C ocamldoc all
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/debugger'
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats int64ops.mli
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats primitives.mli
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats unix_tools.mli
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/ocamldoc'
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_config.mli
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_messages.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats debugger_config.mli
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats parameters.mli
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_types.mli
- ../boot/ocamlrun ../boot/ocamllex lexer.mll
- ../yacc/ocamlyacc parser.mly
- ../yacc/ocamlyacc --strict -v odoc_text_parser.mly
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats parser_aux.mli
- ../yacc/ocamlyacc --strict -v odoc_text_parser.mly
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats question.mli
- ../boot/ocamlrun ../boot/ocamllex odoc_text_lexer.mll
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats exec.mli
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats source.mli
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_name.mli
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats pos.mli
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_print.mli
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats events.mli
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_comments_global.mli
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats symbols.mli
- ../yacc/ocamlyacc --strict -v odoc_parser.mly
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats breakpoints.mli
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats trap_barrier.mli
- ../yacc/ocamlyacc --strict -v odoc_parser.mly
- ../boot/ocamlrun ../boot/ocamllex odoc_lexer.mll
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats history.mli
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats show_source.mli
- ../boot/ocamlrun ../boot/ocamllex odoc_see_lexer.mll
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats program_management.mli
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats frames.mli
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats show_information.mli
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_control.ml
- 41 states, 1026 transitions, table size 4350 bytes
- 1285 additional bytes used for bindings
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats loadprinter.mli
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_inherit.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats command_line.mli
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_latex_style.ml
- 20 states, 264 transitions, table size 1176 bytes
- ../boot/ocamlrun ../boot/ocamllex odoc_ocamlhtml.mll
- 50 states, 614 transitions, table size 2756 bytes
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats int64ops.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats exec.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats unix_tools.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats debugger_config.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats parameters.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats events.ml
- 111 states, 2871 transitions, table size 12150 bytes
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_config.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats primitives.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats input_handling.mli
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats debugcom.mli
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats pos.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats program_loading.mli
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats time_travel.mli
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats parser.mli
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_ocamlhtml.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats source.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats show_source.ml
- 251 states, 2458 transitions, table size 11338 bytes
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_comments_global.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_global.mli
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_misc.mli
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_text_parser.mli
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_text.mli
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_parameter.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_print.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_parser.mli
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_env.mli
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_type.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats input_handling.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats program_loading.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats program_management.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats debugcom.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats checkpoints.mli
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats printval.mli
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats frames.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats eval.mli
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats lexer.mli
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats parser.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_text_parser.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_text_lexer.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_name.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_parser.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_see_lexer.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_extension.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_exception.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_env.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats checkpoints.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats symbols.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats breakpoints.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats trap_barrier.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats history.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_value.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats time_travel.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats main.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats lexer.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats question.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats printval.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats show_information.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats loadprinter.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats eval.ml
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -c -I ../otherlibs/unix -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../driver -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats command_line.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_global.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_types.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_misc.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_lexer.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_class.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_module.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_str.mli
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_text.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_str.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_merge.mli
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_sig.mli
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_search.mli
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_scan.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_cross.mli
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_comments.mli
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_dep.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_analyse.mli
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_merge.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_comments.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_search.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_info.mli
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_sig.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_ast.mli
- ../boot/ocamlrun ../ocamlc -g -nostdlib -I ../stdlib -linkall -I ../otherlibs/unix -o ocamldebug -linkall ../otherlibs/unix/unix.cma ../utils/config.cmo ../utils/build_path_prefix_map.cmo ../utils/misc.cmo ../utils/identifiable.cmo ../utils/numbers.cmo ../utils/arg_helper.cmo ../utils/clflags.cmo ../utils/consistbl.cmo ../utils/warnings.cmo ../utils/terminfo.cmo ../utils/load_path.cmo ../parsing/location.cmo ../parsing/longident.cmo ../parsing/docstrings.cmo ../parsing/syntaxerr.cmo ../parsing/ast_helper.cmo ../parsing/ast_mapper.cmo ../parsing/ast_iterator.cmo ../parsing/attr_helper.cmo ../parsing/builtin_attributes.cmo ../parsing/pprintast.cmo ../typing/ident.cmo ../typing/path.cmo ../typing/types.cmo ../typing/btype.cmo ../typing/primitive.cmo ../typing/typedtree.cmo ../typing/subst.cmo ../typing/predef.cmo ../typing/datarepr.cmo ../typing/cmi_format.cmo ../typing/env.cmo ../typing/oprint.cmo ../typing/ctype.cmo ../typing/printtyp.cmo ../typing/mtype.cmo ../typing/envaux.cmo ../bytecomp/runtimedef.cmo ../bytecomp/bytesections.cmo ../bytecomp/dll.cmo ../bytecomp/meta.cmo ../bytecomp/symtable.cmo ../bytecomp/opcodes.cmo ../driver/compdynlink_types.cmo ../driver/compdynlink_platform_intf.cmo ../driver/compdynlink_common.cmo ../driver/compdynlink.cmo ../toplevel/genprintval.cmo int64ops.cmo primitives.cmo unix_tools.cmo debugger_config.cmo parameters.cmo lexer.cmo input_handling.cmo question.cmo debugcom.cmo exec.cmo source.cmo pos.cmo checkpoints.cmo events.cmo program_loading.cmo symbols.cmo breakpoints.cmo trap_barrier.cmo history.cmo printval.cmo show_source.cmo time_travel.cmo program_management.cmo frames.cmo eval.cmo show_information.cmo loadprinter.cmo parser.cmo command_line.cmo main.cmo
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_cross.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_ast.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_analyse.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_info.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_to_text.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_man.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_dag2html.mli
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_dot.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_html.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_dag2html.ml
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/debugger'
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_texi.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_latex.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -a -o odoc_info.cma -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -nostdlib odoc_config.cmo odoc_messages.cmo odoc_global.cmo odoc_types.cmo odoc_misc.cmo odoc_text_parser.cmo odoc_text_lexer.cmo odoc_text.cmo odoc_name.cmo odoc_parameter.cmo odoc_value.cmo odoc_type.cmo odoc_extension.cmo odoc_exception.cmo odoc_class.cmo odoc_module.cmo odoc_print.cmo odoc_str.cmo odoc_comments_global.cmo odoc_parser.cmo odoc_lexer.cmo odoc_see_lexer.cmo odoc_env.cmo odoc_merge.cmo odoc_sig.cmo odoc_ast.cmo odoc_control.cmo odoc_inherit.cmo odoc_search.cmo odoc_scan.cmo odoc_cross.cmo odoc_comments.cmo odoc_dep.cmo odoc_analyse.cmo odoc_info.cmo
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_gen.mli
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_args.mli
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_gen.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_test.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_args.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c generators/odoc_todo.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c generators/odoc_literate.ml
- ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -o ocamldoc -linkall -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -nostdlib unix.cma str.cma dynlink.cma ocamlcommon.cma odoc_config.cmo odoc_messages.cmo odoc_global.cmo odoc_types.cmo odoc_misc.cmo odoc_text_parser.cmo odoc_text_lexer.cmo odoc_text.cmo odoc_name.cmo odoc_parameter.cmo odoc_value.cmo odoc_type.cmo odoc_extension.cmo odoc_exception.cmo odoc_class.cmo odoc_module.cmo odoc_print.cmo odoc_str.cmo odoc_comments_global.cmo odoc_parser.cmo odoc_lexer.cmo odoc_see_lexer.cmo odoc_env.cmo odoc_merge.cmo odoc_sig.cmo odoc_ast.cmo odoc_control.cmo odoc_inherit.cmo odoc_search.cmo odoc_scan.cmo odoc_cross.cmo odoc_comments.cmo odoc_dep.cmo odoc_analyse.cmo odoc_info.cmo odoc_dag2html.cmo odoc_to_text.cmo odoc_ocamlhtml.cmo odoc_html.cmo odoc_man.cmo odoc_latex_style.cmo odoc_latex.cmo odoc_texi.cmo odoc_dot.cmo odoc_gen.cmo odoc_args.cmo odoc.cmo
- mkdir -p stdlib_man
- ../boot/ocamlrun -I ../otherlibs/unix -I ../otherlibs/str ./ocamldoc -man -d stdlib_man -nostdlib \
- -hide Stdlib -lib Stdlib -I ../stdlib -I ../otherlibs/str -I ../otherlibs/unix -I ../otherlibs/graphics -I ../otherlibs/dynlink -I ../otherlibs/systhreads -I ../parsing -I ../utils -I ../typing -I ../bytecomp -I ../driver \
- -pp "mawk -v ocamldoc=true -f ../stdlib/expand_module_aliases.awk" \
- -t "OCaml library" -man-mini \
- -text ../stdlib/ocaml_operators.mld -text ../manual/manual/library/compiler_libs.mld \
- ../stdlib/pervasives.ml ../stdlib/spacetime.mli ../stdlib/arg.mli ../stdlib/array.mli ../stdlib/arrayLabels.mli ../stdlib/bigarray.mli ../stdlib/bool.mli ../stdlib/buffer.mli ../stdlib/bytes.mli ../stdlib/bytesLabels.mli ../stdlib/callback.mli ../stdlib/camlinternalFormat.mli ../stdlib/camlinternalFormatBasics.mli ../stdlib/camlinternalLazy.mli ../stdlib/camlinternalMod.mli ../stdlib/camlinternalOO.mli ../stdlib/char.mli ../stdlib/complex.mli ../stdlib/digest.mli ../stdlib/ephemeron.mli ../stdlib/filename.mli ../stdlib/float.mli ../stdlib/format.mli ../stdlib/fun.mli ../stdlib/gc.mli ../stdlib/genlex.mli ../stdlib/hashtbl.mli ../stdlib/int.mli ../stdlib/int32.mli ../stdlib/int64.mli ../stdlib/lazy.mli ../stdlib/lexing.mli ../stdlib/list.mli ../stdlib/listLabels.mli ../stdlib/map.mli ../stdlib/marshal.mli ../stdlib/moreLabels.mli ../stdlib/nativeint.mli ../stdlib/obj.mli ../stdlib/oo.mli ../stdlib/option.mli ../stdlib/parsing.mli ../stdlib/printexc.mli ../stdlib/printf.mli ../stdlib/queue.mli ../stdlib/random.mli ../stdlib/result.mli ../stdlib/scanf.mli ../stdlib/seq.mli ../stdlib/set.mli ../stdlib/stack.mli ../stdlib/stdLabels.mli ../stdlib/stdlib.mli ../stdlib/stream.mli ../stdlib/string.mli ../stdlib/stringLabels.mli ../stdlib/sys.mli ../stdlib/uchar.mli ../stdlib/unit.mli ../stdlib/weak.mli ../otherlibs/str/str.mli ../otherlibs/unix/unix.mli ../otherlibs/unix/unixLabels.mli ../otherlibs/systhreads/thread.mli ../otherlibs/systhreads/condition.mli ../otherlibs/systhreads/mutex.mli ../otherlibs/systhreads/event.mli ../otherlibs/systhreads/threadUnix.mli ../otherlibs/graph/graphics.mli ../otherlibs/graph/graphicsX11.mli ../otherlibs/dynlink/dynlink.mli ../parsing/ast_helper.mli ../parsing/ast_invariants.mli ../parsing/ast_iterator.mli ../parsing/ast_mapper.mli ../parsing/asttypes.mli ../parsing/attr_helper.mli ../parsing/builtin_attributes.mli ../parsing/camlinternalMenhirLib.mli ../parsing/depend.mli ../parsing/docstrings.mli ../parsing/lexer.mli ../parsing/location.mli ../parsing/longident.mli ../parsing/parse.mli ../parsing/parser.mli ../parsing/parsetree.mli ../parsing/pprintast.mli ../parsing/printast.mli ../parsing/syntaxerr.mli ../utils/arg_helper.mli ../utils/build_path_prefix_map.mli ../utils/ccomp.mli ../utils/clflags.mli ../utils/config.mli ../utils/consistbl.mli ../utils/identifiable.mli ../utils/load_path.mli ../utils/misc.mli ../utils/numbers.mli ../utils/profile.mli ../utils/strongly_connected_components.mli ../utils/targetint.mli ../utils/terminfo.mli ../utils/warnings.mli ../typing/typemod.mli ../bytecomp/simplif.mli ../driver/pparse.mli
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/ocamldoc'
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
Processing  5/16: [ocaml-variants: make world.opt]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j255" "world.opt" (CWD=/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda)
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- make -C runtime  all
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/runtime'
- make[1]: Nothing to be done for 'all'.
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/runtime'
- cp runtime/ocamlrun boot/ocamlrun
- make -C stdlib  \
-   COMPILER="../boot/ocamlc -use-prims ../runtime/primitives" all
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/stdlib'
- make[1]: Nothing to be done for 'all'.
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/stdlib'
- cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
- cd boot; ln -sf ../runtime/libcamlrun.a .
- make opt.opt
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- make checkstack
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- if musl-gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -Wl,-E -o tools/checkstack tools/checkstack.c; \
-   then tools/checkstack; \
- fi
- rm -f tools/checkstack
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- make runtime
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- make -C runtime  all
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/runtime'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/runtime'
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- make core
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- make coldstart
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- make -C runtime  all
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/runtime'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/runtime'
- cp runtime/ocamlrun boot/ocamlrun
- make -C stdlib  \
-   COMPILER="../boot/ocamlc -use-prims ../runtime/primitives" all
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/stdlib'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/stdlib'
- cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
- cd boot; ln -sf ../runtime/libcamlrun.a .
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- make coreall
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- make -C runtime  all
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/runtime'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/runtime'
- make ocamlc
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- make[4]: 'ocamlc' is up to date.
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- make ocamllex ocamltools library
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- make -C yacc  all
- make[5]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/yacc'
- make[5]: Nothing to be done for 'all'.
- make[5]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/yacc'
- make -C stdlib  all
- make -C lex all
- make[5]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/lex'
- make[5]: Nothing to be done for 'all'.
- make[5]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/lex'
- make -C tools all
- make[5]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/stdlib'
- make[5]: Nothing to be done for 'all'.
- make[5]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/stdlib'
- make[5]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/tools'
- make[5]: Nothing to be done for 'all'.
- make[5]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/tools'
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- make ocaml
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- make[2]: 'ocaml' is up to date.
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- make opt-core
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- make -C runtime  allopt
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/runtime'
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o startup_aux_n.o startup_aux.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o startup_nat_n.o startup_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o main_n.o main.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o fail_nat_n.o fail_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o roots_nat_n.o roots_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o signals_n.o signals.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o signals_nat_n.o signals_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o misc_n.o misc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o freelist_n.o freelist.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o major_gc_n.o major_gc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o minor_gc_n.o minor_gc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o memory_n.o memory.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o alloc_n.o alloc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o compare_n.o compare.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o ints_n.o ints.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o floats_n.o floats.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o str_n.o str.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o array_n.o array.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o io_n.o io.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o extern_n.o extern.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o intern_n.o intern.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o hash_n.o hash.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o sys_n.o sys.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o parsing_n.o parsing.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o gc_ctrl_n.o gc_ctrl.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o md5_n.o md5.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o obj_n.o obj.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o lexing_n.o lexing.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o unix_n.o unix.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o printexc_n.o printexc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o callback_n.o callback.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o weak_n.o weak.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o compact_n.o compact.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o finalise_n.o finalise.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o custom_n.o custom.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o globroots_n.o globroots.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o backtrace_nat_n.o backtrace_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o backtrace_n.o backtrace.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o dynlink_nat_n.o dynlink_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o debugger_n.o debugger.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o meta_n.o meta.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o dynlink_n.o dynlink.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o clambda_checks_n.o clambda_checks.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o spacetime_nat_n.o spacetime_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o spacetime_snapshot_n.o spacetime_snapshot.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o afl_n.o afl.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o bigarray_n.o bigarray.c
- musl-gcc -c -DSYS_linux -I../runtime -DMODEL_default -o amd64.o amd64.S || \
- { echo "If your assembler produced syntax errors, it is probably";\
-           echo "unhappy with the preprocessor. Check your assembler, or";\
-           echo "try producing amd64.o by hand.";\
-           exit 2; }
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o startup_aux_nd.o startup_aux.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o startup_nat_nd.o startup_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o main_nd.o main.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o fail_nat_nd.o fail_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o roots_nat_nd.o roots_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o signals_nd.o signals.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o signals_nat_nd.o signals_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o misc_nd.o misc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o freelist_nd.o freelist.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o major_gc_nd.o major_gc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o minor_gc_nd.o minor_gc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o memory_nd.o memory.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o alloc_nd.o alloc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o compare_nd.o compare.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o ints_nd.o ints.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o floats_nd.o floats.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o str_nd.o str.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o array_nd.o array.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o io_nd.o io.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o extern_nd.o extern.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o intern_nd.o intern.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o hash_nd.o hash.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o sys_nd.o sys.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o parsing_nd.o parsing.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o gc_ctrl_nd.o gc_ctrl.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o md5_nd.o md5.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o obj_nd.o obj.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o lexing_nd.o lexing.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o unix_nd.o unix.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o printexc_nd.o printexc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o callback_nd.o callback.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o weak_nd.o weak.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o compact_nd.o compact.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o finalise_nd.o finalise.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o custom_nd.o custom.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o globroots_nd.o globroots.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o backtrace_nat_nd.o backtrace_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o backtrace_nd.o backtrace.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o dynlink_nat_nd.o dynlink_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o debugger_nd.o debugger.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o meta_nd.o meta.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o dynlink_nd.o dynlink.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o clambda_checks_nd.o clambda_checks.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o spacetime_nat_nd.o spacetime_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o spacetime_snapshot_nd.o spacetime_snapshot.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o afl_nd.o afl.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DDEBUG -o bigarray_nd.o bigarray.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o startup_aux_ni.o startup_aux.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o startup_nat_ni.o startup_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o main_ni.o main.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o fail_nat_ni.o fail_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o roots_nat_ni.o roots_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o signals_ni.o signals.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o signals_nat_ni.o signals_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o misc_ni.o misc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o freelist_ni.o freelist.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o major_gc_ni.o major_gc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o minor_gc_ni.o minor_gc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o memory_ni.o memory.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o alloc_ni.o alloc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o compare_ni.o compare.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o ints_ni.o ints.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o floats_ni.o floats.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o str_ni.o str.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o array_ni.o array.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o io_ni.o io.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o extern_ni.o extern.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o intern_ni.o intern.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o hash_ni.o hash.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o sys_ni.o sys.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o parsing_ni.o parsing.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o gc_ctrl_ni.o gc_ctrl.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o md5_ni.o md5.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o obj_ni.o obj.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o lexing_ni.o lexing.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o unix_ni.o unix.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o printexc_ni.o printexc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o callback_ni.o callback.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o weak_ni.o weak.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o compact_ni.o compact.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o finalise_ni.o finalise.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o custom_ni.o custom.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o globroots_ni.o globroots.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o backtrace_nat_ni.o backtrace_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o backtrace_ni.o backtrace.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o dynlink_nat_ni.o dynlink_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o debugger_ni.o debugger.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o meta_ni.o meta.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o dynlink_ni.o dynlink.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o clambda_checks_ni.o clambda_checks.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o spacetime_nat_ni.o spacetime_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o spacetime_snapshot_ni.o spacetime_snapshot.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o afl_ni.o afl.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DCAML_INSTR -o bigarray_ni.o bigarray.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o startup_aux_np.o startup_aux.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o startup_nat_np.o startup_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o main_np.o main.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o fail_nat_np.o fail_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o roots_nat_np.o roots_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o signals_np.o signals.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o signals_nat_np.o signals_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o misc_np.o misc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o freelist_np.o freelist.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o major_gc_np.o major_gc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o minor_gc_np.o minor_gc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o memory_np.o memory.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o alloc_np.o alloc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o compare_np.o compare.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o ints_np.o ints.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o floats_np.o floats.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o str_np.o str.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o array_np.o array.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o io_np.o io.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o extern_np.o extern.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o intern_np.o intern.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o hash_np.o hash.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o sys_np.o sys.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o parsing_np.o parsing.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o gc_ctrl_np.o gc_ctrl.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o md5_np.o md5.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o obj_np.o obj.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o lexing_np.o lexing.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o unix_np.o unix.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o printexc_np.o printexc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o callback_np.o callback.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o weak_np.o weak.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o compact_np.o compact.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o finalise_np.o finalise.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o custom_np.o custom.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o globroots_np.o globroots.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o backtrace_nat_np.o backtrace_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o backtrace_np.o backtrace.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o dynlink_nat_np.o dynlink_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o debugger_np.o debugger.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o meta_np.o meta.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o dynlink_np.o dynlink.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o clambda_checks_np.o clambda_checks.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o spacetime_nat_np.o spacetime_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o spacetime_snapshot_np.o spacetime_snapshot.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o afl_np.o afl.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -pg -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -DPROFILING -o bigarray_np.o bigarray.c
- musl-gcc -c -DSYS_linux -I../runtime -DMODEL_default -DPROFILING -o amd64_libasmrunp.o amd64.S
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o startup_aux_npic.o startup_aux.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o startup_nat_npic.o startup_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o main_npic.o main.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o fail_nat_npic.o fail_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o roots_nat_npic.o roots_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o signals_npic.o signals.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o signals_nat_npic.o signals_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o misc_npic.o misc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o freelist_npic.o freelist.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o major_gc_npic.o major_gc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o minor_gc_npic.o minor_gc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o memory_npic.o memory.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o alloc_npic.o alloc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o compare_npic.o compare.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o ints_npic.o ints.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o floats_npic.o floats.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o str_npic.o str.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o array_npic.o array.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o io_npic.o io.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o extern_npic.o extern.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o intern_npic.o intern.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o hash_npic.o hash.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o sys_npic.o sys.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o parsing_npic.o parsing.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o gc_ctrl_npic.o gc_ctrl.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o md5_npic.o md5.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o obj_npic.o obj.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o lexing_npic.o lexing.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o unix_npic.o unix.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o printexc_npic.o printexc.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o callback_npic.o callback.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o weak_npic.o weak.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o compact_npic.o compact.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o finalise_npic.o finalise.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o custom_npic.o custom.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o globroots_npic.o globroots.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o backtrace_nat_npic.o backtrace_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o backtrace_npic.o backtrace.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o dynlink_nat_npic.o dynlink_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o debugger_npic.o debugger.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o meta_npic.o meta.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o dynlink_npic.o dynlink.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o clambda_checks_npic.o clambda_checks.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o spacetime_nat_npic.o spacetime_nat.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o spacetime_snapshot_npic.o spacetime_snapshot.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o afl_npic.o afl.c
- musl-gcc -c -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -g -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  -DOCAML_STDLIB_DIR='"/home/opam/.opam/5.4/lib/ocaml"'  -DNATIVE_CODE -DTARGET_amd64 -DMODEL_default -DSYS_linux   -o bigarray_npic.o bigarray.c
- musl-gcc -c -DSYS_linux -I../runtime -DMODEL_default -fPIC -o amd64_libasmrunpic.o amd64.S
- rm -f libasmrun.a && ar rc libasmrun.a  startup_aux_n.o startup_nat_n.o main_n.o fail_nat_n.o roots_nat_n.o signals_n.o signals_nat_n.o misc_n.o freelist_n.o major_gc_n.o minor_gc_n.o memory_n.o alloc_n.o compare_n.o ints_n.o floats_n.o str_n.o array_n.o io_n.o extern_n.o intern_n.o hash_n.o sys_n.o parsing_n.o gc_ctrl_n.o md5_n.o obj_n.o lexing_n.o unix_n.o printexc_n.o callback_n.o weak_n.o compact_n.o finalise_n.o custom_n.o globroots_n.o backtrace_nat_n.o backtrace_n.o dynlink_nat_n.o debugger_n.o meta_n.o dynlink_n.o clambda_checks_n.o spacetime_nat_n.o spacetime_snapshot_n.o afl_n.o bigarray_n.o amd64.o && ranlib libasmrun.a
- rm -f libasmrund.a && ar rc libasmrund.a  startup_aux_nd.o startup_nat_nd.o main_nd.o fail_nat_nd.o roots_nat_nd.o signals_nd.o signals_nat_nd.o misc_nd.o freelist_nd.o major_gc_nd.o minor_gc_nd.o memory_nd.o alloc_nd.o compare_nd.o ints_nd.o floats_nd.o str_nd.o array_nd.o io_nd.o extern_nd.o intern_nd.o hash_nd.o sys_nd.o parsing_nd.o gc_ctrl_nd.o md5_nd.o obj_nd.o lexing_nd.o unix_nd.o printexc_nd.o callback_nd.o weak_nd.o compact_nd.o finalise_nd.o custom_nd.o globroots_nd.o backtrace_nat_nd.o backtrace_nd.o dynlink_nat_nd.o debugger_nd.o meta_nd.o dynlink_nd.o clambda_checks_nd.o spacetime_nat_nd.o spacetime_snapshot_nd.o afl_nd.o bigarray_nd.o amd64.o && ranlib libasmrund.a
- rm -f libasmruni.a && ar rc libasmruni.a  startup_aux_ni.o startup_nat_ni.o main_ni.o fail_nat_ni.o roots_nat_ni.o signals_ni.o signals_nat_ni.o misc_ni.o freelist_ni.o major_gc_ni.o minor_gc_ni.o memory_ni.o alloc_ni.o compare_ni.o ints_ni.o floats_ni.o str_ni.o array_ni.o io_ni.o extern_ni.o intern_ni.o hash_ni.o sys_ni.o parsing_ni.o gc_ctrl_ni.o md5_ni.o obj_ni.o lexing_ni.o unix_ni.o printexc_ni.o callback_ni.o weak_ni.o compact_ni.o finalise_ni.o custom_ni.o globroots_ni.o backtrace_nat_ni.o backtrace_ni.o dynlink_nat_ni.o debugger_ni.o meta_ni.o dynlink_ni.o clambda_checks_ni.o spacetime_nat_ni.o spacetime_snapshot_ni.o afl_ni.o bigarray_ni.o amd64.o && ranlib libasmruni.a
- rm -f libasmrun_pic.a && ar rc libasmrun_pic.a  startup_aux_npic.o startup_nat_npic.o main_npic.o fail_nat_npic.o roots_nat_npic.o signals_npic.o signals_nat_npic.o misc_npic.o freelist_npic.o major_gc_npic.o minor_gc_npic.o memory_npic.o alloc_npic.o compare_npic.o ints_npic.o floats_npic.o str_npic.o array_npic.o io_npic.o extern_npic.o intern_npic.o hash_npic.o sys_npic.o parsing_npic.o gc_ctrl_npic.o md5_npic.o obj_npic.o lexing_npic.o unix_npic.o printexc_npic.o callback_npic.o weak_npic.o compact_npic.o finalise_npic.o custom_npic.o globroots_npic.o backtrace_nat_npic.o backtrace_npic.o dynlink_nat_npic.o debugger_npic.o meta_npic.o dynlink_npic.o clambda_checks_npic.o spacetime_nat_npic.o spacetime_snapshot_npic.o afl_npic.o bigarray_npic.o amd64_libasmrunpic.o && ranlib libasmrun_pic.a
- musl-gcc -shared -o libasmrun_shared.so startup_aux_npic.o startup_nat_npic.o main_npic.o fail_nat_npic.o roots_nat_npic.o signals_npic.o signals_nat_npic.o misc_npic.o freelist_npic.o major_gc_npic.o minor_gc_npic.o memory_npic.o alloc_npic.o compare_npic.o ints_npic.o floats_npic.o str_npic.o array_npic.o io_npic.o extern_npic.o intern_npic.o hash_npic.o sys_npic.o parsing_npic.o gc_ctrl_npic.o md5_npic.o obj_npic.o lexing_npic.o unix_npic.o printexc_npic.o callback_npic.o weak_npic.o compact_npic.o finalise_npic.o custom_npic.o globroots_npic.o backtrace_nat_npic.o backtrace_npic.o dynlink_nat_npic.o debugger_npic.o meta_npic.o dynlink_npic.o clambda_checks_npic.o spacetime_nat_npic.o spacetime_snapshot_npic.o afl_npic.o bigarray_npic.o amd64_libasmrunpic.o -lm 
- rm -f libasmrunp.a && ar rc libasmrunp.a  startup_aux_np.o startup_nat_np.o main_np.o fail_nat_np.o roots_nat_np.o signals_np.o signals_nat_np.o misc_np.o freelist_np.o major_gc_np.o minor_gc_np.o memory_np.o alloc_np.o compare_np.o ints_np.o floats_np.o str_np.o array_np.o io_np.o extern_np.o intern_np.o hash_np.o sys_np.o parsing_np.o gc_ctrl_np.o md5_np.o obj_np.o lexing_np.o unix_np.o printexc_np.o callback_np.o weak_np.o compact_np.o finalise_np.o custom_np.o globroots_np.o backtrace_nat_np.o backtrace_np.o dynlink_nat_np.o debugger_np.o meta_np.o dynlink_np.o clambda_checks_np.o spacetime_nat_np.o spacetime_snapshot_np.o afl_np.o bigarray_np.o amd64_libasmrunp.o && ranlib libasmrunp.a
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/runtime'
- cp runtime/libasmrun.a stdlib/libasmrun.a
- make ocamlopt
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/x86_ast.mli
- cd asmcomp; ln -sf amd64/arch.ml .
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/cmm.mli
- cd asmcomp; ln -sf amd64/proc.ml .
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/clambda.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/export_info_for_pack.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/compilenv.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/closure.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/traverse_for_exported_symbols.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/build_export_info.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/closure_offsets.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/flambda_to_clambda.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/import_approx.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/un_anf.mli
- cd asmcomp; ln -sf amd64/selection.ml .
- cd asmcomp; ln -sf amd64/CSE.ml .
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/coloring.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/linscan.mli
- cd asmcomp; ln -sf amd64/reload.ml .
- cd asmcomp; ln -sf amd64/scheduling.ml .
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/emitaux.mli
- make -C tools cvt_emit
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/asmlink.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/asmlibrarian.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/asmpackager.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/opterrors.mli
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/tools'
- ../boot/ocamlrun ../boot/ocamllex cvt_emit.mll
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/optcompile.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/optmain.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/arch.ml
- 16 states, 280 transitions, table size 1216 bytes
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -c -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel - cvt_emit.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/export_info_for_pack.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/x86_proc.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/x86_dsl.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/x86_gas.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/x86_masm.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/un_anf.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/printcmm.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/reg.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/afl_instrument.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/strmatch.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/cmmgen.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/asmgen.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/opterrors.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/closure_offsets.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/traverse_for_exported_symbols.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/compilenv.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/build_export_info.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/flambda_to_clambda.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/import_approx.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/asmlibrarian.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/afl_instrument.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/x86_proc.ml
- ../boot/ocamlrun ../boot/ocamlc -g -nostdlib -I ../boot -use-prims ../runtime/primitives -I .. -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -o cvt_emit cvt_emit.cmo
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/x86_gas.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/x86_masm.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/printcmm.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/asmpackager.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/optcompile.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/x86_dsl.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/reg.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/debug/reg_with_debug_info.mli
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/tools'
- echo \# 1 \"amd64/emit.mlp\" > asmcomp/emit.ml
- boot/ocamlrun tools/cvt_emit < asmcomp/amd64/emit.mlp >> asmcomp/emit.ml \
- || { rm -f asmcomp/emit.ml; exit 2; }
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/cmm.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/closure.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/strmatch.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/emitaux.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/debug/reg_with_debug_info.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/debug/reg_availability_set.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/debug/reg_availability_set.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/mach.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/mach.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/proc.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/interval.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/printmach.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/selectgen.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/selection.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/comballoc.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/CSEgen.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/liveness.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/spill.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/split.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/interf.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/reloadgen.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/reload.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/deadcode.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/linearize.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/debug/available_regs.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/comballoc.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/proc.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/cmmgen.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/interval.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/CSEgen.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/CSE.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/spill.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/split.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/interf.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/coloring.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/linscan.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/reloadgen.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/reload.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/deadcode.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/debug/available_regs.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/optmain.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/printmach.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/liveness.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/printlinear.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/linearize.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/schedgen.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/scheduling.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/branch_relaxation_intf.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/emit.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/selectgen.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/spacetime_profiling.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/printlinear.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/asmgen.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/asmlink.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/schedgen.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/scheduling.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/branch_relaxation.mli
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/spacetime_profiling.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/selection.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/branch_relaxation.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/emit.ml
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives -a -o compilerlibs/ocamloptcomp.cma middle_end/int_replace_polymorphic_compare.cmo middle_end/debuginfo.cmo middle_end/base_types/tag.cmo middle_end/base_types/linkage_name.cmo middle_end/base_types/compilation_unit.cmo middle_end/internal_variable_names.cmo middle_end/base_types/variable.cmo middle_end/base_types/mutable_variable.cmo middle_end/base_types/id_types.cmo middle_end/base_types/set_of_closures_id.cmo middle_end/base_types/set_of_closures_origin.cmo middle_end/base_types/closure_element.cmo middle_end/base_types/closure_id.cmo middle_end/base_types/closure_origin.cmo middle_end/base_types/var_within_closure.cmo middle_end/base_types/static_exception.cmo middle_end/base_types/export_id.cmo middle_end/base_types/symbol.cmo middle_end/pass_wrapper.cmo middle_end/allocated_const.cmo middle_end/parameter.cmo middle_end/projection.cmo middle_end/flambda.cmo middle_end/flambda_iterators.cmo middle_end/flambda_utils.cmo middle_end/inlining_cost.cmo middle_end/effect_analysis.cmo middle_end/freshening.cmo middle_end/simple_value_approx.cmo middle_end/lift_code.cmo middle_end/closure_conversion_aux.cmo middle_end/closure_conversion.cmo middle_end/initialize_symbol_to_let_symbol.cmo middle_end/lift_let_to_initialize_symbol.cmo middle_end/find_recursive_functions.cmo middle_end/invariant_params.cmo middle_end/inconstant_idents.cmo middle_end/alias_analysis.cmo middle_end/lift_constants.cmo middle_end/share_constants.cmo middle_end/simplify_common.cmo middle_end/remove_unused_arguments.cmo middle_end/remove_unused_closure_vars.cmo middle_end/remove_unused_program_constructs.cmo middle_end/simplify_boxed_integer_ops.cmo middle_end/simplify_primitives.cmo middle_end/inlining_stats_types.cmo middle_end/inlining_stats.cmo middle_end/inline_and_simplify_aux.cmo middle_end/remove_free_vars_equal_to_args.cmo middle_end/extract_projections.cmo middle_end/augment_specialised_args.cmo middle_end/unbox_free_vars_of_closures.cmo middle_end/unbox_specialised_args.cmo middle_end/unbox_closures.cmo middle_end/inlining_transforms.cmo middle_end/inlining_decision.cmo middle_end/inline_and_simplify.cmo middle_end/ref_to_variables.cmo middle_end/flambda_invariants.cmo middle_end/middle_end.cmo asmcomp/x86_proc.cmo asmcomp/x86_dsl.cmo asmcomp/x86_gas.cmo asmcomp/x86_masm.cmo asmcomp/arch.cmo asmcomp/backend_var.cmo asmcomp/cmm.cmo asmcomp/printcmm.cmo asmcomp/reg.cmo asmcomp/debug/reg_with_debug_info.cmo asmcomp/debug/reg_availability_set.cmo asmcomp/mach.cmo asmcomp/proc.cmo asmcomp/clambda.cmo asmcomp/printclambda.cmo asmcomp/export_info.cmo asmcomp/export_info_for_pack.cmo asmcomp/compilenv.cmo asmcomp/closure.cmo asmcomp/traverse_for_exported_symbols.cmo asmcomp/build_export_info.cmo asmcomp/closure_offsets.cmo asmcomp/flambda_to_clambda.cmo asmcomp/import_approx.cmo asmcomp/un_anf.cmo asmcomp/afl_instrument.cmo asmcomp/strmatch.cmo asmcomp/cmmgen.cmo asmcomp/interval.cmo asmcomp/printmach.cmo asmcomp/selectgen.cmo asmcomp/spacetime_profiling.cmo asmcomp/selection.cmo asmcomp/comballoc.cmo asmcomp/CSEgen.cmo asmcomp/CSE.cmo asmcomp/liveness.cmo asmcomp/spill.cmo asmcomp/split.cmo asmcomp/interf.cmo asmcomp/coloring.cmo asmcomp/linscan.cmo asmcomp/reloadgen.cmo asmcomp/reload.cmo asmcomp/deadcode.cmo asmcomp/printlinear.cmo asmcomp/linearize.cmo asmcomp/debug/available_regs.cmo asmcomp/schedgen.cmo asmcomp/scheduling.cmo asmcomp/branch_relaxation_intf.cmo asmcomp/branch_relaxation.cmo asmcomp/emitaux.cmo asmcomp/emit.cmo asmcomp/asmgen.cmo asmcomp/asmlink.cmo asmcomp/asmlibrarian.cmo asmcomp/asmpackager.cmo driver/opterrors.cmo driver/optcompile.cmo
- boot/ocamlrun boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives  -o ocamlopt compilerlibs/ocamlcommon.cma compilerlibs/ocamloptcomp.cma driver/optmain.cmo
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- make libraryopt
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- make -C stdlib  allopt
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/stdlib'
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3  -nopervasives -c camlinternalFormatBasics.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3  -nopervasives \
-            -p -c -o camlinternalFormatBasics.p.cmx camlinternalFormatBasics.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3  -nopervasives -no-alias-deps -w -49  -pp "$AWK -f expand_module_aliases.awk" -c stdlib.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3  -nopervasives -no-alias-deps -w -49  -pp "$AWK -f expand_module_aliases.awk" \
-            -p -c -o stdlib.p.cmx stdlib.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__pervasives.cmx -c pervasives.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__seq.cmx -c seq.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__bool.cmx -c bool.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__char.cmx -c char.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__sys.cmx -c sys.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__unit.cmx -c unit.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__int.cmx -c int.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__int64.cmx -c int64.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__complex.cmx -c complex.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   -c std_exit.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__pervasives.p.cmx pervasives.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__seq.p.cmx seq.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__bool.p.cmx bool.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__char.p.cmx char.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__sys.p.cmx sys.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__unit.p.cmx unit.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__int.p.cmx int.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__int64.p.cmx int64.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__complex.p.cmx complex.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o std_exit.p.cmx std_exit.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__int32.cmx -c int32.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__nativeint.cmx -c nativeint.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__int32.p.cmx int32.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__nativeint.p.cmx nativeint.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__map.p.cmx map.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__queue.p.cmx queue.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__option.cmx -c option.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__result.cmx -c result.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__list.cmx -c list.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__bytes.cmx -c bytes.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__array.cmx -c array.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__map.cmx -c map.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__queue.cmx -c queue.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__option.p.cmx option.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__result.p.cmx result.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__uchar.p.cmx uchar.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__list.p.cmx list.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__bytes.p.cmx bytes.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__array.p.cmx array.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__uchar.cmx -c uchar.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3  -nolabels -no-alias-deps \
-            -o stdlib__arrayLabels.cmx -c arrayLabels.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__bigarray.cmx -c bigarray.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3  -nolabels -no-alias-deps \
-            -p -c -o stdlib__arrayLabels.p.cmx arrayLabels.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__bigarray.p.cmx bigarray.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__string.cmx -c string.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__marshal.cmx -c marshal.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3  -nolabels -no-alias-deps \
-            -o stdlib__bytesLabels.cmx -c bytesLabels.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__string.p.cmx string.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__marshal.p.cmx marshal.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3  -nolabels -no-alias-deps \
-            -p -c -o stdlib__bytesLabels.p.cmx bytesLabels.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__obj.cmx -c obj.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__obj.p.cmx obj.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3  -nolabels -no-alias-deps \
-            -o stdlib__float.cmx -c float.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__set.cmx -c set.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__stack.cmx -c stack.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3  -nolabels -no-alias-deps \
-            -o stdlib__listLabels.cmx -c listLabels.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3  -nolabels -no-alias-deps \
-            -p -c -o stdlib__float.p.cmx float.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__set.p.cmx set.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__stack.p.cmx stack.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3  -nolabels -no-alias-deps \
-            -p -c -o stdlib__listLabels.p.cmx listLabels.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3  -afl-inst-ratio 0 -c camlinternalLazy.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__callback.cmx -c callback.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3  -afl-inst-ratio 0 \
-            -p -c -o camlinternalLazy.p.cmx camlinternalLazy.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__callback.p.cmx callback.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__lazy.cmx -c lazy.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__lazy.p.cmx lazy.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__lexing.cmx -c lexing.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3  -inline 3 \
-            -o stdlib__buffer.cmx -c buffer.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__digest.cmx -c digest.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3  -inline 0 -afl-inst-ratio 0 -c camlinternalOO.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3  -nolabels -no-alias-deps \
-            -o stdlib__stringLabels.cmx -c stringLabels.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__lexing.p.cmx lexing.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3  -inline 3 \
-            -p -c -o stdlib__buffer.p.cmx buffer.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__digest.p.cmx digest.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3  -inline 0 -afl-inst-ratio 0 \
-            -p -c -o camlinternalOO.p.cmx camlinternalOO.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3  -nolabels -no-alias-deps \
-            -p -c -o stdlib__stringLabels.p.cmx stringLabels.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__stream.cmx -c stream.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__stream.p.cmx stream.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3  -nolabels -no-alias-deps \
-            -o stdlib__stdLabels.cmx -c stdLabels.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3  -nolabels -no-alias-deps \
-            -p -c -o stdlib__stdLabels.p.cmx stdLabels.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__random.cmx -c random.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__random.p.cmx random.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__parsing.cmx -c parsing.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__parsing.p.cmx parsing.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__hashtbl.cmx -c hashtbl.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__hashtbl.p.cmx hashtbl.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   -c camlinternalFormat.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o camlinternalFormat.p.cmx camlinternalFormat.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__oo.cmx -c oo.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   -c camlinternalMod.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__oo.p.cmx oo.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o camlinternalMod.p.cmx camlinternalMod.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__weak.cmx -c weak.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__genlex.cmx -c genlex.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__ephemeron.cmx -c ephemeron.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3  -nolabels -no-alias-deps \
-            -o stdlib__moreLabels.cmx -c moreLabels.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__weak.p.cmx weak.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__genlex.p.cmx genlex.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__ephemeron.p.cmx ephemeron.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3  -nolabels -no-alias-deps \
-            -p -c -o stdlib__moreLabels.p.cmx moreLabels.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__printf.cmx -c printf.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__format.cmx -c format.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__printf.p.cmx printf.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__format.p.cmx format.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__arg.cmx -c arg.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__printexc.cmx -c printexc.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__gc.cmx -c gc.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3  -inline 9 \
-            -o stdlib__scanf.cmx -c scanf.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__filename.cmx -c filename.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__arg.p.cmx arg.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__printexc.p.cmx printexc.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__gc.p.cmx gc.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3  -inline 9 \
-            -p -c -o stdlib__scanf.p.cmx scanf.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__filename.p.cmx filename.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__spacetime.cmx -c spacetime.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__spacetime.p.cmx spacetime.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -o stdlib__fun.cmx -c fun.ml
- ../boot/ocamlrun ../ocamlopt -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -safe-string -strict-formats -O3   \
-            -p -c -o stdlib__fun.p.cmx fun.ml
- ../boot/ocamlrun ../ocamlopt -a -o stdlib.p.cmxa camlinternalFormatBasics.p.cmx stdlib.p.cmx stdlib__pervasives.p.cmx stdlib__seq.p.cmx stdlib__option.p.cmx stdlib__result.p.cmx stdlib__bool.p.cmx stdlib__char.p.cmx stdlib__uchar.p.cmx stdlib__sys.p.cmx stdlib__list.p.cmx stdlib__bytes.p.cmx stdlib__string.p.cmx stdlib__unit.p.cmx stdlib__marshal.p.cmx stdlib__obj.p.cmx stdlib__array.p.cmx stdlib__float.p.cmx stdlib__int.p.cmx stdlib__int32.p.cmx stdlib__int64.p.cmx stdlib__nativeint.p.cmx stdlib__lexing.p.cmx stdlib__parsing.p.cmx stdlib__set.p.cmx stdlib__map.p.cmx stdlib__stack.p.cmx stdlib__queue.p.cmx camlinternalLazy.p.cmx stdlib__lazy.p.cmx stdlib__stream.p.cmx stdlib__buffer.p.cmx camlinternalFormat.p.cmx stdlib__printf.p.cmx stdlib__arg.p.cmx stdlib__printexc.p.cmx stdlib__fun.p.cmx stdlib__gc.p.cmx stdlib__digest.p.cmx stdlib__random.p.cmx stdlib__hashtbl.p.cmx stdlib__weak.p.cmx stdlib__format.p.cmx stdlib__scanf.p.cmx stdlib__callback.p.cmx camlinternalOO.p.cmx stdlib__oo.p.cmx camlinternalMod.p.cmx stdlib__genlex.p.cmx stdlib__ephemeron.p.cmx stdlib__filename.p.cmx stdlib__complex.p.cmx stdlib__arrayLabels.p.cmx stdlib__listLabels.p.cmx stdlib__bytesLabels.p.cmx stdlib__stringLabels.p.cmx stdlib__moreLabels.p.cmx stdlib__stdLabels.p.cmx stdlib__spacetime.p.cmx stdlib__bigarray.p.cmx
- ../boot/ocamlrun ../ocamlopt -a -o stdlib.cmxa camlinternalFormatBasics.cmx stdlib.cmx stdlib__pervasives.cmx stdlib__seq.cmx stdlib__option.cmx stdlib__result.cmx stdlib__bool.cmx stdlib__char.cmx stdlib__uchar.cmx stdlib__sys.cmx stdlib__list.cmx stdlib__bytes.cmx stdlib__string.cmx stdlib__unit.cmx stdlib__marshal.cmx stdlib__obj.cmx stdlib__array.cmx stdlib__float.cmx stdlib__int.cmx stdlib__int32.cmx stdlib__int64.cmx stdlib__nativeint.cmx stdlib__lexing.cmx stdlib__parsing.cmx stdlib__set.cmx stdlib__map.cmx stdlib__stack.cmx stdlib__queue.cmx camlinternalLazy.cmx stdlib__lazy.cmx stdlib__stream.cmx stdlib__buffer.cmx camlinternalFormat.cmx stdlib__printf.cmx stdlib__arg.cmx stdlib__printexc.cmx stdlib__fun.cmx stdlib__gc.cmx stdlib__digest.cmx stdlib__random.cmx stdlib__hashtbl.cmx stdlib__weak.cmx stdlib__format.cmx stdlib__scanf.cmx stdlib__callback.cmx camlinternalOO.cmx stdlib__oo.cmx camlinternalMod.cmx stdlib__genlex.cmx stdlib__ephemeron.cmx stdlib__filename.cmx stdlib__complex.cmx stdlib__arrayLabels.cmx stdlib__listLabels.cmx stdlib__bytesLabels.cmx stdlib__stringLabels.cmx stdlib__moreLabels.cmx stdlib__stdLabels.cmx stdlib__spacetime.cmx stdlib__bigarray.cmx
- rm -f std_exit.p.cmi
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/stdlib'
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- make ocamlc.opt
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/config.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/build_path_prefix_map.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/arg_helper.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/terminfo.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/consistbl.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/camlinternalMenhirLib.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/runtimedef.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/opcodes.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compdynlink_types.ml
- cat otherlibs/dynlink/natdynlink.ml | \
-   sed 's/Dynlink_/Compdynlink_/g' \
-   > driver/compdynlink.mlopt
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compdynlink_platform_intf.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compdynlink_common.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/misc.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytesections.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c -impl driver/compdynlink.mlopt
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/identifiable.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/profile.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/load_path.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/warnings.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/targetint.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/longident.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/dll.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/numbers.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/clflags.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/strongly_connected_components.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c utils/ccomp.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/location.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/ident.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/main_args.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/path.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/docstrings.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/syntaxerr.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_iterator.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/attr_helper.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/builtin_attributes.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/switch.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compenv.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/errors.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/primitive.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_helper.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/depend.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/types.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/btype.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/cmi_format.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_invariants.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/pprintast.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/parser.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/ast_mapper.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/predef.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/datarepr.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/subst.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/env.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/printast.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/oprint.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedtree.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/ctype.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedecl_properties.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/lambda.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedtreeIter.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/tast_mapper.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/untypeast.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/printpat.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/semantics_of_primitives.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translobj.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translattribute.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/instruct.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/meta.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/symtable.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/printtyped.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/printtyp.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/mtype.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/includecore.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/parmatch.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedecl_variance.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedecl_unboxed.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedecl_immediacy.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/lexer.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c parsing/parse.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/cmt_format.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/pparse.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/includeclass.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/envaux.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/stypes.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/printlambda.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/simplif.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/includemod.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/printinstr.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typetexp.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typedecl.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typeopt.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/rec_check.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/matching.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typecore.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translprim.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytegen.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typeclass.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translcore.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translclass.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c typing/typemod.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/translmod.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/emitcode.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytelink.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compmisc.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytelibrarian.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c bytecomp/bytepackager.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compplugin.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compile_common.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/makedepend.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/compile.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -a -ccopt "-Wl,-E" -o compilerlibs/ocamlbytecomp.cmxa 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
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -a -linkall -o compilerlibs/ocamlcommon.cmxa utils/config.cmx utils/build_path_prefix_map.cmx utils/misc.cmx utils/identifiable.cmx utils/numbers.cmx utils/arg_helper.cmx utils/clflags.cmx utils/profile.cmx utils/load_path.cmx utils/terminfo.cmx utils/ccomp.cmx utils/warnings.cmx utils/consistbl.cmx utils/strongly_connected_components.cmx utils/targetint.cmx parsing/location.cmx parsing/longident.cmx parsing/docstrings.cmx parsing/syntaxerr.cmx parsing/ast_helper.cmx parsing/pprintast.cmx parsing/camlinternalMenhirLib.cmx parsing/parser.cmx parsing/lexer.cmx parsing/parse.cmx parsing/printast.cmx parsing/ast_mapper.cmx parsing/ast_iterator.cmx parsing/attr_helper.cmx parsing/builtin_attributes.cmx parsing/ast_invariants.cmx parsing/depend.cmx typing/ident.cmx typing/path.cmx typing/primitive.cmx typing/types.cmx typing/btype.cmx typing/oprint.cmx typing/subst.cmx typing/predef.cmx typing/datarepr.cmx typing/cmi_format.cmx typing/env.cmx typing/typedtree.cmx typing/printtyped.cmx typing/ctype.cmx typing/printtyp.cmx typing/includeclass.cmx typing/mtype.cmx typing/envaux.cmx typing/includecore.cmx typing/typedtreeIter.cmx typing/tast_mapper.cmx typing/cmt_format.cmx typing/untypeast.cmx typing/includemod.cmx typing/typetexp.cmx typing/printpat.cmx typing/parmatch.cmx typing/stypes.cmx typing/typedecl_properties.cmx typing/typedecl_variance.cmx typing/typedecl_unboxed.cmx typing/typedecl_immediacy.cmx typing/typedecl.cmx typing/typeopt.cmx typing/rec_check.cmx typing/typecore.cmx typing/typeclass.cmx typing/typemod.cmx bytecomp/lambda.cmx bytecomp/printlambda.cmx bytecomp/semantics_of_primitives.cmx bytecomp/switch.cmx bytecomp/matching.cmx bytecomp/translobj.cmx bytecomp/translattribute.cmx bytecomp/translprim.cmx bytecomp/translcore.cmx bytecomp/translclass.cmx bytecomp/translmod.cmx bytecomp/simplif.cmx bytecomp/runtimedef.cmx bytecomp/meta.cmx bytecomp/opcodes.cmx bytecomp/bytesections.cmx bytecomp/dll.cmx bytecomp/symtable.cmx driver/pparse.cmx driver/main_args.cmx driver/compenv.cmx driver/compmisc.cmx driver/compdynlink_types.cmx driver/compdynlink_platform_intf.cmx driver/compdynlink_common.cmx driver/compdynlink.cmx driver/compplugin.cmx driver/makedepend.cmx driver/compile_common.cmx
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/main.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink  -o ocamlc.opt compilerlibs/ocamlcommon.cmxa compilerlibs/ocamlbytecomp.cmxa driver/main.cmx -cclib "-lm  -lpthread "
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- make otherlibraries ocamldebugger ocamldoc ocamltest
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- make -C yacc  all
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/yacc'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/yacc'
- make -C lex all
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/lex'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/lex'
- make -C tools all
- make -C ocamltest
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/ocamltest'
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/tools'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/tools'
- make -C otherlibs all
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/ocamltest'
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/dynlink'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/dynlink'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/unix'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/unix'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/bigarray'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/bigarray'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/str'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/str'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/raw_spacetime_lib'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/raw_spacetime_lib'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/systhreads'
- make[4]: Nothing to be done for 'all'.
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/systhreads'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/threads'
- rm -f stdlib.cmi
- ln -s ../../stdlib/stdlib.cmi stdlib.cmi
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/threads'
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs'
- make -C debugger all
- make -C ocamldoc all
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/debugger'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/debugger'
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/ocamldoc'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/ocamldoc'
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- make ocamlopt.opt
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/int_replace_polymorphic_compare.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/x86_proc.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/arch.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/opterrors.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/debuginfo.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/tag.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/linkage_name.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/internal_variable_names.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/id_types.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/static_exception.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/pass_wrapper.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/allocated_const.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/backend_var.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/x86_dsl.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/x86_gas.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/x86_masm.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/cmm.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/clambda.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/printcmm.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/reg.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/afl_instrument.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/strmatch.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/emitaux.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/printclambda.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/compilation_unit.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/debug/reg_with_debug_info.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/variable.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/set_of_closures_id.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/export_id.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/debug/reg_availability_set.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/un_anf.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/mach.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/proc.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/comballoc.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/split.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/reloadgen.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/set_of_closures_origin.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/reload.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/interval.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/selectgen.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/CSEgen.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/spill.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/interf.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/coloring.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/deadcode.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/linearize.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/printmach.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/linscan.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/schedgen.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/branch_relaxation_intf.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/mutable_variable.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/closure_element.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/symbol.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/parameter.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/branch_relaxation.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/closure_id.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/var_within_closure.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/CSE.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/base_types/closure_origin.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/projection.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/scheduling.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/liveness.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/printlinear.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/debug/available_regs.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/closure_conversion_aux.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/flambda.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/spacetime_profiling.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/selection.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/flambda_iterators.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/effect_analysis.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/initialize_symbol_to_let_symbol.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/alias_analysis.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/remove_unused_program_constructs.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/flambda_utils.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_cost.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/lift_code.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/share_constants.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/ref_to_variables.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/flambda_invariants.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_stats_types.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_stats.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/freshening.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/closure_conversion.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/lift_let_to_initialize_symbol.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/find_recursive_functions.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/invariant_params.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inconstant_idents.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/remove_unused_closure_vars.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/remove_free_vars_equal_to_args.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/closure_offsets.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/remove_unused_arguments.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/simple_value_approx.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/lift_constants.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/simplify_common.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inline_and_simplify_aux.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/export_info.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/simplify_boxed_integer_ops.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/simplify_primitives.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/export_info_for_pack.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/compilenv.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/traverse_for_exported_symbols.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/extract_projections.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/augment_specialised_args.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_transforms.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/unbox_free_vars_of_closures.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/closure.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/build_export_info.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/flambda_to_clambda.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/import_approx.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/cmmgen.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/emit.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inlining_decision.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/unbox_specialised_args.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/unbox_closures.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/inline_and_simplify.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c middle_end/middle_end.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/asmgen.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/asmlink.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/optcompile.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/asmlibrarian.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c asmcomp/asmpackager.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -a -o compilerlibs/ocamloptcomp.cmxa middle_end/int_replace_polymorphic_compare.cmx middle_end/debuginfo.cmx middle_end/base_types/tag.cmx middle_end/base_types/linkage_name.cmx middle_end/base_types/compilation_unit.cmx middle_end/internal_variable_names.cmx middle_end/base_types/variable.cmx middle_end/base_types/mutable_variable.cmx middle_end/base_types/id_types.cmx middle_end/base_types/set_of_closures_id.cmx middle_end/base_types/set_of_closures_origin.cmx middle_end/base_types/closure_element.cmx middle_end/base_types/closure_id.cmx middle_end/base_types/closure_origin.cmx middle_end/base_types/var_within_closure.cmx middle_end/base_types/static_exception.cmx middle_end/base_types/export_id.cmx middle_end/base_types/symbol.cmx middle_end/pass_wrapper.cmx middle_end/allocated_const.cmx middle_end/parameter.cmx middle_end/projection.cmx middle_end/flambda.cmx middle_end/flambda_iterators.cmx middle_end/flambda_utils.cmx middle_end/inlining_cost.cmx middle_end/effect_analysis.cmx middle_end/freshening.cmx middle_end/simple_value_approx.cmx middle_end/lift_code.cmx middle_end/closure_conversion_aux.cmx middle_end/closure_conversion.cmx middle_end/initialize_symbol_to_let_symbol.cmx middle_end/lift_let_to_initialize_symbol.cmx middle_end/find_recursive_functions.cmx middle_end/invariant_params.cmx middle_end/inconstant_idents.cmx middle_end/alias_analysis.cmx middle_end/lift_constants.cmx middle_end/share_constants.cmx middle_end/simplify_common.cmx middle_end/remove_unused_arguments.cmx middle_end/remove_unused_closure_vars.cmx middle_end/remove_unused_program_constructs.cmx middle_end/simplify_boxed_integer_ops.cmx middle_end/simplify_primitives.cmx middle_end/inlining_stats_types.cmx middle_end/inlining_stats.cmx middle_end/inline_and_simplify_aux.cmx middle_end/remove_free_vars_equal_to_args.cmx middle_end/extract_projections.cmx middle_end/augment_specialised_args.cmx middle_end/unbox_free_vars_of_closures.cmx middle_end/unbox_specialised_args.cmx middle_end/unbox_closures.cmx middle_end/inlining_transforms.cmx middle_end/inlining_decision.cmx middle_end/inline_and_simplify.cmx middle_end/ref_to_variables.cmx middle_end/flambda_invariants.cmx middle_end/middle_end.cmx asmcomp/x86_proc.cmx asmcomp/x86_dsl.cmx asmcomp/x86_gas.cmx asmcomp/x86_masm.cmx asmcomp/arch.cmx asmcomp/backend_var.cmx asmcomp/cmm.cmx asmcomp/printcmm.cmx asmcomp/reg.cmx asmcomp/debug/reg_with_debug_info.cmx asmcomp/debug/reg_availability_set.cmx asmcomp/mach.cmx asmcomp/proc.cmx asmcomp/clambda.cmx asmcomp/printclambda.cmx asmcomp/export_info.cmx asmcomp/export_info_for_pack.cmx asmcomp/compilenv.cmx asmcomp/closure.cmx asmcomp/traverse_for_exported_symbols.cmx asmcomp/build_export_info.cmx asmcomp/closure_offsets.cmx asmcomp/flambda_to_clambda.cmx asmcomp/import_approx.cmx asmcomp/un_anf.cmx asmcomp/afl_instrument.cmx asmcomp/strmatch.cmx asmcomp/cmmgen.cmx asmcomp/interval.cmx asmcomp/printmach.cmx asmcomp/selectgen.cmx asmcomp/spacetime_profiling.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/printlinear.cmx asmcomp/linearize.cmx asmcomp/debug/available_regs.cmx asmcomp/schedgen.cmx asmcomp/scheduling.cmx asmcomp/branch_relaxation_intf.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
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66 -warn-error A -bin-annot -safe-string -strict-formats -I utils -I parsing -I typing -I bytecomp -I middle_end -I middle_end/base_types -I asmcomp -I asmcomp/debug -I driver -I toplevel -c driver/optmain.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink  -o ocamlopt.opt compilerlibs/ocamlcommon.cmxa compilerlibs/ocamloptcomp.cmxa driver/optmain.cmx
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- make otherlibrariesopt
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- make -C otherlibs allopt
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/dynlink'
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -absname -w +a-4-9-40-41-42-44-45-48 -bin-annot -g -I ../../stdlib -warn-error A -safe-string -strict-sequence -strict-formats -c dynlink_types.ml
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -absname -w +a-4-9-40-41-42-44-45-48 -bin-annot -g -I ../../stdlib -warn-error A -safe-string -strict-sequence -strict-formats -c dynlink_platform_intf.ml
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -absname -w +a-4-9-40-41-42-44-45-48 -bin-annot -g -I ../../stdlib -warn-error A -safe-string -strict-sequence -strict-formats -c dynlink_common.ml
- cp natdynlink.ml dynlink.mlopt
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -absname -w +a-4-9-40-41-42-44-45-48 -bin-annot -g -I ../../stdlib -warn-error A -safe-string -strict-sequence -strict-formats -impl dynlink.mlopt
- rm -f dynlink.mlopt
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -absname -w +a-4-9-40-41-42-44-45-48 -bin-annot -g -I ../../stdlib -warn-error A -safe-string -strict-sequence -strict-formats -ccopt "-Wl,-E" -a -o dynlink.cmxa dynlink_types.cmx dynlink_platform_intf.cmx dynlink_common.cmx dynlink.cmx
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/dynlink'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/unix'
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels -O3 unix.ml
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats -nolabels -O3 unixLabels.ml
- ../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlopt '../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib' -linkall \
-          unix.cmx unixLabels.cmx 
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -shared -o unix.cmxs -I . unix.cmxa
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/unix'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/bigarray'
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats  -O3 bigarray.ml
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -o bigarray.cmxa -a -linkall bigarray.cmx 
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -shared -o bigarray.cmxs -I . bigarray.cmxa
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/bigarray'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/str'
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats  -O3 str.ml
- ../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc camlstr -ocamlopt '../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib' -linkall \
-          str.cmx 
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -shared -o str.cmxs -I . str.cmxa
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/str'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/raw_spacetime_lib'
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -absname -w +a-4-9-41-42-44-45-48 -warn-error A -bin-annot -g -safe-string -strict-sequence -strict-formats  -O3 raw_spacetime_lib.ml
- ../../boot/ocamlrun ../../tools/ocamlmklib -o raw_spacetime_lib -oc raw_spacetime_lib -ocamlopt '../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib' -linkall \
-          raw_spacetime_lib.cmx 
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -shared -o raw_spacetime_lib.cmxs -I . raw_spacetime_lib.cmxa
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/raw_spacetime_lib'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/systhreads'
- musl-gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -fno-tree-vrp -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE  \
-   -I../../runtime -fPIC -DNATIVE_CODE \
-   -DTARGET_amd64 -DMODEL_default -DSYS_linux \
-   -o st_stubs_n.o -c st_stubs.c
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string -O3 thread.ml
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string -O3 mutex.ml
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string -O3 condition.ml
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string -O3 event.ml
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string -O3 threadUnix.ml
- ../../boot/ocamlrun ../../tools/ocamlmklib -o threadsnat st_stubs_n.o
- ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -linkall -a -cclib -lthreadsnat -cclib -lpthread -o threads.cmxa thread.cmx mutex.cmx condition.cmx event.cmx threadUnix.cmx
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/systhreads'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/threads'
- make[4]: Nothing to be done for 'allopt'.
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/threads'
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs'
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- make ocamllex.opt ocamltoolsopt ocamltoolsopt.opt ocamldoc.opt \
-   ocamltest.opt
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- make -C lex allopt
- make -C tools opt
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/lex'
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot cset.ml
- boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink -a -o compilerlibs/ocamlmiddleend.cmxa middle_end/int_replace_polymorphic_compare.cmx middle_end/debuginfo.cmx middle_end/base_types/tag.cmx middle_end/base_types/linkage_name.cmx middle_end/base_types/compilation_unit.cmx middle_end/internal_variable_names.cmx middle_end/base_types/variable.cmx middle_end/base_types/mutable_variable.cmx middle_end/base_types/id_types.cmx middle_end/base_types/set_of_closures_id.cmx middle_end/base_types/set_of_closures_origin.cmx middle_end/base_types/closure_element.cmx middle_end/base_types/closure_id.cmx middle_end/base_types/closure_origin.cmx middle_end/base_types/var_within_closure.cmx middle_end/base_types/static_exception.cmx middle_end/base_types/export_id.cmx middle_end/base_types/symbol.cmx middle_end/pass_wrapper.cmx middle_end/allocated_const.cmx middle_end/parameter.cmx middle_end/projection.cmx middle_end/flambda.cmx middle_end/flambda_iterators.cmx middle_end/flambda_utils.cmx middle_end/inlining_cost.cmx middle_end/effect_analysis.cmx middle_end/freshening.cmx middle_end/simple_value_approx.cmx middle_end/lift_code.cmx middle_end/closure_conversion_aux.cmx middle_end/closure_conversion.cmx middle_end/initialize_symbol_to_let_symbol.cmx middle_end/lift_let_to_initialize_symbol.cmx middle_end/find_recursive_functions.cmx middle_end/invariant_params.cmx middle_end/inconstant_idents.cmx middle_end/alias_analysis.cmx middle_end/lift_constants.cmx middle_end/share_constants.cmx middle_end/simplify_common.cmx middle_end/remove_unused_arguments.cmx middle_end/remove_unused_closure_vars.cmx middle_end/remove_unused_program_constructs.cmx middle_end/simplify_boxed_integer_ops.cmx middle_end/simplify_primitives.cmx middle_end/inlining_stats_types.cmx middle_end/inlining_stats.cmx middle_end/inline_and_simplify_aux.cmx middle_end/remove_free_vars_equal_to_args.cmx middle_end/extract_projections.cmx middle_end/augment_specialised_args.cmx middle_end/unbox_free_vars_of_closures.cmx middle_end/unbox_specialised_args.cmx middle_end/unbox_closures.cmx middle_end/inlining_transforms.cmx middle_end/inlining_decision.cmx middle_end/inline_and_simplify.cmx middle_end/ref_to_variables.cmx middle_end/flambda_invariants.cmx middle_end/middle_end.cmx
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot table.ml
- make -C yacc  all
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/tools'
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -c - profiling.ml
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/yacc'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/yacc'
- make -C lex all
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/lex'
- make[3]: Nothing to be done for 'all'.
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/lex'
- make -C ocamldoc opt.opt
- make -C ocamltest ocamltest.opt
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/ocamltest'
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/ocamldoc'
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_config.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_messages.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_print.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_comments_global.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocamltest_config.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocamltest_stdlib.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_control.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c variables.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_inherit.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c result.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c tsl_ast.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_ocamlhtml.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_backends.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_latex_style.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c tsl_parser.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_filetypes.ml
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/tools'
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot syntax.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c builtin_variables.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot parser.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot lexgen.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c tsl_lexer.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c run_command.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_variables.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_directories.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_files.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c filecompare.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c environments.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot lexer.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_commands.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_types.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_global.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_misc.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_parameter.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_parser.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c actions.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_modifiers.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_flags.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c tests.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c actions_helpers.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_lexer.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_see_lexer.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c tsl_semantics.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c options.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c builtin_actions.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_tools.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c main.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_text_parser.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_name.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_compilers.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot compact.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot common.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_toplevels.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_text_lexer.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_actions.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot output.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot outputbis.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_value.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_type.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_env.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_extension.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_exception.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_class.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_module.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_str.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_text.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c  -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot main.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_merge.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_search.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_scan.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_dep.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -o ocamllex.opt cset.cmx syntax.cmx parser.cmx lexer.cmx table.cmx lexgen.cmx compact.cmx common.cmx output.cmx outputbis.cmx main.cmx
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/lex'
- make -C tools opt.opt
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/tools'
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -c - ocamldep.ml
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -c - ocamlprof.ml
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -c - ocamlcp.ml
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -c - ocamloptp.ml
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -c - ocamlmklibconfig.ml
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -c - ocamlmktop.ml
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -c - cmt2annot.ml
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -c - opnames.ml
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -c - objinfo.ml
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -c - primreq.ml
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -c - stripdebug.ml
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -c - cmpbyt.ml
- ../runtime/ocamlrun ../ocamlc -nostdlib \
-                             -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I ../otherlibs/str -I ../otherlibs/unix -linkall \
-                             -o caml-tex -no-alias-deps ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma ../compilerlibs/ocamltoplevel.cma ../otherlibs/str/str.cma ../otherlibs/unix/unix.cma caml_tex.ml
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -c - ocamlmklib.ml
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -c - dumpobj.ml
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o ocamlmktop.opt config.cmx build_path_prefix_map.cmx misc.cmx identifiable.cmx numbers.cmx arg_helper.cmx clflags.cmx load_path.cmx ccomp.cmx ocamlmktop.cmx
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o ocamldep.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa ocamldep.cmx
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o stripdebug.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa stripdebug.cmx
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o cmpbyt.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa cmpbyt.cmx
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o primreq.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa primreq.cmx
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A -c ocaml_tests.ml
- ../runtime/ocamlrun ../ocamlopt -g -nostdlib -I ../utils -I ../bytecomp -I ../parsing -I ../stdlib -I ../compilerlibs -strict-sequence -safe-string -strict-formats -w +a-4-9-41-42-44-45-48 -warn-error A ocamlcommon.cmxa ocamlbytecomp.cmxa -o ocamltest.opt run_unix.o run_stubs.o ocamltest_stdlib_stubs.o ocamltest_config.cmx ocamltest_stdlib.cmx run_command.cmx filecompare.cmx variables.cmx result.cmx actions.cmx tests.cmx tsl_ast.cmx tsl_parser.cmx tsl_lexer.cmx environments.cmx tsl_semantics.cmx builtin_variables.cmx actions_helpers.cmx builtin_actions.cmx ocaml_backends.cmx ocaml_filetypes.cmx ocaml_variables.cmx ocaml_modifiers.cmx ocaml_directories.cmx ocaml_files.cmx ocaml_flags.cmx ocaml_commands.cmx ocaml_tools.cmx ocaml_compilers.cmx ocaml_toplevels.cmx ocaml_actions.cmx ocaml_tests.cmx options.cmx main.cmx
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o ocamloptp.opt config.cmx build_path_prefix_map.cmx misc.cmx profile.cmx warnings.cmx identifiable.cmx numbers.cmx arg_helper.cmx clflags.cmx main_args.cmx ocamloptp.cmx
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o ocamlcp.opt config.cmx build_path_prefix_map.cmx misc.cmx profile.cmx warnings.cmx identifiable.cmx numbers.cmx arg_helper.cmx clflags.cmx main_args.cmx ocamlcp.cmx
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_sig.ml
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -absname -w +a-4-9-41-42-44-45-48 -strict-sequence -warn-error A -safe-string -strict-formats -bin-annot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -c - read_cmt.ml
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o ocamlmklib.opt ocamlmklibconfig.cmx config.cmx build_path_prefix_map.cmx misc.cmx ocamlmklib.cmx
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o ocamlobjinfo.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa ../compilerlibs/ocamlmiddleend.cmxa ../asmcomp/backend_var.cmx ../asmcomp/printclambda.cmx ../asmcomp/export_info.cmx objinfo.cmx
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o ocamlprof.opt config.cmx build_path_prefix_map.cmx misc.cmx identifiable.cmx numbers.cmx arg_helper.cmx clflags.cmx terminfo.cmx warnings.cmx location.cmx longident.cmx docstrings.cmx syntaxerr.cmx ast_helper.cmx camlinternalMenhirLib.cmx parser.cmx pprintast.cmx lexer.cmx parse.cmx profiling.cmx ocamlprof.cmx
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o dumpobj.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa opnames.cmx dumpobj.cmx
- ../boot/ocamlrun ../ocamlopt -g -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../middle_end -I ../middle_end/base_types -I ../driver -I ../toplevel -I .. -o read_cmt.opt ../compilerlibs/ocamlcommon.cmxa ../compilerlibs/ocamlbytecomp.cmxa cmt2annot.cmx read_cmt.cmx
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/ocamltest'
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/tools'
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_cross.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_ast.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_comments.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_analyse.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_info.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_dag2html.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_to_text.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_man.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_dot.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -a -o odoc_info.cmxa -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -nostdlib odoc_config.cmx odoc_messages.cmx odoc_global.cmx odoc_types.cmx odoc_misc.cmx odoc_text_parser.cmx odoc_text_lexer.cmx odoc_text.cmx odoc_name.cmx odoc_parameter.cmx odoc_value.cmx odoc_type.cmx odoc_extension.cmx odoc_exception.cmx odoc_class.cmx odoc_module.cmx odoc_print.cmx odoc_str.cmx odoc_comments_global.cmx odoc_parser.cmx odoc_lexer.cmx odoc_see_lexer.cmx odoc_env.cmx odoc_merge.cmx odoc_sig.cmx odoc_ast.cmx odoc_control.cmx odoc_inherit.cmx odoc_search.cmx odoc_scan.cmx odoc_cross.cmx odoc_comments.cmx odoc_dep.cmx odoc_analyse.cmx odoc_info.cmx
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_latex.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_texi.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_html.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_gen.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc_args.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot -c odoc.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -shared -o generators/odoc_todo.cmxs -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot generators/odoc_todo.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -shared -o generators/odoc_literate.cmxs -pp 'sh ./remove_DEBUG' -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -absname -w +a-4-9-41-42-44-45-48 -warn-error A -safe-string -strict-sequence -strict-formats -bin-annot generators/odoc_literate.ml
- ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -o ocamldoc.opt -linkall -I ../utils -I ../parsing -I ../typing -I ../driver -I ../bytecomp -I ../toplevel -I ../stdlib -I ../compilerlibs -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/graph -nostdlib unix.cmxa str.cmxa dynlink.cmxa ocamlcommon.cmxa odoc_config.cmx odoc_messages.cmx odoc_global.cmx odoc_types.cmx odoc_misc.cmx odoc_text_parser.cmx odoc_text_lexer.cmx odoc_text.cmx odoc_name.cmx odoc_parameter.cmx odoc_value.cmx odoc_type.cmx odoc_extension.cmx odoc_exception.cmx odoc_class.cmx odoc_module.cmx odoc_print.cmx odoc_str.cmx odoc_comments_global.cmx odoc_parser.cmx odoc_lexer.cmx odoc_see_lexer.cmx odoc_env.cmx odoc_merge.cmx odoc_sig.cmx odoc_ast.cmx odoc_control.cmx odoc_inherit.cmx odoc_search.cmx odoc_scan.cmx odoc_cross.cmx odoc_comments.cmx odoc_dep.cmx odoc_analyse.cmx odoc_info.cmx odoc_dag2html.cmx odoc_to_text.cmx odoc_ocamlhtml.cmx odoc_html.cmx odoc_man.cmx odoc_latex_style.cmx odoc_latex.cmx odoc_texi.cmx odoc_dot.cmx odoc_gen.cmx odoc_args.cmx odoc.cmx
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/ocamldoc'
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
-> compiled  ocaml-variants.4.08.0+musl+static+flambda
-> removed   opam-depext.1.2.3
-> removed   ocaml.4.08.0
-> removed   ocaml-config.1
-> removed   ocaml-variants.4.08.0+musl+static+flambda
Processing 10/16: [ocaml-variants: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda)
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- mkdir -p "/home/opam/.opam/5.4/bin"
- mkdir -p "/home/opam/.opam/5.4/lib/ocaml"
- mkdir -p "/home/opam/.opam/5.4/lib/ocaml/stublibs"
- mkdir -p "/home/opam/.opam/5.4/lib/ocaml/compiler-libs"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   VERSION \
-   "/home/opam/.opam/5.4/lib/ocaml"
- make -C runtime install
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/runtime'
- /usr/bin/install -c -m u=rwx,g=rwx,o=rx ocamlrun ocamlrund ocamlruni "/home/opam/.opam/5.4/bin"
- /usr/bin/install -c -m u=rw,g=rw,o=r ld.conf libcamlrun.a libcamlrund.a libcamlruni.a libcamlrun_pic.a "/home/opam/.opam/5.4/lib/ocaml"
- /usr/bin/install -c -m u=rwx,g=rwx,o=rx libcamlrun_shared.so "/home/opam/.opam/5.4/lib/ocaml"
- mkdir -p "/home/opam/.opam/5.4/lib/ocaml/caml"
- /usr/bin/install -c -m u=rw,g=rw,o=r caml/*.h "/home/opam/.opam/5.4/lib/ocaml/caml"
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/runtime'
- /usr/bin/install -c -m u=rwx,g=rwx,o=rx ocaml "/home/opam/.opam/5.4/bin/ocaml"
- /usr/bin/install -c -m u=rwx,g=rwx,o=rx ocamlc "/home/opam/.opam/5.4/bin/ocamlc.byte"
- make -C stdlib install
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/stdlib'
- rm -f "/home/opam/.opam/5.4/lib/ocaml/pervasives.cmo" "/home/opam/.opam/5.4/lib/ocaml/seq.cmo" "/home/opam/.opam/5.4/lib/ocaml/option.cmo" "/home/opam/.opam/5.4/lib/ocaml/result.cmo" "/home/opam/.opam/5.4/lib/ocaml/bool.cmo" "/home/opam/.opam/5.4/lib/ocaml/char.cmo" "/home/opam/.opam/5.4/lib/ocaml/uchar.cmo" "/home/opam/.opam/5.4/lib/ocaml/sys.cmo" "/home/opam/.opam/5.4/lib/ocaml/list.cmo" "/home/opam/.opam/5.4/lib/ocaml/bytes.cmo" "/home/opam/.opam/5.4/lib/ocaml/string.cmo" "/home/opam/.opam/5.4/lib/ocaml/unit.cmo" "/home/opam/.opam/5.4/lib/ocaml/marshal.cmo" "/home/opam/.opam/5.4/lib/ocaml/obj.cmo" "/home/opam/.opam/5.4/lib/ocaml/array.cmo" "/home/opam/.opam/5.4/lib/ocaml/float.cmo" "/home/opam/.opam/5.4/lib/ocaml/int.cmo" "/home/opam/.opam/5.4/lib/ocaml/int32.cmo" "/home/opam/.opam/5.4/lib/ocaml/int64.cmo" "/home/opam/.opam/5.4/lib/ocaml/nativeint.cmo" "/home/opam/.opam/5.4/lib/ocaml/lexing.cmo" "/home/opam/.opam/5.4/lib/ocaml/parsing.cmo" "/home/opam/.opam/5.4/lib/ocaml/set.cmo" "/home/opam/.opam/5.4/lib/ocaml/map.cmo" "/home/opam/.opam/5.4/lib/ocaml/stack.cmo" "/home/opam/.opam/5.4/lib/ocaml/queue.cmo" "/home/opam/.opam/5.4/lib/ocaml/lazy.cmo" "/home/opam/.opam/5.4/lib/ocaml/stream.cmo" "/home/opam/.opam/5.4/lib/ocaml/buffer.cmo" "/home/opam/.opam/5.4/lib/ocaml/printf.cmo" "/home/opam/.opam/5.4/lib/ocaml/arg.cmo" "/home/opam/.opam/5.4/lib/ocaml/printexc.cmo" "/home/opam/.opam/5.4/lib/ocaml/fun.cmo" "/home/opam/.opam/5.4/lib/ocaml/gc.cmo" "/home/opam/.opam/5.4/lib/ocaml/digest.cmo" "/home/opam/.opam/5.4/lib/ocaml/random.cmo" "/home/opam/.opam/5.4/lib/ocaml/hashtbl.cmo" "/home/opam/.opam/5.4/lib/ocaml/weak.cmo" "/home/opam/.opam/5.4/lib/ocaml/format.cmo" "/home/opam/.opam/5.4/lib/ocaml/scanf.cmo" "/home/opam/.opam/5.4/lib/ocaml/callback.cmo" "/home/opam/.opam/5.4/lib/ocaml/oo.cmo" "/home/opam/.opam/5.4/lib/ocaml/genlex.cmo" "/home/opam/.opam/5.4/lib/ocaml/ephemeron.cmo" "/home/opam/.opam/5.4/lib/ocaml/filename.cmo" "/home/opam/.opam/5.4/lib/ocaml/complex.cmo" "/home/opam/.opam/5.4/lib/ocaml/arrayLabels.cmo" "/home/opam/.opam/5.4/lib/ocaml/listLabels.cmo" "/home/opam/.opam/5.4/lib/ocaml/bytesLabels.cmo" "/home/opam/.opam/5.4/lib/ocaml/stringLabels.cmo" "/home/opam/.opam/5.4/lib/ocaml/moreLabels.cmo" "/home/opam/.opam/5.4/lib/ocaml/stdLabels.cmo" "/home/opam/.opam/5.4/lib/ocaml/spacetime.cmo" "/home/opam/.opam/5.4/lib/ocaml/bigarray.cmo"
- rm -f "/home/opam/.opam/5.4/lib/ocaml/pervasives.*" "/home/opam/.opam/5.4/lib/ocaml/bigarray.*"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   stdlib.cma std_exit.cmo *.cmi camlheader_ur \
-   "/home/opam/.opam/5.4/lib/ocaml"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   *.cmt *.cmti *.mli *.ml \
-   "/home/opam/.opam/5.4/lib/ocaml"
- /usr/bin/install -c -m u=rw,g=rw,o=r target_camlheader "/home/opam/.opam/5.4/lib/ocaml/camlheader"
- /usr/bin/install -c -m u=rw,g=rw,o=r target_camlheaderd "/home/opam/.opam/5.4/lib/ocaml"
- /usr/bin/install -c -m u=rw,g=rw,o=r target_camlheaderi "/home/opam/.opam/5.4/lib/ocaml"
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/stdlib'
- /usr/bin/install -c -m u=rwx,g=rwx,o=rx lex/ocamllex "/home/opam/.opam/5.4/bin/ocamllex.byte"
- /usr/bin/install -c -m u=rwx,g=rwx,o=rx yacc/ocamlyacc "/home/opam/.opam/5.4/bin/ocamlyacc"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-    utils/*.cmi \
-    parsing/*.cmi \
-    typing/*.cmi \
-    bytecomp/*.cmi \
-    driver/*.cmi \
-    toplevel/*.cmi \
-    "/home/opam/.opam/5.4/lib/ocaml/compiler-libs"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-    utils/*.cmt utils/*.cmti utils/*.mli \
-    parsing/*.cmt parsing/*.cmti parsing/*.mli \
-    typing/*.cmt typing/*.cmti typing/*.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/compiler-libs"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-    compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma \
-    compilerlibs/ocamltoplevel.cma driver/main.cmo toplevel/topstart.cmo \
-    "/home/opam/.opam/5.4/lib/ocaml/compiler-libs"
- /usr/bin/install -c -m u=rwx,g=rwx,o=rx expunge "/home/opam/.opam/5.4/lib/ocaml/expunge"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-    toplevel/topdirs.cmi \
-    "/home/opam/.opam/5.4/lib/ocaml"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-    toplevel/topdirs.cmt toplevel/topdirs.cmti \
-            toplevel/topdirs.mli \
-    "/home/opam/.opam/5.4/lib/ocaml"
- make -C tools install
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/tools'
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   profiling.cmi profiling.cmo \
-   "/home/opam/.opam/5.4/lib/ocaml"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   profiling.cmt profiling.cmti \
-   "/home/opam/.opam/5.4/lib/ocaml"
- for i in ocamldep ocamlprof ocamlcp ocamloptp ocamlmklib ocamlmktop ocamlobjinfo; \
- do \
-   /usr/bin/install -c -m u=rwx,g=rwx,o=rx "$i" "/home/opam/.opam/5.4/bin/$i.byte"; \
-   if test -f "$i".opt; then \
-     /usr/bin/install -c -m u=rwx,g=rwx,o=rx "$i.opt" "/home/opam/.opam/5.4/bin/$i.opt" && \
-     (cd "/home/opam/.opam/5.4/bin/" && ln -sf "$i.opt" "$i"); \
-   else \
-     (cd "/home/opam/.opam/5.4/bin/" && ln -sf "$i.byte" "$i"); \
-   fi; \
- done
- if test -f read_cmt.opt; then \
-   /usr/bin/install -c -m u=rwx,g=rwx,o=rx read_cmt.opt "/home/opam/.opam/5.4/bin/ocamlcmt"; \
- else \
-   /usr/bin/install -c -m u=rwx,g=rwx,o=rx read_cmt "/home/opam/.opam/5.4/bin/ocamlcmt"; \
- fi
- /usr/bin/install -c -m u=rwx,g=rwx,o=rx \
-   objinfo_helper "/home/opam/.opam/5.4/lib/ocaml/objinfo_helper"
- /usr/bin/install -c -m u=rwx,g=rwx,o=rx \
-   ocaml-instr-graph ocaml-instr-report \
-   "/home/opam/.opam/5.4/bin/"
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/tools'
- mkdir -p "/home/opam/.opam/5.4/man/man1"
- make -C man install
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/man'
- for i in *.m; do cp \
-   $i /home/opam/.opam/5.4/man/man1/`basename $i .m`.1; done
- echo '.so man1/ocamlc.1' \
-      > /home/opam/.opam/5.4/man/man1/ocamlc.opt.1
- echo '.so man1/ocamlopt.1' \
-      > /home/opam/.opam/5.4/man/man1/ocamlopt.opt.1
- echo '.so man1/ocamlcp.1' \
-      > /home/opam/.opam/5.4/man/man1/ocamloptp.1
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/man'
- for i in dynlink unix bigarray str raw_spacetime_lib systhreads threads; do \
-   make -C otherlibs/$i install || exit $?; \
- done
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/dynlink'
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   dynlink.cmi dynlink.cma \
-   "/home/opam/.opam/5.4/lib/ocaml"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   dynlink.cmti dynlink.mli \
-   "/home/opam/.opam/5.4/lib/ocaml"
- /usr/bin/install -c -m u=rwx,g=rwx,o=rx \
-   extract_crc "/home/opam/.opam/5.4/lib/ocaml/extract_crc"
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/dynlink'
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/unix'
- if test -f dllunix.so; then \
-   /usr/bin/install -c -m u=rwx,g=rwx,o=rx \
-     dllunix.so \
-     "/home/opam/.opam/5.4/lib/ocaml/stublibs/"; \
- fi
- /usr/bin/install -c -m u=rw,g=rw,o=r libunix.a "/home/opam/.opam/5.4/lib/ocaml/"
- cd "/home/opam/.opam/5.4/lib/ocaml"; ranlib libunix.a
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   unix.cma unix.cmi unixLabels.cmi \
-   "/home/opam/.opam/5.4/lib/ocaml/"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   unix.mli unixLabels.mli \
-           unix.cmti unixLabels.cmti \
-   "/home/opam/.opam/5.4/lib/ocaml/"
- if test -n "unixsupport.h socketaddr.h"; then \
-   /usr/bin/install -c -m u=rw,g=rw,o=r unixsupport.h socketaddr.h "/home/opam/.opam/5.4/lib/ocaml/caml/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/unix'
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/bigarray'
- if test -f dllbigarray.so; then \
-   /usr/bin/install -c -m u=rwx,g=rwx,o=rx \
-     dllbigarray.so \
-     "/home/opam/.opam/5.4/lib/ocaml/stublibs/"; \
- fi
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   bigarray.cma bigarray.cmi \
-   "/home/opam/.opam/5.4/lib/ocaml/"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   bigarray.mli \
-           bigarray.cmti \
-   "/home/opam/.opam/5.4/lib/ocaml/"
- if test -n ""; then \
-   /usr/bin/install -c -m u=rw,g=rw,o=r  "/home/opam/.opam/5.4/lib/ocaml/caml/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/bigarray'
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/str'
- if test -f dllcamlstr.so; then \
-   /usr/bin/install -c -m u=rwx,g=rwx,o=rx \
-     dllcamlstr.so \
-     "/home/opam/.opam/5.4/lib/ocaml/stublibs/"; \
- fi
- /usr/bin/install -c -m u=rw,g=rw,o=r libcamlstr.a "/home/opam/.opam/5.4/lib/ocaml/"
- cd "/home/opam/.opam/5.4/lib/ocaml"; ranlib libcamlstr.a
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   str.cma str.cmi \
-   "/home/opam/.opam/5.4/lib/ocaml/"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   str.mli \
-           str.cmti \
-   "/home/opam/.opam/5.4/lib/ocaml/"
- if test -n ""; then \
-   /usr/bin/install -c -m u=rw,g=rw,o=r  "/home/opam/.opam/5.4/lib/ocaml/caml/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/str'
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/raw_spacetime_lib'
- if test -f dllraw_spacetime_lib.so; then \
-   /usr/bin/install -c -m u=rwx,g=rwx,o=rx \
-     dllraw_spacetime_lib.so \
-     "/home/opam/.opam/5.4/lib/ocaml/stublibs/"; \
- fi
- /usr/bin/install -c -m u=rw,g=rw,o=r libraw_spacetime_lib.a "/home/opam/.opam/5.4/lib/ocaml/"
- cd "/home/opam/.opam/5.4/lib/ocaml"; ranlib libraw_spacetime_lib.a
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   raw_spacetime_lib.cma raw_spacetime_lib.cmi \
-   "/home/opam/.opam/5.4/lib/ocaml/"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   raw_spacetime_lib.mli \
-           raw_spacetime_lib.cmti \
-   "/home/opam/.opam/5.4/lib/ocaml/"
- if test -n ""; then \
-   /usr/bin/install -c -m u=rw,g=rw,o=r  "/home/opam/.opam/5.4/lib/ocaml/caml/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/raw_spacetime_lib'
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/systhreads'
- if test -f dllthreads.so; then \
-   /usr/bin/install -c -m u=rwx,g=rwx,o=rx \
-     dllthreads.so "/home/opam/.opam/5.4/lib/ocaml/stublibs/dllthreads.so"; \
- fi
- /usr/bin/install -c -m u=rw,g=rw,o=r libthreads.a "/home/opam/.opam/5.4/lib/ocaml"
- cd "/home/opam/.opam/5.4/lib/ocaml"; ranlib libthreads.a
- mkdir -p "/home/opam/.opam/5.4/lib/ocaml/threads"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   thread.cmi mutex.cmi condition.cmi event.cmi threadUnix.cmi threads.cma \
-   "/home/opam/.opam/5.4/lib/ocaml/threads"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   thread.cmti mutex.cmti condition.cmti event.cmti threadUnix.cmti \
-   "/home/opam/.opam/5.4/lib/ocaml/threads"
- /usr/bin/install -c -m u=rw,g=rw,o=r thread.mli mutex.mli condition.mli event.mli threadUnix.mli "/home/opam/.opam/5.4/lib/ocaml/threads"
- /usr/bin/install -c -m u=rw,g=rw,o=r threads.h "/home/opam/.opam/5.4/lib/ocaml/caml"
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/systhreads'
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/threads'
- if test -f dllvmthreads.so; then \
-   /usr/bin/install -c -m u=rwx,g=rwx,o=rx dllvmthreads.so "/home/opam/.opam/5.4/lib/ocaml/stublibs"; \
- fi
- mkdir -p "/home/opam/.opam/5.4/lib/ocaml/vmthreads"
- /usr/bin/install -c -m u=rw,g=rw,o=r libvmthreads.a "/home/opam/.opam/5.4/lib/ocaml/vmthreads"
- cd "/home/opam/.opam/5.4/lib/ocaml/vmthreads"; ranlib libvmthreads.a
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   thread.cmi mutex.cmi condition.cmi event.cmi threadUnix.cmi \
-   threads.cma stdlib.cma unix.cma \
-   "/home/opam/.opam/5.4/lib/ocaml/vmthreads"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   thread.mli mutex.mli condition.mli event.mli threadUnix.mli thread.cmti mutex.cmti condition.cmti event.cmti threadUnix.cmti \
-   "/home/opam/.opam/5.4/lib/ocaml/vmthreads"
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/threads'
- rm -f "/home/opam/.opam/5.4/lib/ocaml"/num.cm?
- if test -n "ocamldoc"; then \
-   make -C ocamldoc install; \
- fi
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/ocamldoc'
- mkdir -p "/home/opam/.opam/5.4/bin"
- mkdir -p "/home/opam/.opam/5.4/lib/ocaml/ocamldoc"
- mkdir -p "/home/opam/.opam/5.4/man/man3"
- /usr/bin/install -c -m u=rwx,g=rwx,o=rx ocamldoc "/home/opam/.opam/5.4/bin/ocamldoc"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   ocamldoc.hva *.cmi odoc_info.cma \
-   "/home/opam/.opam/5.4/lib/ocaml/ocamldoc"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   odoc_info.cmi \
-   "/home/opam/.opam/5.4/lib/ocaml/ocamldoc"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   odoc_info.mli odoc_info.cmt odoc_info.cmti \
-   "/home/opam/.opam/5.4/lib/ocaml/ocamldoc"
- if test -d stdlib_man; then \
-   /usr/bin/install -c -m u=rw,g=rw,o=r stdlib_man/* "/home/opam/.opam/5.4/man/man3"; \
- else : ; fi
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/ocamldoc'
- if test -n "ocamldebugger"; then \
-   make -C debugger install; \
- fi
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/debugger'
- /usr/bin/install -c -m u=rwx,g=rwx,o=rx ocamldebug "/home/opam/.opam/5.4/bin/ocamldebug"
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/debugger'
- /usr/bin/install -c -m u=rw,g=rw,o=r Makefile.config "/home/opam/.opam/5.4/lib/ocaml/Makefile.config"
- if test -f ocamlopt; then make installopt; else \
-    cd "/home/opam/.opam/5.4/bin"; \
-    ln -sf ocamlc.byte ocamlc; \
-    ln -sf ocamllex.byte ocamllex; \
- fi
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- make -C runtime installopt
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/runtime'
- /usr/bin/install -c -m u=rw,g=rw,o=r libasmrun.a libasmrund.a libasmruni.a libasmrunp.a libasmrun_pic.a "/home/opam/.opam/5.4/lib/ocaml"
- /usr/bin/install -c -m u=rwx,g=rwx,o=rx libasmrun_shared.so "/home/opam/.opam/5.4/lib/ocaml"
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/runtime'
- /usr/bin/install -c -m u=rwx,g=rwx,o=rx ocamlopt "/home/opam/.opam/5.4/bin/ocamlopt.byte"
- make -C stdlib installopt
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/stdlib'
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   stdlib.cmxa stdlib.a std_exit.o *.cmx \
-   "/home/opam/.opam/5.4/lib/ocaml"
- cd "/home/opam/.opam/5.4/lib/ocaml"; ranlib stdlib.a
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   stdlib.p.cmxa stdlib.p.a std_exit.p.cmx std_exit.p.o \
-   "/home/opam/.opam/5.4/lib/ocaml"
- cd "/home/opam/.opam/5.4/lib/ocaml"; ranlib stdlib.p.a
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/stdlib'
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-     middle_end/*.cmi \
-     "/home/opam/.opam/5.4/lib/ocaml/compiler-libs"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-     middle_end/base_types/*.cmi \
-     "/home/opam/.opam/5.4/lib/ocaml/compiler-libs"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-     asmcomp/*.cmi \
-     "/home/opam/.opam/5.4/lib/ocaml/compiler-libs"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-     middle_end/*.cmt middle_end/*.cmti \
-     middle_end/*.mli \
-     "/home/opam/.opam/5.4/lib/ocaml/compiler-libs"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-     middle_end/base_types/*.cmt middle_end/base_types/*.cmti \
-     middle_end/base_types/*.mli \
-     "/home/opam/.opam/5.4/lib/ocaml/compiler-libs"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-     asmcomp/*.cmt asmcomp/*.cmti \
-     asmcomp/*.mli \
-     "/home/opam/.opam/5.4/lib/ocaml/compiler-libs"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-     compilerlibs/ocamloptcomp.cma driver/optmain.cmo \
-     "/home/opam/.opam/5.4/lib/ocaml/compiler-libs"
- if test -n "ocamldoc"; then \
-   make -C ocamldoc installopt; \
- fi
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/ocamldoc'
- if test -f ocamldoc.opt; then make installopt_really ; fi
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/ocamldoc'
- mkdir -p "/home/opam/.opam/5.4/bin"
- mkdir -p "/home/opam/.opam/5.4/lib/ocaml/ocamldoc"
- /usr/bin/install -c -m u=rwx,g=rwx,o=rx \
-    ocamldoc.opt "/home/opam/.opam/5.4/bin/ocamldoc.opt"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   odoc_info.cmi \
-   "/home/opam/.opam/5.4/lib/ocaml/ocamldoc"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   odoc_info.mli odoc_info.cmt odoc_info.cmti \
-   "/home/opam/.opam/5.4/lib/ocaml/ocamldoc"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   ocamldoc.hva *.cmx odoc_info.a odoc_info.cmxa \
-   "/home/opam/.opam/5.4/lib/ocaml/ocamldoc"
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/ocamldoc'
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/ocamldoc'
- for i in dynlink unix bigarray str raw_spacetime_lib systhreads threads; do \
-   make -C otherlibs/$i installopt || exit $?; \
- done
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/dynlink'
- if true; then \
-   /usr/bin/install -c -m u=rw,g=rw,o=r \
-     dynlink_types.cmx dynlink_platform_intf.cmx dynlink_common.cmx dynlink.cmx dynlink.cmxa dynlink.a \
-     "/home/opam/.opam/5.4/lib/ocaml" && \
-   cd "/home/opam/.opam/5.4/lib/ocaml" && ranlib dynlink.a; \
- fi
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/dynlink'
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/unix'
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-    unix.cmx unixLabels.cmx unix.cmxa unix.a \
-    "/home/opam/.opam/5.4/lib/ocaml/"
- cd "/home/opam/.opam/5.4/lib/ocaml"; ranlib unix.a
- if test -f unix.cmxs; then \
-   /usr/bin/install -c -m u=rwx,g=rwx,o=rx unix.cmxs "/home/opam/.opam/5.4/lib/ocaml/"; \
- fi
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/unix'
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/bigarray'
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-    bigarray.cmx bigarray.cmxa bigarray.a \
-    "/home/opam/.opam/5.4/lib/ocaml/"
- cd "/home/opam/.opam/5.4/lib/ocaml"; ranlib bigarray.a
- if test -f bigarray.cmxs; then \
-   /usr/bin/install -c -m u=rwx,g=rwx,o=rx bigarray.cmxs "/home/opam/.opam/5.4/lib/ocaml/"; \
- fi
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/bigarray'
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/str'
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-    str.cmx str.cmxa str.a \
-    "/home/opam/.opam/5.4/lib/ocaml/"
- cd "/home/opam/.opam/5.4/lib/ocaml"; ranlib str.a
- if test -f str.cmxs; then \
-   /usr/bin/install -c -m u=rwx,g=rwx,o=rx str.cmxs "/home/opam/.opam/5.4/lib/ocaml/"; \
- fi
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/str'
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/raw_spacetime_lib'
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-    raw_spacetime_lib.cmx raw_spacetime_lib.cmxa raw_spacetime_lib.a \
-    "/home/opam/.opam/5.4/lib/ocaml/"
- cd "/home/opam/.opam/5.4/lib/ocaml"; ranlib raw_spacetime_lib.a
- if test -f raw_spacetime_lib.cmxs; then \
-   /usr/bin/install -c -m u=rwx,g=rwx,o=rx raw_spacetime_lib.cmxs "/home/opam/.opam/5.4/lib/ocaml/"; \
- fi
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/raw_spacetime_lib'
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/systhreads'
- /usr/bin/install -c -m u=rw,g=rw,o=r libthreadsnat.a "/home/opam/.opam/5.4/lib/ocaml"
- cd "/home/opam/.opam/5.4/lib/ocaml"; ranlib libthreadsnat.a
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-   thread.cmx mutex.cmx condition.cmx event.cmx threadUnix.cmx threads.cmxa threads.a \
-   "/home/opam/.opam/5.4/lib/ocaml/threads"
- cd "/home/opam/.opam/5.4/lib/ocaml/threads" && ranlib threads.a
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/systhreads'
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/threads'
- make[2]: Nothing to be done for 'installopt'.
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/otherlibs/threads'
- if test -f ocamlopt.opt ; then make installoptopt; else \
-    cd "/home/opam/.opam/5.4/bin"; \
-    ln -sf ocamlc.byte ocamlc; \
-    ln -sf ocamlopt.byte ocamlopt; \
-    ln -sf ocamllex.byte ocamllex; \
- fi
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
- /usr/bin/install -c -m u=rwx,g=rwx,o=rx ocamlc.opt "/home/opam/.opam/5.4/bin/ocamlc.opt"
- /usr/bin/install -c -m u=rwx,g=rwx,o=rx ocamlopt.opt "/home/opam/.opam/5.4/bin/ocamlopt.opt"
- /usr/bin/install -c -m u=rwx,g=rwx,o=rx \
-   lex/ocamllex.opt "/home/opam/.opam/5.4/bin/ocamllex.opt"
- cd "/home/opam/.opam/5.4/bin"; \
-    ln -sf ocamlc.opt ocamlc; \
-    ln -sf ocamlopt.opt ocamlopt; \
-    ln -sf ocamllex.opt ocamllex
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-    utils/*.cmx parsing/*.cmx typing/*.cmx bytecomp/*.cmx \
-    driver/*.cmx asmcomp/*.cmx middle_end/*.cmx \
-    middle_end/base_types/*.cmx "/home/opam/.opam/5.4/lib/ocaml/compiler-libs"
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-            compilerlibs/ocamlcommon.cmxa compilerlibs/ocamlcommon.a \
-    compilerlibs/ocamlbytecomp.cmxa compilerlibs/ocamlbytecomp.a \
-    compilerlibs/ocamloptcomp.cmxa  compilerlibs/ocamloptcomp.a \
-    driver/main.cmx driver/main.o \
-    driver/optmain.cmx driver/optmain.o \
-    "/home/opam/.opam/5.4/lib/ocaml/compiler-libs"
- if test -f ocamlnat ; then \
-   /usr/bin/install -c -m u=rwx,g=rwx,o=rx \
-     ocamlnat "/home/opam/.opam/5.4/bin/ocamlnat"; \
-   /usr/bin/install -c -m u=rw,g=rw,o=r \
-      toplevel/opttopdirs.cmi \
-      "/home/opam/.opam/5.4/lib/ocaml"; \
-   /usr/bin/install -c -m u=rw,g=rw,o=r \
-      compilerlibs/ocamlopttoplevel.cmxa \
-      compilerlibs/ocamlopttoplevel.a \
-      toplevel/opttopstart.cmx toplevel/opttopstart.o \
-      "/home/opam/.opam/5.4/lib/ocaml/compiler-libs"; \
- fi
- cd "/home/opam/.opam/5.4/lib/ocaml/compiler-libs" && \
-    ranlib ocamlcommon.a ocamlbytecomp.a ocamloptcomp.a
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
- make -C tools installopt
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/tools'
- /usr/bin/install -c -m u=rw,g=rw,o=r \
-           profiling.cmx profiling.o \
-   "/home/opam/.opam/5.4/lib/ocaml"
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda/tools'
- if test -f ocamlopt.opt -a -f flexdll/flexlink.opt ; then \
-   /usr/bin/install -c -m u=rwx,g=rwx,o=rx \
-     flexdll/flexlink.opt "/home/opam/.opam/5.4/bin/flexlink" ; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/ocaml-variants.4.08.0+musl+static+flambda'
-> installed ocaml-variants.4.08.0+musl+static+flambda
[ocaml-config: subst] expanding opam variables in gen_ocaml_config.ml.in, generating gen_ocaml_config.ml
-> installed ocaml-config.1
Processing 13/16: [ocaml: ocaml 4.08.0]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "/home/opam/.opam/5.4/share/ocaml-config/gen_ocaml_config.ml" "4.08.0" "ocaml" (CWD=/home/opam/.opam/5.4/.opam-switch/build/ocaml.4.08.0)
-> compiled  ocaml.4.08.0
-> installed ocaml.4.08.0
Processing 15/16: [opam-depext: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/5.4/.opam-switch/build/opam-depext.1.2.3)
- ocaml shell/build.ml byte > shell/build.sh
- chmod a+x shell/build.sh
- cd src_ext && make OCAMLOPT=no
- make[1]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/opam-depext.1.2.3/src_ext'
- [ -e  cmdliner-0.9.8.tbz ] || \
- curl -OL http://erratique.ch/software/cmdliner/releases/cmdliner-0.9.8.tbz && ocaml ../shell/md5check.ml cmdliner-0.9.8.tbz fc67c937447cc223722f1419fa2189da || \
- { curl -OL https://opam.ocaml.org/2.0~dev/cache/md5/fc/fc67c937447cc223722f1419fa2189da && mv fc67c937447cc223722f1419fa2189da cmdliner-0.9.8.tbz && ocaml ../shell/md5check.ml cmdliner-0.9.8.tbz fc67c937447cc223722f1419fa2189da; }
- cmdliner-0.9.8.tbz has the expected MD5.
- mkdir -p tmp
- cd tmp && bunzip2 -c ../cmdliner-0.9.8.tbz | tar xf -
- rm -rf cmdliner
- [ ocamlc = no ] || make -f ../OCamlMakefile subprojs SUBTARGET=bcl
- make[2]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/opam-depext.1.2.3/src_ext'
- make[3]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/opam-depext.1.2.3/src_ext'
- make[4]: Entering directory '/home/opam/.opam/5.4/.opam-switch/build/opam-depext.1.2.3/src_ext'
- ocamldep -I cmdliner/src/ cmdliner/src/cmdliner.ml > ._d/cmdliner/src/cmdliner.d
- ocamldep -I cmdliner/src/ cmdliner/src/cmdliner.mli > ._bcdi/cmdliner/src/cmdliner.di
- ../OCamlMakefile:1162: warning: pattern recipe did not update peer target '._ncdi/cmdliner/src/cmdliner.di'.
- ocamlc -c -I cmdliner/src/ cmdliner/src/cmdliner.mli
- ocamlc -c -I cmdliner/src/ cmdliner/src/cmdliner.ml
- File "cmdliner/src/cmdliner.ml", line 427, characters 15-32:
- 427 |     let prog = String.capitalize (fst ei.main).name in
-                      ^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.capitalize
- Use String.capitalize_ascii instead.
- File "cmdliner/src/cmdliner.ml", line 428, characters 15-31:
- 428 |     let name = String.uppercase (invocation ~sep:'-' ei) in
-                      ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.uppercase
- Use String.uppercase_ascii instead.
- File "cmdliner/src/cmdliner.ml", line 507, characters 16-32:
- 507 |         let k = String.lowercase (List.hd (List.sort compare a.o_names)) in
-                       ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "cmdliner/src/cmdliner.ml", line 529, characters 20-36:
- 529 |             let k = String.lowercase (List.hd (List.sort rev_compare names)) in
-                           ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "cmdliner/src/cmdliner.ml", line 534, characters 19-35:
- 534 |           compare (String.lowercase a.docv) (String.lowercase a'.docv)
-                          ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "cmdliner/src/cmdliner.ml", line 534, characters 45-61:
- 534 |           compare (String.lowercase a.docv) (String.lowercase a'.docv)
-                                                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- File "cmdliner/src/cmdliner.ml", line 917, characters 31-47:
- 917 |   let env_bool_parse s = match String.lowercase s with
-                                      ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.lowercase
- Use String.lowercase_ascii instead.
- ../OCamlMakefile:1076: warning: pattern recipe did not update peer target 'cmdliner/src/cmdliner.o'.
- ocamlc -a      -I cmdliner/src/     -ccopt -Lcmdliner/src/     -o cmdliner.cma cmdliner/src/cmdliner.cmo
- make[4]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/opam-depext.1.2.3/src_ext'
- make[3]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/opam-depext.1.2.3/src_ext'
- make[2]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/opam-depext.1.2.3/src_ext'
- [ no = no ] || make -f ../OCamlMakefile subprojs SUBTARGET=ncl
- mkdir -p lib
- cp *.cma lib || true
- cp *.cmxa lib || true
- cp: cannot stat '*.cmxa': No such file or directory
- cp *.a lib || true
- cp: cannot stat '*.a': No such file or directory
- cp *.lib lib || true
- cp: cannot stat '*.lib': No such file or directory
- cp cmdliner/src/*.cm*i lib
- make[1]: Leaving directory '/home/opam/.opam/5.4/.opam-switch/build/opam-depext.1.2.3/src_ext'
- sh -ex shell/build.sh
- + ocamlc -I src_ext/lib unix.cma cmdliner.cma -o opam-depext depext.ml
-> compiled  opam-depext.1.2.3
-> installed opam-depext.1.2.3
Done.

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# To update the current shell environment, run: eval $(opam env)
2026-02-23 21:02.13 ---> saved as "e491f36223147319ef11dad5adbad0357b4926ff7ff50442a3bdd35b2c948a99"
Job succeeded
2026-02-23 21:02.27: Job succeeded